GNU bug report logs - #12833
24.2.50; Avoid questions asked in the echo area to be overridden by messages

Previous Next

Package: emacs;

Reported by: "Sebastien Vauban" <wxhgmqzgwmuf <at> spammotel.com>

Date: Thu, 8 Nov 2012 13:12:01 UTC

Severity: minor

Tags: fixed

Found in version 24.2.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: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: "Sebastien Vauban" <wxhgmqzgwmuf <at> spammotel.com>
Cc: 12833 <at> debbugs.gnu.org
Subject: bug#12833: 24.2.50; Avoid questions asked in the echo area to be overridden by messages
Date: Tue, 11 Dec 2012 08:50:58 -0500
> --8<---------------cut here---------------start------------->8---
>   (defadvice read-from-minibuffer (around read-around)
>     "Read ... ."
>     (let* ((minibuffer-message-timeout 0))
>       ad-do-it))

>   (ad-activate 'read-from-minibuffer)
> --8<---------------cut here---------------end--------------->8---

Maybe a more radical

  (defadvice read-from-minibuffer (before crush-message activate)
    (message nil))

will do


        Stefan




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

Previous Next


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