Re: a sentence ending in uppercase suppresses double space

2015-08-06 Thread Eli Zaretskii
> Date: Thu, 6 Aug 2015 11:20:55 +0100 > From: Gavin Smith > Cc: Texinfo > > On 6 August 2015 at 11:18, Benno Schulenberg wrote: > > An unrelated question. How can I get or formatting > > in the HTML output, but not have any quotes added in the Info doc? > > > > I have a string, including th

Re: a sentence ending in uppercase suppresses double space

2015-08-06 Thread Benno Schulenberg
On Thu, Aug 6, 2015, at 12:20, Gavin Smith wrote: > On 6 August 2015 at 11:18, Benno Schulenberg wrote: > > An unrelated question. How can I get or formatting > > in the HTML output, but not have any quotes added in the Info doc? > > Use @t instead of @code. (Info node (texinfo)Fonts.) Thank

Re: a sentence ending in uppercase suppresses double space

2015-08-06 Thread Eli Zaretskii
> From: Benno Schulenberg > Cc: Gavin Smith , Texinfo > Date: Thu, 06 Aug 2015 20:43:25 +0200 > > @samp{} produces 'single quotes' in Info and ‘pretty single quotes’ in > HTML output. Yes. > But for my case the double quotes are part of the code and must be > shown exactly so. What is your ca

Re: a sentence ending in uppercase suppresses double space

2015-08-06 Thread Benno Schulenberg
On Thu, Aug 6, 2015, at 16:39, Eli Zaretskii wrote: > > Date: Thu, 6 Aug 2015 11:20:55 +0100 > > From: Gavin Smith > > > > On 6 August 2015 at 11:18, Benno Schulenberg wrote: > > > I have a string, including the double quotes, that I wish to have set > > > in a fixed-wdith font in the HTML docu

Re: Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-06 Thread Gavin Smith
On 6 August 2015 at 10:43, Norbert Preining wrote: > But we also have an entry > * Eshell: (emacs-24/eshell). ... > > Then I have removed all references but the main to emacs from the > dir file, and retested, but still eshell info was found and loaded. > > So yes, it seemed to work ;-)

Re: a sentence ending in uppercase suppresses double space

2015-08-06 Thread Gavin Smith
On 6 August 2015 at 11:18, Benno Schulenberg wrote: > An unrelated question. How can I get or formatting > in the HTML output, but not have any quotes added in the Info doc? > > I have a string, including the double quotes, that I wish to have set > in a fixed-wdith font in the HTML document, b

Re: a sentence ending in uppercase suppresses double space

2015-08-06 Thread Benno Schulenberg
On Thu, Aug 6, 2015, at 10:11, Gavin Smith wrote: > On 6 August 2015 at 09:06, Benno Schulenberg wrote: > > For example, when a texi doc contains "Press ^X. Then press N. > > And it's gone...", the Info document that makeinfo produces will > > contain just one space before "Then" and "And". > >

Re: Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-06 Thread Norbert Preining
On Thu, 06 Aug 2015, Gavin Smith wrote: > I implemented that yesterday; are you able to run the version from the > development repository? I have added your patch from yesterday together with the patch you sent before about having / in info dir files to the Debian package, and I could follow the E

Re: Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-06 Thread Gavin Smith
On 4 August 2015 at 00:10, Norbert Preining wrote: > ANyway, I wan to return to the proposal I wrote some time ago and > that was discarded as not working (or unclear): > > Change info reader node search method as follows: > * if a node is going to be followed, first search *in*the*current*directo

Re: a sentence ending in uppercase suppresses double space

2015-08-06 Thread Gavin Smith
On 6 August 2015 at 09:06, Benno Schulenberg wrote: > When a sentence in a texi document ends with an uppercase letter, > the normal second space after the period is suppressed. > > For example, when a texi doc contains "Press ^X. Then press N. > And it's gone...", the Info document that makeinf

a sentence ending in uppercase suppresses double space

2015-08-06 Thread Benno Schulenberg
Hi, When a sentence in a texi document ends with an uppercase letter, the normal second space after the period is suppressed. For example, when a texi doc contains "Press ^X. Then press N. And it's gone...", the Info document that makeinfo produces will contain just one space before "Then" and