<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1811</id>
	<title>Nabble - Gnu - Texinfo</title>
	<updated>2009-11-19T23:10:12Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnu---Texinfo-f1811.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnu---Texinfo-f1811.html" />
	<subtitle type="html">Texinfo is the official documentation format of the GNU project. It was invented by Richard Stallman and Bob Chassell many years ago, loosely based on Brian Reid's Scribe and other formatting languages of the time. It is used by many non-GNU projects as well. Texinfo uses a single source file to produce output in a number of formats, both online and printed (dvi, html, info, pdf, xml, etc.). This means that instead of writing different documents for online information and another for a printed manual, you need write only one document. And when the work is revised, you need revise only that one document. The Texinfo system is well-integrated with GNU Emacs. Gnu - Texinfo home is &lt;a href=&quot;http://www.gnu.org/software/texinfo/texinfo.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26439267</id>
	<title>Re: Problematic indentation in HTML output of makeinfo</title>
	<published>2009-11-19T23:10:12Z</published>
	<updated>2009-11-19T23:10:12Z</updated>
	<author>
		<name>Thomas Keller</name>
	</author>
	<content type="html">Am 20.11.09 07:59, schrieb Thomas Keller:
&lt;br&gt;&amp;gt; [..] So putting
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; @ifhtml
&lt;br&gt;&amp;gt; @exampleindent 0
&lt;br&gt;&amp;gt; @end ifhtml
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; in the header fixes my problem.
&lt;br&gt;&lt;br&gt;Apparently I was too fast - while first-level preformatted areas no
&lt;br&gt;longer have the unwanted whitespace, deeper levels still have it, see
&lt;br&gt;again the attached files.
&lt;br&gt;&lt;br&gt;I tried to also set @paragraphindent to 0, but this didn't work. Is
&lt;br&gt;there anything else I could set here?
&lt;br&gt;&lt;br&gt;I guess its visually pleasing to indent HTML output, but at least for
&lt;br&gt;indenting preformatted contents its harmful. A good rule of thumb here
&lt;br&gt;should be &amp;quot;indent the elements, not the contents&amp;quot; wherever possible,
&lt;br&gt;because somebody might simple want to render another element (not only
&lt;br&gt;@example or @smallexample) with a fixed width and would run into the
&lt;br&gt;same problems.
&lt;br&gt;&lt;br&gt;Thomas.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;GPG-Key 0x160D1092 | &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439267&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tommyd3mdi@...&lt;/a&gt; | &lt;a href=&quot;http://thomaskeller.biz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thomaskeller.biz&lt;/a&gt;&lt;br&gt;Please note that according to the EU law on data retention, information
&lt;br&gt;on every electronic information exchange might be retained for a period
&lt;br&gt;of six months or longer: &lt;a href=&quot;http://www.vorratsdatenspeicherung.de/?lang=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vorratsdatenspeicherung.de/?lang=en&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;title&gt;Test 1.0&lt;/title&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html&quot;&gt;
&lt;meta name=&quot;description&quot; content=&quot;Test 1.0&quot;&gt;
&lt;meta name=&quot;generator&quot; content=&quot;makeinfo 4.13&quot;&gt;
&lt;link title=&quot;Top&quot; rel=&quot;top&quot; href=&quot;#Top&quot;&gt;
&lt;link href=&quot;http://www.gnu.org/software/texinfo/&quot; rel=&quot;generator-home&quot; title=&quot;Texinfo Homepage&quot;&gt;
&lt;meta http-equiv=&quot;Content-Style-Type&quot; content=&quot;text/css&quot;&gt;

&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;node&quot;&gt;
&lt;a name=&quot;Top&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;p&gt;&lt;hr&gt;
Up:&amp;nbsp;&lt;a rel=&quot;nofollow&quot; accesskey=&quot;u&quot; href=&quot;#dir&quot; target=&quot;_top&quot;&gt;(dir)&lt;/a&gt;

&lt;/div&gt;

&lt;h2 class=&quot;unnumbered&quot;&gt;Top&lt;/h2&gt;

&lt;pre class=&quot;smallexample&quot;&gt;This is
    a small
example
    which
            works
&lt;/pre&gt;
     &lt;ul&gt;
&lt;li&gt;
     &lt;pre class=&quot;smallexample&quot;&gt;     This is
         a small
     example
         which
                 does not work
&lt;/pre&gt;
     &lt;/ul&gt;

&lt;/body&gt;&lt;/html&gt;

