From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: Idea for compilation mode Date: Thu, 05 Jun 2003 16:00:03 +0200 Organization: CWI, Amsterdam Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1054626136.3edc5158c76a4@webmail.isogmbh.de> <1054794343.3edee2670f306@webmail.isogmbh.de> <200306051337.h55Db0BT031902@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054823391 32183 80.91.224.249 (5 Jun 2003 14:29:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2003 14:29:51 +0000 (UTC) Cc: "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 05 16:29:48 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 19Nvh2-00082Z-00 for ; Thu, 05 Jun 2003 16:26:16 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Nvz8-0001Gs-00 for ; Thu, 05 Jun 2003 16:44:58 +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 19NvdD-0006Ul-6r for emacs-devel@quimby.gnus.org; Thu, 05 Jun 2003 10:22:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NvYZ-0004yt-Bs for emacs-devel@gnu.org; Thu, 05 Jun 2003 10:17:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19NvLo-0001Bb-H5 for emacs-devel@gnu.org; Thu, 05 Jun 2003 10:04:21 -0400 Original-Received: from hera.cwi.nl ([192.16.191.8]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NvHi-000091-Jb; Thu, 05 Jun 2003 10:00:06 -0400 Original-Received: from occarina.pna.cwi.nl (occarina.pna.cwi.nl [192.16.184.200]) by hera.cwi.nl with ESMTP id QAA22377 for ; Thu, 5 Jun 2003 16:00:05 +0200 (MEST) Original-Received: (from lute@localhost) by occarina.pna.cwi.nl (8.12.8/8.12.5) id h55E04ig010319; Thu, 5 Jun 2003 16:00:04 +0200 X-Authentication-Warning: occarina.pna.cwi.nl: lute set sender to Lute.Kamstra@cwi.nl using -f Original-To: "Stefan Monnier" In-Reply-To: <200306051337.h55Db0BT031902@rum.cs.yale.edu> (Stefan Monnier's message of "Thu, 05 Jun 2003 09:37:00 -0400") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Original-Lines: 10 Original-cc: "rms@gnu.org" Original-cc: Stephan Stahl Original-cc: Andreas Schwab 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:14771 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14771 "Stefan Monnier" writes: >> I did not know that. Then what about C-c C-r, C-c C-c, C-c C-g keys (in the > > C-h is for `abort' so it's better to avoid it in a key-binding. ^^^ C-g Lute.