info -w is slow for man pages

2022-10-15 Thread Hilmar Preusse
Dear developers, I noticed that "info -w" is puzzlingly slow when the argument is a man page: $ time -p info -w ffmpeg-all *manpages* real 1.06 user 1.47 sys 0.16 In contrast, "man -w" is near-instantaneous: $ time -p man -w ffmpeg-all /usr/share/man/man1/ffmpeg-all.

info -o: exit status 0 on error

2022-10-15 Thread Hilmar Preusse
Dear developers, "info -o" exits with status 0 when it can't find the node: $ info -o /dev/null lolcow info: No menu item 'lolcow' in node '(dir)Top' $ echo $? 0 In contrast, if I omit the -o option, it exits with status 1, as it should: $ info lolcow info: No menu item

[bug #50535] Lots of perl modules starting with #!/bin/false

2017-03-13 Thread Hilmar Preusse
URL: Summary: Lots of perl modules starting with #!/bin/false Project: texinfo - GNU documentation system Submitted by: hpreusse Submitted on: Mon 13 Mar 2017 08:45:29 PM UTC Category:

Re: [bug #39904] Test-suite fails

2013-08-31 Thread Hilmar Preusse
On 31.08.13 Patrice Dumas (invalid.nore...@gnu.org) wrote: Hi, > This is already solved in svn in r5308 and r5298. Thanks for the > report nevertheless! > I simply tried to import the two changed files into a texinfo 5.1 build tree. The test suite fails even more severe. Are there plans to pre

[bug #39904] Test-suite fails

2013-08-30 Thread Hilmar Preusse
URL: Summary: Test-suite fails Project: texinfo - GNU documentation system Submitted by: hpreusse Submitted on: Fri 30 Aug 2013 06:48:31 PM GMT Category: other Release

[bug #38997] "@itemx must follow @item" is now an error

2013-05-15 Thread Hilmar Preusse
URL: Summary: "@itemx must follow @item" is now an error Project: texinfo - GNU documentation system Submitted by: hpreusse Submitted on: Wed 15 May 2013 01:09:08 PM GMT Category: make

Re: Bug#656659: info not showing anything with certain build flags

2012-04-17 Thread Hilmar Preusse
On 17.04.12 Norbert Preining (prein...@logic.at) wrote: Hi Norbert, > on Debian we recently enabled hardening build flags, but that led to > a strange effect, namely that info didn't display *anything* at all. > You could start info, but there was an empty main window (text console), > but the st

[bug #33704] feature request: --viewer=CMD option to texi2dvi

2011-07-03 Thread Hilmar Preusse
URL: Summary: feature request: --viewer=CMD option to texi2dvi Project: texinfo - GNU documentation system Submitted by: hpreusse Submitted on: Sun 03 Jul 2011 09:54:43 PM GMT Category

[bug #33373] makeinfo adds a spurious period for @pxref before closing parenthesis

2011-05-22 Thread Hilmar Preusse
URL: Summary: makeinfo adds a spurious period for @pxref before closing parenthesis Project: texinfo - GNU documentation system Submitted by: hpreusse Submitted on: Sun 22 May 2011 04:53:37 PM GMT

[bug #33329] @noindent sometimes ignored

2011-05-18 Thread Hilmar Preusse
Follow-up Comment #2, bug #33329 (project texinfo): Hi karl, did you fix it in CVS? If yes, could you give us a patch? Many thanks, Hilmar ___ Reply to this item at:

[bug #33329] @noindent sometimes ignored

2011-05-17 Thread Hilmar Preusse
URL: Summary: @noindent sometimes ignored Project: texinfo - GNU documentation system Submitted by: hpreusse Submitted on: Tue 17 May 2011 12:41:00 PM GMT Category: makeinfo

Re: [Traduc] laurent still the texinfo translator?

2011-04-12 Thread Hilmar Preusse
On 12.04.11 y.kerb (y.k...@laposte.net) wrote: Hi Yan, I guess you spoke to me. > Why would'nt you take in charge the translation of this "texinfo" > domain? You could apply yourself the modification otherwise i'm > afraid your work would be lost. > I'm sorry! I'm strongly involved in the Debi

[bug #33041] French translation: typo fixes

2011-04-11 Thread Hilmar Preusse
Follow-up Comment #2, bug #33041 (project texinfo): Hi all, many thanks for your comment. Unfortunately I don't speak a single word French, hence I didn't fully understand your answer. I guess it was an invitation to speak French. ;-) So how to proceed? Should I contact ? I guess they'll update

[bug #33041] French translation: typo fixes

2011-04-10 Thread Hilmar Preusse
URL: Summary: French translation: typo fixes Project: texinfo - GNU documentation system Submitted by: hpreusse Submitted on: Sun 10 Apr 2011 02:46:20 PM GMT Category: info

[bug #32975] install-info: `(null) --help'

2011-04-04 Thread Hilmar Preusse
Follow-up Comment #2, bug #32975 (project texinfo): Hi Karl, if this is the only change to the po file, the %s should simply be removed. AFAICT (my Russian is not the best), the translation is still valid. Hilmar ___ Reply to this item at

[bug #32975] install-info: `(null) --help'

2011-04-02 Thread Hilmar Preusse
URL: Summary: install-info: `(null) --help' Project: texinfo - GNU documentation system Submitted by: hpreusse Submitted on: Sat 02 Apr 2011 02:33:10 PM GMT Category: other

[bug #32255] info crashes if # of rows is very small

2011-01-28 Thread Hilmar Preusse
URL: Summary: info crashes if # of rows is very small Project: texinfo - GNU documentation system Submitted by: hpreusse Submitted on: Wed 26 Jan 2011 03:59:07 PM GMT Category: info

Re: Bug#586134: Invalid grep pattern in texi2dvi

2010-11-04 Thread Hilmar Preusse
On 04.11.10 Karl Berry (k...@freefriends.org) wrote: Hi Karl, > Down here in the Debian bug tracking system we got to reports > regarding a broken grep pattern in texi2dvi. > > Not for the first time :). > Did we report that already? Sorry! > 1713 echo "$command_line_filename" |

Invalid grep pattern in texi2dvi

2010-11-02 Thread Hilmar Preusse
Dear all, Down here in the Debian bug tracking system we got to reports regarding a broken grep pattern in texi2dvi. http://bugs.debian.org/586134 The complaint is the following code snippet: 1711 # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex), 1712 # prepend `./' in ord

Re: Bug#598932: info crashes when selecting a node inside of an info file

2010-10-08 Thread Hilmar Preusse
On 08.10.10 Norbert Preining (prein...@logic.at) wrote: > On Fr, 08 Okt 2010, Norbert Preining wrote: Hi, all, > > thanks for the patch, might I ask you one thing? We are using 4.13a > > in Debian and that is in deep freeze. So to get this fixed before > > release I want to include only *minimal*

Re: Bug#598932: info crashes when selecting a node inside of an info file

2010-10-07 Thread Hilmar Preusse
On 07.10.10 Sergey Poznyakoff (g...@gnu.org.ua) wrote: Hi, > I must say that this info file is terribly malformed. None of its > 6 nodes points to the right place, and the last three actually point > far outside the EOF. How did you create it? > It is inside a Debian package^1. I had a look at

Re: Bug#598932: info crashes when selecting a node inside of an info file

2010-10-07 Thread Hilmar Preusse
On 07.10.10 Sergey Poznyakoff (g...@gnu.org.ua) wrote: Hi, > Thans for the report. Your suggestion to check for nodestart bounds > is correct. I have installed a corresponding patch to CVS. > Many thanks! Could you sent the patch to us? > I must say that this info file is terribly malformed.

info crashes when selecting a node inside of an info file

2010-10-07 Thread Hilmar Preusse
Dear all, http://bugs.debian.org/598932 Down here in the Debian bug tracking system we got a report telling that info segfaults when selecting a node inside a specific info file. The info file has been posted to the bug report^1 . The submitter and I could reproduce the problem using the info f

(fwd) Bug#470380: feature request: --viewer=CMD option to texi2dvi

2008-06-30 Thread Hilmar Preusse
Dear TeX Info people, down here in the Debian bug Tracking system we got a request to implement a "view" option to automatically start a viewer as soon as a texi2dvi run was successful. A patch to implmenet this is contained in the request. Please consider to include the patch. Thanks, Hilmar -

"texi2dvi -l Texinfo" and "texi2dvi -l LaTeX" do not work

2008-05-10 Thread Hilmar Preusse
Dear TeX Live people, Down here in the Debian Bug Tracking system we got a call, telling that the -l option does not work as expected. It is made to determine the language syntax used in the input file. texi2dvi --help and the manual page say: -l, --language=LANGspecify the LANG of FILE