GNU bug report logs - #24329
25.1; gnus: cannot exit summary after call to gnus-msg-mail

Previous Next

Packages: gnus, emacs;

Reported by: Øyvind Stegard <oyvind <at> stegard.net>

Date: Mon, 29 Aug 2016 15:28:02 UTC

Severity: normal

Tags: fixed

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Øyvind Stegard <oyvind <at> stegard.net>
Cc: 24329 <at> debbugs.gnu.org
Subject: bug#24329: 25.1; gnus: cannot exit summary after call to gnus-msg-mail
Date: Fri, 27 Jan 2017 00:58:47 +0100
Øyvind Stegard <oyvind <at> stegard.net> writes:

> Currently, I am testing the following patch which seems to work, but I
> cannot be sure about it, because I do not fully understand the purpose
> of setting `gnus-newsgroup-name' to the empty string in the first place.

I'm not sure either, but I think your patch looks OK -- I mean, setting
the global version of `gnus-newsgroup-name' doesn't seem to make
sense...

And gnus-group-mail does the same thing as your patch does, so I think
it must just be an oversight.  So I'm applying your patch.

>
> --- lisp/gnus/gnus-msg.el.orig  2016-08-29 09:03:45.126752630 +0200
> +++ lisp/gnus/gnus-msg.el       2016-08-29 09:05:35.709799445 +0200
> @@ -549,7 +549,7 @@
>             (gnus-setup-message 'message
>               (message-mail to subject other-headers continue
>                             nil yank-action send-actions return-action)))
> -       (setq gnus-newsgroup-name group-name))
> +       (with-current-buffer buf (setq gnus-newsgroup-name group-name)))
>        (when switch-action
>         (setq mail-buf (current-buffer))
>         (switch-to-buffer buf)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 8 years and 180 days ago.

Previous Next


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