From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: highlight-changes-mode Date: Mon, 23 Oct 2006 01:11:55 -0400 Message-ID: References: <17721.60660.980363.609046@kahikatea.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1161580706 2677 80.91.229.2 (23 Oct 2006 05:18:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Oct 2006 05:18:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 23 07:18:25 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GbsCe-0002o4-0N for ged-emacs-devel@m.gmane.org; Mon, 23 Oct 2006 07:18:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GbsCd-00060k-Er for ged-emacs-devel@m.gmane.org; Mon, 23 Oct 2006 01:18:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gbs6P-0003oj-OW for emacs-devel@gnu.org; Mon, 23 Oct 2006 01:11:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gbs6O-0003no-Gc for emacs-devel@gnu.org; Mon, 23 Oct 2006 01:11:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gbs6O-0003nk-27 for emacs-devel@gnu.org; Mon, 23 Oct 2006 01:11:56 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gbs6N-0000Dw-Qo for emacs-devel@gnu.org; Mon, 23 Oct 2006 01:11:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Gbs6N-0000A6-2t; Mon, 23 Oct 2006 01:11:55 -0400 Original-To: Nick Roberts In-reply-to: <17721.60660.980363.609046@kahikatea.snap.net.nz> (message from Nick Roberts on Sat, 21 Oct 2006 22:48:36 +1300) 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:61023 Archived-At: highlight-changes-mode in mode-line-mode-menu doesn't toggle on the mode-line because it has three values: With an argument ARG: If ARG is positive, set state to active; If ARG is zero, set state to passive; If ARG is negative, disable Highlight Changes mode completely. I think we should change the interface, because it is really bad for a minor mode to be inconsistent with the standard for minor modes.