all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Is there a way to inhibit message3 from Elisp?
@ 2015-04-21 13:37 Oleh Krehel
  2015-04-21 17:17 ` Stefan Monnier
  0 siblings, 1 reply; 18+ messages in thread
From: Oleh Krehel @ 2015-04-21 13:37 UTC (permalink / raw)
  To: emacs-devel

Hi all,

I think this option would be quite useful in general, if it's not yet
implemented, which I'm pretty sure it's not.

My particular use-case is that I'm doing completion in the minibuffer
with ivy.el, calling `shell-command-to-string' in the `post-command-hook'.
And when I enable `while-no-input' in my function, my minibuffer
contents get rudely interrupted by `call_process_cleanup' saying:

> "Waiting for process to die...done"

I'm sure that this message is needed and appericated, but I'd like to
have an option to suppress it. I think a variable like `inhibit-message'
that I could let-bind would be a good solution to my problem.

I've seen this question brought up a few times on the stack exchange
sites, what people tend to do is to `flet'-override the `message'
function.  It doesn't apply in this case, but the solution to this
problem would solve the other ones too.

Oleh



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

end of thread, other threads:[~2015-04-22 20:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21 13:37 Is there a way to inhibit message3 from Elisp? Oleh Krehel
2015-04-21 17:17 ` Stefan Monnier
2015-04-21 18:50   ` Oleh Krehel
2015-04-21 23:25     ` Artur Malabarba
2015-04-22  6:00       ` Oleh Krehel
2015-04-22 10:53     ` Eli Zaretskii
2015-04-22 11:55       ` Oleh Krehel
2015-04-22 12:24         ` Eli Zaretskii
2015-04-22 12:50           ` Oleh Krehel
2015-04-22 13:01             ` Eli Zaretskii
2015-04-22 13:51           ` Stefan Monnier
2015-04-22 13:48             ` Oleh Krehel
2015-04-22 17:39             ` Artur Malabarba
2015-04-22 20:20               ` Stefan Monnier
2015-04-22 12:42         ` Artur Malabarba
2015-04-22 17:22         ` Artur Malabarba
2015-04-22 17:20           ` Oleh Krehel
2015-04-22 13:53     ` Stefan Monnier

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.