From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: dashes and non-breaking spaces Date: Sun, 2 Jan 2005 17:24:04 +0200 Message-ID: <200501021724.04473.pogonyshev@gmx.net> References: <200412281520.49126.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1104679073 23036 80.91.229.6 (2 Jan 2005 15:17:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Jan 2005 15:17:53 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 02 16:17:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cl7UJ-0001Fj-00 for ; Sun, 02 Jan 2005 16:17:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cl7fP-0005zS-TJ for ged-emacs-devel@m.gmane.org; Sun, 02 Jan 2005 10:29:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cl7eu-0005jw-5s for emacs-devel@gnu.org; Sun, 02 Jan 2005 10:28:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cl7eq-0005iQ-Sy for emacs-devel@gnu.org; Sun, 02 Jan 2005 10:28:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cl7eq-0005hY-Rg for emacs-devel@gnu.org; Sun, 02 Jan 2005 10:28:40 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1Cl7Rm-00009g-Gl for emacs-devel@gnu.org; Sun, 02 Jan 2005 10:15:10 -0500 Original-Received: (qmail invoked by alias); 02 Jan 2005 15:15:07 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (195.50.12.114) by mail.gmx.net (mp022) with SMTP; 02 Jan 2005 16:15:07 +0100 X-Authenticated: #16844820 Original-To: Stefan Monnier User-Agent: KMail/1.4.3 In-Reply-To: X-Y-GMX-Trusted: 0 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: main.gmane.org gmane.emacs.devel:31686 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31686 Stefan Monnier wrote: > > 2004-12-21 Richard M. Stallman > > =09* xdisp.c (get_next_display_element): Display codes 8a0 and 8ad > > =09specially as `\ ' and `\-'. > > I think this change is wrong. I understand the need to see such > differences at times, but not always. It should be set using > display-tables via some minor mode (similar to the minor mode that show= s > trailing whitespace). So, can we do something about it? Paul