GNU bug report logs - #14957
24.3.50; Flyspell language visible in mode line

Previous Next

Package: emacs;

Reported by: Sebastien Vauban <sva-news <at> mygooglest.com>

Date: Fri, 26 Jul 2013 13:01:03 UTC

Severity: wishlist

Tags: fixed

Found in version 24.3.50

Fixed in version 28.1

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: "Sebastien Vauban" <sva-news <at> mygooglest.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 14957 <at> debbugs.gnu.org
Subject: bug#14957: 24.3.50; Flyspell language visible in mode line
Date: Wed, 15 Jan 2014 11:42:09 +0100
Glenn Morris wrote:
> Following message was posted via usenet and so does not show up in bug
> tracker. I'm not going to mention this issue again.

It won't happen anymore to me, thanks to the following code (adapted
from code given to me by Michael Heerdegen -- thanks a lot to him!):

--8<---------------cut here---------------start------------->8---
    (defun my/gnus-summary-followup-with-original ()
      "Force sending messages to `gnu.emacs.bug' per email."
      (interactive)
      (if (string-match (rx "gnu.emacs.bug") gnus-newsgroup-name)
                                      ; answer per email
          (call-interactively 'gnus-summary-wide-reply-with-original)
                                      ; post via news
        (call-interactively 'gnus-summary-followup-with-original)))

    (define-key gnus-summary-mode-map
      (kbd "F") 'my/gnus-summary-followup-with-original)
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban




This bug report was last modified 4 years and 298 days ago.

Previous Next


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