From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Info enhancements Date: Sun, 07 Dec 2003 20:35:44 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3099-Sun07Dec2003203544+0200-eliz@elta.co.il> References: <200312041644.hB4GiMi16974@f7.net> <871xrhslt4.fsf@emptyhost.emptydomain.de> <9178-Sun07Dec2003074126+0200-eliz@elta.co.il> <87ptf0lm27.fsf@emptyhost.emptydomain.de> <9451-Sun07Dec2003172505+0200-eliz@elta.co.il> <87brqkk2a8.fsf@emptyhost.emptydomain.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070822382 8712 80.91.224.253 (7 Dec 2003 18:39:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2003 18:39:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Dec 07 19:39:40 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 1AT3oi-00074o-00 for ; Sun, 07 Dec 2003 19:39:40 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AT3oi-0007Ur-00 for ; Sun, 07 Dec 2003 19:39:40 +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 1AT4lM-0003WS-8H for emacs-devel@quimby.gnus.org; Sun, 07 Dec 2003 14:40:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AT4ka-00035Z-Eo for emacs-devel@gnu.org; Sun, 07 Dec 2003 14:39:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AT4jQ-0000oA-L3 for emacs-devel@gnu.org; Sun, 07 Dec 2003 14:38:47 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AT4jQ-0000iT-3P for emacs-devel@gnu.org; Sun, 07 Dec 2003 14:38:16 -0500 Original-Received: from zaretski (pns03-196-203.inter.net.il [80.230.196.203]) by legolas.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id AXB99319; Sun, 7 Dec 2003 20:36:45 +0200 (IST) Original-To: Kai Grossjohann X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <87brqkk2a8.fsf@emptyhost.emptydomain.de> (message from Kai Grossjohann on Sun, 07 Dec 2003 16:42:23 +0000) 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:18516 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18516 > From: Kai Grossjohann > Date: Sun, 07 Dec 2003 16:42:23 +0000 > > I suggested to produce this output: > > * foo:: Short description (line 42) > * bar:: A very long description causing the line number to wrap > (line 999) > > The "(line 999)" part can be positioned without knowing the column > where "A very long description..." starts. Instead, you can just go > to column fill-column minus 11 (the width of "(line XXXX)"). If you always want to go to a certain column, it should be easy. I thought you wanted to align "line 999" on the column with the first non-blank character of the previous line.