From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?iso-8859-1?q?R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: blue underscores Date: Wed, 19 Dec 2007 14:30:30 +0100 Message-ID: <200712191430.32991.andreas.roehler@online.de> References: <200712191009.14362.andreas.roehler@online.de> <200712191254.17860.andreas.roehler@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1198071002 4365 80.91.229.12 (19 Dec 2007 13:30:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Dec 2007 13:30:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 19 14:30:13 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J4yzt-0007dw-Ux for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Dec 2007 14:30:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4yza-00023F-KC for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Dec 2007 08:29:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4yzI-00022c-LE for help-gnu-emacs@gnu.org; Wed, 19 Dec 2007 08:29:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4yzF-0001yd-Gy for help-gnu-emacs@gnu.org; Wed, 19 Dec 2007 08:29:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4yzF-0001yI-7n for help-gnu-emacs@gnu.org; Wed, 19 Dec 2007 08:29:25 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J4yzE-0001p3-Rc for help-gnu-emacs@gnu.org; Wed, 19 Dec 2007 08:29:25 -0500 Original-Received: from noname (p54BEA093.dip0.t-ipconnect.de [84.190.160.147]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis) id 0ML31I-1J4yzC0UPi-0003Bc; Wed, 19 Dec 2007 14:29:22 +0100 User-Agent: KMail/1.9.5 In-Reply-To: Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX190Q6VWkqD9wrWkiAATB7db5TDhytdgYiCqBUY AtJh84spUncm5WfLjjElFm8yETUd3TDrTubNM87T+W3+Ip8fpQ SkgnFo7PDhvjb5PLLaFXQ== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50221 Archived-At: Am Mittwoch, 19. Dezember 2007 12:57 schrieb Peter Dyballa: > Am 19.12.2007 um 12:54 schrieb Andreas R=F6hler: > > Meanwhile I see a much better way is to customize > > > > Nobreak Space face > > > > setting Underline value menue to OFF > > Isn't this just cheating? Is it handled by tabify the same way as > real SPACE characters? > > -- It seems position and indentation are unchanged that way, so it's looks OK for me. For example if I copy your name from KMail like this, =A0 =A0Pete I get =20 Char: =A0 (2208, #o4240, #x8a0, file ...) point=3D23 of 316 (7%) column=3D0= line=3D3 Char: SPC (32, #o40, #x20) point=3D24 of 316 (7%) column=3D1 line=3D3 Char: =A0 (2208, #o4240, #x8a0, file ...) point=3D25 of 31 (77%) column=3D2= line=3D3 for the chars before. (Line No and point changed as it was checked before writing.) Andreas R=F6hler