all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Miles Bader <miles@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Insert Euro symbol
Date: 03 May 2002 19:48:36 +0900	[thread overview]
Message-ID: <87g019a4mz.fsf@tc-1-100.kawasaki.gol.ne.jp> (raw)
In-Reply-To: <8296-Fri03May2002092555+0300-eliz@is.elta.co.il>

"Eli Zaretskii" <eliz@is.elta.co.il> writes:
> > It's very convenient for people who don't use a latin-x input method
> > normally but want to only insert a character or two.
> 
> Is that because you have some other input method active?

Yes.  I normally use the japanese language environment, so hitting C-\
gets me the japanese input method (though I'm normally not using it in
the same buffer where I use `C-x 8'); I'd have to do something like
`C-u C-\ latin-1-prefix RET' to get latin-1 characters.

> Because otherwise, the number of keystrokes to toggle input method,
> type the character, then toggle again is the same as with C-x 8.

... however even _if_ I could just `enable an input method,' that seems
somehow ... wrong.  I _want_ to just give a prefix and get one
character, and not have to worry about turning off the input method (I'm
not entirely sure why this is, but probably because I only type isolated
latin-x characters, and so toggling a `mode' feels like the wrong thing).

> C-x 8 is just another input method these days.  Except that it
> doesn't behave like one, and that causes confusion among users and
> makes the documentation more difficult to write.

It may actually be `an input method', but that's not how I think of
it.  I think of it as being a big table of latin-x characters that I
can insert by giving a command.

> If it is a frequent problem with the Euro that people need to insert
> them when they have a non-Latin input method active, perhaps we should
> add the Euro to some non-Latin input methods as well.

As it is, `C-x 8' is orthogonal to, and can act independently of other
input methods -- and this is a _good thing_.  Getting rid of it by adding
some of it's functionality to other input methods seems like it would
simply complicate the situation and lead to more inconsistent (and
probably more buggy) behavior.  [note that I say `seems' -- maybe it's
possible to avoid this, but I can't say without seeing a plan to do so.]

Now, if you added some general way of having multiple input methods
active without lots of keystrokes (and possibly having one available as
using a `prefix' like C-x 8), then that would be useful because it would
preserve the benefits of C-x 8 while perhaps making it more general and
useful.

> If there another functionality that does the same and doesn't require
> more keystrokes, will you consider switching?

I also like the C-x 8 interface; assuming something equally handy, then
`of course' -- but `number of keystrokes' really isn't the only
important metric here (though it's nice and easy to measure).

-Miles
-- 
Occam's razor split hairs so well, I bought the whole argument!

  reply	other threads:[~2002-05-03 10:48 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-02 13:19 Insert Euro symbol Kai Großjohann
2002-05-02 13:30 ` Alan Shutko
2002-05-02 13:43   ` Kai Großjohann
2002-05-02 15:12     ` Karl Eichwalder
2002-05-02 15:33       ` Kai Großjohann
2002-05-03 18:25   ` Richard Stallman
2002-05-03 19:59     ` Kai Großjohann
2002-05-04 15:02       ` Richard Stallman
2002-05-05  6:39         ` Werner LEMBERG
2002-05-06  6:24           ` Richard Stallman
2002-05-06 12:16             ` Werner LEMBERG
2002-05-07  4:58               ` Richard Stallman
2002-05-07  7:06                 ` Werner LEMBERG
2002-05-08 13:58                   ` Richard Stallman
2002-05-06  9:54           ` Kai Großjohann
2002-05-06 12:09             ` Werner LEMBERG
2002-05-05 23:18         ` Stefan Monnier
2002-05-02 13:44 ` Stefan Monnier
2002-05-02 16:06 ` Eli Zaretskii
2002-05-02 20:17   ` Miles Bader
2002-05-03  6:25     ` Eli Zaretskii
2002-05-03 10:48       ` Miles Bader [this message]
2002-05-04  6:06         ` Stephen J. Turnbull
2002-05-04 11:52           ` Miles Bader
2002-05-05  5:34           ` Richard Stallman
2002-05-05 11:52             ` Kai Großjohann
2002-05-06  6:24               ` Richard Stallman
2002-05-06  9:50                 ` Kai Großjohann
2002-05-06 19:32                   ` Richard Stallman
2002-05-07  8:25                     ` Kai Großjohann
2002-05-08 13:58                       ` Richard Stallman
2002-05-08 15:02                         ` Kai Großjohann
2002-05-09 14:59                           ` Richard Stallman
2002-05-12 12:21                             ` Florian Weimer
2002-05-13 14:18                               ` Richard Stallman
2002-05-13 14:28                                 ` Florian Weimer
2002-05-14 19:41                                   ` Richard Stallman
2002-05-08 13:58                       ` Richard Stallman
2002-05-07  9:12                     ` Miles Bader
2002-05-03  9:52   ` Kai Großjohann
2002-05-03 10:41     ` Eli Zaretskii
2002-05-03 11:24       ` Kai Großjohann

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=87g019a4mz.fsf@tc-1-100.kawasaki.gol.ne.jp \
    --to=miles@gnu.org \
    --cc=emacs-devel@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.