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

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

[debbugs-tracker] bug#16084: closed (24.3.50; Modeline update problem)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16084: closed (24.3.50; Modeline update problem)
Date: Sun, 08 Dec 2013 09:58:03 +0000

Your message dated Sun, 08 Dec 2013 10:57:16 +0100
with message-id <address@hidden>
and subject line Re: bug#16084: 24.3.50; Modeline update problem
has caused the debbugs.gnu.org bug report #16084,
regarding 24.3.50; Modeline update problem
to be marked as done.

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


-- 
16084: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16084
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; Modeline update problem Date: Sat, 07 Dec 2013 13:23:56 +0100
With emacs -Q for today's trunk insert the following text into *scratch*
and eval the buffer.


(switch-to-buffer (get-buffer-create "buffer-1"))

(defun foo ()
  (interactive)
  (cond
   ((equal (buffer-name) "buffer-1")
    (switch-to-buffer (get-buffer-create "buffer-2")))
   ((equal (buffer-name) "buffer-2")
    (switch-to-buffer (get-buffer-create "buffer-3")))
   ((equal (buffer-name) "buffer-3")
    (switch-to-buffer (get-buffer-create "buffer-1")))))

(global-set-key [(control .)] 'foo)


Now typing C-. updates the modeline only the first time one of these
buffers is displayed.  After that, the modeline sticks to buffer-3 here.
If I now modify the current buffer, the modeline changes again but
ceases to do so the next time the buffer is displayed.

Instead of C-. I can also use menu-bar-select-buffer-function.

In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2013-12-07 on MACHNO
Bzr revision: 115403 address@hidden
Windowing system distributor `Microsoft Corp.', version 5.1.2600

martin



--- End Message ---
--- Begin Message --- Subject: Re: bug#16084: 24.3.50; Modeline update problem Date: Sun, 08 Dec 2013 10:57:16 +0100
I believe it should be fixed now, thank you,

Confirmed.  Thanks for the fix.

martin



--- End Message ---

reply via email to

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