Re: Nonbreaking spaces in alerts
Re: Nonbreaking spaces in alerts
- Subject: Re: Nonbreaking spaces in alerts
- From: Damien Bobillot <email@hidden>
- Date: Tue, 18 Oct 2005 18:51:59 +0200
Paul J. Lucas wrote :
On Tue, 18 Oct 2005, Damien Bobillot wrote:
You may use alt-space to create non-breakable spaces.
That doesn't work in vi. I assume you mean in Xcode?
It works everywhere excepted in the terminal.
Try to run the following commands in the terminal before running vi :
stty cs8 -istrip -parenb
bind 'set convert-meta off'
bind 'set meta-flag on'
bind 'set output-meta on'
It disables the meta key (mapped on the alt key) and allow you to
type 8bits caracters (alt-space is not an 7bits ascii character).
--
Damien Bobillot
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden