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:54 -0400 Message-ID: References: <200510072121.j97LLI217457@f7.net> <200510090057.j990v2j18877@raven.dms.auburn.edu> <87zmpho1px.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1128989091 19770 80.91.229.2 (11 Oct 2005 00:04:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 00:04:51 +0000 (UTC) Cc: juri@jurta.org, bob@rattlesnake.com, karl@freefriends.org, teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 11 02:04:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EP7cx-0005Oe-KJ for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2005 02:04:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EP7cx-0003ee-1u for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 20:04:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EP7NC-0003gx-LZ for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:48:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EP7N8-0003f2-HX for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:47:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EP7N6-0003eJ-8x for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:47:57 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EP7N6-0004PQ-HY for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:47:56 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EP7N4-0003Dk-7w; Mon, 10 Oct 2005 19:47:54 -0400 Original-To: Stefan Monnier In-reply-to: <87zmpho1px.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Mon, 10 Oct 2005 11:02:56 -0400) 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:43832 Archived-At: And to avoid the "box bottom" problem, we could additionally check that the text is preceded by an empty line. It was hard for me to figure out what the "box bottom" problem means, and I still am not quite sure. Do you mean text like this? ============= = foo bar = ============= If that is written inside @example, it will come out indented. Thus, it is enough not to highlight lines of ='s that are indented.