GNU bug report logs - #11242
24.1.50; Switching to rmai view buffer

Previous Next

Package: emacs;

Reported by: rms <at> gnu.org

Date: Sat, 14 Apr 2012 04:19:01 UTC

Severity: minor

Merged with 11219

Found in version 24.1.50

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: rms <at> gnu.org, 11242 <at> debbugs.gnu.org
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




This bug report was last modified 13 years and 132 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.