unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Request: Use message instead of message_with_string for user visible output?
@ 2013-10-26 16:11 T.V. Raman
  2013-10-26 16:21 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: T.V. Raman @ 2013-10-26 16:11 UTC (permalink / raw)
  To: emacs-devel

Hi,

Emacspeak produces all its spoken feedback via advice --- so in
general, output that gets done purely through the C layer ends up
by-passing the advice layer.

Except in cases where efficiency is the reason for the choice,
could we switch to using message -- instead of
message_with_string to produce output in the echo area that is
 to be seen by the user?

As a place where I'd appreciate a fix, see keyboard.c:

When you press  a key that is currently undefined, the code in
that module uses message_with_string to output a visible "%s is
undefined" message.
-- 

--


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

end of thread, other threads:[~2013-10-30  9:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-26 16:11 Request: Use message instead of message_with_string for user visible output? T.V. Raman
2013-10-26 16:21 ` Eli Zaretskii
2013-10-26 16:33   ` T.V. Raman
2013-10-26 19:47     ` Dmitri Paduchikh
2013-10-27 22:07       ` T.V. Raman
2013-10-28  2:06         ` Richard Stallman
2013-10-28  8:04         ` Jarek Czekalski
2013-10-28 18:53           ` Johan Bockgård
2013-10-29  1:27             ` T.V. Raman
2013-10-29  1:26           ` T.V. Raman
2013-10-26 17:16 ` Drew Adams
2013-10-26 18:41 ` Stefan Monnier
2013-10-27 22:03   ` T.V. Raman
2013-10-29 20:54     ` Stefan Monnier
2013-10-30  9:17       ` T.V. Raman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).