unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bogus temporary frame created by Gnus
@ 2005-05-10 22:06 Stefan Monnier
  2010-10-01 21:40 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2005-05-10 22:06 UTC (permalink / 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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bogus temporary frame created by Gnus
  2005-05-10 22:06 Bogus temporary frame created by Gnus Stefan Monnier
@ 2010-10-01 21:40 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-01 21:40 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: bugs, emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> 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,

I've now changed the instances in this area I noticed...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-01 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-10 22:06 Bogus temporary frame created by Gnus Stefan Monnier
2010-10-01 21:40 ` Lars Magne Ingebrigtsen

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).