GNU bug report logs -
#14408
24.3.50; *Messages* buffer no longer updates automatically
Previous Next
Reported by: Barry OReilly <gundaetiapo <at> gmail.com>
Date: Wed, 15 May 2013 13:05:02 UTC
Severity: important
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 14408 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Looking further, there are a couple circumstances where it won't reproduce:
• There needs to be newlines after the message call to reproduce
• eval-last-sexp needs to be invoked through a local keymap
Let ~/emacs-local-key.el contain:
(local-set-key (kbd "<f5>") 'eval-last-sexp)
Or you can do so in an emacs-lisp-mode-hook.
Steps:
• Run: ./src/emacs -Q --load ~/emacs-local-key.el
• C-x 3
• M-x buffer-menu
• Select *Messages* (now left window is *Messages* right is *scratch*)
• C-x o
• Input: (message "a")
• Enter a couple times so as there are new lines after the message call
• Move point to after the close paren above
• Use f5 to eval-last-sexp, no change in *Messages*
• C-x o
• Now all the "a" messages appear
I tried sizing the window to the left and to the right, still can reproduce.
Using emacs -nw I can reproduce it.
I'm on RHEL 5 OS.
[Message part 2 (text/html, inline)]
This bug report was last modified 12 years and 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.