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

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

Re: usability issue


From: Henrik Enberg
Subject: Re: usability issue
Date: Mon, 06 Jan 2003 23:43:39 +0100
User-agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.3.50 (i686-pc-linux-gnu)

Tuomo Takkula <tuomo@quirm.cs.chalmers.se> writes:

[...]

> - is there any chance that customization becomes more user friendly? A
> good start wood be to avoid for instance names like 'Wp' for
> customization groups. What the heck is 'Wp'?

Probably, If someone can come up with better names.  The Emacs
maintainers are quite responsive to suggestions of improvements.

> - _is_ there a way to get to the old behaviour of <Home> and <End> via
> custimization groups, and if so, where?

No.  Customize doesn't yet support binding keys.  Putting the following
in your ~/.emacs.el should get the old behavior back.

(global-set-key (kbd "<home>") 'beginning-of-buffer)
(global-set-key (kbd "<end>") 'end-of-buffer)


reply via email to

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