From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: German tutorial fix Date: Wed, 15 May 2002 02:13:10 +0200 (CEST) Sender: emacs-devel-admin@gnu.org Message-ID: <20020515.021310.31637038.wl@gnu.org> References: <87y9emho8s.fsf@lexx.delysid.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1021425117 4578 127.0.0.1 (15 May 2002 01:11:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 15 May 2002 01:11:57 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 177nKf-0001Bj-00 for ; Wed, 15 May 2002 03:11:57 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 177nVw-00058h-00 for ; Wed, 15 May 2002 03:23:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177nKs-000116-00; Tue, 14 May 2002 21:12:10 -0400 Original-Received: from moutvdom00.kundenserver.de ([195.20.224.149]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 177nKF-0000wq-00 for ; Tue, 14 May 2002 21:11:32 -0400 Original-Received: from [195.20.224.204] (helo=mrvdom00.kundenserver.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 177nK9-0007P9-00; Wed, 15 May 2002 03:11:25 +0200 Original-Received: from [62.224.156.130] (helo=orion.local) by mrvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 177nK9-00023B-00; Wed, 15 May 2002 03:11:25 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by orion.local (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g4F0DBT03875; Wed, 15 May 2002 02:13:11 +0200 Original-To: mlang@delysid.org In-Reply-To: <87y9emho8s.fsf@lexx.delysid.org> X-Mailer: Mew version 3.0.55 on Emacs 21.2.50.1 / Mule 5.0 (SAKAKI) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3945 > I just looked at `C-h t' in a german language environment and > noticed that the text still states that M-< and Home are equivalent. > AFAIR this behaviour changed in Emacs 21 so that C-a and Home are > the same. This patch corrects this. Thanks for the report. I'll fix this soon. Note that M-< and C-Home are now the same if used under X. Am I right that `C-Home' isn't available on non-X terminals? Werner