Le 05/07/2024 à 18:46, Scott Kostyshak a écrit :
On Fri, Jul 05, 2024 at 05:33:39PM GMT, José Matos wrote:
On Fri, 2024-07-05 at 16:27 +0200, Jean-Marc Lasgouttes wrote:
Can InsetInfo run an occasional pref2pref?
Possible but unlikely.
As far as I remember all layout files are updated and
On Fri, Jul 05, 2024 at 12:52:07PM GMT, Richard Kimberly Heck wrote:
> On 7/5/24 12:46 PM, Scott Kostyshak wrote:
> > On Fri, Jul 05, 2024 at 05:33:39PM GMT, José Matos wrote:
> > > On Fri, 2024-07-05 at 16:27 +0200, Jean-Marc Lasgouttes wrote:
> > > > Can InsetInfo run an occasional pref2pref?
> >
On 7/5/24 12:46 PM, Scott Kostyshak wrote:
On Fri, Jul 05, 2024 at 05:33:39PM GMT, José Matos wrote:
On Fri, 2024-07-05 at 16:27 +0200, Jean-Marc Lasgouttes wrote:
Can InsetInfo run an occasional pref2pref?
Possible but unlikely.
As far as I remember all layout files are updated and thus
layo
On Fri, Jul 05, 2024 at 05:33:39PM GMT, José Matos wrote:
> On Fri, 2024-07-05 at 16:27 +0200, Jean-Marc Lasgouttes wrote:
> > Can InsetInfo run an occasional pref2pref?
>
> Possible but unlikely.
>
> As far as I remember all layout files are updated and thus
> layout2layout it is not used.
Is
On Fri, 2024-07-05 at 16:27 +0200, Jean-Marc Lasgouttes wrote:
> No, I have no debug enabled. I am not sure what can trigger a python
> run when previews are off (graphics are enabled, though).
The only place where we call this directly is in lyx2lyx, and that is
done unconditionally in the sense
On 7/5/24 10:25 AM, Jean-Marc Lasgouttes wrote:
Le 05/07/2024 à 16:18, Jean-Marc Lasgouttes a écrit :
commit 6f6d9b631d110fb71fcd99351b4f40d58451700a
Author: Jean-Marc Lasgouttes
Date: Fri Jul 5 16:10:17 2024 +0200
Fix display of page references when language is not specified
Riki, th
On 7/5/24 11:22 AM, Juergen Spitzmueller wrote:
commit 7d2d26132b6bb285e96d65da5ca8269061af8d6c
Author: Juergen Spitzmueller
Date: Fri Jul 5 17:19:24 2024 +0200
Cut excessively long author lists before parsing them for the GUI
as they will be truncated anyway.
Fixes
On 7/5/24 11:23 AM, Jürgen Spitzmüller wrote:
Am Donnerstag, dem 04.07.2024 um 00:01 +0200 schrieb Jean-Marc
Lasgouttes:
I guess we should just limit the number of authors that we parse.
Done that as well in master now (7d2d26132b6bb28).
This helps a lot with the remaining performance problems
Am Donnerstag, dem 04.07.2024 um 00:01 +0200 schrieb Jean-Marc
Lasgouttes:
> I guess we should just limit the number of authors that we parse.
Done that as well in master now (7d2d26132b6bb28).
This helps a lot with the remaining performance problems of that
particular file.
Possible candidate f
Le 05/07/2024 à 15:59, José Matos a écrit :
On Fri, 2024-07-05 at 14:33 +0200, Jean-Marc Lasgouttes wrote:
While scrolling text in stable (preview if off), I get messages like:
Exception ignored in: <_io.TextIOWrapper name='' mode='w'
encoding='utf-8'>
José, this looks like python stuff, over t
Le 05/07/2024 à 16:18, Jean-Marc Lasgouttes a écrit :
commit 6f6d9b631d110fb71fcd99351b4f40d58451700a
Author: Jean-Marc Lasgouttes
Date: Fri Jul 5 16:10:17 2024 +0200
Fix display of page references when language is not specified
Riki, this is candidate for branch. A pretty minor issue,
On Fri, 2024-07-05 at 14:33 +0200, Jean-Marc Lasgouttes wrote:
> While scrolling text in stable (preview if off), I get messages like:
> Exception ignored in: <_io.TextIOWrapper name='' mode='w'
> encoding='utf-8'>
>
> José, this looks like python stuff, over to you :)
>
> JMarc
I suspect that
On Fri, 2024-07-05 at 14:33 +0200, Jean-Marc Lasgouttes wrote:
> While scrolling text in stable (preview if off), I get messages like:
> Exception ignored in: <_io.TextIOWrapper name='' mode='w'
> encoding='utf-8'>
>
> José, this looks like python stuff, over to you :)
>
> JMarc
Thank you.
Jus
While scrolling text in stable (preview if off), I get messages like:
Exception ignored in: <_io.TextIOWrapper name='' mode='w'
encoding='utf-8'>
José, this looks like python stuff, over to you :)
JMarc
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx
Le 05/07/2024 à 14:10, Jürgen Spitzmüller a écrit :
Am Donnerstag, dem 04.07.2024 um 17:12 +0200 schrieb Jean-Marc
Lasgouttes:
From what I understand, it exhausts the memory of the computer by
allocating memory somewhere in the regex machinery (see the backtrace
in the report). So the problem i
Am Donnerstag, dem 04.07.2024 um 17:12 +0200 schrieb Jean-Marc
Lasgouttes:
> From what I understand, it exhausts the memory of the computer by
> allocating memory somewhere in the regex machinery (see the backtrace
> in the report). So the problem is not just about caching.
Regex indeed was the m
On Fri, 2024-07-05 at 00:13 -0400, Richard Kimberly Heck wrote:
> We are proud to announce the release LyX 2.4.1, the first maintenance
> release in the 2.4.x series.
Updates created for Fedora:
F41: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7b7b5065ec
F40: https://bodhi.fedoraproject.o
Thanks for all your work.
I ran it from the command line and it crashes too.
el
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel
On 2024/07/04 20:57, José Matos wrote:
> On Thu, 2024-07-04 at 20:28 +0200, Eberhard W Lisse wrote:
>> The quality of papers is usually inversely proportionate to the
>> number of authors.
>
> Tell that to particle physicists. :-D
Put they don't have to add every particle to the author list :-)-
19 matches
Mail list logo