Re: replacement for titlepage and more metadata commands

2025-01-11 Thread Eli Zaretskii
> Date: Sat, 11 Jan 2025 22:11:11 +0100 > From: Patrice Dumas > > Hello, > > Here is a proposal to move on on the @titlepage redesign, which is mainly > based on Gavin ideas in > https://lists.gnu.org/archive/html/bug-texinfo/2019-03/msg00029.html > > I propose to add a @documentinfo block whic

Re: math as image in Info INFO_MATH_IMAGES

2025-01-11 Thread pertusus
On Thu, Jan 09, 2025 at 07:58:02AM +0200, Eli Zaretskii wrote: > > Date: Wed, 8 Jan 2025 20:46:59 +0100 > > From: pertu...@free.fr > > > > What to do next? Add information on DPI/font size/DPL to the image in > > Info, contact Emacs persons who could discuss the issue/do the change? > > (Through

replacement for titlepage and more metadata commands

2025-01-11 Thread Patrice Dumas
Hello, Here is a proposal to move on on the @titlepage redesign, which is mainly based on Gavin ideas in https://lists.gnu.org/archive/html/bug-texinfo/2019-03/msg00029.html I propose to add a @documentinfo block which would contain information that can be used for diverse purposes, but in partic

proposal of change of Perl compile flags based on ExtUtils::Embed

2025-01-11 Thread Patrice Dumas
Hello, The ExtUtils::Embed ccopts and ldopts are a kind of reference for compile and link flags that should work when linking against Perl. Based on the flags used/output by ExtUtils::Embed, I have some proposals on changes for the flags we use for XS modules. 1) (Minor) I propose to add -I$(PERL

Re: avoiding AC_DEFINE in AC_RUN_IFELSE for Perl C code

2025-01-11 Thread Patrice Dumas
On Mon, Jan 06, 2025 at 06:24:46PM +0100, Patrice Dumas wrote: > Hello, > > The compilation test in configure.ac should therefore also be performed > without the AC_DEFINE results performed previously includes, although > this is the default of AC_LANG_CONFTEST, and of AC_LANG_PROGRAM or > AC_LINK