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 19:47:41 -0400 Message-ID: References: <200510072121.j97LLI217457@f7.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1128989395 20683 80.91.229.2 (11 Oct 2005 00:09:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 00:09:55 +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 Tue Oct 11 02:09:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EP7hJ-0006La-8N for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2005 02:08:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EP7hI-0006Ve-Lx for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 20:08:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EP7P1-0004PJ-NM for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:49:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EP7Oy-0004Ns-Ay for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:49:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EP7Ms-0003Zm-O8 for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:47:43 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EP7Mt-0004OM-18 for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:47:43 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EP7Mr-0003C2-N0; Mon, 10 Oct 2005 19:47:41 -0400 Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) 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:43838 Archived-At: One issue with @enddots is that the recommended way to use @enddots should also qualify as an end-of-sentence. One idea that occurs to me is that you should write `@enddots{.}', with a period in the argument. That period would be ignored by the command, but using it will make this look like end-of-sentence to Emacs. In this test case, Foo@enddots{.} Bar. both M-e and M-a recognize the sentence end in the middle. It's possible that use of the period there requires no change in either texinfo.tex or makeinfo--only a change in the manual. Karl, what do you think?