From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47450 Path: main.gmane.org!not-for-mail From: clemens fischer Newsgroups: gmane.emacs.gnus.general Subject: pgg: mml-secure-encrypt-pgpmime with wrong keybinding? Date: Mon, 28 Oct 2002 23:57:45 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035847572 28698 80.91.224.249 (28 Oct 2002 23:26:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Oct 2002 23:26:12 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186JGs-0007Sk-00 for ; Tue, 29 Oct 2002 00:26:11 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 186JFp-0005rc-00; Mon, 28 Oct 2002 17:25:05 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 28 Oct 2002 17:25:49 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id RAA08573 for ; Mon, 28 Oct 2002 17:25:31 -0600 (CST) Original-Received: (qmail 9048 invoked by alias); 28 Oct 2002 23:24:39 -0000 Original-Received: (qmail 9043 invoked from network); 28 Oct 2002 23:24:39 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 28 Oct 2002 23:24:39 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 186JEC-0007Ey-00 for ; Tue, 29 Oct 2002 00:23:24 +0100 Original-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 186JB1-00070r-00 for ; Tue, 29 Oct 2002 00:20:07 +0100 Original-Path: ID-23066.news.dfncis.de!not-for-mail Original-Lines: 19 Original-NNTP-Posting-Host: p3e9baaf2.dip.t-dialin.net Original-X-Trace: main.gmane.org 1035847207 26909 62.155.170.242 (28 Oct 2002 23:20:07 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Mon, 28 Oct 2002 23:20:07 +0000 (UTC) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386--freebsd) Cancel-Lock: sha1:Lr9hWlU9ryWqzvb8LfCs6pgUT9k= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47450 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47450 just updated oort-gnus from CVS yesterday, but my problem remains. i have the following keybindings: C-c RET C s mml-secure-encrypt-smime C-c RET C o mml-secure-encrypt-pgp C-c RET C p mml-secure-encrypt-pgpmime C-c RET S s mml-secure-message-sign-smime C-c RET S o mml-secure-message-sign-pgp C-c RET S p mml-secure-message-sign-pgpmime but the upper three of them make #part's, not #secure's. the correct equivalents mml-secure-message-encrypt-pgpmime et.al. exist and work, but the key bindings are wrong. i do load the gnus-cookies by `(load "gnus-load.el")' at the top of my ~/.gnus, so where is the failure? clemens