From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52032 Path: main.gmane.org!not-for-mail From: deskpot@despammed.com (Vasily Korytov) Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-dired-mode keybinding Date: Thu, 01 May 2003 11:35:51 +0400 Sender: ding-owner@lists.math.uh.edu Message-ID: <87k7dbazl4.fsf@unix.home> References: <87bryne2mq.fsf@unix.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: main.gmane.org 1051774469 1291 80.91.224.249 (1 May 2003 07:34:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 1 May 2003 07:34:29 +0000 (UTC) Original-X-From: ding-owner+M575@lists.math.uh.edu Thu May 01 09:34:24 2003 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 19B8aF-0000KA-00 for ; Thu, 01 May 2003 09:34: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 19B8bJ-0006jS-00; Thu, 01 May 2003 02:35:29 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19B8bD-0006jN-00 for ding@lists.math.uh.edu; Thu, 01 May 2003 02:35:24 -0500 Original-Received: (qmail 43209 invoked by alias); 1 May 2003 07:35:23 -0000 Original-Received: (qmail 43203 invoked from network); 1 May 2003 07:35:23 -0000 Original-Received: from main.gmane.org (80.91.224.249) by sclp3.sclp.com with SMTP; 1 May 2003 07:35:23 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19B8a0-0000JQ-00 for ; Thu, 01 May 2003 09:34:08 +0200 Mail-Followup-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19B8Zz-0000JG-00 for ; Thu, 01 May 2003 09:34:07 +0200 Original-Lines: 97 Original-X-Complaints-To: usenet@main.gmane.org Mail-Copies-To: never User-Agent: Gnus/5.09002 (Oort Gnus v0.20) XEmacs/21.4 (Portable Code) Cancel-Lock: sha1:K5yjMBWT+B0IV/EZV55vjOGl1yM= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52032 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52032 --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Transfer-Encoding: quoted-printable On Thu, 01 May 2003 09:08:08 +0200, Lars Magne Ingebrigtsen wrote: > deskpot@despammed.com (Vasily Korytov) writes: > >> gnus-dired-mode-map overrides it. Perhaps, we should change C-c C-f to >> smth other. > > Which key binding would you suggest? Hm. I think, C-c C-m would be nice (m stands for mailcap), but C-m is RET IIRC. So, I think, C-c C-l will be better. Patch is attached. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnus-dired.el.patch Content-Transfer-Encoding: quoted-printable Content-Description: source patch --- ../gnus/lisp/gnus-dired.el Wed Feb 20 03:15:31 2002 +++ ./gnus-dired.el Thu May 1 11:28:49 2003 @@ -59,7 +59,7 @@ =20 (gnus-define-keys gnus-dired-mode-map "\C-c\C-a" gnus-dired-attach - "\C-c\C-f" gnus-dired-find-file-mailcap + "\C-c\C-l" gnus-dired-find-file-mailcap "\C-cP" gnus-dired-print )) =20 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnus.texi.patch Content-Transfer-Encoding: quoted-printable Content-Description: info patch --- gnus.texi~ Thu May 1 07:49:45 2003 +++ gnus.texi Thu May 1 11:33:04 2003 @@ -24588,7 +24588,7 @@ =20 @code{gnus-dired-minor-mode} installs key bindings in dired buffers to send a file as an attachment (@kbd{C-c C-a}), open a file using the approriate -mailcap entry (@kbd{C-c C-f}), and print a file using the mailcap entry +mailcap entry (@kbd{C-c C-l}), and print a file using the mailcap entry (@kbd{C-c P}). It is enabled with=20 @lisp (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode) --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=GNUS-NEWS.patch Content-Transfer-Encoding: quoted-printable Content-Description: GNUS-NEWS patch --- GNUS-NEWS~ Thu May 1 07:49:18 2003 +++ GNUS-NEWS Thu May 1 11:34:44 2003 @@ -28,7 +28,7 @@ ** Dired integration `gnus-dired-minor-mode' installs key bindings in dired buffers to send a file as an attachment (`C-c C-a'), open a file using the approriate -mailcap entry (`C-c C-f'), and print a file using the mailcap entry +mailcap entry (`C-c C-l'), and print a file using the mailcap entry (`C-c P'). It is enabled with=20 =20 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode) --=-=-= Content-Transfer-Encoding: quoted-printable BTW, what is the reason to use C-c P for gnus-dired-print? is C-c C-p used in Emacs? --=20 I accept RFC3156 and RFC2440-compatible encrypted mail. PGP key fingerprint: 123A 7CCE 6E26 6233 0D87 E01A A0F8 3524 FCD8 1841 --=-=-=-- --==-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+sM5XoPg1JPzYGEERAhEQAJ984m6PB0/q/d8xdTVFj9/zxOsa/wCfaOUs mLfIo6bHbaROHfqRbmONVqo= =AOgV -----END PGP SIGNATURE----- --==-=-=--