Gnus development mailing list
 help / color / mirror / Atom feed
* strange binding in message buffer.
@ 2015-12-11 12:17 Uwe Brauer
  2015-12-11 17:34 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2015-12-11 12:17 UTC (permalink / raw)
  To: ding

Hello

I have not bound C-c f to anything in message mode, but if I do
describe-key C-c f I obtain:

,----
| C-c f runs the command message-reduce-to-to-cc (found in
| message-mode-map), which is an interactive compiled Lisp function in
| ‘~/ALLES/emacs/site-lisp/packages/ma-gnus-09/lisp/message.el’.
| 
| It is bound to C-c <t>, C-c C-f t, <menu-bar> <Field> <Reduce To: to
| Cc:>.
| 
| (message-reduce-to-to-cc)
| 
| Replace contents of To: header with contents of Cc: or Bcc: header.
| 
| [back]
`----

This is really odd this it says it is bound to   ...
And C-c f is *not* listed.

What is wrong here?

Uwe Brauer 




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: strange binding in message buffer.
  2015-12-11 12:17 strange binding in message buffer Uwe Brauer
@ 2015-12-11 17:34 ` Andreas Schwab
  2015-12-11 21:44   ` Uwe Brauer
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2015-12-11 17:34 UTC (permalink / raw)
  To: ding

Uwe Brauer <oub@mat.ucm.es> writes:

> I have not bound C-c f to anything in message mode, but if I do
> describe-key C-c f I obtain:
>
> ,----
> | C-c f runs the command message-reduce-to-to-cc (found in
> | message-mode-map), which is an interactive compiled Lisp function in
> | ‘~/ALLES/emacs/site-lisp/packages/ma-gnus-09/lisp/message.el’.
> | 
> | It is bound to C-c <t>, C-c C-f t, <menu-bar> <Field> <Reduce To: to
> | Cc:>.
> | 
> | (message-reduce-to-to-cc)
> | 
> | Replace contents of To: header with contents of Cc: or Bcc: header.
> | 
> | [back]
> `----
>
> This is really odd this it says it is bound to   ...
> And C-c f is *not* listed.

It is, as C-c <t> (which is the catch-all binding).  You probably have
made a binding using [?\C-c \t] instead of [?\C-c ?\t].

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: strange binding in message buffer.
  2015-12-11 17:34 ` Andreas Schwab
@ 2015-12-11 21:44   ` Uwe Brauer
  0 siblings, 0 replies; 3+ messages in thread
From: Uwe Brauer @ 2015-12-11 21:44 UTC (permalink / raw)
  To: ding


   > Uwe Brauer <oub@mat.ucm.es> writes:

   > It is, as C-c <t> (which is the catch-all binding).  You probably have
   > made a binding using [?\C-c \t] instead of [?\C-c ?\t].

   > Andreas.

Ah, I have
(define-key message-mode-map [(control c) t] 'message-reduce-to-to-cc)

Which in xemacs sets precisely C-c t to message-reduce-to-to-cc
in GNU emacs this is not the case. 





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-11 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-11 12:17 strange binding in message buffer Uwe Brauer
2015-12-11 17:34 ` Andreas Schwab
2015-12-11 21:44   ` Uwe Brauer

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).