* 23.0.50; follow-mode does not follow key binding conventions
@ 2008-01-17 19:46 Lennart Borgman (gmail)
2008-01-18 1:44 ` Glenn Morris
0 siblings, 1 reply; 5+ messages in thread
From: Lennart Borgman (gmail) @ 2008-01-17 19:46 UTC (permalink / raw)
To: emacs-pretest-bug
follow-mode binds for example 'C-c b' which is reserved for users, see
(info "(elisp) Key Binding Conventions")
Too see this do
emacs -Q
and then
M-: (require 'follow)
F1 f follow-mode RET
In GNU Emacs 23.0.50.1 (i386-mingw-nt5.1.2600)
of 2008-01-13
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 23.0.50; follow-mode does not follow key binding conventions
2008-01-17 19:46 23.0.50; follow-mode does not follow key binding conventions Lennart Borgman (gmail)
@ 2008-01-18 1:44 ` Glenn Morris
2008-01-18 11:52 ` Robert J. Chassell
0 siblings, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2008-01-18 1:44 UTC (permalink / raw)
To: Lennart Borgman; +Cc: Emacs Pretest Bug List
Lennart Borgman wrote (on Thu, 17 Jan 2008 at 20:46 +0100):
> follow-mode binds for example 'C-c b'
No it doesn't.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 23.0.50; follow-mode does not follow key binding conventions
2008-01-18 1:44 ` Glenn Morris
@ 2008-01-18 11:52 ` Robert J. Chassell
2008-01-18 18:19 ` Richard Stallman
0 siblings, 1 reply; 5+ messages in thread
From: Robert J. Chassell @ 2008-01-18 11:52 UTC (permalink / raw)
To: emacs-pretest-bug
follow-mode binds for example 'C-c b'
On today's GNU Emacs CVS snapshot, Fri, 2008 Jan 18 11:16 UTC
GNU Emacs 23.0.50.37 (i686-pc-linux-gnu, GTK+ Version 2.12.1)
According to C-h k (describe-key), while using follow-mode on a buffer
full of text, C-c b is undefined.
follow-mode binds follow-switch-to-buffer to C-c . b
The C-c dot bindings that I discovered are:
C-c . C-b follow-switch-to-buffer-all
C-c . C-l follow-recenter
C-c . C-v follow-scroll-up
C-c . 1 follow-delete-other-windows-and-split
C-c . < follow-first-window
C-c . > follow-last-window
C-c . b follow-switch-to-buffer
C-c . n follow-next-window
C-c . p follow-previous-window
C-c . v follow-scroll-down
--
Robert J. Chassell GnuPG Key ID: 004B4AC8
bob@rattlesnake.com bob@gnu.org
http://www.rattlesnake.com http://www.teak.cc
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 23.0.50; follow-mode does not follow key binding conventions
2008-01-18 11:52 ` Robert J. Chassell
@ 2008-01-18 18:19 ` Richard Stallman
2008-01-18 19:34 ` Lennart Borgman (gmail)
0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2008-01-18 18:19 UTC (permalink / raw)
To: bob; +Cc: emacs-pretest-bug
follow-mode binds for example 'C-c b'
Is that a misunderstanding? It appears
(from your information, confirmed by the source)
to use C-c followed by period, not C-c b.
C-c followed by period is reserved for minor modes.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 23.0.50; follow-mode does not follow key binding conventions
2008-01-18 18:19 ` Richard Stallman
@ 2008-01-18 19:34 ` Lennart Borgman (gmail)
0 siblings, 0 replies; 5+ messages in thread
From: Lennart Borgman (gmail) @ 2008-01-18 19:34 UTC (permalink / raw)
To: rms; +Cc: emacs-pretest-bug@gnu.org, Glenn Morris
Richard Stallman wrote:
> follow-mode binds for example 'C-c b'
>
> Is that a misunderstanding? It appears
> (from your information, confirmed by the source)
> to use C-c followed by period, not C-c b.
> C-c followed by period is reserved for minor modes.
Sorry, it is just my stupidness. I read it as C-c b even though my
screen said C-c . b.
Thanks to everyone that cleared this up.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-01-18 19:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17 19:46 23.0.50; follow-mode does not follow key binding conventions Lennart Borgman (gmail)
2008-01-18 1:44 ` Glenn Morris
2008-01-18 11:52 ` Robert J. Chassell
2008-01-18 18:19 ` Richard Stallman
2008-01-18 19:34 ` Lennart Borgman (gmail)
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.