Re: features/indexmacros

2022-04-24 Thread Jürgen Spitzmüller
Am Montag, dem 25.04.2022 um 02:43 +0200 schrieb Thibaut Cuvelier: > I have pushed a slightly revised patch to your branch with the > DocBook implementation. I'm now having a look at the XHTML one, in > particular to share some code between the two. Great! -- Jürgen signature.asc Description:

Re: features/indexmacros

2022-04-24 Thread Thibaut Cuvelier
On Fri, 22 Apr 2022 at 13:14, Jürgen Spitzmüller wrote: > Am Freitag, dem 22.04.2022 um 09:01 +0200 schrieb Jürgen Spitzmüller: > > > Also, I'm assuming that the user either uses the new insets or the > > > old, pure LaTeX way of doing index, not a mix of both. Does this > > > make > > > sense? >

Re: Expand debug to contain more than 31 cases

2022-04-24 Thread Pavel Sanda
On Fri, Apr 22, 2022 at 01:56:20PM +0200, Kornel Benko wrote: > Try to use > $ lyx -dbg > it should display > ... > 4294967296 debug ... > then 1L would be correct. Seems to be correct now. > > > +// Make sure at compile time that sizeof(unsigned long long) >= 8 > > > +typedef

Re: [LyX/master] Properly ignore debug levels in the GUI

2022-04-24 Thread Jürgen Spitzmüller
Am Sonntag, dem 24.04.2022 um 15:40 +0200 schrieb Kornel Benko: > Not sure if this is the cause, but now I see 2 identical entries for > outfile - Output source file generation/processing > in the list of debug levels (GUI) fixed at 64ec812da576af. > (expected 'latex' not found, while it sh

Re: [LyX/master] Properly ignore debug levels in the GUI

2022-04-24 Thread Kornel Benko
Am Sun, 24 Apr 2022 13:44:43 +0200 (CEST) schrieb Juergen Spitzmueller : > commit d8f540f51ba4fbff7ea3251278b02adc4c529010 > Author: Juergen Spitzmueller > Date: Sun Apr 24 14:21:56 2022 +0200 > > Properly ignore debug levels in the GUI > > Not only none and any, but also the alia

Re: Problem selecting debug level through the GUI

2022-04-24 Thread Kornel Benko
Am Sun, 24 Apr 2022 14:18:08 +0200 schrieb Jürgen Spitzmüller : > Am Sonntag, dem 24.04.2022 um 13:32 +0200 schrieb Kornel Benko: > > Never mind, found a solution and committed at 3b7a79f1. > > Well I just was about to commit one :-( > Sorry. Kornel -- lyx-devel mailing list lyx-de

Re: Problem selecting debug level through the GUI

2022-04-24 Thread Jürgen Spitzmüller
Am Sonntag, dem 24.04.2022 um 13:32 +0200 schrieb Kornel Benko: > Never mind, found a solution and committed at 3b7a79f1. Well I just was about to commit one :-( -- Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org http

Re: Problem selecting debug level through the GUI

2022-04-24 Thread Kornel Benko
Am Sat, 23 Apr 2022 20:29:24 +0200 schrieb Kornel Benko : > Selecting debug level via command line works as expected, but > using the GUI > View->Messages Pane->Settings->Selected->findverbose > always sets also the level 'debug', although it is not shown so in the GUI. > > I have tried to