From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53964 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Entering passphrase twice when sending PGP signed message Date: Mon, 15 Sep 2003 01:15:10 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063581326 22548 80.91.224.253 (14 Sep 2003 23:15:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Sep 2003 23:15:26 +0000 (UTC) Cc: Hrvoje Niksic Original-X-From: ding-owner+M2504@lists.math.uh.edu Mon Sep 15 01:15:25 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19yg5U-0004YU-00 for ; Mon, 15 Sep 2003 01:15:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19yg5O-00058f-00; Sun, 14 Sep 2003 18:15:18 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19yg5K-00058a-00 for ding@lists.math.uh.edu; Sun, 14 Sep 2003 18:15:14 -0500 Original-Received: (qmail 34299 invoked by alias); 14 Sep 2003 23:15:14 -0000 Original-Received: (qmail 34294 invoked from network); 14 Sep 2003 23:15:14 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 14 Sep 2003 23:15:14 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h8ENFAdk002726 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL); Mon, 15 Sep 2003 01:15:12 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030914:ding@gnus.org:f85bdc52de33f341 X-Hashcash: 0:030914:ding@gnus.org:f85bdc52de33f341 X-Payment: hashcash 1.2 0:030914:hniksic@xemacs.org:c033b659b9294e54 X-Hashcash: 0:030914:hniksic@xemacs.org:c033b659b9294e54 In-Reply-To: (Jesper Harder's message of "Mon, 15 Sep 2003 01:03:33 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53964 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53964 Jesper Harder writes: > Simon Josefsson writes: > >> Hrvoje Niksic writes: > > [`C-c C-m s o'] > >>> Who ever came up with those key bindings?? >> >> Can you find a better, unallocated, key binding, that doesn't >> conflict with some mode that often can be enabled in message >> buffers? > > Do it like forwarding, i.e. make an option for the default signing > method. Without a prefix `C-c C-m s' will use that, otherwise the > numeric prefix selects which method to use. Ah, I like it. I guess the default should be PGP/MIME, and the rest perhaps C-u 0 C-c C-m ? for PGP and C-u 1 C-c C-m ? for S/MIME? OTOH, this is backward incompatible with a released version. OTTH, how do this interact with the menu? IIRC, you can't have the menu item contain a key binding if it uses prefixes. Perhaps Emacs could be fixed in that regard though, there are several useful operations that are invoked via prefixes that deserve proper menu items.