bongo-patches
[Top][All Lists]
Advanced

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

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


From: Daniel Brockman
Subject: Re: [bongo-patches] Re: Add immediate seek bindings: `F', `B', `M-F', `M-B', `C-M-F', `C-M-B'
Date: Mon, 30 Apr 2007 18:25:55 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

address@hidden (Daniel Jensen) writes:

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

Yeah, I figured `B' and `M-B' would have to suffice for
terminals that don't distinguish between the others.

> You need to use [?\C-\S-b], [?\C-\S-f], [?\C-\M-\S-b]
> and [?\C-\M-\S-f].

Oh, I didn't know that.  I can't believe I didn't test it.
Maybe I just tested the new `s C-M-f' binding (et al.) and
thought I tested `C-M-F'.

> Or am I missing something?

Nope, I'm the one missing something.

However, [?\C-B] and [?\C-M-B] do seem to work, unless I'm
missing something again.  Can you confirm that?


Thanks,

-- 
Daniel Brockman <address@hidden>




reply via email to

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