[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some basic WL questions
- To: wl-en@ml.gentei.org
- Subject: Re: Some basic WL questions
- From: "Herbert J. Skuhra" <hskuhra@eumx.net>
- Date: Wed, 29 Aug 2012 23:17:19 +0200
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:subject:in-reply-to:references:mime-version :content-type; s=default; bh=FsLf8qyl9lhDB6f2tpnh9JMc42A=; b=Bmc f7krewzdYl6/nHbSQgzI06/trsKQ1O6k3AiLiRopAySyOm3umYvpicrBEvJFOv7V DGRha+2b8UREx4Tw6BkihDtgGXPwtHrTRNvRLwzSgoxM1pJl+AnjiP8IhlpTYfmz nPEt9N/MPbj9vlbgMdzEmf71iBigD7+5aW9bMQrk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=QscPNVULZCs+4KxJcdWeWByY3jO6C wszaqp5rlaDR1fAJg5vwPUZuRxBUwy46IbQudn/s4xf77Kf8ob2TOhIQfbhPj/og /bruPk5khYpFd6b+gJHkJPxz82McvXAJxROgJBsC8wpRno0h9FKZrO1nmTQUtHMA ZZGZ+fKKEyP/2o=
- In-reply-to: <m1zk5dzcff.wl%pfd@pfdstudio.com>
- List-help: <mailto:wl-en-ctl@ml.gentei.org?body=help>
- List-id: wl-en.ml.gentei.org
- List-owner: <mailto:wl-en-admin@ml.gentei.org>
- List-post: <mailto:wl-en@ml.gentei.org>
- List-software: fml [fml 4.0 STABLE (20040215/4.0.4_BETA)]
- List-unsubscribe: <mailto:wl-en-ctl@ml.gentei.org?body=unsubscribe>
- References: <m1zk5dzcff.wl%pfd@pfdstudio.com>
- Reply-to: wl-en@ml.gentei.org
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.2.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
On Wed, 29 Aug 2012 16:11:00 -0400
Peter Davis <pfd@pfdstudio.com> wrote:
> 2) In some messages, I get space characters that just appear as a
> colored box. I assume this is some non-ASCII space character (e.g.,
> non-breaking space, em space, etc.), but I don't know, and don't know
> how to get WL/Emacs/PuTTY to just display this as a space.
Try to add the following line to your ~/.emacs:
(setq nobreak-char-display nil)
--
Herbert