From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: 3 dots vanish at end of filled line Date: Mon, 10 Oct 2005 14:01:18 -0400 Message-ID: <877jclntjz.fsf-monnier+emacs@gnu.org> References: <200510101707.j9AH7uf07868@f7.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1128967355 11513 80.91.229.2 (10 Oct 2005 18:02:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2005 18:02:35 +0000 (UTC) Cc: juri@jurta.org, bob@rattlesnake.com, teirllm@dms.auburn.edu, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 10 20:02:26 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EP1xw-00043A-EV for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 20:01:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EP1xv-0001LX-Td for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 14:01:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EP1xm-0001LJ-K8 for emacs-devel@gnu.org; Mon, 10 Oct 2005 14:01:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EP1xl-0001Kx-4R for emacs-devel@gnu.org; Mon, 10 Oct 2005 14:01:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EP1xl-0001Ku-0x for emacs-devel@gnu.org; Mon, 10 Oct 2005 14:01:25 -0400 Original-Received: from [209.226.175.54] (helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EP1xk-0005g7-2s; Mon, 10 Oct 2005 14:01:24 -0400 Original-Received: from alfajor ([70.48.81.29]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20051010180123.XAKC26102.tomts10-srv.bellnexxia.net@alfajor>; Mon, 10 Oct 2005 14:01:23 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 2F6D8D7385; Mon, 10 Oct 2005 14:01:18 -0400 (EDT) Original-To: karl@freefriends.org (Karl Berry) In-Reply-To: <200510101707.j9AH7uf07868@f7.net> (Karl Berry's message of "Mon, 10 Oct 2005 12:07:56 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:43815 Archived-At: > turn off font-lock in your info buffers. > I'd love to turn off font-lock everywhere, I hate the incessant > pseudo-underlining and bolding in my various buffers (even running under > xterm it won't just give me plain text any more), but there is > apparently no way to do it without maintaining a list of dozens of > individual variables to be set to nil. (At least when I asked/searched > about it a couple months ago, that was the answer I got.) (setq-default > global-font-lock-mode nil) is insufficient, in fact I don't think even > think it undoes Info fontification. Sigh ... if anyone has a practical > solution, I'd be grateful to know about it. In Emacs-CVS, keeping global-font-lock-mode to nil *should* get rid of such highlighting. I don't claim it does, but in general I'd consider it a bug if it doesn't, so if you report it we may fix it. For info-mode, it currently only partly works: it removes the highlighting but it doesn't put the ASCII-art underlines back in. I think it's a bug. Stefan