From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: Idea for compilation mode Date: Tue, 03 Jun 2003 10:14:43 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3EDCC973.1080909@yahoo.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054659057 21047 80.91.224.249 (3 Jun 2003 16:50:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2003 16:50:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 03 18:50:54 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19NEyJ-0005KB-00 for ; Tue, 03 Jun 2003 18:49:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19NFFU-0007PU-00 for ; Tue, 03 Jun 2003 19:07:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NEvL-000095-UR for emacs-devel@quimby.gnus.org; Tue, 03 Jun 2003 12:46:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NEok-000728-MD for emacs-devel@gnu.org; Tue, 03 Jun 2003 12:39:22 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19NEUq-0001hs-1A for emacs-devel@gnu.org; Tue, 03 Jun 2003 12:18:50 -0400 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NESi-0000a0-JA for emacs-devel@gnu.org; Tue, 03 Jun 2003 12:16:36 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19NEPO-0002Tp-00 for ; Tue, 03 Jun 2003 18:13:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19NEOb-0002P5-00 for ; Tue, 03 Jun 2003 18:12:21 +0200 Original-Lines: 23 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14640 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14640 Miles Bader wrote: > David.Kastrup@t-online.de (David Kastrup) writes: > >>I want to point out that the next-error binding on C-x ` is awful to >>type on most international keyboards because ` is typically a dead >>key and only available with shift, to boot. >> > > I've always use the old gosmacs binding for this -- `C-x C-n' -- which I > find very nice (even on a normal ascii keyboard, C-x ` is rather awkward > to type). Excellent -- I've had this in my .emacs forever anyway: (put 'set-goal-column 'disabled t) And for symmetry, I'll bind `C-x C-p' to previous-error, then move set-goal-column to `C-x N' and mark-page to `C-x P'. -- Kevin Rodgers