From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Refilling overrides texinfo commands Date: 26 Jun 2003 02:58:15 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <5xznk5zmc8.fsf@kfs2.cua.dk> References: <200306251321.h5PDLjQ16340@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056586283 3574 80.91.224.249 (26 Jun 2003 00:11:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2003 00:11:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 26 02:11:19 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19VKMB-0000v2-00 for ; Thu, 26 Jun 2003 02:11:19 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19VKQR-0003OO-00 for ; Thu, 26 Jun 2003 02:15:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VKD5-00061Q-VD for emacs-devel@quimby.gnus.org; Wed, 25 Jun 2003 20:01:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19VK69-0005CE-TI for emacs-devel@gnu.org; Wed, 25 Jun 2003 19:54:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VJiI-0001RL-Oq for emacs-devel@gnu.org; Wed, 25 Jun 2003 19:30:08 -0400 Original-Received: from mail.filanet.dk ([195.215.206.179]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VJFN-0005G8-31 for emacs-devel@gnu.org; Wed, 25 Jun 2003 19:00:13 -0400 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id B3D297C012; Thu, 26 Jun 2003 01:00:11 +0200 (CEST) Original-To: Luc Teirlinck In-Reply-To: <200306251321.h5PDLjQ16340@eel.dms.auburn.edu> Original-Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-cc: karl@freefriends.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15258 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15258 Luc Teirlinck writes: > There are problems with refilling as currently implemented and it > seems impossible to get around these problems, unless Emacs would > start operating directly on the Texinfo source files rather than on > the info files. (Or if Emacs would give up on its refilling > attempts.) Please notice that refilling _ONLY_ happens in paragraphs (or parts of those) where a reference is rewritten/hidden, i.e. its doesn't generally refill any paragraphs which don't contain rewritten references. Your example illustrates such a case, but I have been unable to find any actual examples in the existing texi files (I haven't looked at every @*, but I'd say it seems like a non-problem in practice). There are still problems with the hiding of note references which I need to address, but I haven't seen any (obvious) examples of breaks being undone. > THe stand-alone Info reader respects the @*, the current Emacs CVS > does not. Emacs info does respect @* in general -- it is only in connection with note references that it may accidentally be undone. -- Kim F. Storm http://www.cua.dk