all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to make elisp input `shift' just like I input manually
@ 2010-01-01 15:32 waterloo
  0 siblings, 0 replies; 2+ messages in thread
From: waterloo @ 2010-01-01 15:32 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

I use `shift' to change input method so often , I want elisp to do it
automatically.

How to make elisp input `shift' just like I input manually?
If elisp can not generate `shift' ,I can also change the hot key of input
method from `shift' to others like `ctrl shift m'.
Thanks

[-- Attachment #2: Type: text/html, Size: 318 bytes --]

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

* Re: How to make elisp input `shift' just like I input manually
       [not found] <mailman.518.1262359947.18930.help-gnu-emacs@gnu.org>
@ 2010-01-01 17:11 ` Pascal J. Bourguignon
  0 siblings, 0 replies; 2+ messages in thread
From: Pascal J. Bourguignon @ 2010-01-01 17:11 UTC (permalink / raw)
  To: help-gnu-emacs

waterloo <waterloo2005@gmail.com> writes:

> I use `shift' to change input method so often , I want elisp to do it automatically.
>
> How to make elisp input `shift' just like I input manually?
> If elisp can not generate `shift' ,I can also change the hot key of input method from `shift' to others like `ctrl shift m'.

(set-input-method 'greek)
δασδασ
(set-input-method nil)
dasdas


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


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

end of thread, other threads:[~2010-01-01 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-01 15:32 How to make elisp input `shift' just like I input manually waterloo
     [not found] <mailman.518.1262359947.18930.help-gnu-emacs@gnu.org>
2010-01-01 17:11 ` Pascal J. Bourguignon

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.