From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Propertizing the minor-mode-alist Date: Wed, 22 Sep 2004 09:23:35 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <1095335866.7357.83.camel@pineapple.bkk.thaiopensource.com> <1095388341.7357.93.camel@pineapple.bkk.thaiopensource.com> <1095475837.7357.125.camel@pineapple.bkk.thaiopensource.com> <1095575707.7357.220.camel@pineapple.bkk.thaiopensource.com> <1095647396.7357.281.camel@pineapple.bkk.thaiopensource.com> <1095838242.7357.414.camel@pineapple.bkk.thaiopensource.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095859474 6535 80.91.229.6 (22 Sep 2004 13:24:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Sep 2004 13:24:34 +0000 (UTC) Cc: Richard Stallman , "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 22 15:24:14 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CA76U-0003Fv-00 for ; Wed, 22 Sep 2004 15:24:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CA7CP-00085T-OP for ged-emacs-devel@m.gmane.org; Wed, 22 Sep 2004 09:30:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CA7CG-00085E-OC for emacs-devel@gnu.org; Wed, 22 Sep 2004 09:30:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CA7CE-000852-Vj for emacs-devel@gnu.org; Wed, 22 Sep 2004 09:30:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CA7CE-00084z-Nu for emacs-devel@gnu.org; Wed, 22 Sep 2004 09:30:10 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CA764-0006sX-37; Wed, 22 Sep 2004 09:23:48 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 0E6EFB3027B; Wed, 22 Sep 2004 09:23:38 -0400 (EDT) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id D70684AC07B; Wed, 22 Sep 2004 09:23:35 -0400 (EDT) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 8DA638CA23; Wed, 22 Sep 2004 09:23:35 -0400 (EDT) Original-To: James Clark In-Reply-To: <1095838242.7357.414.camel@pineapple.bkk.thaiopensource.com> (James Clark's message of "Wed, 22 Sep 2004 14:30:42 +0700") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) X-DIRO-MailScanner: Found to be clean, Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=0, requis 5), n'est pas un polluriel, SpamAssassin (score=0, requis 5) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: monnier@iro.umontreal.ca X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27439 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27439 > I like the idea of using a C-u prefix to make the next error command go > to the first error. I can definitely use that. > I don't see a good way to make it work with C-x `. nxml-mode presents > errors using a very different style of UI from compile.el. It's more M-x next-error is now "independent" from compile.el. Of course, this is specific to Emacs-CVS, but you could use this new feature by providing a next-error-function (that's the name of the new var introduced to decouple next-error from compile.el). Stefan