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: Info enhancements Date: 03 Dec 2003 01:33:26 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87smk4zuvv.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070412443 19069 80.91.224.253 (3 Dec 2003 00:47:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2003 00:47:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Dec 03 01:47:21 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARLAm-0004io-00 for ; Wed, 03 Dec 2003 01:47:20 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARLAm-0005X6-00 for ; Wed, 03 Dec 2003 01:47:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARM63-0001cg-Rs for emacs-devel@quimby.gnus.org; Tue, 02 Dec 2003 20:46:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ARL5B-0004t4-PM for emacs-devel@gnu.org; Tue, 02 Dec 2003 19:41:33 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ARKzV-0003Rz-BB for emacs-devel@gnu.org; Tue, 02 Dec 2003 19:36:12 -0500 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARKzP-0003RH-6P for emacs-devel@gnu.org; Tue, 02 Dec 2003 19:35:35 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepa.post.tele.dk (Postfix) with SMTP id F0D53480007; Wed, 3 Dec 2003 00:33:59 +0100 (CET) Original-To: Juri Linkov In-Reply-To: <87smk4zuvv.fsf@mail.jurta.org> Original-Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18299 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18299 Juri Linkov writes: > - don't hide the newline (with following whitespace) in references when > Info-hide-note-references is t. This fixes the problem where hidden > newlines cause too long (and truncated) lines. I think that change is ok. > > - don't hide the name of external Info file in references in case > when Info-hide-note-references is t and references lead outside > the current Info file. It's important for user to know about > such situation. That is a sensible change. > > - don't insert the text "See" instead of "Note" because inserting a > new text in Info buffer breaks the stored point positions. This bug > can be observed by calling `Info-last', `Info-search' where point is > moved with some offset to its correct position (the offset is the sum > of lengths of strings "See" inserted in the buffer above the point). I don't see how this is "fixing a bug"... Isn't there a way to generate the correct positions some other way? Or you could add a suitable number of invisible space after each "see". -- Kim F. Storm http://www.cua.dk