From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.help Subject: Re: usability issue Date: Mon, 06 Jan 2003 23:43:39 +0100 Organization: Le Petomane Appreciation Society Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87r8bprjac.fsf@enberg.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041964164 14745 80.91.224.249 (7 Jan 2003 18:29:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2003 18:29:24 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18VyTa-0003pV-00 for ; Tue, 07 Jan 2003 19:29:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18VyQ0-00076E-02 for gnu-help-gnu-emacs@m.gmane.org; Tue, 07 Jan 2003 13:25:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!fu-berlin.de!uni-berlin.de!h71n2fls32o1112.telia.COM!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: h71n2fls32o1112.telia.com (213.65.65.71) Original-X-Trace: fu-berlin.de 1041893091 15198739 213.65.65.71 (16 [125297]) X-Now-Playing: Augustus Pablo - Chant To King Selassie User-Agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:vcwX3kqP0a5c4M/Pc2cIE7vK1Ck= Original-Xref: shelby.stanford.edu gnu.emacs.help:108698 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5224 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5224 Tuomo Takkula 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 and 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 "") 'beginning-of-buffer) (global-set-key (kbd "") 'end-of-buffer)