* 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
