emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.50; follow-mode does not follow key binding conventions


From: Robert J. Chassell
Subject: Re: 23.0.50; follow-mode does not follow key binding conventions
Date: Fri, 18 Jan 2008 11:52:46 +0000 (UTC)

    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
    address@hidden                         address@hidden
    http://www.rattlesnake.com                  http://www.teak.cc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]