From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.help Subject: Re: Home and End Date: Wed, 23 Apr 2003 08:09:40 +0000 Organization: muc.de e.V. -- private internet access Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <4oh58b.s5.ln@acm.acm> References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1051085947 20598 80.91.224.249 (23 Apr 2003 08:19:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 08:19:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 10:19:04 2003 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 198FT6-0005Lp-00 for ; Wed, 23 Apr 2003 10:19:04 +0200 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 198FQL-0005fP-05 for gnu-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2003 04:16:13 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!news.space.net!news.muc.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: acm.muc.de Original-X-Trace: marvin.muc.de 1051085270 8466 193.149.49.134 (23 Apr 2003 08:07:50 GMT) Original-X-Complaints-To: news-admin@muc.de Original-NNTP-Posting-Date: 23 Apr 2003 08:07:50 GMT User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686)) Original-Xref: shelby.stanford.edu gnu.emacs.help:112205 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:8704 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8704 Bruce Park wrote on Tue, 22 Apr 2003 18:24:21 -0400: > In emacs21, are the keybindings for Home and End different? Does anyone > know how to change the keybindings back to Esc-> and Esc-< > respectively? Yes, and yes. Put the following two lines in your .emacs: (global-set-key [end] 'end-of-buffer) (global-set-key [home] 'beginning-of-buffer) There is a section in the Emacs FAQ about key binding. To get there, type C-h i m Emacs FAQ then select the menu item "Key bindings" from near the bottom of the menu list. -- Alan Mackenzie (Munich, Germany) Email: aacm@muuc.dee; to decode, wherever there is a repeated letter (like "aa"), remove half of them (leaving, say, "a").