Re: When should we put @key inside @kbd?

2022-01-02 Thread Gavin Smith
On Sun, Jan 02, 2022 at 03:38:39PM -0700, Karl Berry wrote: > @kbd{@key{TAB}} > > Indeed. A feature specifically requested, of course. Implemented by rms > in 1989. (Or maybe I sent the patch and rms installed it, no idea any more.) > Ah, for the days of apple-gunkies ... > > Mon Aug 28 00:21

Re: When should we put @key inside @kbd?

2022-01-02 Thread Karl Berry
@kbd{@key{TAB}} Indeed. A feature specifically requested, of course. Implemented by rms in 1989. (Or maybe I sent the patch and rms installed it, no idea any more.) Ah, for the days of apple-gunkies ... Mon Aug 28 00:21:33 1989 Richard Stallman (rms at apple-gunkies.ai.mit.edu) [...]

Re: support figure space (U+2007)

2022-01-02 Thread Werner LEMBERG
>> I suggest that texinfo adds >> >> ``` >> \DeclareUnicodeCharacter{2007}{\hphantom{0}} >> ``` >> >> to support the figure space. This would allow the emulation of >> right-aligned number columns in tables, for example. >> >> 1 foo >>101 bar >> >> The nice thing is that it would work

Re: support figure space (U+2007)

2022-01-02 Thread Gavin Smith
On Sun, Jan 02, 2022 at 08:20:18AM +, Werner LEMBERG wrote: > > I suggest that texinfo adds > > ``` > \DeclareUnicodeCharacter{2007}{\hphantom{0}} > ``` > > to support the figure space. This would allow the emulation of > right-aligned number columns in tables, for example. > > 1 foo

Re: When should we put @key inside @kbd?

2022-01-02 Thread Gavin Smith
On Sat, Jan 01, 2022 at 11:38:53PM +, Gavin Smith wrote: > > If/Since you are going to undo all that, fine by me, but I suggest > > 1) to be sure and update the manual with whatever users are supposed to > > do to get , and > > 2) it would seem strange to me for HTML and PDF/DVI output to behav

Re: Directory names hard-coded in Texinfo Perl scripts

2022-01-02 Thread Eli Zaretskii
> From: Nikolay Kudryavtsev > Date: Tue, 21 Dec 2021 14:29:27 +0300 > Cc: gavinsmith0...@gmail.com, bug-texinfo@gnu.org > > Yes, Eli, I tested your patch on both. Thanks, I've now uploaded a fixed binary distribution.

support figure space (U+2007)

2022-01-02 Thread Werner LEMBERG
I suggest that texinfo adds ``` \DeclareUnicodeCharacter{2007}{\hphantom{0}} ``` to support the figure space. This would allow the emulation of right-aligned number columns in tables, for example. 1 foo 101 bar The nice thing is that it would work out of the box with HTML browsers,