[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pretest 4.12.92 available
From: |
Ralf Wildenhues |
Subject: |
Re: pretest 4.12.92 available |
Date: |
Wed, 9 Jul 2008 21:10:36 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
* Karl Berry wrote on Wed, Jul 09, 2008 at 02:04:27AM CEST:
> TABs are still broken in this way for me:
> <http://thread.gmane.org/gmane.comp.tex.texinfo.bugs/4165/focus=4180>
> Since Sergey said he cannot reproduce it, how about a small
> Texinfo source file exhibiting the problem? Unless I missed it in the
> thread.
Trivial example below.
> It seems strange that it is system-dependent.
Well, it could be a multibyte bug in libc or so. This is glibc 2.7 on
Ubuntu hardy, x86_64.
Cheers,
Ralf
--- tabs.texi ---
\input texinfo.tex @c -*-texinfo-*-
@setfilename tabs.info
@node Top
@example
This line is displayed.
All non-TAB: characters on this line are only displayed as spaces.
This line is not displayed at all.
@end example
@noindent
This line is not displayed either.
@bye