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

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

Re: confusion with defining keys


From: Emanuel Berg
Subject: Re: confusion with defining keys
Date: Wed, 11 Jun 2014 16:32:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> In general, I recommend never to use the plain "..."
> notation for key sequences: it made sense back in the
> Emacs-18 days when it was introduced, but it's been a
> "legacy" since Emacs-19.

Really? Why is that?

I happen use "..." all the time except for - let's
see... - keys that I defined myself, as for example:

(define-key input-decode-map [?\u010F] [C-semi-colon])
(global-set-key (kbd "<C-semi-colon>") 'string-to-cmd)

The reason I do "..." is simply it is easier to
type. So if there is some gain switching I'll do that,
of course.

-- 
underground experts united:
http://user.it.uu.se/~embe8573


reply via email to

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