unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Bogus temporary frame created by Gnus
Date: Tue, 10 May 2005 18:06:19 -0400	[thread overview]
Message-ID: <jwvu0laagfd.fsf-monnier+emacs@gnu.org> (raw)


When I do "O f" in Gnus, I'm first prompted for a file name, and then a new
frame is created that displays a temporary buffer that's immediately killed.
I think it's just a bug, which is fixed by the patch below.

Any objection?

Note that several other gnus-summary-save-in-* functions may suffer from the
same problem, but I don't have the time/energy to check them,


        Stefan


PS: If you can't reproduce the problem, it's probably because your
    pop-up-frames and special-display-regexp settings are different
    from mine.


--- orig/lisp/gnus/gnus-art.el
+++ mod/lisp/gnus/gnus-art.el
@@ -3314,7 +3314,7 @@
 		  "Save %s in file:" filename
 		  gnus-file-save-name gnus-newsgroup-name
 		  gnus-current-headers 'gnus-newsgroup-last-file))
-  (gnus-eval-in-buffer-window gnus-save-article-buffer
+  (with-current-buffer gnus-save-article-buffer
     (save-excursion
       (save-restriction
 	(widen)

             reply	other threads:[~2005-05-10 22:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-10 22:06 Stefan Monnier [this message]
2010-10-01 21:40 ` Bogus temporary frame created by Gnus Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvu0laagfd.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).