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: 06 Jun 2003 10:45:20 +0900 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1054626136.3edc5158c76a4@webmail.isogmbh.de> <1054722433.3eddc981f3a4d@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 1054864084 4761 80.91.224.249 (6 Jun 2003 01:48:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 6 Jun 2003 01:48:04 +0000 (UTC) Cc: Stephan Stahl Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jun 06 03:48:00 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 19O6Km-0001EF-00 for ; Fri, 06 Jun 2003 03:48:00 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19O6d7-00083k-00 for ; Fri, 06 Jun 2003 04:06:57 +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 19O6M8-0005Dk-0J for emacs-devel@quimby.gnus.org; Thu, 05 Jun 2003 21:49:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19O6L8-0003vc-4x for emacs-devel@gnu.org; Thu, 05 Jun 2003 21:48:22 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19O6Kw-0003ri-NY for emacs-devel@gnu.org; Thu, 05 Jun 2003 21:48:11 -0400 Original-Received: from tyo201.gate.nec.co.jp ([202.32.8.214]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19O6IN-0002Uo-KN; Thu, 05 Jun 2003 21:45:31 -0400 Original-Received: from mailgate3.nec.co.jp ([10.7.69.192])h561jOw01197; Fri, 6 Jun 2003 10:45:24 +0900 (JST) Original-Received: from mailsv4.nec.co.jp (mailgate51.nec.co.jp [10.7.69.190]) by mailgate3.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id h561jNZ11520; Fri, 6 Jun 2003 10:45:24 +0900 (JST) Original-Received: from edtmg05.lsi.nec.co.jp ([10.26.17.202]) by mailsv4.nec.co.jp (8.11.6/3.7W-MAILSV4-NEC) with ESMTP id h561jN324598; Fri, 6 Jun 2003 10:45:23 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) id KAA25081; Fri, 6 Jun 2003 10:45:22 +0900 (JST) Original-Received: from mcspd15.ucom.lsi.nec.co.jp (mcspd15 [10.30.114.174]) with ESMTP id h561jKNH011559; Fri, 6 Jun 2003 10:45:20 +0900 (JST) Original-Received: by mcspd15.ucom.lsi.nec.co.jp (Postfix, from userid 31295) id 4A9323732; Fri, 6 Jun 2003 10:45:20 +0900 (JST) Original-To: rms@gnu.org System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: Original-Lines: 23 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:14808 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14808 Richard Stallman writes: > I am not sure how often C-x C-p (mark-page) is used but maybe it > could be moved to C-x p which is free at the moment and would be > similar to C-x h (mark-whole- buffer). > > That seems like a plausible change. Yeah, that's a good solution -- not only is `C-x p' slightly more intuitive because it's a bit closer to `C-x h', but also previous-error makes better use of the fact that `C-x C-p' is easy to type repeatedly (because you can just hold down the control key and type `x p x p ...'). There's obviously little point in using mark-page more than once in row. :-) There seems to be something of a consensus developing in this thread for using `C-x C-n' and `C-x C-p' for next/previous-error, moving mark-page to `C-x p', and simply removing the default binding for set-goal-column. Are there any _objections_ to such a change? -Miles -- `To alcohol! The cause of, and solution to, all of life's problems' --Homer J. Simpson