help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Symbols as words?


From: Pascal J. Bourguignon
Subject: Re: Symbols as words?
Date: Mon, 27 Aug 2012 16:53:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

Raffaele Ricciardi <rfflrccrd@gmail.com> writes:

> On 26/08/12 19:12, Pascal J. Bourguignon wrote:
>> If you use forward-sexp C-M-f it skips over symbols instead of words M-f.
>
> This helps, thanks.  Still, it feels weird that Emacs is oblivious to
> symbols even in Emacs Lisp code, not to mention that C-M- chords
> aren't super comfortable.

You can just trivially bind forward-sexp and backward-sexp to your own
confortable keys.

(global-set-key (kbd "<f5>") 'forward-sexp)
(global-set-key (kbd "<f6>") 'backward-sexp)


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


reply via email to

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