emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#14858: closed (24.3.50; Two lighter entries in mod


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14858: closed (24.3.50; Two lighter entries in mode line when in global-visual-line-mode)
Date: Fri, 26 Jul 2013 01:56:02 +0000

Your message dated Thu, 25 Jul 2013 21:55:23 -0400
with message-id <address@hidden>
and subject line Re: bug#14858: 24.3.50; Two lighter entries in mode line when 
in global-visual-line-mode
has caused the debbugs.gnu.org bug report #14858,
regarding 24.3.50; Two lighter entries in mode line when in 
global-visual-line-mode
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14858: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14858
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; Two lighter entries in mode line when in global-visual-line-mode Date: Fri, 12 Jul 2013 15:58:35 -0700
Doing `M-x global-visual-line-mode RET' results in both "vl" and "Wrap"
appearing in the mode line.  This is the result of the following form in
simple.el:

  (define-globalized-minor-mode global-visual-line-mode
    visual-line-mode turn-on-visual-line-mode
    :lighter " vl")

The docstring for `define-globalized-minor-mode' warns that it usually
makes no sense to pass it a :lighter argument, presumably to avoid
this very behavior.  Defining a `modified-global-visual-line-mode'
based on the above form but without the :lighter argument produces
expected behavior, i.e. "Wrap" alone.

In GNU Emacs 24.3.50.1 (x86_64-apple-darwin12.4.1, NS apple-appkit-1187.39)
 of 2013-07-12 on pow
Bzr revision: 113394 address@hidden
Windowing system distributor `Apple', version 10.3.1187
Configured using:
 `configure --with-pkg-config-prog=/opt/local/bin/pkg-config --with-ns'



--- End Message ---
--- Begin Message --- Subject: Re: bug#14858: 24.3.50; Two lighter entries in mode line when in global-visual-line-mode Date: Thu, 25 Jul 2013 21:55:23 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.4

Thanks; fixed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]