bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Re: Add immediate seek bindings: `F', `B', `M-F', `M-B',


From: Daniel Jensen
Subject: [bongo-patches] Re: Add immediate seek bindings: `F', `B', `M-F', `M-B', `C-M-F', `C-M-B'
Date: Mon, 30 Apr 2007 17:46:55 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.99 (gnu/linux)

Daniel Brockman <address@hidden> writes:

> +    (define-key map "\C-B" 'bongo-seek-backward)
> +    (define-key map "\C-F" 'bongo-seek-forward)

> +    (define-key map "\M-\C-B" 'bongo-seek-backward-60)
> +    (define-key map "\M-\C-F" 'bongo-seek-forward-60)

This doesn't work quite right, \C-B and \C-b are the same. I think \M-B
and \M-b are different, though.

You need to use [?\C-\S-b], [?\C-\S-f], [?\C-\M-\S-b] and [?\C-\M-\S-f].
Or am I missing something?





reply via email to

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