Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-08-30 Thread Jean-Marc Lasgouttes
Le 30/08/2024 à 17:40, Scott Kostyshak a écrit : Great, thanks! Although from what I understand it has zero effect ;). Indeed. Even if we were to use all possible integers too soon, nothing bad would happen :) JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mai

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-08-30 Thread Scott Kostyshak
On Fri, Aug 30, 2024 at 03:14:21PM GMT, Jean-Marc Lasgouttes wrote: > Le 30/08/2024 à 14:27, Scott Kostyshak a écrit : > > I have a question only out of curiosity (it doesn't have any practical > > consequence): > > > > Also, is id_ ever updated by just 1 in updateId()? When I put debug code > > t

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-08-30 Thread Jean-Marc Lasgouttes
Le 30/08/2024 à 14:27, Scott Kostyshak a écrit : I have a question only out of curiosity (it doesn't have any practical consequence): Also, is id_ ever updated by just 1 in updateId()? When I put debug code to print id_, when I type I see: id_: 0 id_: 2 id_: 4 You are right, of course. I kn

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-08-30 Thread Scott Kostyshak
On Wed, Jul 24, 2024 at 04:31:59PM GMT, Jean-Marc Lasgouttes wrote: > commit 999fb37ebb1aecfda9889fa6a2b2fbb15133f2aa > Author: Jean-Marc Lasgouttes > Date: Sat Jul 20 22:31:34 2024 +0200 > > Do not run updateMacros if the buffer has not changed > > Each buffer now has an id which

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-07-24 Thread Jean-Marc Lasgouttes
Le 25/07/2024 à 00:43, Richard Kimberly Heck a écrit : On 7/24/24 12:36 PM, Jean-Marc Lasgouttes wrote: Le 24/07/2024 à 18:31, Jean-Marc Lasgouttes a écrit : commit 999fb37ebb1aecfda9889fa6a2b2fbb15133f2aa Author: Jean-Marc Lasgouttes Date:   Sat Jul 20 22:31:34 2024 +0200 Do not run upd

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-07-24 Thread Richard Kimberly Heck
On 7/24/24 12:36 PM, Jean-Marc Lasgouttes wrote: Le 24/07/2024 à 18:31, Jean-Marc Lasgouttes a écrit : commit 999fb37ebb1aecfda9889fa6a2b2fbb15133f2aa Author: Jean-Marc Lasgouttes Date:   Sat Jul 20 22:31:34 2024 +0200 Do not run updateMacros if the buffer has not changed Each b

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-07-24 Thread Jean-Marc Lasgouttes
Le 24/07/2024 à 18:31, Jean-Marc Lasgouttes a écrit : commit 999fb37ebb1aecfda9889fa6a2b2fbb15133f2aa Author: Jean-Marc Lasgouttes Date: Sat Jul 20 22:31:34 2024 +0200 Do not run updateMacros if the buffer has not changed Each buffer now has an id which is increased when it is