all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: bug-gnu-emacs-mXXj517/zsQ@public.gmane.org
Subject: Re: bug#12833: 24.2.50; Avoid questions asked in the echo area to be overridden by messages
Date: Tue, 11 Dec 2012 10:54:20 +0100	[thread overview]
Message-ID: <8038zcykvn.fsf@somewhere.org> (raw)
In-Reply-To: mailman.14984.1355158954.855.bug-gnu-emacs@gnu.org

Hello Stefan,

Stefan Monnier wrote:
>> IIUC, in the examplified case, you mean to let-bind it in defun
>> `org-read-date'?
>
> That's one option, yes, tho doing it lower down the stack might help
> make it work in more places.  E.g. you can try advising read-from-minibuffer.

Right!

>> All those packages (`org.el', `help-fns.el', etc.) are out of my
>> responsability area. I can't patch them all, can I?
>
> These are just workarounds.  A real fix would need to be somewhere
> probably in the C code, maybe in read-from-minibuffer.

I added the following (IIUC) to my .emacs file:

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

Sadly, it did not provide me with a workaround to the problem... User input is
still overridden by reminiscent messages.

Best regards,
  Seb

-- 
Sebastien Vauban


  parent reply	other threads:[~2012-12-11  9:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-08 12:34 bug#12833: 24.2.50; Avoid questions asked in the echo area to be overridden by messages Sebastien Vauban
2012-12-04 20:14 ` Stefan Monnier
2012-12-04 22:06   ` Jan Djärv
     [not found]   ` <jwvobi9tw7n.fsf-monnier+emacs-mXXj517/zsQ@public.gmane.org>
2012-12-04 22:10     ` bug#12833: **: " Sebastien Vauban
     [not found]   ` <1354662544.WXHGMQZGWMUF@spammotel.com>
2012-12-05  3:41     ` Stefan Monnier
     [not found]     ` <mailman.14537.1354678921.855.bug-gnu-emacs@gnu.org>
2012-12-05  8:49       ` Sebastien Vauban
2012-12-06 20:14         ` Stefan Monnier
     [not found]         ` <mailman.14688.1354824897.855.bug-gnu-emacs@gnu.org>
2012-12-10 10:16           ` Sebastien Vauban
2012-12-10 17:01             ` Stefan Monnier
     [not found]             ` <mailman.14984.1355158954.855.bug-gnu-emacs@gnu.org>
2012-12-11  9:54               ` Sebastien Vauban [this message]
2012-12-11 13:50                 ` Stefan Monnier
     [not found]                 ` <mailman.15030.1355233953.855.bug-gnu-emacs@gnu.org>
2012-12-12  9:16                   ` Sebastien Vauban
2012-12-12 20:06                     ` Stefan Monnier
     [not found]                     ` <mailman.15189.1355342844.855.bug-gnu-emacs@gnu.org>
2012-12-13 11:17                       ` Sebastien Vauban
2020-08-20 18:14 ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8038zcykvn.fsf@somewhere.org \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=bug-gnu-emacs-mXXj517/zsQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.