From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: Idea for compilation mode Date: 04 Jun 2003 18:37:44 +0900 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1054626136.3edc5158c76a4@webmail.isogmbh.de> Reply-To: Miles Bader NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054719878 18077 80.91.224.249 (4 Jun 2003 09:44:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2003 09:44:38 +0000 (UTC) Cc: Stephan Stahl Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 04 11:44:35 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 19NUot-0004hH-00 for ; Wed, 04 Jun 2003 11:44:35 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19NV6P-000178-00 for ; Wed, 04 Jun 2003 12:02:41 +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 19NUoT-0004zD-UV for emacs-devel@quimby.gnus.org; Wed, 04 Jun 2003 05:44:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NUo0-0004t0-Q1 for emacs-devel@gnu.org; Wed, 04 Jun 2003 05:43:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19NUnz-0004ru-6v for emacs-devel@gnu.org; Wed, 04 Jun 2003 05:43:39 -0400 Original-Received: from tyo201.gate.nec.co.jp ([202.32.8.214]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NUiW-0002l6-Lr; Wed, 04 Jun 2003 05:38:00 -0400 Original-Received: from mailgate4.nec.co.jp ([10.7.69.195])h549blw29871; Wed, 4 Jun 2003 18:37:47 +0900 (JST) Original-Received: from mailsv4.nec.co.jp (mailgate52.nec.co.jp [10.7.69.198]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id h549bl502522; Wed, 4 Jun 2003 18:37:47 +0900 (JST) Original-Received: from edtmg01.lsi.nec.co.jp ([10.26.16.201]) by mailsv4.nec.co.jp (8.11.6/3.7W-MAILSV4-NEC) with ESMTP id h549bk322757; Wed, 4 Jun 2003 18:37:46 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) id SAA05305; Wed, 4 Jun 2003 18:37:46 +0900 (JST) Original-Received: from mcspd15.ucom.lsi.nec.co.jp (mcspd15 [10.30.114.174]) with ESMTP id h549biNH007461; Wed, 4 Jun 2003 18:37:44 +0900 (JST) Original-Received: by mcspd15.ucom.lsi.nec.co.jp (Postfix, from userid 31295) id 404B23732; Wed, 4 Jun 2003 18:37:44 +0900 (JST) Original-To: rms@gnu.org System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: Original-Lines: 24 Original-cc: emacs-devel@gnu.org 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:14678 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14678 Richard Stallman writes: > 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). > > I didn't put it there because I carried forward the original Emacs > meaning of C-x C-n. However, it could well be that next-error is > used more than set-goal-column. So perhaps that binding should be changed. > > However, if next-error is C-x C-n, previous-error can't be C-x C-p. > It would be better to find a good pair of keys for next-error and > previous-error. Hmm, well I of course use `C-x C-p' for previous-error, but I see that the default binding is `mark-page'; is that a widely used command (I don't think I use any page commands at all, except for forward/backward-page)? I think that next/previous-error are quite widely used (not just compilation, but grep, etc. also), and so deserve rather easy-to-type bindings. -Miles -- 80% of success is just showing up. --Woody Allen