Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Fwd: Bug#711516: zsh-doc: texinfo dir information has leading whitespace



Hi,

this has been reported against zsh in Debian at
http://bugs.debian.org/711516

----- Forwarded message from Bruce Stephens <bruce.stephens@xxxxxxxxx> -----
Date: Fri, 07 Jun 2013 13:13:35 +0100
From: Bruce Stephens <bruce.stephens@xxxxxxxxx>
Subject: [Pkg-zsh-devel] Bug#711516: zsh-doc: texinfo dir information has
	leading whitespace

Package: zsh-doc
Version: 5.0.2-3local1
Severity: normal

Dear Maintainer,

In emacs, I couldn't view the ZSH info. That seems to be the leading
whitespace (different to other dir lines). Removing it seemed to
resolve the problem:

--- zsh-5.0.2.orig/Doc/ztexi.yo
+++ zsh-5.0.2/Doc/ztexi.yo
@@ -71,7 +71,7 @@ def(texinfo)(2)(\
   NOTRANS(@ifinfo)+NL()\
   NOTRANS(@dircategory Utilities)+NL()\
   NOTRANS(@direntry)+NL()\
-  NOTRANS(     * ZSH: (zsh).                     The Z Shell Manual.)+NL()\
+  NOTRANS(* ZSH: (zsh).                     The Z Shell Manual.)+NL()\
   NOTRANS(@end direntry)+NL()\
   NOTRANS(@end ifinfo)+NL()\
 )

[...]
----- End forwarded message -----

I can confirm his findings with GNU Emacs 24.3.1, except that pressing
Enter still yields in Zsh's info page. But in comparison to other
entries, it's neither underlined no highlighted when hovering over it
with the mouse. It just looks like simple text which is surely not
intended.

The patch above should apply against the git HEAD as far as I can see
from http://sourceforge.net/p/zsh/code/ci/master/tree/Doc/ztexi.yo?force=True

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@xxxxxxxxxxxxxxx  (Mail)
 X   See http://www.asciiribbon.org/              | abe@xxxxxxxxx (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)



Messages sorted by: Reverse Date, Date, Thread, Author