Re: [PATCH] cleanup the singleton access methods

2006-10-21 Thread Andre Pönitz
Quoting Michael Gerz <[EMAIL PROTECTED]>: Andre Pönitz wrote: Coffee as far as I can tell. At least I wouldn't consider drinking beer from a mug steaming like yours. Are you reading emails in reverse order? Don't get me started about reading mail through a web interface... Andre'

Re: [PATCH] cleanup the singleton access methods

2006-10-21 Thread Lars Gullik Bjønnes
Andre Pönitz <[EMAIL PROTECTED]> writes: | Quoting Lars Gullik Bjønnes <[EMAIL PROTECTED]>: | | > Andre Poenitz <[EMAIL PROTECTED]> writes: | > | > | PS: Since we are at it: Do I have to bring beer to Denmark? ;-} | > | > Are you nuts? What do you think I am drinking now? | | Coffee as far as

Re: [PATCH] cleanup the singleton access methods

2006-10-21 Thread Michael Gerz
Andre Pönitz wrote: Coffee as far as I can tell. At least I wouldn't consider drinking beer from a mug steaming like yours. Are you reading emails in reverse order? Michael

Re: [PATCH] cleanup the singleton access methods

2006-10-21 Thread Andre Pönitz
Quoting Lars Gullik Bjønnes <[EMAIL PROTECTED]>: Andre Poenitz <[EMAIL PROTECTED]> writes: | PS: Since we are at it: Do I have to bring beer to Denmark? ;-} Are you nuts? What do you think I am drinking now? Coffee as far as I can tell. At least I wouldn't consider drinking beer from a mug

Re: [PATCH] cleanup the singleton access methods

2006-10-20 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Donnerstag, 19. Oktober 2006 08:41 schrieb Jean-Marc Georg> Lasgouttes: >> André, if you are looking for work to do: could you try to convince >> mathed to position cursor correctly when typing "\frac1"? I managed >> to make "\frac"

Re: [PATCH] cleanup the singleton access methods

2006-10-19 Thread Georg Baum
Am Donnerstag, 19. Oktober 2006 08:41 schrieb Jean-Marc Lasgouttes: > André, if you are looking for work to do: could you try to convince > mathed to position cursor correctly when typing "\frac1"? I managed to > make "\frac" be well behaved, but I do not understand the code > well enough to do be

Re: [PATCH] cleanup the singleton access methods

2006-10-19 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | PS: Since we are at it: Do I have to bring beer to Denmark? ;-} Are you nuts? What do you think I am drinking now? -- Lgb

Re: [PATCH] cleanup the singleton access methods

2006-10-18 Thread Jean-Marc Lasgouttes
This is certainly the kind of job that could be done even after reaching this kind of mental setting one gets after hanging around for a while at a developer's meeting. André, if you are looking for work to do: could you try to convince mathed to position cursor correctly when typing "\frac1"? I

Re: [PATCH] cleanup the singleton access methods

2006-10-18 Thread Andre Poenitz
On Mon, Oct 16, 2006 at 12:20:42AM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: > >On Wed, Oct 11, 2006 at 11:39:59PM +0200, Abdelrazak Younes wrote: > >>I hear you Angus, even from far away. Doing this change is pretty simple > >>(global search and replace) and I don't have strong opini

Re: [PATCH] cleanup the singleton access methods

2006-10-15 Thread Abdelrazak Younes
Andre Poenitz wrote: On Wed, Oct 11, 2006 at 11:39:59PM +0200, Abdelrazak Younes wrote: I hear you Angus, even from far away. Doing this change is pretty simple (global search and replace) and I don't have strong opinion either way. Any other opinion? In the long run I'd like to see everythi

Re: [PATCH] cleanup the singleton access methods

2006-10-15 Thread Andre Poenitz
On Wed, Oct 11, 2006 at 11:39:59PM +0200, Abdelrazak Younes wrote: > I hear you Angus, even from far away. Doing this change is pretty simple > (global search and replace) and I don't have strong opinion either way. > > Any other opinion? In the long run I'd like to see everything in namespace l

Re: [PATCH] cleanup the singleton access methods

2006-10-11 Thread Abdelrazak Younes
Angus Leeming wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: I hear you Angus, even from far away. Doing this change is pretty simple (global search and replace) and I don't have strong opinion either way. Any other opinion? Yes: the patch looks nice ;-) You said that already. But tw

Re: [PATCH] cleanup the singleton access methods

2006-10-11 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > I hear you Angus, even from far away. Doing this change is pretty simple > (global search and replace) and I don't have strong opinion either way. > > Any other opinion? Yes: the patch looks nice ;-) Keep up the good work! Angus

Re: [PATCH] cleanup the singleton access methods

2006-10-11 Thread Abdelrazak Younes
Angus Leeming wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Hello, Following Andre suggestion and following discussion here is a patch that cleans up everything related to singleton. The other important change is that lyx::dispatch() and lyx::getStatus become _the_ official way to use

Re: [PATCH] cleanup the singleton access methods

2006-10-11 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Hello, > > Following Andre suggestion and following discussion here is a patch that > cleans up everything related to singleton. The other important change is > that lyx::dispatch() and lyx::getStatus become _the_ official way to use > LyXFunc