Re: js-info disabling sidebar for narrow windows (experimental)

2021-02-18 Thread Gavin Smith
On Thu, Feb 18, 2021 at 02:02:00PM -0800, Raymond Toy wrote: > I'm pretty sure that page was generated using texinfo 3.7. https://cmucl.org/docs/cmu-user/html/index.html says that it was generated with Texinfo 6.6dev.

Re: parsetexi warnings

2021-02-18 Thread Gavin Smith
On Tue, Feb 16, 2021 at 02:48:03PM -0800, Per Bothner wrote: > On 2/16/21 2:39 PM, Gavin Smith wrote: > > It's the C version of the Texinfo::Parser module. I will look at the > > warnings (I think most of them were due to ignoring the return > > value of asprintf). > > I see a lot of warnings - s

Re: js-info disabling sidebar for narrow windows (experimental)

2021-02-18 Thread Raymond Toy
> "Gavin" == Gavin Smith writes: Gavin> On Thu, Feb 18, 2021 at 08:05:42AM -0800, Raymond Toy wrote: >> > "Per" == Per Bothner writes: >> Per> A goal was to automatically switch to "narrow" mode on Per> smartphones, that isn't working yet. (Smartphone browsers tend

Re: js-info disabling sidebar for narrow windows (experimental)

2021-02-18 Thread Per Bothner
Works better on mobile now (thanks, Gavin): http://per.bothner.com/tmp/DomTerm-txjs/ -- --Per Bothner p...@bothner.com http://per.bothner.com/

Re: js-info disabling sidebar for narrow windows (experimental)

2021-02-18 Thread Per Bothner
On 2/18/21 11:24 AM, Gavin Smith wrote: I suggest adding to the standard HTML ... block. This will make the result noticeably better on mobile/pads and is, so far as I have seen, harmless on larger screens. It would be worth checking that both of these changes have happened properly. It seem

Re: js-info disabling sidebar for narrow windows (experimental)

2021-02-18 Thread Gavin Smith
On Thu, Feb 18, 2021 at 08:05:42AM -0800, Raymond Toy wrote: > > "Per" == Per Bothner writes: > > Per> A goal was to automatically switch to "narrow" mode on > Per> smartphones, that isn't working yet. (Smartphone browsers tend > Per> to do magic things with "viewport" and zoomin

Re: js-info disabling sidebar for narrow windows (experimental)

2021-02-18 Thread Raymond Toy
> "Per" == Per Bothner writes: Per> A goal was to automatically switch to "narrow" mode on Per> smartphones, that isn't working yet. (Smartphone browsers tend Per> to do magic things with "viewport" and zooming, and dealing Per> with that needs some more research and experime

Re: footer navigation headers

2021-02-18 Thread Per Bothner
I think this link shows a good default output (with no configuration settings), assuming --split=section (and of course some non-default css): http://per.bothner.com/tmp/DomTerm-txjs/Wire-byte-protocol.html < There is a navigation header for each node, and a single navigation footer. You can rem

js-info disabling sidebar for narrow windows (experimental)

2021-02-18 Thread Per Bothner
The js-info reader doesn't attempt to handle narrow windows/screens. So I implemented something a bit more flexible. For a rough prototype, see: http://per.bothner.com/tmp/DomTerm-txjs/ Note there is a "Hide sidebar" button (with crappy styling) on the lower left. It does the obvious. Furthermo