Message from discussion
line adjustment at the end of a sentence
Received: by 10.66.79.233 with SMTP id m9mr552404pax.37.1348723591606;
Wed, 26 Sep 2012 22:26:31 -0700 (PDT)
Path: a8ni23585269pbd.1!nntp.google.com!news.glorb.com!usenet.stanford.edu!not-for-mail
From: "Drew Adams" <drew.ad...@oracle.com>
Newsgroups: gnu.emacs.help
Subject: RE: line adjustment at the end of a sentence
Date: Wed, 26 Sep 2012 22:26:21 -0700
Lines: 19
Approved: help-gnu-em...@gnu.org
Message-ID: <mailman.9825.1348723590.855.help-gnu-emacs@gnu.org>
References: <87pq59gihf.fsf@lapcat.tftorrey.com><5062EE61.4030306@cme.nist.gov><BC5672F8AD4C054BAF167C9801500D1AB0B20656@USSLMMBX003.net.plm.eds.com><mailman.9789.1348681498.855.help-gnu-emacs@gnu.org>
<jwvy5jw1fs0.fsf-monnier+gnu.emacs.help@gnu.org>
NNTP-Posting-Host: lists.gnu.org
Mime-Version: 1.0
X-Trace: usenet.stanford.edu 1348723591 26158 208.118.235.17 (27 Sep 2012 05:26:31 GMT)
X-Complaints-To: action@cs.stanford.edu
To: "'Stefan Monnier'" <monn...@iro.umontreal.ca>, <help-gnu-em...@gnu.org>
Envelope-to: help-gnu-em...@gnu.org
X-Mailer: Microsoft Office Outlook 11
In-Reply-To: <jwvy5jw1fs0.fsf-monnier+gnu.emacs.help@gnu.org>
Thread-Index: Ac2cR/T2KvZv436ATS2J4bsMK92B4gAJ8qWw
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157
X-Source-IP: acsinet22.oracle.com [141.146.126.238]
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1)
X-Received-From: 148.87.113.117
X-BeenThere: help-gnu-em...@gnu.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs>
List-Post: <mailto:help-gnu-em...@gnu.org>
List-Help: <mailto:help-gnu-emacs-requ...@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=subscribe>
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
> Also there's no good convention for how to distinguish on screen a SPC
> from a NBSP. Emacs highlights the NBSP specially (because accidental
> use of NBSP in program code leads to trouble) but that's not
> ideal when reading text that uses NBSP between Dr. and Watson or
> between < and the quoted text.
I agree generally with everything you said. Wrt showing no-break space and
non-breaking hyphen so that you can distinguish them from SPC and ASCII hyphen,
`show-wspace.el' can help.
There are commands that toggle the distinguishing display of each on/off, and
you can customize the faces used for that. Quick toggling is helpful, because
most of the time you don't care about the difference, but you can easily check.
http://www.emacswiki.org/emacs-en/show-wspace.el
http://emacswiki.org/emacs/ShowWhiteSpace#ShowWspace