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

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

Re: protected space -solved


From: Michael-E. Voges
Subject: Re: protected space -solved
Date: Thu, 9 Jun 2005 12:04:23 +0200
User-agent: KMail/1.7.1

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.




reply via email to

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