all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* post-self-insert-hook and last-command:
@ 2012-05-26 23:20 T.V. Raman
  2012-05-27 13:03 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: T.V. Raman @ 2012-05-26 23:20 UTC (permalink / raw)
  To: emacs-devel

I'm trying to use post-self-insert-hook to speak characters as
they are typed in emacspeak --- rather than what I have done for
the last 18 years which was to execute emacspeak's own
emacspeak-self-insert-command.  It all works (almost) -- except
that the speech feedback is called in situations other than  when
the user executes self-insert-command. The usual emacspeak
technique of advising has never worked for this case since
self-insert-command is a builtin.

So to limit the calling of speech feedback to cases of
self-insert-command,
I added a test at the top of my speech feedback function  of the
form
(eq last-command self-insert-command)
but this doesn't work -- since last-command gets apparently gets
set after post-self-insert-hook gets run --- at least that is my
guess based on what I observe:

With post-self-insert-hook set to call speech feedback if
(eq last-command self-insert-command) I  dont hear spoken
feedback for the first invocation of self-insert-command.



-- 

--



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

end of thread, other threads:[~2012-05-27 14:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-26 23:20 post-self-insert-hook and last-command: T.V. Raman
2012-05-27 13:03 ` Stefan Monnier
2012-05-27 14:38   ` T.V. Raman

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.