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: next-error-last-buffer Date: Mon, 31 May 2004 08:39:02 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040531.083902.152083663.wl@gnu.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1085985655 10887 80.91.224.253 (31 May 2004 06:40:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 May 2004 06:40:55 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 31 08:40:48 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUgTY-00041a-00 for ; Mon, 31 May 2004 08:40:48 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUgTX-0007hg-00 for ; Mon, 31 May 2004 08:40:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUgTi-0005Cm-Cs for emacs-devel@quimby.gnus.org; Mon, 31 May 2004 02:40:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUgTF-0005B8-8W for emacs-devel@gnu.org; Mon, 31 May 2004 02:40:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUgTB-0005Al-AF for emacs-devel@gnu.org; Mon, 31 May 2004 02:40:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUgTB-0005Ag-1w for emacs-devel@gnu.org; Mon, 31 May 2004 02:40:25 -0400 Original-Received: from [212.227.126.173] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUgSL-0003o8-DO; Mon, 31 May 2004 02:39:33 -0400 Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BUgSK-0008Ic-00; Mon, 31 May 2004 08:39:32 +0200 Original-Received: from [62.156.48.135] (helo=orion.univie.ac.at) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1BUgSI-0004oq-00; Mon, 31 May 2004 08:39:31 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by orion.univie.ac.at (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id i4V6d2403525; Mon, 31 May 2004 08:39:02 +0200 Original-To: rms@gnu.org In-Reply-To: X-Mailer: Mew version 4.0.65 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:2dc398bc694a1e60948148ba0a42c0da X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24269 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24269 > > I'd rather avoid defining M-N and M-P as different from M-n > > and M-p. We don't need to do it; M-{ and M-} are equally easy > > to type. > > Not on a danish keyboard ... > > Sorry, I don't want to design key bindings for the sake of the > danish keyboard. Well, it is problematic on a German keyboard too... I agree that it doesn't make sense to take care of language-specific keyboard layouts, but I think it is not optimal to completely ignore this fact. Werner