all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to restore let binding variables after minibuffer keybord-quit
@ 2006-06-06 10:06 Ye Wenbin
  2006-06-06 10:40 ` David Hansen
  0 siblings, 1 reply; 3+ messages in thread
From: Ye Wenbin @ 2006-06-06 10:06 UTC (permalink / raw)



Hello,
I wrote a elisp to input chinese character. I want add a command to input
english letter when the input method activated. The function defined as  
following:

   (defun eim-insert-ascii ()
     (interactive)
     (let (after-change-functions)
       (insert (read-from-minibuffer ""))))

But when use C-g to quit from minibuffer, the after-change-functions  
doesn't restore
to the original value. Is there a way to restore let binding variables  
after keybord-quit?

Thanks!
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

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

end of thread, other threads:[~2006-06-06 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-06 10:06 how to restore let binding variables after minibuffer keybord-quit Ye Wenbin
2006-06-06 10:40 ` David Hansen
2006-06-06 11:20   ` Ye Wenbin

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.