all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to enter for example \200 offered by ispell in its buffer *Choices*
@ 2015-06-21 19:34 Jürgen Hartmann
  2015-06-21 19:42 ` Eli Zaretskii
  0 siblings, 1 reply; 22+ messages in thread
From: Jürgen Hartmann @ 2015-06-21 19:34 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

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

 		 	   		  


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

end of thread, other threads:[~2015-06-27 11:34 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5388.1434915264.904.help-gnu-emacs@gnu.org>
2015-06-21 20:35 ` How to enter for example \200 offered by ispell in its buffer *Choices* Emanuel Berg
2015-06-21 22:01   ` Jürgen Hartmann
2015-06-21 22:46     ` [OT] Long words (was: How to enter for example \200 offered by ispell in its buffer *Choices*) Marcin Borkowski
2015-06-22  0:16       ` Jürgen Hartmann
2015-06-22  9:19         ` Marcin Borkowski
2015-06-22 10:20           ` Jürgen Hartmann
2015-06-22 11:44             ` Marcin Borkowski
     [not found]       ` <mailman.5407.1434932215.904.help-gnu-emacs@gnu.org>
2015-06-22  0:33         ` Emanuel Berg
2015-06-23 20:13           ` Jürgen Hartmann
     [not found]     ` <mailman.5404.1434926802.904.help-gnu-emacs@gnu.org>
2015-06-21 23:25       ` Emanuel Berg
2015-06-22 11:48         ` Marcin Borkowski
2015-06-23 20:36           ` Jürgen Hartmann
     [not found]         ` <mailman.5435.1434973706.904.help-gnu-emacs@gnu.org>
2015-06-22 20:58           ` Emanuel Berg
2015-06-23 21:19             ` Jürgen Hartmann
2015-06-22 10:46   ` How to enter for example \200 offered by ispell in its buffer *Choices* Oleh Krehel
2015-06-27 11:34     ` Jürgen Hartmann
2015-06-27 11:33   ` Jürgen Hartmann
2015-06-21 19:34 Jürgen Hartmann
2015-06-21 19:42 ` Eli Zaretskii
2015-06-21 21:19   ` Jürgen Hartmann
     [not found]   ` <mailman.5398.1434921573.904.help-gnu-emacs@gnu.org>
2015-06-21 21:43     ` Emanuel Berg
2015-06-21 23:02       ` Jürgen Hartmann

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.