Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-10 Thread José Matos
On Mon, 2023-10-09 at 07:36 +, Isaac Oscar Gariano wrote: > > It would be nice to be able to select these options from the GUI > > when > > you click the reconfigure button, so if someone familiar with the > > GUI > > code can do that, it would be very helpfull! > > > > > > — Isaac Oscar Gari

Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-10 Thread Jürgen Spitzmüller
Am Dienstag, dem 10.10.2023 um 10:31 +0100 schrieb José Matos: > The use of these options inside LyX should depend on the actual > context. That would mean that in your particular case the option to > only rebuild the modules part should be in the modules related > interface. Yes, and ideally it s

Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-10 Thread Pavel Sanda
On Tue, Oct 10, 2023 at 10:31:12AM +0100, José Matos wrote: > OTHO IMHO (I am missing other acronyms to add) this does not need to be > accessible through the GUI. Most of the time you want the default > procedure, it is slow but it does what you want. We might take this thread as an oportunity to

Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-10 Thread Jürgen Spitzmüller
Am Dienstag, dem 10.10.2023 um 14:27 +0200 schrieb Pavel Sanda: > As I see we do: > 2) Indexing cls/sty/bst/bib/bbx/cbx (do we need those for something?) Yes, (bib)latex settings for bst/bib/bbx/cbx. Package/class availability for the others. > 6) checking fonts (do we actually use those for sett

Re: [LyX/master] ctest: invert es/Intro_docbook5

2023-10-10 Thread Scott Kostyshak
On Sun, Oct 08, 2023 at 10:11:58PM +0200, Thibaut Cuvelier wrote: > On Sun, 8 Oct 2023 at 21:35, Thibaut Cuvelier wrote: > > > On Sun, 8 Oct 2023 at 17:05, Scott Kostyshak wrote: > > > >> On Sun, Oct 08, 2023 at 02:48:45PM +0200, Thibaut Cuvelier wrote: > >> > Just a quick amendment to a previou

Evolution of the time used by lyx2lyx based on the Python version used

2023-10-10 Thread José Matos
Just for fun I ran the conversion of the 2.3 User Guide to the 2.4 format. In order to do that I used the several versions of Python that I have available since lyx2lyx only uses the standard library: [jamatos@griffin ~]$ for v in 2 3.{6..12}; do echo -n $v; time python$v /usr/share/lyx-devel/lyx

Re: Evolution of the time used by lyx2lyx based on the Python version used

2023-10-10 Thread Scott Kostyshak
On Tue, Oct 10, 2023 at 08:17:13PM +0100, José Matos wrote: > Just for fun I ran the conversion of the 2.3 User Guide to the 2.4 > format. In order to do that I used the several versions of Python that > I have available since lyx2lyx only uses the standard library: > > [jamatos@griffin ~]$ for v

Re: Evolution of the time used by lyx2lyx based on the Python version used

2023-10-10 Thread José Matos
On Tue, 2023-10-10 at 15:24 -0400, Scott Kostyshak wrote: > From what I understand, this means we haven't spent enough time > optimizing the code for 2.7. ;) This should be a development goal as soon as 2.4 is released. :-D -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org http://

Europe CV not compiling

2023-10-10 Thread Dan
Hello, I stumbled upon a problem compiling with pdflatex the "Europe CV" example. I get the following error, in both languages available: Spanish and English. Can someone try and reproduce the problem so that I know whether it is specific to me or the document itself? Thanks. PROBLEM --

Re: Europe CV not compiling

2023-10-10 Thread José Matos
On Tue, 2023-10-10 at 23:58 +0200, Dan wrote: > Hello, > > I stumbled upon a problem compiling with pdflatex the "Europe CV" > example. I get the following error, in both languages available: > Spanish and English. > Can someone try and reproduce the problem so that I know whether it > is specific

Re: Europe CV not compiling

2023-10-10 Thread Udicoudco
On Wed, Oct 11, 2023 at 1:50 AM José Matos wrote: > > On Tue, 2023-10-10 at 23:58 +0200, Dan wrote: > > Hello, > > > > I stumbled upon a problem compiling with pdflatex the "Europe CV" > > example. I get the following error, in both languages available: > > Spanish and English. > > Can someone try