&lt;br /&gt;\input texinfo &amp;nbsp; @c -*-texinfo-*-
&lt;br&gt;@c %**start of header
&lt;br&gt;@setfilename test.info
&lt;br&gt;@settitle Test 1.0
&lt;br&gt;@ifhtml
&lt;br&gt;@paragraphindent 0
&lt;br&gt;@exampleindent 0
&lt;br&gt;@end ifhtml
&lt;br&gt;@c %**end of header
&lt;br&gt;&lt;br&gt;@node Top
&lt;br&gt;@top Top
&lt;br&gt;&lt;br&gt;@smallexample
&lt;br&gt;This is
&lt;br&gt;&amp;nbsp; &amp;nbsp; a small
&lt;br&gt;example
&lt;br&gt;&amp;nbsp; &amp;nbsp; which
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; works
&lt;br&gt;@end smallexample
&lt;br&gt;&lt;br&gt;@itemize
&lt;br&gt;@item
&lt;br&gt;@smallexample
&lt;br&gt;This is
&lt;br&gt;&amp;nbsp; &amp;nbsp; a small
&lt;br&gt;example
&lt;br&gt;&amp;nbsp; &amp;nbsp; which
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; does not work
&lt;br&gt;@end smallexample
&lt;br&gt;@end itemize
&lt;br&gt;&lt;br&gt;@bye
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (266 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26439267/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problematic-indentation-in-HTML-output-of-makeinfo-tp26419264p26439267.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26439166</id>
	<title>Re: Problematic indentation in HTML output of makeinfo</title>
	<published>2009-11-19T22:59:41Z</published>
	<updated>2009-11-19T22:59:41Z</updated>
	<author>
		<name>Thomas Keller</name>
	</author>
	<content type="html">&lt;br&gt;Hi Karl!
&lt;br&gt;&lt;br&gt;Am 20.11.09 01:30, schrieb Karl Berry:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The normal way to use @example is without leading whitespace, since it
&lt;br&gt;&amp;gt; inserts indentation itself. &amp;nbsp;And you can control how much that
&lt;br&gt;&amp;gt; indentation is with @exampleindent, if you feel the need.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you put your own physical whitespace characters in, then I don't see
&lt;br&gt;&amp;gt; how we have any alternative but to honor them.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Since the general goal of Texinfo is to produce the &amp;quot;same&amp;quot; output in
&lt;br&gt;&amp;gt; different formats, I don't think it would be a good default not to
&lt;br&gt;&amp;gt; indent in HTML.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But anyway, maybe texi2html has some other css or other viable options
&lt;br&gt;&amp;gt; to do what you want to do. &amp;nbsp;For example, it occurs to me that if you
&lt;br&gt;&amp;gt; reliably use the same amount of physical whitespace, you could use css
&lt;br&gt;&amp;gt; to shift the [small]example envs to the left by that amount.
&lt;/div&gt;&lt;/div&gt;Maybe you got me wrong. Consider the attached texi file, which makeinfo
&lt;br&gt;converts to the attached HTML file.
&lt;br&gt;&lt;br&gt;If you apply the following CSS to the HTML file
&lt;br&gt;&lt;br&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
&lt;br&gt;pre.smallexample {
&lt;br&gt;&amp;nbsp; border: 1px solid red;
&lt;br&gt;&amp;nbsp; padding: 0;
&lt;br&gt;}
&lt;br&gt;&amp;lt;/style&amp;gt;
&lt;br&gt;&lt;br&gt;you see what I mean. Even though the container gets a padding of 0, the
&lt;br&gt;text still does not start on the very left of the container. This is
&lt;br&gt;because the preformatted text is rendered as
&lt;br&gt;&lt;br&gt;&amp;lt;pre class=&amp;quot;smallexample&amp;quot;&amp;gt; &amp;nbsp; &amp;nbsp; This is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a small
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;example
&lt;br&gt;&amp;lt;/pre&amp;gt;
&lt;br&gt;&lt;br&gt;where
&lt;br&gt;&lt;br&gt;&amp;lt;pre class=&amp;quot;smallexample&amp;quot;&amp;gt;This is
&lt;br&gt;&amp;nbsp; &amp;nbsp; a small
&lt;br&gt;example
&lt;br&gt;&amp;lt;/pre&amp;gt;
&lt;br&gt;&lt;br&gt;would be correct, since I have no way of removing the additional
&lt;br&gt;whitespace with CSS foo. The problem gets uglier, if @example and
&lt;br&gt;@smallexample are used deeper down the document tree, because additional
&lt;br&gt;&amp;quot;prefix&amp;quot; whitespaces are then added.
&lt;br&gt;&lt;br&gt;However, I've looked into the manual of @exampleindent and this does
&lt;br&gt;what I want, obviously [0] states
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;@exampleindent is ignored for HTML output.&amp;quot;
&lt;br&gt;&lt;br&gt;which apparently is no longer true for at least version 4.13. So putting
&lt;br&gt;&lt;br&gt;@ifhtml
&lt;br&gt;@exampleindent 0
&lt;br&gt;@end ifhtml
&lt;br&gt;&lt;br&gt;in the header fixes my problem.
&lt;br&gt;&lt;br&gt;Thanks for your help!
&lt;br&gt;Thomas.
&lt;br&gt;&lt;br&gt;[0] &lt;a href=&quot;http://www.gnu.org/software/hello/manual/texinfo/exampleindent.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/hello/manual/texinfo/exampleindent.html&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;GPG-Key 0x160D1092 | &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439166&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tommyd3mdi@...&lt;/a&gt; | &lt;a href=&quot;http://thomaskeller.biz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thomaskeller.biz&lt;/a&gt;&lt;br&gt;Please note that according to the EU law on data retention, information
&lt;br&gt;on every electronic information exchange might be retained for a period
&lt;br&gt;of six months or longer: &lt;a href=&quot;http://www.vorratsdatenspeicherung.de/?lang=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vorratsdatenspeicherung.de/?lang=en&lt;/a&gt;&lt;br&gt;&lt;br /&gt;\input texinfo &amp;nbsp; @c -*-texinfo-*-
&lt;br&gt;@c %**start of header
&lt;br&gt;@setfilename test.info
&lt;br&gt;@settitle Test 1.0
&lt;br&gt;@ifhtml
&lt;br&gt;@exampleindent 0
&lt;br&gt;@end ifhtml
&lt;br&gt;@c %**end of header
&lt;br&gt;&lt;br&gt;@node Top
&lt;br&gt;@top Top
&lt;br&gt;&lt;br&gt;@smallexample
&lt;br&gt;This is
&lt;br&gt;&amp;nbsp; &amp;nbsp; a small
&lt;br&gt;example
&lt;br&gt;@end smallexample
&lt;br&gt;&lt;br&gt;@bye
&lt;br&gt;&lt;br /&gt;&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;title&gt;Test 1.0&lt;/title&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html&quot;&gt;
&lt;meta name=&quot;description&quot; content=&quot;Test 1.0&quot;&gt;
&lt;meta name=&quot;generator&quot; content=&quot;makeinfo 4.13&quot;&gt;
&lt;link title=&quot;Top&quot; rel=&quot;top&quot; href=&quot;#Top&quot;&gt;
&lt;link href=&quot;http://www.gnu.org/software/texinfo/&quot; rel=&quot;generator-home&quot; title=&quot;Texinfo Homepage&quot;&gt;
&lt;meta http-equiv=&quot;Content-Style-Type&quot; content=&quot;text/css&quot;&gt;

&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;node&quot;&gt;
&lt;a name=&quot;Top&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;p&gt;&lt;hr&gt;
Up:&amp;nbsp;&lt;a rel=&quot;nofollow&quot; accesskey=&quot;u&quot; href=&quot;#dir&quot; target=&quot;_top&quot;&gt;(dir)&lt;/a&gt;

&lt;/div&gt;

&lt;h2 class=&quot;unnumbered&quot;&gt;Top&lt;/h2&gt;

&lt;pre class=&quot;smallexample&quot;&gt;This is
    a small
example
&lt;/pre&gt;
&lt;/body&gt;&lt;/html&gt;

&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (266 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26439166/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problematic-indentation-in-HTML-output-of-makeinfo-tp26419264p26439166.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26439263</id>
	<title>Re: Problematic indentation in HTML output of makeinfo</title>
	<published>2009-11-19T16:30:27Z</published>
	<updated>2009-11-19T16:30:27Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">The normal way to use @example is without leading whitespace, since it
&lt;br&gt;inserts indentation itself. &amp;nbsp;And you can control how much that
&lt;br&gt;indentation is with @exampleindent, if you feel the need.
&lt;br&gt;&lt;br&gt;If you put your own physical whitespace characters in, then I don't see
&lt;br&gt;how we have any alternative but to honor them.
&lt;br&gt;&lt;br&gt;Since the general goal of Texinfo is to produce the &amp;quot;same&amp;quot; output in
&lt;br&gt;different formats, I don't think it would be a good default not to
&lt;br&gt;indent in HTML.
&lt;br&gt;&lt;br&gt;But anyway, maybe texi2html has some other css or other viable options
&lt;br&gt;to do what you want to do. &amp;nbsp;For example, it occurs to me that if you
&lt;br&gt;reliably use the same amount of physical whitespace, you could use css
&lt;br&gt;to shift the [small]example envs to the left by that amount.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problematic-indentation-in-HTML-output-of-makeinfo-tp26419264p26439263.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26419264</id>
	<title>Problematic indentation in HTML output of makeinfo</title>
	<published>2009-11-18T17:30:45Z</published>
	<updated>2009-11-18T17:30:45Z</updated>
	<author>
		<name>Thomas Keller</name>
	</author>
	<content type="html">&lt;br&gt;Hi!
&lt;br&gt;&lt;br&gt;I'm experiencing an unwanted nuisance with the HTML generator of
&lt;br&gt;makeinfo up to the latest version 4.13: Leading indentation is preserved
&lt;br&gt;in the final HTML output.
&lt;br&gt;&lt;br&gt;Normally this wouldn't be a problem since consecutive whitespaces are
&lt;br&gt;collapsed into a single whitespace and therefor ignored, however in
&lt;br&gt;preformatted areas (&amp;lt;pre&amp;gt;) which are created by @example or
&lt;br&gt;@smallexample they shift the text to the right.
&lt;br&gt;&lt;br&gt;The only knob which changes the interpretation of whitespaces in CSS is
&lt;br&gt;the white-space property [0], however this only leaves me with the
&lt;br&gt;options to ignore consecutive whitespaces everywhere or to print them
&lt;br&gt;everywhere, I cannot tell the browser to &amp;quot;ignore leading&amp;quot; whitespaces -
&lt;br&gt;which is also not an option, because it would remove wanted leading
&lt;br&gt;indentation as well.
&lt;br&gt;&lt;br&gt;The indentation is good for plaintext and info output, but in my opinion
&lt;br&gt;indendation should be switched of completely for HTML output (or at
&lt;br&gt;least the HTML target should have an option to do so).
&lt;br&gt;&lt;br&gt;Note that using @exdent is not an option here for two reasons, firstly,
&lt;br&gt;because the indendation is wanted in other output formats we have
&lt;br&gt;(amongst them PDF) and secondly, adding @exdent in front of every single
&lt;br&gt;line in an @(small)example section seems to be hilarious...
&lt;br&gt;&lt;br&gt;Thanks for taking care!
&lt;br&gt;&lt;br&gt;Thomas.
&lt;br&gt;&lt;br&gt;[0] &lt;a href=&quot;http://www.w3schools.com/CSS/pr_text_white-space.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3schools.com/CSS/pr_text_white-space.asp&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;GPG-Key 0x160D1092 | &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26419264&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tommyd3mdi@...&lt;/a&gt; | &lt;a href=&quot;http://thomaskeller.biz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thomaskeller.biz&lt;/a&gt;&lt;br&gt;Please note that according to the EU law on data retention, information
&lt;br&gt;on every electronic information exchange might be retained for a period
&lt;br&gt;of six months or longer: &lt;a href=&quot;http://www.vorratsdatenspeicherung.de/?lang=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vorratsdatenspeicherung.de/?lang=en&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (266 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26419264/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problematic-indentation-in-HTML-output-of-makeinfo-tp26419264p26419264.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26391676</id>
	<title>Need help for the japanese document errors</title>
	<published>2009-11-17T07:05:23Z</published>
	<updated>2009-11-17T07:05:23Z</updated>
	<author>
		<name>Patrice Dumas</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;This is the remaining bug first reported by Reinhold a while ago I would
&lt;br&gt;like to solve. The japanese .texi is in utf8, and the utf8 in the document 
&lt;br&gt;is handled rightly, but not the translated strings. The document is part of 
&lt;br&gt;the test suite (and more precisely, it is the only file whose result is 
&lt;br&gt;not in the repository, since it is wrong), in 
&lt;br&gt;test/encodings/japanese.texi
&lt;br&gt;&lt;br&gt;When the strings were in the translations.pl file, I couldn't manage
&lt;br&gt;to fix the issue without breaking something else. Now, with the gettext
&lt;br&gt;framework the strings are separate from the code, in the file:
&lt;br&gt;po_document/ja.utf-8.po
&lt;br&gt;&lt;br&gt;So it should be possible to fix this issue now. I even thought that the 
&lt;br&gt;issue would solve itself magically once that a gettext-like framework was 
&lt;br&gt;used. Unfortunately this is not the case and the document output hasn't 
&lt;br&gt;changed a bit after switching to the new translation framework.
&lt;br&gt;&lt;br&gt;Maybe this is a known issue with an easy fix and is covered by the 
&lt;br&gt;libintl-perl FAQ:
&lt;br&gt;&lt;a href=&quot;http://search.cpan.org/dist/libintl-perl/lib/Locale/libintlFAQ.pod#Why_do_the_gettext_functions_always_unset_the_utf-8_flag_on_the_strings_it_returns&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://search.cpan.org/dist/libintl-perl/lib/Locale/libintlFAQ.pod#Why_do_the_gettext_functions_always_unset_the_utf-8_flag_on_the_strings_it_returns&lt;/a&gt;?
&lt;br&gt;&lt;a href=&quot;http://search.cpan.org/dist/libintl-perl/lib/Locale/libintlFAQ.pod#Can_I_set_the_utf-8_flag_on_strings_returned_by_the_gettext_family_of_functions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://search.cpan.org/dist/libintl-perl/lib/Locale/libintlFAQ.pod#Can_I_set_the_utf-8_flag_on_strings_returned_by_the_gettext_family_of_functions&lt;/a&gt;?
&lt;br&gt;&lt;br&gt;But I cannot make sense of this.
&lt;br&gt;&lt;br&gt;To test, the best is to do:
&lt;br&gt;cd test/encodings/
&lt;br&gt;../run_test.sh japanese
&lt;br&gt;&lt;br&gt;the result is in out/japanese/japanese.html.
&lt;br&gt;&lt;br&gt;Help please!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;For the record here is the original mail from Reinhold:
&lt;br&gt;&lt;br&gt;Recently, a Japanese guy decided to start translating the LilyPond
&lt;br&gt;documentation to Japanese. It basically works with texi2html (texi2pdf doesn't
&lt;br&gt;even handle Japanese glyphs at all!), however, we are running into a problem
&lt;br&gt;with the navigation bars:
&lt;br&gt;&lt;br&gt;The strings are translated, but unfortunately they are not written out in
&lt;br&gt;UTF-8 to the html file, but in some other encoding (I couldn't find out which,
&lt;br&gt;none of the three major Japanese non-utf-8 encodings seems to fit!). For
&lt;br&gt;example, the [Top] link in the navbars is displayed as [å†’é ­] (that's an a
&lt;br&gt;with a ring diacritic above, a dagger, an apostrophe and an e with an acute
&lt;br&gt;accent) instead of the correct two-glyph [冒頭].
&lt;br&gt;&lt;br&gt;An example (.texi file to be run as &amp;quot;texi2html japanese.texi&amp;quot; and the
&lt;br&gt;resulting .html file) is attached.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Pat
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-for-the-japanese-document-errors-tp26391676p26391676.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26364936</id>
	<title>Re: problem with @verbatiminclude</title>
	<published>2009-11-15T15:43:33Z</published>
	<updated>2009-11-15T15:43:33Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">Hi John,
&lt;br&gt;&lt;br&gt;Sorry for the delayed reply.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; @set srcdir foo+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; @verbatiminclude @value{srcdir}/foo
&lt;br&gt;&lt;br&gt;I'm not surprised it fails. &amp;nbsp;I'll look into it as soon as I have a
&lt;br&gt;chance. &amp;nbsp;(Oleg, if you have any chance to do so, that'd be great.)
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problem-with-%40verbatiminclude-tp26343200p26364936.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26363964</id>
	<title>Re: texinfo 4.12 and 4.13 don't run on Solaris 10</title>
	<published>2009-11-15T14:02:19Z</published>
	<updated>2009-11-15T14:02:19Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">Hi Bob,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; % /usr/local/bin/texi2dvi --version
&lt;br&gt;&amp;nbsp; &amp;nbsp; /usr/local/bin/texi2dvi: local: not found
&lt;br&gt;&lt;br&gt;Attached is the version from CVS. &amp;nbsp;It tries to solve this problem.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;texi2dvi&lt;/strong&gt; (76K) &lt;a href=&quot;http://old.nabble.com/attachment/26363964/0/texi2dvi&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/texinfo-4.12-and-4.13-don%27t-run-on-Solaris-10-tp26352499p26363964.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26352499</id>
	<title>texinfo 4.12 and 4.13 don't run on Solaris 10</title>
	<published>2009-11-14T10:25:09Z</published>
	<updated>2009-11-14T10:25:09Z</updated>
	<author>
		<name>Bob Friesenhahn</name>
	</author>
	<content type="html">This is the behavior I see under Solaris 10 with recent texinfo and 
&lt;br&gt;the many recent Solaris 10 /bin/sh patches applied:
&lt;br&gt;&lt;br&gt;% /usr/local/bin/texi2dvi --version
&lt;br&gt;/usr/local/bin/texi2dvi: local: not found
&lt;br&gt;texi2dvi (GNU Texinfo 4.13) 1.135
&lt;br&gt;&lt;br&gt;Copyright (C) 2008 Free Software Foundation, Inc.
&lt;br&gt;License GPLv3+: GNU GPL version 3 or later &amp;lt;&lt;a href=&quot;http://gnu.org/licenses/gpl.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gnu.org/licenses/gpl.html&lt;/a&gt;&amp;gt;
&lt;br&gt;This is free software: you are free to change and redistribute it.
&lt;br&gt;There is NO WARRANTY, to the extent permitted by law.
&lt;br&gt;&lt;br&gt;% /usr/bin/bash /usr/local/bin/texi2dvi --version
&lt;br&gt;texi2dvi (GNU Texinfo 4.13) 1.135
&lt;br&gt;&lt;br&gt;Copyright (C) 2008 Free Software Foundation, Inc.
&lt;br&gt;License GPLv3+: GNU GPL version 3 or later &amp;lt;&lt;a href=&quot;http://gnu.org/licenses/gpl.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gnu.org/licenses/gpl.html&lt;/a&gt;&amp;gt;
&lt;br&gt;This is free software: you are free to change and redistribute it.
&lt;br&gt;There is NO WARRANTY, to the extent permitted by law.
&lt;br&gt;&lt;br&gt;The installed shell scripts are unusable as is.
&lt;br&gt;&lt;br&gt;Bob
&lt;br&gt;--
&lt;br&gt;Bob Friesenhahn
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26352499&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bfriesen@...&lt;/a&gt;, &lt;a href=&quot;http://www.simplesystems.org/users/bfriesen/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.simplesystems.org/users/bfriesen/&lt;/a&gt;&lt;br&gt;GraphicsMagick Maintainer, &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.GraphicsMagick.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.GraphicsMagick.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/texinfo-4.12-and-4.13-don%27t-run-on-Solaris-10-tp26352499p26352499.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26343200</id>
	<title>problem with @verbatiminclude</title>
	<published>2009-11-11T10:05:32Z</published>
	<updated>2009-11-11T10:05:32Z</updated>
	<author>
		<name>John W. Eaton-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm using texinfo.tex version 2008-04-18.10 from the 4.13a.dfsg.1-5
&lt;br&gt;texinfo package on a Debian system.
&lt;br&gt;&lt;br&gt;Given the following input file,
&lt;br&gt;&lt;br&gt;&amp;nbsp; \input texinfo
&lt;br&gt;&amp;nbsp; @setfilename foo.info
&lt;br&gt;&amp;nbsp; @set srcdir foo+
&lt;br&gt;&amp;nbsp; @verbatiminclude @value{srcdir}/foo
&lt;br&gt;&amp;nbsp; @bye
&lt;br&gt;&lt;br&gt;and a subdirectory called foo+ that contains a file foo (could be
&lt;br&gt;empty) so that I would expect the @verbatiminclude command to succeed,
&lt;br&gt;I see the following error when I process the file with tex:
&lt;br&gt;&lt;br&gt;&amp;nbsp; $ tex foo.texi
&lt;br&gt;&amp;nbsp; This is TeX, Version 3.141592 (Web2C 7.5.6)
&lt;br&gt;&amp;nbsp; (./foo.texi (/usr/share/texmf/tex/texinfo/texinfo.tex
&lt;br&gt;&amp;nbsp; Loading texinfo [version 2008-04-18.10]: pdf, fonts, page headings, tables,
&lt;br&gt;&amp;nbsp; conditionals, indexing, sectioning, toc, environments, defuns, macros,
&lt;br&gt;&amp;nbsp; cross references, insertions,
&lt;br&gt;&amp;nbsp; (/usr/share/texmf-texlive/tex/generic/epsf/epsf.tex
&lt;br&gt;&amp;nbsp; This is `epsf.tex' v2.7.3 &amp;lt;23 July 2005&amp;gt;
&lt;br&gt;&amp;nbsp; ) localization, formatting, and turning on texinfo input format.) (./foo.aux)
&lt;br&gt;&amp;nbsp; ! I can't find file `foo{'.
&lt;br&gt;&amp;nbsp; &amp;lt;to be read again&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@fam 
&lt;br&gt;&amp;nbsp; @tt -&amp;gt;@fam 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;=@ttfam @setfontstyle {tt}
&lt;br&gt;&amp;nbsp; +-&amp;gt;{@tt 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @char 43}
&lt;br&gt;&amp;nbsp; @value ... not set.}@else @csname SET#1 at endcsname 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @fi 
&lt;br&gt;&amp;nbsp; &amp;lt;argument&amp;gt; @value {srcdir}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /foo
&lt;br&gt;&amp;nbsp; @doverbatiminclude ...ble @setupverbatim @input #1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@afterenvbreak }
&lt;br&gt;&amp;nbsp; l.7 @verbatiminclude @value{srcdir}/foo
&lt;br&gt;&lt;br&gt;&amp;nbsp; Please type another input file name: 
&lt;br&gt;&lt;br&gt;I also happened to notice that if I comment out the &amp;quot;@setfilename
&lt;br&gt;foo.info&amp;quot; line it works, and of course it works if the directory name
&lt;br&gt;does not include a &amp;quot;+&amp;quot; character.
&lt;br&gt;&lt;br&gt;The makeinfo program can process this either way. &amp;nbsp;My version of
&lt;br&gt;makeinfo is from the same Debian texinfo package.
&lt;br&gt;&lt;br&gt;jwe
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problem-with-%40verbatiminclude-tp26343200p26343200.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26174693</id>
	<title>Re: Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-11-02T20:08:55Z</published>
	<updated>2009-11-02T20:08:55Z</updated>
	<author>
		<name>Eli Zaretskii</name>
	</author>
	<content type="html">&amp;gt; Date: Mon, 2 Nov 2009 16:54:12 -0600
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26174693&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;karl@...&lt;/a&gt; (Karl Berry)
&lt;br&gt;&amp;gt; Cc: 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Harry, if you can, please try emacs-23.1. &amp;nbsp;Not emacs-23.1.50.
&lt;br&gt;&amp;gt; That will eliminate the prime variable of the Emacs version.
&lt;br&gt;&lt;br&gt;Sorry, I didn't realize that a development snapshot of Emacs was
&lt;br&gt;used. &amp;nbsp;Yes, that's another possible factor. &amp;nbsp;As I said, stock 23.1
&lt;br&gt;works for me.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26174693.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26173133</id>
	<title>Re: Adding info documents to /usr/share/info</title>
	<published>2009-11-02T16:25:47Z</published>
	<updated>2009-11-02T16:25:47Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">Hi Chris,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; The info manuals for &amp;quot;bc&amp;quot; and &amp;quot;accounting&amp;quot; do not have &amp;quot;INFO-DIR&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; sections, so I had to add them manually.
&lt;br&gt;&lt;br&gt;I'm not surprised. &amp;nbsp;There are plenty more discrepancies among GNU
&lt;br&gt;manuals, too.
&lt;br&gt;&lt;br&gt;If you're up for it, please report that to the respective package maintainers.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-info-documents-to--usr-share-info-tp26035793p26173133.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26172724</id>
	<title>Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-11-02T15:45:32Z</published>
	<updated>2009-11-02T15:45:32Z</updated>
	<author>
		<name>Harry Putnam</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26172724&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;karl@...&lt;/a&gt; (Karl Berry) writes:
&lt;br&gt;&lt;br&gt;&amp;gt; Also, please start Emacs by running emacs-23.1 --no-site --no-init.
&lt;br&gt;&amp;gt; That will eliminate any chance of site or personal code getting in the
&lt;br&gt;&amp;gt; way. &amp;nbsp;There's no need to guess about these things.
&lt;br&gt;&lt;br&gt;No need, since starting the newest emacs, the one that I reported as
&lt;br&gt;failing has no problem with index search on cvs manual.
&lt;br&gt;&lt;br&gt;I've very sorry but apparently it is only a local phenomena.
&lt;br&gt;Sorry in that I wasted every ones' time.
&lt;br&gt;&lt;br&gt;However, it is really puzzling what kind of local problem could allow any other
&lt;br&gt;info manual index search to work, but not cvs index search.
&lt;br&gt;&lt;br&gt;I was so sure that the fact that opening any other info manual and
&lt;br&gt;having index search work, indicated it was NOT a local problem that I
&lt;br&gt;skipped the all important step of opening emacs with --no-site
&lt;br&gt;--no-init.
&lt;br&gt;&lt;br&gt;To repeat again.
&lt;br&gt;&lt;br&gt;Open emacs 23.1.50 (yesterdays cvs) with --no-site --no-init and emacs
&lt;br&gt;has no problem using index search on cvs manual,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26172724.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26172598</id>
	<title>Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-11-02T15:35:09Z</published>
	<updated>2009-11-02T15:35:09Z</updated>
	<author>
		<name>Harry Putnam</name>
	</author>
	<content type="html">Eli Zaretskii &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26172598&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eliz@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; From: Harry Putnam &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26172598&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;reader@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Date: Mon, 02 Nov 2009 10:22:29 -0600
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Eli Zaretskii &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26172598&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eliz@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; They did no such thing. &amp;nbsp;I have CVS Info manual in the old format, and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; the index there works for me inside Emacs.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; If they didn't make that decision, it simply seems like a bug introduced
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; since 23.1 was released, based on the evidence at hand.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Nope, the above works for me in stock Emacs 23.1.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Eli, if you can, what is the date on your copy of cvs info files. &amp;nbsp;And
&lt;br&gt;&amp;gt;&amp;gt; how many are there?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Exactly like yours:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; For me, with cvs &amp;nbsp;1.12.12 (client/server), The info files are already
&lt;br&gt;&amp;gt;&amp;gt; created in the sources pkg. &amp;nbsp;They date from 2005 and there are 11 of
&lt;br&gt;&amp;gt;&amp;gt; them.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Me too.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Those files fail on an `i' (index) search with the message `no index'.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please look in cvs.info, and tell me what does its first line say.
&lt;/div&gt;&lt;br&gt;A few more than 1:
&lt;br&gt;&lt;br&gt;,----
&lt;br&gt;| This is cvs.info, produced by makeinfo version 4.5 from cvs.texinfo.
&lt;br&gt;| 
&lt;br&gt;| INFO-DIR-SECTION GNU Packages
&lt;br&gt;| START-INFO-DIR-ENTRY
&lt;br&gt;| * CVS: (cvs). &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Concurrent Versions System
&lt;br&gt;| END-INFO-DIR-ENTRY
&lt;br&gt;| INFO-DIR-SECTION Individual utilities
&lt;br&gt;| START-INFO-DIR-ENTRY
&lt;br&gt;| * cvs: (cvs)CVS commands. &amp;nbsp; &amp;nbsp; &amp;nbsp; Concurrent Versions System
&lt;br&gt;| END-INFO-DIR-ENTRY
&lt;br&gt;`----
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; However the index itself is there in the first page menu and can be
&lt;br&gt;&amp;gt;&amp;gt; opened and read.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can you show here the first few lines of the Index node (it should be
&lt;br&gt;&amp;gt; in cvs.info-10), starting from the line before the Node line?
&lt;br&gt;&lt;br&gt;Here, the index Node is in cvs.info-11:
&lt;br&gt;[...]
&lt;br&gt;,----
&lt;br&gt;| 
&lt;br&gt;| END-INFO-DIR-ENTRY
&lt;br&gt;| 
&lt;br&gt;| ^_
&lt;br&gt;| File: cvs.info, &amp;nbsp;Node: Index, &amp;nbsp;Prev: BUGS, &amp;nbsp;Up: Top
&lt;br&gt;| 
&lt;br&gt;| Index
&lt;br&gt;| *****
&lt;br&gt;| 
&lt;br&gt;| * Menu:
&lt;br&gt;`----
&lt;br&gt;&lt;br&gt;&amp;nbsp; [...]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26172598.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26172109</id>
	<title>Re: Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-11-02T14:54:12Z</published>
	<updated>2009-11-02T14:54:12Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; The fact that index search works for you in freshly generated files
&lt;br&gt;&amp;nbsp; &amp;nbsp; probably means that the original ones are botched, 
&lt;br&gt;&lt;br&gt;They worked perfectly well for me in emacs-23.1.1. &amp;nbsp;I didn't see
&lt;br&gt;anything obviously wrong with them at a quick glance. &amp;nbsp;They don't have
&lt;br&gt;the magic marker in the index, that's the only meaningful difference I
&lt;br&gt;saw from freshly-generated ones.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Harry, if you can, please try emacs-23.1. &amp;nbsp;Not emacs-23.1.50.
&lt;br&gt;That will eliminate the prime variable of the Emacs version.
&lt;br&gt;&lt;br&gt;Also, please start Emacs by running emacs-23.1 --no-site --no-init.
&lt;br&gt;That will eliminate any chance of site or personal code getting in the
&lt;br&gt;way. &amp;nbsp;There's no need to guess about these things.
&lt;br&gt;&lt;br&gt;&lt;br&gt;As far as I can, this is and always has been about Emacs. &amp;nbsp;Not makeinfo,
&lt;br&gt;not the Info files. &amp;nbsp;Please talk to the Emacs developers.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26172109.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26169022</id>
	<title>Re: Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-11-02T10:59:13Z</published>
	<updated>2009-11-02T10:59:13Z</updated>
	<author>
		<name>Eli Zaretskii</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; From: Harry Putnam &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26169022&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;reader@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Date: Mon, 02 Nov 2009 10:22:29 -0600
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Eli Zaretskii &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26169022&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eliz@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; They did no such thing. &amp;nbsp;I have CVS Info manual in the old format, and
&lt;br&gt;&amp;gt; &amp;gt; the index there works for me inside Emacs.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; If they didn't make that decision, it simply seems like a bug introduced
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; since 23.1 was released, based on the evidence at hand.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Nope, the above works for me in stock Emacs 23.1.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Eli, if you can, what is the date on your copy of cvs info files. &amp;nbsp;And
&lt;br&gt;&amp;gt; how many are there?
&lt;/div&gt;&lt;br&gt;Exactly like yours:
&lt;br&gt;&lt;br&gt;&amp;gt; For me, with cvs &amp;nbsp;1.12.12 (client/server), The info files are already
&lt;br&gt;&amp;gt; created in the sources pkg. &amp;nbsp;They date from 2005 and there are 11 of
&lt;br&gt;&amp;gt; them.
&lt;br&gt;&lt;br&gt;Me too.
&lt;br&gt;&lt;br&gt;&amp;gt; Those files fail on an `i' (index) search with the message `no index'.
&lt;br&gt;&lt;br&gt;Please look in cvs.info, and tell me what does its first line say.
&lt;br&gt;&lt;br&gt;&amp;gt; However the index itself is there in the first page menu and can be
&lt;br&gt;&amp;gt; opened and read.
&lt;br&gt;&lt;br&gt;Can you show here the first few lines of the Index node (it should be
&lt;br&gt;in cvs.info-10), starting from the line before the Node line?
&lt;br&gt;&lt;br&gt;&amp;gt; If I generate the info files manually using the source CVS texi and
&lt;br&gt;&amp;gt; texinfo-4.13 I get 3 files and info search works fine.
&lt;br&gt;&lt;br&gt;The 3 files instead of 11 is because latest versions of makeinfo
&lt;br&gt;enlarged their default split size, so this is normal. &amp;nbsp;You can control
&lt;br&gt;the split size with the --split-size switch, if you want to try to
&lt;br&gt;re-create 11 files.
&lt;br&gt;&lt;br&gt;The fact that index search works for you in freshly generated files
&lt;br&gt;probably means that the original ones are botched, perhaps due to some
&lt;br&gt;bad version of makeinfo used to produce them.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26169022.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26166549</id>
	<title>Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-11-02T08:22:29Z</published>
	<updated>2009-11-02T08:22:29Z</updated>
	<author>
		<name>Harry Putnam</name>
	</author>
	<content type="html">Eli Zaretskii &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26166549&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eliz@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; They did no such thing. &amp;nbsp;I have CVS Info manual in the old format, and
&lt;br&gt;&amp;gt; the index there works for me inside Emacs.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If they didn't make that decision, it simply seems like a bug introduced
&lt;br&gt;&amp;gt;&amp;gt; since 23.1 was released, based on the evidence at hand.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nope, the above works for me in stock Emacs 23.1.
&lt;br&gt;&lt;br&gt;Eli, if you can, what is the date on your copy of cvs info files. &amp;nbsp;And
&lt;br&gt;how many are there?
&lt;br&gt;&lt;br&gt;For me, with cvs &amp;nbsp;1.12.12 (client/server), The info files are already
&lt;br&gt;created in the sources pkg. &amp;nbsp;They date from 2005 and there are 11 of
&lt;br&gt;them.
&lt;br&gt;&lt;br&gt;Those files fail on an `i' (index) search with the message `no index'.
&lt;br&gt;&lt;br&gt;(This is with yesterdays (11/01/09) cvs of emacs-23)
&lt;br&gt;&lt;br&gt;However the index itself is there in the first page menu and can be
&lt;br&gt;opened and read.
&lt;br&gt;&lt;br&gt;Just the info search fails.
&lt;br&gt;&lt;br&gt;If I generate the info files manually using the source CVS texi and
&lt;br&gt;texinfo-4.13 I get 3 files and info search works fine.
&lt;br&gt;&lt;br&gt;Further, I haven't run across any other info manuals where index
&lt;br&gt;search fails. &amp;nbsp;(I've tried just a random selection; bash, date, tar
&lt;br&gt;and texinfo)
&lt;br&gt;&lt;br&gt;So it seems not to be a general problem and would also seem to
&lt;br&gt;indicate its not a local problem. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26166549.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26158677</id>
	<title>Re: Adding info documents to /usr/share/info</title>
	<published>2009-11-01T21:53:00Z</published>
	<updated>2009-11-01T21:53:00Z</updated>
	<author>
		<name>Chris Jones-44</name>
	</author>
	<content type="html">On Sat, Oct 24, 2009 at 07:49:16PM EDT, Karl Berry wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; downloading &amp;quot;manually&amp;quot; are .tar.gz files.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't recall anything in the info readers that supports info files
&lt;br&gt;&amp;gt; bundled in a .tar.gz (or anything else), unless it's a recent invention
&lt;br&gt;&amp;gt; in Emacs info. &amp;nbsp;So I think you should unpack the tars.
&lt;br&gt;&lt;br&gt;Yes, simple as that. I didn't bother zipping back the individual files.
&lt;br&gt;&lt;br&gt;&amp;gt; Once unbundled, the .info files should be found whether they are
&lt;br&gt;&amp;gt; compressed or not.
&lt;br&gt;&lt;br&gt;I was using an info derivate called &amp;quot;pinfo&amp;quot; and that added to the
&lt;br&gt;confusion, because it does not know how to handle soft links.
&lt;br&gt;&lt;br&gt;Which means that the gcc and cpp manuals, which in my setup at least,
&lt;br&gt;are reached via a soft link were greyed out in the index menu.
&lt;br&gt;&lt;br&gt;Works fine with native info.
&lt;br&gt;&lt;br&gt;&amp;gt; If this doesn't help, please show us one of the dir lines that is
&lt;br&gt;&amp;gt; failing, and list the corresponding .info file(s) you have. &amp;nbsp;I am not
&lt;br&gt;&amp;gt; sure from your descriptions exactly what you are doing.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I have looked for documentation that explains how to install additional
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; info files, but have found nothing conclusive.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.gnu.org/software/hello/manual/texinfo/Installing-an-Info-File.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/hello/manual/texinfo/Installing-an-Info-File.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Well this did help, but in different way:
&lt;br&gt;&lt;br&gt;The info manuals for &amp;quot;bc&amp;quot; and &amp;quot;accounting&amp;quot; do not have &amp;quot;INFO-DIR&amp;quot;
&lt;br&gt;sections, so I had to add them manually.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/bc/manual/info/bc-info.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/bc/manual/info/bc-info.tar.gz&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/acct/manual/info/accounting.info.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/acct/manual/info/accounting.info.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;One of them, bc (?), does not even have the GNU manifesto/license
&lt;br&gt;either.
&lt;br&gt;&lt;br&gt;CJ
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-info-documents-to--usr-share-info-tp26035793p26158677.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26158130</id>
	<title>Re: Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-11-01T19:59:08Z</published>
	<updated>2009-11-01T19:59:08Z</updated>
	<author>
		<name>Eli Zaretskii</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; Date: Sun, 1 Nov 2009 17:20:20 -0600
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26158130&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;karl@...&lt;/a&gt; (Karl Berry)
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26158130&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;help-texinfo@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Do you think it would still be considered a bug for emacs if newly
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; generated info files from cvs work?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It depends on why the &amp;quot;old&amp;quot; info files don't work.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The only way I can imagine it not being a bug is the following: &amp;quot;new&amp;quot;
&lt;br&gt;&amp;gt; info files have a magic sequence to mark indexes. &amp;nbsp;That is not present
&lt;br&gt;&amp;gt; in the old Info files. &amp;nbsp;Perhaps the Emacs maintainers intentionally
&lt;br&gt;&amp;gt; decided to only support index searching when that magic sequence is
&lt;br&gt;&amp;gt; present. &amp;nbsp;If they made that decision, I think it wasn't a good decision,
&lt;br&gt;&amp;gt; but of course it's up to them.
&lt;/div&gt;&lt;br&gt;They did no such thing. &amp;nbsp;I have CVS Info manual in the old format, and
&lt;br&gt;the index there works for me inside Emacs.
&lt;br&gt;&lt;br&gt;&amp;gt; If they didn't make that decision, it simply seems like a bug introduced
&lt;br&gt;&amp;gt; since 23.1 was released, based on the evidence at hand.
&lt;br&gt;&lt;br&gt;Nope, the above works for me in stock Emacs 23.1.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26158130.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26156135</id>
	<title>Re: Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-11-01T15:20:20Z</published>
	<updated>2009-11-01T15:20:20Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">Hi Harry,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Possibly something with the way gentoo installed cvs?
&lt;br&gt;&lt;br&gt;I can't picture that.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; What, if anything, do you think it means that a newly generated set
&lt;br&gt;&amp;nbsp; &amp;nbsp; of info files for cvs from the source texi, do not display this
&lt;br&gt;&amp;nbsp; &amp;nbsp; problem?
&lt;br&gt;&lt;br&gt;The Emacs bug is the Emacs bug, regardless.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Is it normal for a package of new sources to have info files generated
&lt;br&gt;&amp;nbsp; &amp;nbsp; nearly 5 yrs ago?
&lt;br&gt;&lt;br&gt;Evidently it means that the CVS maintainers didn't update the Info files
&lt;br&gt;in their tarball. &amp;nbsp;They should have. &amp;nbsp;That's a separate issue.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Do you think it would still be considered a bug for emacs if newly
&lt;br&gt;&amp;nbsp; &amp;nbsp; generated info files from cvs work?
&lt;br&gt;&lt;br&gt;It depends on why the &amp;quot;old&amp;quot; info files don't work.
&lt;br&gt;&lt;br&gt;The only way I can imagine it not being a bug is the following: &amp;quot;new&amp;quot;
&lt;br&gt;info files have a magic sequence to mark indexes. &amp;nbsp;That is not present
&lt;br&gt;in the old Info files. &amp;nbsp;Perhaps the Emacs maintainers intentionally
&lt;br&gt;decided to only support index searching when that magic sequence is
&lt;br&gt;present. &amp;nbsp;If they made that decision, I think it wasn't a good decision,
&lt;br&gt;but of course it's up to them.
&lt;br&gt;&lt;br&gt;If they didn't make that decision, it simply seems like a bug introduced
&lt;br&gt;since 23.1 was released, based on the evidence at hand.
&lt;br&gt;&lt;br&gt;Anyway, there is no need to debate theories about it. &amp;nbsp;Send the files
&lt;br&gt;that cause the error to emacs-devel and let them debug it. &amp;nbsp;It's their
&lt;br&gt;program.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26156135.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26151739</id>
	<title>Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-11-01T06:58:55Z</published>
	<updated>2009-11-01T06:58:55Z</updated>
	<author>
		<name>Harry Putnam</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26151739&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;karl@...&lt;/a&gt; (Karl Berry) writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Harry,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't have 23.1.50, but with 23.1.1, starting up with
&lt;br&gt;&amp;gt; &amp;nbsp; emacs-23.1 --no-site --no-init
&lt;br&gt;&amp;gt; doing
&lt;br&gt;&amp;gt; &amp;nbsp; C-h i m cvs &amp;lt;RET&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; i update RET
&lt;br&gt;&amp;gt; does find index entries for update. &amp;nbsp;With the cvs.info* files you sent me.
&lt;/div&gt;&lt;br&gt;Well that narrows it down quite a lot then.
&lt;br&gt;&lt;br&gt;&amp;gt; So, could it be something in your site and/or personal Elisp files? &amp;nbsp;On
&lt;br&gt;&amp;gt; the other hand, if the above fails for you with 23.1.50, I am left with
&lt;br&gt;&amp;gt; suggesting writing the Emacs developers. &amp;nbsp;Perhaps it's a change they
&lt;br&gt;&amp;gt; introduced since 23.1.
&lt;br&gt;&lt;br&gt;It could be something local, sure. &amp;nbsp;But I've done nothing to the
&lt;br&gt;files, so they are on the fs `as installed'. &amp;nbsp;And since its only that
&lt;br&gt;one info file, it seems unlikely to be a general problem with
&lt;br&gt;emacs-23.1.50.
&lt;br&gt;&lt;br&gt;Possibly something with the way gentoo installed cvs?
&lt;br&gt;&lt;br&gt;I'm going to post on emacs-dev before going the bug route... they'll
&lt;br&gt;probably insist on it anyway... but I'd first like to hear if others
&lt;br&gt;using latest emacs-23 have the same problem.
&lt;br&gt;&lt;br&gt;What, if anything, do you think it means that a newly generated set
&lt;br&gt;of info files for cvs from the source texi, do not display this
&lt;br&gt;problem?
&lt;br&gt;&lt;br&gt;Is it normal for a package of new sources to have info files generated
&lt;br&gt;nearly 5 yrs ago?... I know in some pkgs the info file generation is
&lt;br&gt;part of the build... but seems not to be the case with cvs as
&lt;br&gt;evidenced by the fact that if I hand generate the info files from the
&lt;br&gt;tarball texi file the problem goes away.
&lt;br&gt;&lt;br&gt;Do you think it would still be considered a bug for emacs if newly
&lt;br&gt;generated info files from cvs work?
&lt;br&gt;&lt;br&gt;Anyway, sorry to have been a big pita for apparently no good reason.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26151739.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26146997</id>
	<title>Re: Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-10-31T16:29:19Z</published>
	<updated>2009-10-31T16:29:19Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">Hi Harry,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, 
&lt;br&gt;&lt;br&gt;I don't have 23.1.50, but with 23.1.1, starting up with
&lt;br&gt;&amp;nbsp; emacs-23.1 --no-site --no-init
&lt;br&gt;doing
&lt;br&gt;&amp;nbsp; C-h i m cvs &amp;lt;RET&amp;gt;
&lt;br&gt;&amp;nbsp; i update RET
&lt;br&gt;does find index entries for update. &amp;nbsp;With the cvs.info* files you sent me.
&lt;br&gt;&lt;br&gt;So, could it be something in your site and/or personal Elisp files? &amp;nbsp;On
&lt;br&gt;the other hand, if the above fails for you with 23.1.50, I am left with
&lt;br&gt;suggesting writing the Emacs developers. &amp;nbsp;Perhaps it's a change they
&lt;br&gt;introduced since 23.1.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26146997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26144534</id>
	<title>Re: Looking for TeX/LaTeX gurus help</title>
	<published>2009-10-31T10:53:29Z</published>
	<updated>2009-10-31T10:53:29Z</updated>
	<author>
		<name>Patrice Dumas</name>
	</author>
	<content type="html">After looking at what Karl provided, and also at texinfo.tex, here
&lt;br&gt;is what I propose. 
&lt;br&gt;&lt;br&gt;(? means I don't know, - means not relevant, (warning) means there 
&lt;br&gt;is a warning, (T1) means only in T1 (eurosym) means in eurosym and so 
&lt;br&gt;on). 
&lt;br&gt;&lt;br&gt;When there is something in math and nothing in text, the math 
&lt;br&gt;in $ $ is used, so for example equiv is
&lt;br&gt;&lt;br&gt;equiv \equiv $\equiv$
&lt;br&gt;&lt;br&gt;idem means that the same rule than previous above is used.
&lt;br&gt;&lt;br&gt;'TeX' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\TeX
&lt;br&gt;'LaTeX' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\LaTeX
&lt;br&gt;'bullet' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\bullet &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\textbullet
&lt;br&gt;'copyright' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \copyright &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \copyright
&lt;br&gt;'registeredsymbol' &amp;nbsp;(amsfonts)\circledR &amp;nbsp;\textregistered
&lt;br&gt;'dots' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\dots &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\dots
&lt;br&gt;'enddots' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;?
&lt;br&gt;'equiv' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \equiv
&lt;br&gt;'error' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;?
&lt;br&gt;'expansion' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \mapsto
&lt;br&gt;'arrow' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \rightarrow
&lt;br&gt;'minus' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$-$
&lt;br&gt;'point' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \star
&lt;br&gt;'print' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \dashv
&lt;br&gt;'result' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\Rightarrow
&lt;br&gt;'aa' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\mathring{a} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \aa
&lt;br&gt;'AA' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\mathring{A} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \AA
&lt;br&gt;'ae' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;? (warning for \ae) &amp;nbsp;\ae
&lt;br&gt;'oe' &amp;nbsp; &amp;nbsp; &amp;nbsp;idem
&lt;br&gt;'AE' &amp;nbsp; &amp;nbsp; &amp;nbsp;idem
&lt;br&gt;'OE' &amp;nbsp; &amp;nbsp; &amp;nbsp;idem
&lt;br&gt;'o' &amp;nbsp; &amp;nbsp; &amp;nbsp;idem
&lt;br&gt;'O' &amp;nbsp; &amp;nbsp; &amp;nbsp;idem
&lt;br&gt;'ss' &amp;nbsp; &amp;nbsp; &amp;nbsp;idem
&lt;br&gt;'l' &amp;nbsp; &amp;nbsp; &amp;nbsp;idem
&lt;br&gt;'L' &amp;nbsp; &amp;nbsp; &amp;nbsp;idem
&lt;br&gt;'DH' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(T1)\DH
&lt;br&gt;'dh' &amp;nbsp; &amp;nbsp; idem
&lt;br&gt;'TH' &amp;nbsp; &amp;nbsp; idem
&lt;br&gt;'th' &amp;nbsp; &amp;nbsp; idem
&lt;br&gt;'exclamdown' &amp;nbsp; &amp;nbsp; &amp;nbsp; ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;!` or \textexclamdown
&lt;br&gt;'questiondown' &amp;nbsp; &amp;nbsp; ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;?` or \textquestiondown
&lt;br&gt;'pounds' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \pounds &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\pounds
&lt;br&gt;'ordf' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\textordfeminine
&lt;br&gt;'ordm' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\textordmasculine
&lt;br&gt;'comma' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,
&lt;br&gt;'euro' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(eurosym)\euro
&lt;br&gt;'geq' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\geq
&lt;br&gt;'leq' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\leq
&lt;br&gt;'tie' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;?
&lt;br&gt;'textdegree' &amp;nbsp; &amp;nbsp; &amp;nbsp; (gensymb)\degree or &amp;nbsp;^\circ &amp;nbsp; (gensymb)\degree or (textcomp)\textdegree
&lt;br&gt;'quotedblleft' &amp;nbsp; &amp;nbsp; ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\textquotedblleft
&lt;br&gt;'quotedblright' &amp;nbsp; &amp;nbsp;? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\textquotedblright
&lt;br&gt;'quoteleft' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\textquoteleft
&lt;br&gt;'quoteright' &amp;nbsp; &amp;nbsp; &amp;nbsp; ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\textquoteright
&lt;br&gt;'quotedblbase' &amp;nbsp; &amp;nbsp; ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(T1)\quotedblbase
&lt;br&gt;'quotesinglbase' idem
&lt;br&gt;'guillemotleft' &amp;nbsp;idem
&lt;br&gt;'guillemotright' idem
&lt;br&gt;'guilsinglleft' &amp;nbsp;idem
&lt;br&gt;'guilsinglright' idem
&lt;br&gt;&lt;br&gt;'guillemetleft' &amp;nbsp;as guillemotleft
&lt;br&gt;'guillemetright' as guillemotright
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'click' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as in other formats (replaced with another @-command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or use clicksequence to redefine
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; it dynyamically?)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'asis' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (nothing) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (nothing)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'b' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{\bf &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \textbf{}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'clicksequence' &amp;nbsp; &amp;nbsp; &amp;nbsp;(nothing) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (nothing)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'code' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {\tt &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \texttt{} + code_style
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'command' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{\tt &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \texttt{} + code_style
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'dfn' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{\it &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \emph{}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'emph' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {\it &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \emph{}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'env' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{\tt &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \texttt{} + code_style
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'file' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {\tt &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; `\texttt{}' + code_style
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'i' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{\it &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \textit{}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'slanted' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{\sl &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \textsl{}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'sansserif' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \textsf{}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'kbd' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'key' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'option' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {\tt &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; `\texttt{}' + code_style
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'r' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{\rm &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \textrm{}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'samp' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {\tt &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; `\texttt{}' + code_style
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'sc' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \textsc{}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'strong' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {\bf &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \textbf{}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'t' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{\tt &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \texttt{} + code_style
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'var' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{\it &amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \emph{}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'w' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?
&lt;br&gt;&lt;br&gt;maybe ` for @file and @same should be \lq and ' \rq.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Pat
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-TeX-LaTeX-gurus-help-tp26081111p26144534.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26122370</id>
	<title>Re: Looking for TeX/LaTeX gurus help</title>
	<published>2009-10-29T16:07:09Z</published>
	<updated>2009-10-29T16:07:09Z</updated>
	<author>
		<name>Patrice Dumas</name>
	</author>
	<content type="html">On Thu, Oct 29, 2009 at 01:16:43PM -0500, Karl Berry wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; No, it doesn't. &amp;nbsp;The way you get a text ringa accent in plain TeX is
&lt;br&gt;&amp;gt; \def\ringaccent#1{{\accent23 #1}}. &amp;nbsp;Something similar could be done for
&lt;br&gt;&amp;gt; math, but it's not in plain.
&lt;br&gt;&lt;br&gt;Ok, I'll use the ascii representation when wanting to do plain TeX in
&lt;br&gt;@math.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; \underline could be used, it is in TeX too.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ah. &amp;nbsp;Math for @ubaraccent should be \underbar (which uses \underline).
&lt;br&gt;&lt;br&gt;Ok.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; You'll want \usepackage{textcomp} for sure, it makes lots of symbols
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Ok. Are those in TeX too?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For starters, there is no \usepackage in plain TeX, as you probably
&lt;br&gt;&amp;gt; know.
&lt;br&gt;&lt;br&gt;Yes, I know. My question was, are things in textcomp also in plain 
&lt;br&gt;TeX (in math), but i guess the answer is not necessarily.
&lt;br&gt;&lt;br&gt;&amp;gt; I thought you weren't targeting plain TeX. &amp;nbsp;Doing that is an entirely
&lt;br&gt;&amp;gt; different situation than targeting LaTeX. &amp;nbsp;texinfo.tex already does
&lt;br&gt;&amp;gt; everything that is easy. &amp;nbsp;Going beyond texinfo.tex leads into deep
&lt;br&gt;&amp;gt; waters -- things that are unimplemented there are unimplemented for a
&lt;br&gt;&amp;gt; reason.
&lt;br&gt;&lt;br&gt;For things relevant in @math, I'd like to have something that is in 
&lt;br&gt;plain TeX if possible. I don't care about TeX in other cases.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Is there something similar for plain TeX? 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For unextended plain TeX with the CM fonts, see (for example),
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.tug.org/utilities/plain/cseq.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tug.org/utilities/plain/cseq.html&lt;/a&gt;,
&lt;br&gt;&lt;br&gt;There are only the TeX Primitive Control Sequences here.
&lt;br&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.eijkhout.net/tbt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eijkhout.net/tbt&lt;/a&gt;,
&lt;br&gt;&lt;br&gt;This indeed seems to explain everything, including showing the font 
&lt;br&gt;tables.
&lt;br&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://savannah.gnu.org/projects/teximpatient&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/teximpatient&lt;/a&gt;,
&lt;br&gt;&lt;br&gt;I use this book too, but it doesn't really explain clearly what is available
&lt;br&gt;in math mode and what is not (or at least I don't really understand how
&lt;br&gt;it is said).
&lt;br&gt;&lt;br&gt;&amp;gt; and of course The TeXbook.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Also in many places it is said that fontenc T1 should be used, but I
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; am not sure what to do in general for fonts and charsets. If I could
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; have some directions, that would be nice...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sorry, but it's not that kind of thing that can be easily summed up.
&lt;br&gt;&amp;gt; Maybe we should come up with a plan offline.
&lt;br&gt;&lt;br&gt;Ok.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Pat
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-TeX-LaTeX-gurus-help-tp26081111p26122370.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26118165</id>
	<title>Re: Looking for TeX/LaTeX gurus help</title>
	<published>2009-10-29T11:16:43Z</published>
	<updated>2009-10-29T11:16:43Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">Hi Patrice,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; There is \mathring in math, though I don't know if it applies in TeX
&lt;br&gt;&lt;br&gt;No, it doesn't. &amp;nbsp;The way you get a text ringa accent in plain TeX is
&lt;br&gt;\def\ringaccent#1{{\accent23 #1}}. &amp;nbsp;Something similar could be done for
&lt;br&gt;math, but it's not in plain.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; \underline could be used, it is in TeX too.
&lt;br&gt;&lt;br&gt;Ah. &amp;nbsp;Math for @ubaraccent should be \underbar (which uses \underline).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; You'll want \usepackage{textcomp} for sure, it makes lots of symbols
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ok. Are those in TeX too?
&lt;br&gt;&lt;br&gt;For starters, there is no \usepackage in plain TeX, as you probably
&lt;br&gt;know.
&lt;br&gt;&lt;br&gt;I thought you weren't targeting plain TeX. &amp;nbsp;Doing that is an entirely
&lt;br&gt;different situation than targeting LaTeX. &amp;nbsp;texinfo.tex already does
&lt;br&gt;everything that is easy. &amp;nbsp;Going beyond texinfo.tex leads into deep
&lt;br&gt;waters -- things that are unimplemented there are unimplemented for a
&lt;br&gt;reason.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Is there something similar for plain TeX? 
&lt;br&gt;&lt;br&gt;For unextended plain TeX with the CM fonts, see (for example),
&lt;br&gt;&lt;a href=&quot;http://www.tug.org/utilities/plain/cseq.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tug.org/utilities/plain/cseq.html&lt;/a&gt;,
&lt;br&gt;&lt;a href=&quot;http://www.eijkhout.net/tbt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eijkhout.net/tbt&lt;/a&gt;,
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/teximpatient&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/teximpatient&lt;/a&gt;,
&lt;br&gt;and of course The TeXbook.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; www.ntg.nl/doc/wilkins/pllong.pdf 
&lt;br&gt;&lt;br&gt;I haven't seen it before. &amp;nbsp;Doesn't claim to be reference material, so I
&lt;br&gt;doubt it includes everything.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Also in many places it is said that fontenc T1 should be used, but I
&lt;br&gt;&amp;nbsp; &amp;nbsp; am not sure what to do in general for fonts and charsets. If I could
&lt;br&gt;&amp;nbsp; &amp;nbsp; have some directions, that would be nice...
&lt;br&gt;&lt;br&gt;Sorry, but it's not that kind of thing that can be easily summed up.
&lt;br&gt;Maybe we should come up with a plan offline.
&lt;br&gt;&lt;br&gt;Using T1 for the fontenc supports many European languages (with the
&lt;br&gt;right fonts), and is the best default choice that I know of, but it
&lt;br&gt;doesn't support everything. &amp;nbsp;It has to be thought about on a
&lt;br&gt;case-by-case basis.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-TeX-LaTeX-gurus-help-tp26081111p26118165.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26115856</id>
	<title>Re: Looking for TeX/LaTeX gurus help</title>
	<published>2009-10-29T08:58:08Z</published>
	<updated>2009-10-29T08:58:08Z</updated>
	<author>
		<name>Patrice Dumas</name>
	</author>
	<content type="html">On Wed, Oct 28, 2009 at 07:21:48PM -0500, Karl Berry wrote:
&lt;br&gt;&amp;gt; I can't do all the commands at once, or even all of the first group, but
&lt;br&gt;&amp;gt; here is a start:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Command &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;math &amp;nbsp; &amp;nbsp; text
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt; @ringaccent &amp;nbsp; &amp;nbsp; &amp;nbsp;? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\r
&lt;br&gt;&lt;br&gt;There is \mathring in math, though I don't know if it applies in TeX
&lt;br&gt;(doesn't seems so).
&lt;br&gt;&lt;br&gt;&amp;gt; @ubaraccent &amp;nbsp; &amp;nbsp; &amp;nbsp;? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\b &amp;nbsp;# bar under
&lt;br&gt;&lt;br&gt;\underline could be used, it is in TeX too.
&lt;br&gt;&lt;br&gt;&amp;gt; You'll want \usepackage{textcomp} for sure, it makes lots of symbols
&lt;br&gt;&amp;gt; easily available.
&lt;br&gt;&lt;br&gt;Ok. Are those in TeX too?
&lt;br&gt;&lt;br&gt;&amp;gt; For reference, the unofficial latex manual at
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://home.gna.org/latexrefman/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://home.gna.org/latexrefman/&lt;/a&gt;&amp;nbsp;(comments welcome :) and the
&lt;br&gt;&lt;br&gt;Looks like I will find a lot about environments in it. I wasn't aware
&lt;br&gt;of such manual, thanks.
&lt;br&gt;&lt;br&gt;&amp;gt; comprehensive symbols list at
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mirror.ctan.org/info/symbols/comprehensive/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mirror.ctan.org/info/symbols/comprehensive/&lt;/a&gt;&amp;nbsp;are good places to
&lt;br&gt;&amp;gt; look.
&lt;br&gt;&lt;br&gt;Indeed it is very comprehensive. However I don't know if it applies to
&lt;br&gt;TeX too. Is there something similar for plain TeX? I found 
&lt;br&gt;the www.ntg.nl/doc/wilkins/pllong.pdf appendix, maybe there isn't more
&lt;br&gt;than what's in this document?
&lt;br&gt;&lt;br&gt;Also in many places it is said that fontenc T1 should be used,
&lt;br&gt;but I am not sure what to do in general for fonts and charsets. If I could
&lt;br&gt;have some directions, that would be nice...
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Pat
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-TeX-LaTeX-gurus-help-tp26081111p26115856.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26105440</id>
	<title>Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-10-28T19:43:46Z</published>
	<updated>2009-10-28T19:43:46Z</updated>
	<author>
		<name>Harry Putnam</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26105440&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;karl@...&lt;/a&gt; (Karl Berry) writes:
&lt;br&gt;&lt;br&gt;&amp;gt; I'm never absolutely certain of anything. &amp;nbsp;How about this: send me a
&lt;br&gt;&amp;gt; tar.gz with the actual cvs.info* files which fail with your Emacs, and
&lt;br&gt;&amp;gt; tell me what version of Emacs you are using (M-x emacs-version). &amp;nbsp;Then
&lt;br&gt;&amp;gt; I'll see if I can reproduce it.
&lt;br&gt;&lt;br&gt;Ok, the message is being sent now.
&lt;br&gt;The info files are from /usr/share/info/cvs.info*
&lt;br&gt;Where the Gentoo OS has installed them
&lt;br&gt;&lt;br&gt;The version of emacs:
&lt;br&gt;&lt;br&gt;GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, 
&lt;br&gt;&amp;nbsp; &amp;nbsp;GTK+ Version 2.16.6) of 2009-10-16 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26105440.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26104366</id>
	<title>Re: Looking for TeX/LaTeX gurus help</title>
	<published>2009-10-28T17:21:48Z</published>
	<updated>2009-10-28T17:21:48Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">I can't do all the commands at once, or even all of the first group, but
&lt;br&gt;here is a start:
&lt;br&gt;&lt;br&gt;Command &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;math &amp;nbsp; &amp;nbsp; text
&lt;br&gt;------------------------------
&lt;br&gt;@ringaccent &amp;nbsp; &amp;nbsp; &amp;nbsp;? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\r
&lt;br&gt;@' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \acute &amp;nbsp; \'
&lt;br&gt;@, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\c
&lt;br&gt;@^ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \hat &amp;nbsp; &amp;nbsp; \^
&lt;br&gt;@` &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \grave &amp;nbsp; \`
&lt;br&gt;@~ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \tilde &amp;nbsp; \~
&lt;br&gt;@&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \ddot &amp;nbsp; &amp;nbsp;\&amp;quot;
&lt;br&gt;@= &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \bar &amp;nbsp; &amp;nbsp; \=
&lt;br&gt;@H &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\H
&lt;br&gt;@dotaccent &amp;nbsp; &amp;nbsp; &amp;nbsp; \dot &amp;nbsp; &amp;nbsp; \. &amp;nbsp;# dot over
&lt;br&gt;@u &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \breve &amp;nbsp; \u
&lt;br&gt;@ubaraccent &amp;nbsp; &amp;nbsp; &amp;nbsp;? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\b &amp;nbsp;# bar under
&lt;br&gt;@udotaccent &amp;nbsp; &amp;nbsp; &amp;nbsp;? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\d &amp;nbsp;# dot under
&lt;br&gt;@v &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \check &amp;nbsp; \v
&lt;br&gt;@ogonek &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\k
&lt;br&gt;@tieaccent &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\tie
&lt;br&gt;@dotless &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \imath,\jmath &amp;nbsp; \i,\j &amp;nbsp;# no other letters are supported
&lt;br&gt;&lt;br&gt;&lt;br&gt;? means I didn't know the answer offhand.
&lt;br&gt;- means I'm pretty sure it doesn't apply.
&lt;br&gt;&lt;br&gt;You'll want \usepackage{textcomp} for sure, it makes lots of symbols
&lt;br&gt;easily available.
&lt;br&gt;&lt;br&gt;For reference, the unofficial latex manual at
&lt;br&gt;&lt;a href=&quot;http://home.gna.org/latexrefman/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://home.gna.org/latexrefman/&lt;/a&gt;&amp;nbsp;(comments welcome :) and the
&lt;br&gt;comprehensive symbols list at
&lt;br&gt;&lt;a href=&quot;http://mirror.ctan.org/info/symbols/comprehensive/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mirror.ctan.org/info/symbols/comprehensive/&lt;/a&gt;&amp;nbsp;are good places to
&lt;br&gt;look.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-TeX-LaTeX-gurus-help-tp26081111p26104366.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26104088</id>
	<title>Re: Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-10-28T16:46:03Z</published>
	<updated>2009-10-28T16:46:03Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">Hi Harry,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; But emacs finds the index in all the other manuals I looked at.
&lt;br&gt;&amp;nbsp; &amp;nbsp; bash, tar, emacs, date... etc.
&lt;br&gt;&lt;br&gt;That's what bugs are all about :). &amp;nbsp;They happen in some cases and not
&lt;br&gt;others.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; And if I open cvs.info with emacs using C-u C-h i filename
&lt;br&gt;&amp;nbsp; &amp;nbsp; pressing `i' (index) works with this info file.
&lt;br&gt;&lt;br&gt;Ok, so that info file is ok. &amp;nbsp;It doesn't prove anything one way or
&lt;br&gt;another about the Emacs failure on the other info file.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Only three info files for cvs are generated.
&lt;br&gt;&amp;nbsp; &amp;nbsp; The tarball comes with 10 info files for cvs generated in
&lt;br&gt;&amp;nbsp; &amp;nbsp; 2005. Something seems off here...
&lt;br&gt;&lt;br&gt;Not necessarily. &amp;nbsp;It could simply be a difference in the default
&lt;br&gt;--split-size for generating .info files, which in fact did change since
&lt;br&gt;2005, as I recall.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; I'm sorry to interrupt your day. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Not to worry.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Maybe we could take this up when you have more time? &amp;nbsp;
&lt;br&gt;&lt;br&gt;I will never have more time :). &amp;nbsp;I always want to track these things
&lt;br&gt;down.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; I mean unless you are really convinced it is absolutely an emacs
&lt;br&gt;&amp;nbsp; &amp;nbsp; bug.
&lt;br&gt;&lt;br&gt;I'm never absolutely certain of anything. &amp;nbsp;How about this: send me a
&lt;br&gt;tar.gz with the actual cvs.info* files which fail with your Emacs, and
&lt;br&gt;tell me what version of Emacs you are using (M-x emacs-version). &amp;nbsp;Then
&lt;br&gt;I'll see if I can reproduce it.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26104088.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26103685</id>
	<title>Re: Looking for TeX/LaTeX gurus help</title>
	<published>2009-10-28T16:01:31Z</published>
	<updated>2009-10-28T16:01:31Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.environnement.ens.fr/perso/dumas/texinfo.ltx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.environnement.ens.fr/perso/dumas/texinfo.ltx&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; I find it a bit too complicated. I would have preferred some latex that 
&lt;br&gt;&amp;nbsp; &amp;nbsp; would be easier to edit. 
&lt;br&gt;&lt;br&gt;I see what you mean, although it seems to me that if someone wants to
&lt;br&gt;edit the resulting LaTeX, they're probably not going to use texinfo in
&lt;br&gt;the first place.
&lt;br&gt;&lt;br&gt;Anyway, I had (ignorantly) hoped that it might provide some answers to
&lt;br&gt;your query about equivalents, more than as a model of what the new
&lt;br&gt;program would output.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-TeX-LaTeX-gurus-help-tp26081111p26103685.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26103588</id>
	<title>Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-10-28T15:52:55Z</published>
	<updated>2009-10-28T15:52:55Z</updated>
	<author>
		<name>Harry Putnam</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26103588&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;karl@...&lt;/a&gt; (Karl Berry) writes:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; So you don't think it could be a texinfo bug?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Not finding the index is clearly something about the Emacs reader.
&lt;br&gt;&lt;br&gt;But emacs finds the index in all the other manuals I looked at.
&lt;br&gt;bash, tar, emacs, date... etc.
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;Also, if I re-unpack the tarball, cd to doc &amp;nbsp;and delete all *.info*
&lt;br&gt;files then run ./configure &amp;&amp; make from top level
&lt;br&gt;Only three info files for cvs are generated.
&lt;br&gt;&lt;br&gt;The tarball comes with 10 info files for cvs generated in
&lt;br&gt;2005. Something seems off here...
&lt;br&gt;&lt;br&gt;Further:
&lt;br&gt;And if I open cvs.info with emacs using C-u C-h i filename
&lt;br&gt;pressing `i' (index) works with this info file.
&lt;br&gt;&lt;br&gt;I'm sorry to interrupt your day. &amp;nbsp;Maybe we could take this up when you
&lt;br&gt;have more time? &amp;nbsp;I mean unless you are really convinced it is
&lt;br&gt;absolutely an emacs bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26103588.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26102770</id>
	<title>Re: Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-10-28T14:48:46Z</published>
	<updated>2009-10-28T14:48:46Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; So you don't think it could be a texinfo bug?
&lt;br&gt;&lt;br&gt;Not finding the index is clearly something about the Emacs reader.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; texinfo (here) fails to build info files from the source *.texi.
&lt;br&gt;&lt;br&gt;That's an independent problem. &amp;nbsp;I can't say what happened. &amp;nbsp;Nothing in
&lt;br&gt;what you sent would prevent .info files from being created. &amp;nbsp;And it is
&lt;br&gt;certainly possible to do it, since they are in the cvs tarball, and I've
&lt;br&gt;done it myself.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26102770.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26102723</id>
	<title>Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-10-28T14:45:11Z</published>
	<updated>2009-10-28T14:45:11Z</updated>
	<author>
		<name>Harry Putnam</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26102723&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;karl@...&lt;/a&gt; (Karl Berry) writes:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Here again the `i' index search fails when I load these info files.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Too bad. &amp;nbsp;Like I said, you need to report this to bug-emacs.
&lt;br&gt;&lt;br&gt;So you don't think it could be a texinfo bug?
&lt;br&gt;&lt;br&gt;texinfo (here) fails to build info files from the source *.texi.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26102723.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26102576</id>
	<title>Re: Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-10-28T14:35:36Z</published>
	<updated>2009-10-28T14:35:36Z</updated>
	<author>
		<name>Karl Berry</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; Here again the `i' index search fails when I load these info files.
&lt;br&gt;&lt;br&gt;Too bad. &amp;nbsp;Like I said, you need to report this to bug-emacs.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26102576.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26102510</id>
	<title>Re: Gentoo Linux some `Info' manuals missing index</title>
	<published>2009-10-28T14:30:39Z</published>
	<updated>2009-10-28T14:30:39Z</updated>
	<author>
		<name>Harry Putnam</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26102510&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;karl@...&lt;/a&gt; (Karl Berry) writes:
&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; How can I generate that index from the sources.. 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; makeinfo cvs.texinfo.
&lt;br&gt;&lt;br&gt;I've downloaded the source package and navigated to ./doc diretory
&lt;br&gt;&lt;br&gt;Where I find several *.texi files
&lt;br&gt;I created a test area then copied all *.texi to it
&lt;br&gt;&lt;br&gt;When I try to run makeinfo as you suggest I get the warnings below and
&lt;br&gt;nothing is built. &amp;nbsp;(no info files)
&lt;br&gt;&lt;br&gt;This is texinfo-4.13
&lt;br&gt;&lt;br&gt;In the source directory ./doc... the info files have been compiled and
&lt;br&gt;are present when I unpack the tarball. &amp;nbsp;They are dated Apr 18 2005
&lt;br&gt;&lt;br&gt;Here again the `i' index search fails when I load these info files.
&lt;br&gt;&lt;br&gt;------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--------- &amp;nbsp; &amp;nbsp; &amp;nbsp; ---=--- &amp;nbsp; &amp;nbsp; &amp;nbsp; --------- &amp;nbsp; &amp;nbsp; &amp;nbsp;-------- 
&lt;br&gt;cd test
&lt;br&gt;(wrapped for mail)
&lt;br&gt;reader &amp;gt; makeinfo cvs.texinfo
&lt;br&gt;&lt;br&gt;cvs.texinfo:2229: warning: @strong{Note...} produces a spurious
&lt;br&gt;cross-reference in Info; reword to avoid that.
&lt;br&gt;&lt;br&gt;cvs.texinfo:2242: warning: @strong{Note...} produces a spurious
&lt;br&gt;cross-reference in Info; reword to avoid that.
&lt;br&gt;&lt;br&gt;cvs.texinfo:8454: warning: @strong{Note...} produces a spurious
&lt;br&gt;cross-reference in Info; reword to avoid that.
&lt;br&gt;&lt;br&gt;cvs.texinfo:8616: warning: @strong{Note...} produces a spurious
&lt;br&gt;cross-reference in Info; reword to avoid that.
&lt;br&gt;&lt;br&gt;cvs.texinfo:8692: warning: @strong{Note...} produces a spurious
&lt;br&gt;cross-reference in Info; reword to avoid that.
&lt;br&gt;&lt;br&gt;cvs.texinfo:10368: warning: @strong{Note...} produces a spurious
&lt;br&gt;cross-reference in Info; reword to avoid that.
&lt;br&gt;&lt;br&gt;cvs.texinfo:10747: warning: @strong{Note...} produces a spurious
&lt;br&gt;cross-reference in Info; reword to avoid that.
&lt;br&gt;&lt;br&gt;cvs.texinfo:14498: warning: @strong{Note...} produces a spurious
&lt;br&gt;cross-reference in Info; reword to avoid that.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Help-f1813.html&quot; embed=&quot;fixTarget[1813]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gentoo-Linux-some-%60Info%27-manuals-missing-index-tp26072116p26102510.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26100871</id>
	<title>Re: &amp; in definitions, title</title>
	<published>2009-10-28T12:33:35Z</published>
	<updated>2009-10-28T12:33:35Z</updated>
	<author>
		<name>Patrice Dumas</name>
	</author>
	<content type="html">On Wed, Oct 28, 2009 at 12:53:50PM -0500, Karl Berry wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Did we ever discuss this? &amp;nbsp;Anyway, I believe it's a specific hack for Elisp:
&lt;br&gt;&lt;br&gt;Yes, we did. I didn't found any effect of &amp; in my tests, so I didn't 
&lt;br&gt;treat is especially.
&lt;br&gt;&lt;br&gt;The other issues were solved too.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Pat
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Texinfo---Bugs-f1812.html&quot; embed=&quot;fixTarget[1812]&quot; target=&quot;_top&quot; &gt;Gnu - Texinfo - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/many-questions-tp24796253p26100871.html" />
</entry>

</feed>
