From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stephan Stahl Newsgroups: gmane.emacs.devel Subject: Re: Idea for compilation mode Date: Tue, 3 Jun 2003 15:14:25 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1054646065.3edc9f3185c49@webmail.isogmbh.de> References: <1054626136.3edc5158c76a4@webmail.isogmbh.de> <847k83flph.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1054647556 24217 80.91.224.249 (3 Jun 2003 13:39:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2003 13:39:16 +0000 (UTC) Cc: "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 03 15:39:07 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 19NC0J-0006Hx-00 for ; Tue, 03 Jun 2003 15:39:07 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19NCHQ-0005RR-00 for ; Tue, 03 Jun 2003 15:56:48 +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 19NByX-0006mx-O1 for emacs-devel@quimby.gnus.org; Tue, 03 Jun 2003 09:37:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NBvr-0005H0-J9 for emacs-devel@gnu.org; Tue, 03 Jun 2003 09:34:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19NBha-00085w-8B for emacs-devel@gnu.org; Tue, 03 Jun 2003 09:19:47 -0400 Original-Received: from mail.isogmbh.de ([194.139.105.20] helo=ns2.isogmbh.de) by monty-python.gnu.org with smtp (Exim 4.20) id 19NBcU-0006ew-9m for emacs-devel@gnu.org; Tue, 03 Jun 2003 09:14:30 -0400 Original-Received: (qmail 20287 invoked from network); 3 Jun 2003 13:14:25 -0000 Original-Received: from unknown (HELO localhost) (192.168.81.20) by mail.dmz.isogmbh.de with SMTP; 3 Jun 2003 13:14:25 -0000 Original-Received: from cleopatra.dmz.isogmbh.de (cleopatra.dmz.isogmbh.de [192.168.81.14]) by webmail.isogmbh.de (IMP) with HTTP for ; Tue, 3 Jun 2003 15:14:25 +0200 Original-To: Kai =?iso-8859-1?b?R3Jv32pvaGFubg==?= In-Reply-To: <847k83flph.fsf@lucy.is.informatik.uni-duisburg.de> User-Agent: Internet Messaging Program (IMP) 3.2.1 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:14629 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14629 Kai Großjohann wrote: > C-- C-x ` does like previous-error. Yes but i think in compile mode there are plenty of non used C-c keys. Wouldn't it be nice to have C-c n for next error, C-c p for previous error, C-c a for first and C-c e for last error or something like that? As other said C-x ` is difficult to type not to mention C-- C-x `. And maybe some similar keys could be used for next/previous warning which i think would be very nice to have in compile mode. -- Stephan Stahl