From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Non-breaking space Date: Fri, 22 Aug 2008 11:33:39 -0400 Message-ID: <87hc9dysh8.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219677490 2746 80.91.229.12 (25 Aug 2008 15:18:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2008 15:18:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 25 17:19:03 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KXdqG-0007Hh-FY for ged-emacs-devel@m.gmane.org; Mon, 25 Aug 2008 17:18:52 +0200 Original-Received: from localhost ([127.0.0.1]:43444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXdpI-0007Wv-E2 for ged-emacs-devel@m.gmane.org; Mon, 25 Aug 2008 11:17:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXdnW-0005KW-OP for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:16:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXdnU-0005H9-D9 for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:16:01 -0400 Original-Received: from [199.232.76.173] (port=37618 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXdnT-0005Gz-TI for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:15:59 -0400 Original-Received: from [18.115.7.246] (port=36513 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXdnT-0007r3-Ow for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:16:00 -0400 Original-Received: by furry (Postfix, from userid 1000) id 3DAFEC066; Fri, 22 Aug 2008 11:33:39 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:102943 Archived-At: NEWS contains the following entry: *** Non-breaking space is now displayed as whitespace. However, we also have: nobreak-char-display is a variable defined in `C source code'. Its value is t Documentation: *Control highlighting of nobreak space and soft hyphen. A value of t means highlight the character itself (for nobreak space, use face `nobreak-space'). A value of nil means no highlighting. Other values mean display the escape glyph followed by an ordinary space or ordinary hyphen. This is unclear: is non-breaking space highlighted by default, or not?