From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14687 invoked by alias); 7 Jun 2013 17:51:18 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31461 Received: (qmail 21952 invoked from network); 7 Jun 2013 17:51:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at spf01.biglobe.ne.jp designates 133.205.19.70 as permitted sender) X-Biglobe-Sender: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Another yodl 3.0 oddity? From: "Jun T." In-Reply-To: <130607075908.ZM9984@torch.brasslantern.com> Date: Sat, 8 Jun 2013 01:47:05 +0900 Content-Transfer-Encoding: 7bit Message-Id: <1B79EC17-A6BE-406B-A90E-0984E14FCE96@kba.biglobe.ne.jp> References: <130603230130.ZM16166@torch.brasslantern.com> <74765498-998F-4461-B170-FFB57E1B354F@kba.biglobe.ne.jp> <130607075908.ZM9984@torch.brasslantern.com> To: "zsh-workers@zsh.org" X-Mailer: Apple Mail (2.1503) On 2013/06/07, at 23:59, Bart Schaefer wrote: > That does help, but it doesn't change the line number in the index for > "disable" The line number for 'disable' in the index doesn't change, but a blank line is removed before the 'disable' line in the info file. So I guess the line number now correctly points to the 'disable' line. BTW, I found that If I turn off the wrap around of the node header by 'ctrl-x w' then the width of the terminal need not be wider than 80. > } zsh.texi produced by yodl with and without the '-k' option are identical: > > That's nice to know, maybe we've fixed up the source enough to remove the > configure case. Or maybe it's still needed for yodl 2, which I haven't > had a chance to test. The '-k' is added to properly format META-FAQ, which does require '-k'.