Gnus development mailing list
 help / color / mirror / Atom feed
From: deskpot@despammed.com (Vasily Korytov)
Subject: Re: gnus-dired-mode keybinding
Date: Thu, 01 May 2003 11:35:51 +0400	[thread overview]
Message-ID: <87k7dbazl4.fsf@unix.home> (raw)
In-Reply-To: <m3r87j16w7.fsf@quimbies.gnus.org>


[-- Attachment #1.1: Type: text/plain, Size: 400 bytes --]

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.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: source patch --]
[-- Type: text/x-patch, Size: 337 bytes --]

--- ../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 @@
 
   (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
     ))
 

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.3: info patch --]
[-- Type: text/x-patch, Size: 512 bytes --]

--- gnus.texi~	Thu May  1 07:49:45 2003
+++ gnus.texi	Thu May  1 11:33:04 2003
@@ -24588,7 +24588,7 @@
 
 @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 
 @lisp
 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.4: GNUS-NEWS patch --]
[-- Type: text/x-patch, Size: 506 bytes --]

--- 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 
 
       (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)

[-- Attachment #1.5: Type: text/plain, Size: 230 bytes --]

BTW, what is the reason to use C-c P for gnus-dired-print? is C-c C-p
used in Emacs?

-- 
       I accept RFC3156 and RFC2440-compatible encrypted mail.
PGP key fingerprint: 123A 7CCE 6E26 6233 0D87 E01A A0F8 3524 FCD8 1841

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2003-05-01  7:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-01  4:01 Vasily Korytov
2003-05-01  7:08 ` Lars Magne Ingebrigtsen
2003-05-01  7:35   ` Vasily Korytov [this message]
2003-05-01  7:52     ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k7dbazl4.fsf@unix.home \
    --to=deskpot@despammed.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).