From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: Info enhancements Date: Sun, 07 Dec 2003 14:49:52 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87ptf0lm27.fsf@emptyhost.emptydomain.de> References: <200312041644.hB4GiMi16974@f7.net> <871xrhslt4.fsf@emptyhost.emptydomain.de> <9178-Sun07Dec2003074126+0200-eliz@elta.co.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070808897 18921 80.91.224.253 (7 Dec 2003 14:54:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2003 14:54:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Dec 07 15:54:54 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 1AT0JC-0006xd-00 for ; Sun, 07 Dec 2003 15:54:54 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AT0JB-0003yW-00 for ; Sun, 07 Dec 2003 15:54:54 +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 1AT1CZ-0003C8-NT for emacs-devel@quimby.gnus.org; Sun, 07 Dec 2003 10:52:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AT1CS-0003BK-90 for emacs-devel@gnu.org; Sun, 07 Dec 2003 10:52:00 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AT1Bw-000319-3e for emacs-devel@gnu.org; Sun, 07 Dec 2003 10:51:59 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AT1Bv-00030W-Mz for emacs-devel@gnu.org; Sun, 07 Dec 2003 10:51:27 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AT0ES-0000YZ-00 for ; Sun, 07 Dec 2003 15:50:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AT0ER-0000YR-00 for ; Sun, 07 Dec 2003 15:49:59 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AT0ER-0004nf-00 for ; Sun, 07 Dec 2003 15:49:59 +0100 Original-Lines: 27 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:ehkHpoFR0Cgu5f+BHeGPisM+a8M= 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:18500 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18500 "Eli Zaretskii" writes: >> From: Kai Grossjohann >> Date: Sat, 06 Dec 2003 21:01:11 +0000 >> >> > * electric-future-map: A Sample Variable Description. >> > (line 999) >> >> Actually, I found find it nice if the "(line 999)" part would align >> with all the other line numbers that aren't on extra lines. What do >> people think? > > I tend to agree. The question is, as always, is it feasible to force > makeinfo to do that? Oh, I think I misunderstood. I thought the original suggestion was to have makeinfo automatically put "(line 999)" on a new line. In that case, I didn't expect that the number of leading spaces (or tabs?) on that line would make a lot of difference. (And computing the right number of spaces to make sure that the ")" is in column 78 doesn't seem difficult.) I guess there is some other issue that I'm not seeing. Kai