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

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

bug#11242: 24.1.50; Switching to rmai view buffer


From: martin rudalics
Subject: bug#11242: 24.1.50; Switching to rmai view buffer
Date: Sun, 15 Apr 2012 10:14:09 +0200

> It runs the command mail-send-and-exit.

which calls `mail-bury' where we have two options to show a buffer whose
name starts with a space, namely

(defun mail-bury (&optional arg)
  ...
    (bury-buffer (current-buffer)) <---------- HERE
    ...
      (switch-to-buffer newbuf)))) <----------- OR HERE

and we'd have to find out which of these is responsible.

martin





reply via email to

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