Re: Video interview about Texinfo

2021-06-01 Thread Mathieu Lirzin
Gavin Smith writes: > I did an interview with Joshua Branson where we discussed many issues > around Texinfo, may be of interest to some. > > https://video.hardlimit.com/videos/watch/a10761b7-f6e2-472a-be06-69b0bfbcfe9d Awesome! -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 07

Re: Broken link to Texinfo CSS

2020-09-07 Thread Mathieu Lirzin
ot; is >> dead. It looks like the repo of sirgazil is gone. I was unable to find any >> new address through websearch. >> >> Best regards >> - Louis > > I have emailed him. I guess the URL is now: https://gitlab.com/sirgazil/texinfo-css -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: modernizing html output

2019-07-22 Thread Mathieu Lirzin
Hello Gavin, Mathieu Lirzin writes: > The website has been shutdown by my former university. The data is > available on my previous laptop. I plan to make those articles available > on the Web again soon. I will let you know when it is done. The weekly reports I made during my GSo

Re: modernizing html output

2019-04-06 Thread Mathieu Lirzin
Hello Gavin, Gavin Smith writes: > On 4/2/19, Mathieu Lirzin wrote: >>> I suggest trying just a simple "id selector": >>> >>> res = elem.querySelector("#" + linkid); >>> >>> This should work on any element with a m

Re: modernizing html output

2019-04-02 Thread Mathieu Lirzin
following: document.getElementById (linkid) I am glad to see some interest in using and improving ‘texinfo-js’. Sorry for the late reply. [1] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Issue with texi2dvi: corrupted texinfo.tex?

2018-01-15 Thread Mathieu Lirzin
y idea what could cause that? Thanks. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: stale git repository on Savannah?

2018-01-15 Thread Mathieu Lirzin
clone /tmp/texinfo-gsoc_2017.git-bundle texinfo-gsoc_2017 > git checkout gsoc_2017 Sorry if I am opening a can of worm, but what about moving the main development repository from Subversion to Git? :-) We could ask Eric Raymond to help with the migration if he has some time for it. He has a

Re: [PATCH] Add 'pre-inst-env' wrapper script

