From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: 24.3 status update Date: Mon, 25 Feb 2013 21:19:35 +0000 Message-ID: <20130225211935.GA15821@acm.acm> References: <877glw5dew.fsf@fimbulvetr.bsc.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1361827213 28251 80.91.229.3 (25 Feb 2013 21:20:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2013 21:20:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 22:20:36 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UA5TP-0000nR-Mi for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2013 22:20:35 +0100 Original-Received: from localhost ([::1]:59276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA5T4-0005TL-Vb for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2013 16:20:14 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA5T2-0005T1-0j for emacs-devel@gnu.org; Mon, 25 Feb 2013 16:20:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UA5T0-0006yb-79 for emacs-devel@gnu.org; Mon, 25 Feb 2013 16:20:11 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:52577 helo=mail.muc.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA5Sz-0006ws-Sd for emacs-devel@gnu.org; Mon, 25 Feb 2013 16:20:10 -0500 Original-Received: (qmail 85108 invoked by uid 3782); 25 Feb 2013 21:20:06 -0000 Original-Received: from acm.muc.de (pD951B3BF.dip.t-dialin.net [217.81.179.191]) by colin.muc.de (tmda-ofmipd) with ESMTP; Mon, 25 Feb 2013 22:20:05 +0100 Original-Received: (qmail 16063 invoked by uid 1000); 25 Feb 2013 21:19:35 -0000 Content-Disposition: inline In-Reply-To: <877glw5dew.fsf@fimbulvetr.bsc.es> User-Agent: Mutt/1.5.21 (2010-09-15) X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 8.x X-Received-From: 193.149.48.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157346 Archived-At: Hello, Lluís. On Mon, Feb 25, 2013 at 09:47:19PM +0100, Lluís wrote: > This brings up an uncolored scratch buffer: > emacs -q --eval '(global-whitespace-mode t)' I can't reproduce this in the latest emacs-24 branch. > while this brings it up with colors: > emacs -q --eval '(message "buh")' I believe you. :-) > This is using Julien's emacs-snapshot 2:20130224-1. > I've also been unable to disable whitespace-mode for a very long time (when > disable, it still shows its highlight colors), but I've been too lazy to fill-in > a bug report. I can confirm this bug (in the latest emacs-24 branch). To reproduce it, start emacs as the first invocation above. (i) M-x whitespace-mode doesn't undo GWMode, rather it has no visible effect aside from adding "ws" to "WS" in the mode line. (ii) Now M-x global-whitespace-mode simply removes "WS" from the mode line. (iii) Now M-x whitespace-mode fails to undo its effect in the window. This show there's non-standard semantics for \(global-\)?-whitespace-mode. > Thanks, > Lluis -- Alan Mackenzie (Nuremberg, Germany).