help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to enter for example \200 offered by ispell in its buffer *Choices*


From: Jürgen Hartmann
Subject: How to enter for example \200 offered by ispell in its buffer *Choices*
Date: Sun, 21 Jun 2015 21:34:15 +0200

The options offered by Ispell in the buffer *Choices* are associated with
characters--actually keys--that can be entered to select the respective
option. If there are not too many options, digits and letters are sufficient
to identify any of them. But from time to time it happens that there are

If there are many options, digits and letters are not sufficient to identify
each of them. In that case ispell (more precisely the function
ispell-command-loop) also uses characters as ^? and \200.

The following example shows such a situation: These are the options presented
in the buffer *Choices* after doing a ispell-complete-word on "Abf" using
Hunspell together with a German alternate dictionary.

-----------------------------------------------------------------------------
(0) Abfälle  (1) Abfällen  (2) Abfahrt  (3) Abfahrten  (4) Abfahrtshänge
(5) Abfahrtshängen  (6) Abfahrtshang  (7) Abfahrtsläufer
(8) Abfahrtsläuferin  (9) Abfahrtsläuferinnen  (:) Abfahrtsläufern
(;) Abfahrtsrennen  (<) Abfahrtsstelle  (=) Abfahrtsstellen
(>) Abfahrtsstrecke  (@) Abfahrtsstrecken  (B) Abfall  (C) Abfalls
(D) Abfallaufbereitung  (E) Abfalleimer  (F) Abfalleimern
(G) Abfallgraben  (H) Abfallkurve  (I) Abfallkurven  (J) Abfallpapier
(K) Abfallpapiers  (L) Abfallprodukt  (M) Abfallprodukten
(N) Abfallprodukts  (O) Abfallproduktes  (P) Abfallstoffe
(Q) Abfallstoffen  (S) Abfangjäger  (T) Abfangjägern  (U) Abfangjägers
(V) Abfangrakete  (W) Abfangraketen  (Y) Abfassung  (Z) Abfassungen
([) Abfertigung  (\) Abfertigungen  (]) Abfertigungsschalter
(^) Abfertigungsschaltern  (_) Abfertigungsschalters
(`) Abfertigungsstelle  (b) Abfertigungsstellen  (c) Abfindung
(d) Abfindungen  (e) Abflachung  (f) Abflachungen  (g) Abflüge
(h) Abflügen  (j) Abflüsse  (k) Abflüssen  (n) Abflug  (o) Abflugs
(p) Abflugflughafen  (s) Abflugland  (t) Abfluß  (v) Abflusses
(w) Abfördermenge  (y) Abfördermengen  (z) Abfolge  ({) Abfolgen
(|) Abfragesprache  (}) Abfragesprachen  (~) Abführmittel
(^?) Abführmitteln  (\200) Abführmittels  (\201) Abführung
(\202) Abfüllanlage  (\203) Abfüllanlagen  (\204) Abfüllfiliale
(\205) Abfüllfilialen  (\206) Abfüllstation  (\207) Abfüllstationen
(\210) Abfuhr  (\211) Abfuhren
-----------------------------------------------------------------------------

Now the question: How do I enter ^? or \200 in this situation?

I gave C-x 8 RET which is bound to insert-char a try, but C-x was ignored and
pressing 8 lead to the selection of Option (8).

NB: ispell-command-loop uses read-key to read the users choice.

Is there some kind of input method or key-map that allows to enter such
characters (or keys) in this case?

Juergen

                                          


reply via email to

[Prev in Thread] Current Thread [Next in Thread]