2017-09-22 Thread Mathieu Lirzin
Hans-Bernhard Bröker writes: > Am 22.09.2017 um 12:26 schrieb Mathieu Lirzin: > >> My patch was missing this configure.ac change: >> >> --8<---cut here---start->8--- >> AC_CONFIG_FILES([pre-inst-env:build-aux/pre-inst-e

Re: [PATCH] Add 'pre-inst-env' wrapper script

2017-09-22 Thread Mathieu Lirzin
Hans-Bernhard Bröker writes: > Am 22.09.2017 um 13:03 schrieb Gavin Smith: >> On Fri, Sep 22, 2017 at 12:26:46PM +0200, Mathieu Lirzin wrote: >>> I think you forgot to include build-aux/pre-inst-env.in in revision >>> r7954. >> >> OK I have committed that

Re: [PATCH] Add 'pre-inst-env' wrapper script

2017-09-22 Thread Mathieu Lirzin
Gavin Smith writes: > On Sat, Aug 26, 2017 at 06:41:47PM +0200, Mathieu Lirzin wrote: > >> While hacking on 'texi2any' and testing my changes with manuals located >> in various places in the filesystem, I found it cumbersome to launch the >>

Re: [PATCH] Add 'pre-inst-env' wrapper script

2017-08-26 Thread Mathieu Lirzin
Gavin Smith writes: > On Sat, Aug 26, 2017 at 06:41:47PM +0200, Mathieu Lirzin wrote: >> Hello, >> >> While hacking on 'texi2any' and testing my changes with manuals located >> in various places in the filesystem, I found it cumbersome to launch the

[PATCH] Add 'pre-inst-env' wrapper script

2017-08-26 Thread Mathieu Lirzin
L5LIB" +export PERL5LIB + +PATH="$abs_top_builddir/tp:$PATH" +export PATH + +# Trigger the use of local modules. +TEXINFO_UNINSTALLED=1 +export TEXINFO_UNINSTALLED + +exec "$@" What do people think? -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [PATCH] Remove encoding warning in Firefox

2017-08-26 Thread Mathieu Lirzin
Mathieu Lirzin writes: > Gavin Smith writes: > >> On Tue, Aug 22, 2017 at 06:07:14PM +0200, Mathieu Lirzin wrote: >>> Hello, >>> >>> When opening a manual generated with makeinfo in Firefox 55, there is a >>> warning telling that the encoding of

Re: [GSoC] Javascript for info-style navigation

2017-08-25 Thread Mathieu Lirzin
Hello, Here is my final report for my Google Summer of Code: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/08/25/gsoc-final-report/ -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [PATCH] Remove encoding warning in Firefox

2017-08-25 Thread Mathieu Lirzin
Ineiev writes: > On Tue, Aug 22, 2017 at 06:07:14PM +0200, Mathieu Lirzin wrote: >> Index: tp/Texinfo/Convert/HTML.pm >> === >> --- tp/Texinfo/Convert/HTML.pm (revision 7934) >> +++ tp/Texinfo/Con

Re: [PATCH] Remove encoding warning in Firefox

2017-08-25 Thread Mathieu Lirzin
Gavin Smith writes: > On Tue, Aug 22, 2017 at 06:07:14PM +0200, Mathieu Lirzin wrote: >> Hello, >> >> When opening a manual generated with makeinfo in Firefox 55, there is a >> warning telling that the encoding of the HTML document has not been >> found in the f

Re: [GSoC] Javascript for info-style navigation

2017-08-23 Thread Mathieu Lirzin
Hello, Here is a report for week 12: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/08/23/gsoc-2017-12/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

[PATCH] Remove encoding warning in Firefox

2017-08-22 Thread Mathieu Lirzin
? -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-08-15 Thread Mathieu Lirzin
Hello, Here is a report for week 10 & 11: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/08/15/gsoc-2017-10-11/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-07-28 Thread Mathieu Lirzin
Hello, Here is a report for week 9: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/07/28/gsoc-2017-9/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-07-25 Thread Mathieu Lirzin
Hello, Marco Maggi writes: > Mathieu Lirzin wrote: >>Here is a report for week 7 and 8: >> >> http://mathieu.lirzin.emi.u-bordeaux.fr/2017/07/23/gsoc-2017-7-8/ >> >>Suggestions or comments are welcome. > > I'm the unlucky one that cannot bu

Re: [GSoC] Javascript for info-style navigation

2017-07-24 Thread Mathieu Lirzin
Hello, Here is a report for week 7 and 8: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/07/23/gsoc-2017-7-8/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-07-10 Thread Mathieu Lirzin
Hello, Here is a report for my 6th week of development: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/07/10/gsoc-2017-6/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-07-03 Thread Mathieu Lirzin
Mathieu Lirzin writes: > Hello, > > Mathieu Lirzin writes: >> >> Assaf Gordon writes: >> >>> 3. >>> Keyboard scrolling of the content pages isn't always working. >>> Example (in Chrome 59): >>> 3.1. Load this page: >>&g

Re: [GSoC] Javascript for info-style navigation

2017-07-03 Thread Mathieu Lirzin
Hello, Here is a report for my 5th week of development: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/07/03/gsoc-2017-5/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-07-03 Thread Mathieu Lirzin
Hello, Mathieu Lirzin writes: > > Assaf Gordon writes: > >> 3. >> Keyboard scrolling of the content pages isn't always working. >> Example (in Chrome 59): >> 3.1. Load this page: >> http://www.gnu.org/software/texinfo/gsoc-2017-js-example/kawa/ &g

Re: [GSoC] Javascript for info-style navigation

2017-06-29 Thread Mathieu Lirzin
ing to > Kawa" node) > 4.5. Press "]" once (should be on "Run interactive process in separate JVM") > 4.6. Based on the menu structure, I'd expect "N" to work and move > to the next item on the same level (at least as displayed > in the le

Re: [GSoC] Javascript for info-style navigation

2017-06-29 Thread Mathieu Lirzin
Gavin Smith writes: > On Fri, Jun 16, 2017 at 08:22:25PM +0200, Mathieu Lirzin wrote: >> Hello, >> >> This summer I am doing a Google Summer of Code to implement a Javascript >> UI for manuals generated with GNU Texinfo [1]. >> >> Here is a report for

Re: [GSoC] Javascript for info-style navigation

2017-06-25 Thread Mathieu Lirzin
Hello, Here is a report for my 4th week of development: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/06/25/gsoc2017-4/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

[GSoC] Javascript for info-style navigation

2017-06-16 Thread Mathieu Lirzin
. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37 [1] https://summerofcode.withgoogle.com/projects/#6199074135998464

Re: Help requested for Automake.

2017-04-14 Thread Mathieu Lirzin
Hi, Gavin Smith writes: > On Thu, Apr 13, 2017 at 08:06:33PM +0200, Mathieu Lirzin wrote: >> OK. So I have updated texinfo.tex to version 2017-03-25.14. This has >> fixed one test but I still have the other one failing. Here is the >> failing texi file: >> >&

Re: [GSoC] Proposal for JavaScript for info-style navigation.

2017-04-02 Thread Mathieu Lirzin
Per Bothner writes: > On 04/02/2017 02:46 PM, Mathieu Lirzin wrote: >> >> Mathieu Lirzin writes: >> >>> I have sent a draft of my proposal which can be found here: >>> >>> http://mathieu.lirzin.emi.u-bordeaux.fr/gsoc/texinfo.pdf >> >>

Re: [GSoC] Proposal for JavaScript for info-style navigation.

2017-04-02 Thread Mathieu Lirzin
Hello, Mathieu Lirzin writes: > I have sent a draft of my proposal which can be found here: > > http://mathieu.lirzin.emi.u-bordeaux.fr/gsoc/texinfo.pdf I have updated this draft, and tried to do it according to the very valuable feedback that has been made. Since there is les

Re: [GSoC] Proposal for JavaScript for info-style navigation.

2017-03-31 Thread Mathieu Lirzin
Per Bothner writes: > On 03/30/2017 03:40 PM, Mathieu Lirzin wrote: > >> Per Bothner writes: >>> While I re-emphasize this is my personal roadmap of how I think texinfo >>> should >>> evolve (not everyone agrees ...), I think there is general agreemen

Re: [GSoC] Proposal for JavaScript for info-style navigation.

2017-03-30 Thread Mathieu Lirzin
Hello, Per Bothner writes: > On 03/29/2017 01:21 PM, Mathieu Lirzin wrote: >> As suggested by Per, I have re-read his texinfo roadmap in more details. > > While I re-emphasize this is my personal roadmap of how I think texinfo should > evolve (not everyone agrees ...), I thin

Re: [GSoC] Proposal for JavaScript for info-style navigation.

2017-03-29 Thread Mathieu Lirzin
Hello, Gavin Smith writes: > On 20 March 2017 at 22:37, Per Bothner wrote: >> On 03/20/2017 02:23 PM, Mathieu Lirzin wrote: >>> >>> As an extensive Emacs user, I really enjoy reading Info manuals because >>> of the amazing index command and the possibi

[GSoC] Proposal for JavaScript for info-style navigation.

2017-03-20 Thread Mathieu Lirzin
iliar with Javascript. The fact that Per Bothner has already written some parts of the implementation will help me. What do people think? Thanks. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37 PS: I am also candidating for a Guix related project in parallel

Re: Help requested for Automake.

2017-03-05 Thread Mathieu Lirzin
dir/texi2dvi + +trap "rm -f $filename.texi $filename.dvi $filename.log" EXIT + +cat > "$filename.texi" <<'EOF' +\input texinfo +@setfilename foo.info +@settitle foo manual +@bye +EOF + +$texi2dvi -o "$filename.dvi" "$filename.texi" +if test $

Re: Help requested for Automake.

2017-03-04 Thread Mathieu Lirzin
Hello Eli, Eli Zaretskii writes: >> From: Mathieu Lirzin >> Date: Fri, 03 Mar 2017 22:37:20 +0100 >> >> I have recently updated the texinfo.tex distributed in Automake from >> version 2013-02-01.11 to version 2017-01-14.15 >> >> Unfortunately thi

Re: Help requested for Automake.

2017-03-04 Thread Mathieu Lirzin
Hello Carl, carl hansen writes: > On Fri, Mar 3, 2017 at 1:37 PM, Mathieu Lirzin wrote: > > I have recently updated the texinfo.tex distributed in Automake from > version 2013-02-01.11 to version 2017-01-14.15 > > Unfortunately this had the consequence of making 2 test

Help requested for Automake.

2017-03-03 Thread Mathieu Lirzin
/cgit/automake.git/snapshot/automake-micro.tar.gz tar xf automake-micro.tar.gz cd automake-micro ./bootstrap.sh ./configure make check TESTS="t/silent-texi.sh t/txinfo-no-clutter.sh" Thanks. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Change the recommended first line? (was: texinfo should support Emacs coding specifier)

2015-12-26 Thread Mathieu Lirzin
ment this feature in a specific place, like what is done in the Org mode manual: http://orgmode.org/manual/Activation.html WDYT? -- Mathieu Lirzin

Re: [bug #46481] install-info can "corrupt" dir file if interrupted.

2015-11-20 Thread Mathieu Lirzin
What if you turn the power off to > your computer as the operating system is renaming the file? And so on. FWIU It is the responsibility of the kernel to garantee the atomicity of rename(2) or equivalent. > Because updating a file is such a common task for a program I hoped > there would be some "best practice" that we could adopt. I don't know the “best practice” but using a temporary file seems a good one. ;) -- Mathieu Lirzin