Am Dienstag, 7. Juni 2005 12:42 schrieb Emilio Lopes:
> Michael-E. Voges <mevoges <at> t-online.de> writes:
> > I need - using text-mode, iso-8859-1 - a protected space to avoid
> > linebreaking between two words as for example the ~-sign of LaTeX.
>
> C-x 8 <SPC>
>
 Peter Dyballa also answered by pm:
You mean
;   oct   dec   hex    UCS2      UTF-8
;=====================================
  = 240 = 160 = A0 = U+00A0 =    C2 A0 : NO-BREAK SPACE

Try C-q 2 4 0 RET. Instead of RET any other non-digit character 
finishes the alt-method ...
(You too can set that you want to input the sequence as hex or decimal. 
Given you work with some UNIX and X11 you can set with xmodmap that 
some key has XK_nobreakspace, for example alt-space?)

Thank you both - it was a great help.

Micha-E.


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to