all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: what mode?: double-quote yields nothing until next keystroke; how to turn off?
Date: Mon, 26 Nov 2007 20:27:26 +0100	[thread overview]
Message-ID: <85ejec24f5.fsf@lola.goethe.zz> (raw)
In-Reply-To: mailman.4140.1196104238.18990.help-gnu-emacs@gnu.org

"Daniel B." <daniel76@yahoo.com> writes:

> Somehow I keep accidentally getting Emacs into a mode 
> in which a double-quote keystroke yields nothing until
>
> I press another key, at which time Emacs inserts the 
> two characters I meant (or one character composed from
>
> them).
>
> What mode is this?

C-\ runs the command toggle-input-method
  which is an interactive compiled Lisp function in `mule-cmds.el'.
It is bound to C-\, <menu-bar> <options> <mule> <toggle-input-method>.
(toggle-input-method &optional ARG INTERACTIVE)

Enable or disable multilingual text input method for the current buffer.
Only one input method can be enabled at any time in a given buffer.

The normal action is to enable an input method if none was
enabled, and disable the current one otherwise.  Which input method
to enable can be determined in various ways--either the one most
recently used, or the one specified by `default-input-method', or
as a last resort by reading the name of an input method in the
minibuffer.

With a prefix argument, read an input method name with the minibuffer
and enable that one.  The default is the most recent input method specified
(not including the currently active input method, if any).

When called interactively, the optional arg INTERACTIVE is non-nil,
which marks the variable `default-input-method' as set for Custom buffers.

[back]

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

       reply	other threads:[~2007-11-26 19:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4140.1196104238.18990.help-gnu-emacs@gnu.org>
2007-11-26 19:27 ` David Kastrup [this message]
2007-11-26 20:09   ` what mode?: double-quote yields nothing until next keystroke; how to turn off? Daniel B.
2007-11-26 19:42 ` Gordon Beaton
     [not found] <mailman.4144.1196107757.18990.help-gnu-emacs@gnu.org>
2007-11-26 20:24 ` Joost Kremers
2007-11-26 20:56 ` David Kastrup
2007-11-26 19:10 Daniel B.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85ejec24f5.fsf@lola.goethe.zz \
    --to=dak@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.