unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#11961: Why can't one open more than one gnus-read-ephemeral-bug at once?
@ 2012-07-17 19:10 Juri Linkov
  2012-07-29 11:47 ` Reiner Steib
  2012-09-05 19:36 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 9+ messages in thread
From: Juri Linkov @ 2012-07-17 19:10 UTC (permalink / raw)
  To: 11961

Package: emacs,gnus
Version: 24.1.50

Currently `gnus-read-ephemeral-emacs-bug-group'
can open only one group at a time.

The following patch eliminates this limitation
by creating unique group names:

=== modified file 'lisp/gnus/gnus-group.el'
--- lisp/gnus/gnus-group.el	2012-06-27 22:52:31 +0000
+++ lisp/gnus/gnus-group.el	2012-07-17 19:03:39 +0000
@@ -2481,7 +2481,8 @@ (defun gnus-read-ephemeral-bug-group (id
 			 "/.*$" ""))))
       (write-region (point-min) (point-max) tmpfile)
       (gnus-group-read-ephemeral-group
-       "gnus-read-ephemeral-bug"
+       (format "gnus-read-ephemeral-bug:%s"
+	       (mapconcat 'number-to-string ids ","))
        `(nndoc ,tmpfile
 	       (nndoc-article-type mbox))
        nil window-conf))






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

end of thread, other threads:[~2012-09-06 16:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-17 19:10 bug#11961: Why can't one open more than one gnus-read-ephemeral-bug at once? Juri Linkov
2012-07-29 11:47 ` Reiner Steib
2012-07-29 18:17   ` Juri Linkov
2012-09-05 19:36     ` Lars Ingebrigtsen
2012-09-05 19:36 ` Lars Ingebrigtsen
2012-09-06  9:03   ` Juri Linkov
2012-09-06 14:10     ` Lars Ingebrigtsen
2012-09-06 16:35       ` Juri Linkov
2012-09-06 16:47         ` Lars 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).