Re: Encoding customization variable names

2022-07-22 Thread Eli Zaretskii
> Date: Fri, 22 Jul 2022 22:41:26 +0200 > From: Patrice Dumas > > On Fri, Jul 22, 2022 at 05:55:01PM +0100, Gavin Smith wrote: > > > * Use document encoding > > > * Use locale encoding > > > * Specify encoding explicitly > > > > ... > > > > > I'm going to make a start by stripping out the LOCAL

Re: Encoding customization variable names

2022-07-22 Thread Gavin Smith
On Fri, Jul 22, 2022 at 10:41:26PM +0200, Patrice Dumas wrote: > This looks good to me. I think that the locale encoding should also be > a customization variable, but in the documentation it would be stated that > "You should not need to explicitly set this variable." It is possible > to pass it

Funny line breaking with mathjax and html

2022-07-22 Thread Raymond Toy
I'm getting a funny line break when displaying MathJax inline formulas on an html page. The TeX version doesn't have a line break. It's part of a much larger document from maxima, but the relevant part is given below. On the html page, there's a line break before "is the solution subject". All

Re: Encoding customization variable names

2022-07-22 Thread Patrice Dumas
On Fri, Jul 22, 2022 at 05:55:01PM +0100, Gavin Smith wrote: > > * Use document encoding > > * Use locale encoding > > * Specify encoding explicitly > > ... > > > I'm going to make a start by stripping out the LOCALE_ prefix and then > > have a look to see if something else is needed to give thes

Re: Encoding customization variable names

2022-07-22 Thread Gavin Smith
On Fri, Jul 22, 2022 at 03:07:59PM +0100, Gavin Smith wrote: > I think it's better if variables don't have to be set in combination. > I feel that we could design a better interface. Here's my attempt... > > Options to allow: > * Use document encoding > * Use locale encoding > * Specify encoding

Re: Encoding customization variable names

2022-07-22 Thread Gavin Smith
On Sun, May 29, 2022 at 02:08:42PM +0100, Gavin Smith wrote: > On Fri, Mar 4, 2022 at 7:22 AM Patrice Dumas wrote: > > Also do not hesitate to propose other names for those customization > > variables. > > Still to review: LOCALE_INPUT_FILE_NAME_ENCODING, > LOCALE_OUTPUT_FILE_NAME_ENCODING, DOC_E

Re: Emacs texinfo-format-buffer and Info file without tag table

2022-07-22 Thread Robert Pluim
> On Fri, 22 Jul 2022 14:03:27 +0200, Patrice Dumas said: >> Thatʼs still true, Info-validate only looks at the current buffer. Patrice> Thanks a lot! np. Does anyone seriously still use Emacs to produce info files from texinfo sources? Iʼd have thought that thereʼd have been some dr

Re: Emacs texinfo-format-buffer and Info file without tag table

2022-07-22 Thread Patrice Dumas
On Fri, Jul 22, 2022 at 01:52:47PM +0200, Robert Pluim wrote: > > On Fri, 22 Jul 2022 12:03:10 +0200, Patrice Dumas > > said: > > Patrice> Hello, > Patrice> Thanks a lot for the fast answer. A related question, in the > Patrice> Texinfo manual it is said in 'Creating an Unsp

Re: Emacs texinfo-format-buffer and Info file without tag table

2022-07-22 Thread Robert Pluim
> On Fri, 22 Jul 2022 12:03:10 +0200, Patrice Dumas said: Patrice> Hello, Patrice> Thanks a lot for the fast answer. A related question, in the Patrice> Texinfo manual it is said in 'Creating an Unsplit File' that Patrice> To prevent texinfo-format-buffer from splitting a T

Re: Emacs texinfo-format-buffer and Info file without tag table

2022-07-22 Thread Patrice Dumas
Hello, Thanks a lot for the fast answer. A related question, in the Texinfo manual it is said in 'Creating an Unsplit File' that To prevent texinfo-format-buffer from splitting a Texinfo file into smaller Info files, give a prefix to the M-x texinfo-format-buffer command: C-u M-x texinfo-for

Re: Emacs texinfo-format-buffer and Info file without tag table

2022-07-22 Thread Robert Pluim
> On Fri, 22 Jul 2022 10:42:06 +0200, Patrice Dumas said: Patrice> Hello, Patrice> This may be a question to Emacs developpers instead, but my guess is Patrice> that most may be on this list too, and that it is relevant to discuss Patrice> this issue in the context of this l

Emacs texinfo-format-buffer and Info file without tag table

2022-07-22 Thread Patrice Dumas
Hello, This may be a question to Emacs developpers instead, but my guess is that most may be on this list too, and that it is relevant to discuss this issue in the context of this list, because it is actually an Info format issue. In the Texinfo manual it is said, in "Tag Files and Split Files" t