From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: 3 dots vanish at end of filled line Date: Mon, 10 Oct 2005 00:14:55 -0400 Message-ID: References: <200510072121.j97LLI217457@f7.net> <200510090057.j990v2j18877@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1128917852 21750 80.91.229.2 (10 Oct 2005 04:17:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2005 04:17:32 +0000 (UTC) Cc: juri@jurta.org, bob@rattlesnake.com, emacs-devel@gnu.org, karl@freefriends.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 10 06:17:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EOp5V-0007OA-Lg for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 06:16:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOp5U-00074u-Ty for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 00:16:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EOp3w-0006YC-Mt for emacs-devel@gnu.org; Mon, 10 Oct 2005 00:14:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EOp3v-0006Xb-Ur for emacs-devel@gnu.org; Mon, 10 Oct 2005 00:14:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOp3v-0006XM-Nl for emacs-devel@gnu.org; Mon, 10 Oct 2005 00:14:55 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EOp3v-0003xt-Ot for emacs-devel@gnu.org; Mon, 10 Oct 2005 00:14:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EOp3v-00018C-AG; Mon, 10 Oct 2005 00:14:55 -0400 Original-To: Luc Teirlinck In-reply-to: <200510090057.j990v2j18877@raven.dms.auburn.edu> (message from Luc Teirlinck on Sat, 8 Oct 2005 19:57:03 -0500 (CDT)) 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:43765 Archived-At: If this would be unacceptable, then a less radical departure from the current Emacs Info situation would be to recognize titles by the top of the node pattern: How about recognizing them based on the number of characters in each line? For a title or heading, you have a certain number of characters of text, and the following line has the same number of characters, all the same, and they are one of the fixed set used for "underlining". If filling leaves an ellipsis on a line by itself, the previous line will be a lot more than 3 characters long. So this criterion will not match. This criterion should work both for node titles and for headings in the middle of a node.