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 16:08:33 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1054649313.3edcabe19bbb1@webmail.isogmbh.de> References: <1054626136.3edc5158c76a4@webmail.isogmbh.de> <847k83flph.fsf@lucy.is.informatik.uni-duisburg.de> <1054646065.3edc9f3185c49@webmail.isogmbh.de> <84vfvngtw1.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 1054649442 1662 80.91.224.249 (3 Jun 2003 14:10:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2003 14:10:42 +0000 (UTC) Cc: "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 03 16:10:38 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 19NCUo-0000QG-00 for ; Tue, 03 Jun 2003 16:10:38 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19NClv-0005n9-00 for ; Tue, 03 Jun 2003 16:28:20 +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 19NCVL-0002M7-Q4 for emacs-devel@quimby.gnus.org; Tue, 03 Jun 2003 10:11:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NCTv-00021w-1z for emacs-devel@gnu.org; Tue, 03 Jun 2003 10:09:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19NCTF-0001Mc-BH for emacs-devel@gnu.org; Tue, 03 Jun 2003 10:09:02 -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 19NCSq-00014l-CO for emacs-devel@gnu.org; Tue, 03 Jun 2003 10:08:36 -0400 Original-Received: (qmail 16837 invoked from network); 3 Jun 2003 14:08:33 -0000 Original-Received: from unknown (HELO localhost) (192.168.81.20) by mail.dmz.isogmbh.de with SMTP; 3 Jun 2003 14:08:33 -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 16:08:33 +0200 Original-To: Kai =?iso-8859-1?b?R3Jv32pvaGFubg==?= In-Reply-To: <84vfvngtw1.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:14634 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14634 Kai Großjohann wrote: > Stephan Stahl writes: > > > Yes but i think in compile mode there are plenty of non used C-c keys. > > Ah, you mean in the *compilation* buffer! I'm sorry, I missed that. > > I'd prefer `n' and `p' in that buffer. In compilation-minor-mode, > other keys might have to be used. Well sorry for not being clear enough. I think that is a good idea. What do you think about extending the compile thing to treat errors and warnings different? I know that depends just on compilation-error-regexp-alist but when someone is already adding some keys maybe it would be worth to add the same for warnings to. That way one can look quickly for error in the compilation and when neccessary for warnings to get the code clean. -- Stephan Stahl