From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: minor bug in next-error-follow-minor-mode? Date: Mon, 15 Aug 2005 10:50:19 -0700 Message-ID: <200508151750.j7FHoMKE027188@scanner2.ics.uci.edu> References: <87k6in9ni9.fsf@cenderis.demon.co.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1124129666 30009 80.91.229.2 (15 Aug 2005 18:14:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Aug 2005 18:14:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 15 20:14:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E4jRh-0000Vm-JO for ged-emacs-devel@m.gmane.org; Mon, 15 Aug 2005 20:12:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4jV5-0002wj-2D for ged-emacs-devel@m.gmane.org; Mon, 15 Aug 2005 14:15:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E4jQD-0001IJ-Vj for emacs-devel@gnu.org; Mon, 15 Aug 2005 14:10:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E4jQD-0001I7-39 for emacs-devel@gnu.org; Mon, 15 Aug 2005 14:10:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4jPY-0000xe-8E for emacs-devel@gnu.org; Mon, 15 Aug 2005 14:10:12 -0400 Original-Received: from [128.195.1.36] (helo=scanner2.ics.uci.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E4jLz-0001yG-K5 for emacs-devel@gnu.org; Mon, 15 Aug 2005 14:06:31 -0400 Original-Received: from vino.ics.uci.edu (dann@vino.ics.uci.edu [128.195.11.198]) by scanner2.ics.uci.edu (8.12.10/8.12.10) with ESMTP id j7FHoMKE027188; Mon, 15 Aug 2005 10:50:22 -0700 (PDT) Original-To: Bruce Stephens Original-Lines: 14 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-99.4, required 5, J_CHICKENPOX_62, USER_IN_WHITELIST) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:42080 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42080 Bruce Stephens writes: > I was confused by the behaviour of next-error-follow-minor-mode in the > current emacs CVS. I vaguely remembered that it was on by default, I don't think it was supposed to be on by default. > and indeed found that C-c C-f switched it off (and another C-c C-f > switched it on). However, now I look at the code, I think it's just a > minor bug, where ":init-value" ought to be ":lighter", in simple.el. > (" Fol" is presumably a valid non-nil value, but it looks suspiciously > like something meant for the modeline.) You are right, I fixed this.