Re: [PATCH]: small bits

2005-02-05 Thread Andre Poenitz
On Tue, Feb 01, 2005 at 06:02:59PM +, Angus Leeming wrote: > Lars Gullik Bjønnes wrote: > > You are grumpy, go buy a beer. > > I've got one thanks. Less grumpy now. Immer wenn ich traurig bin, dann hol' ich mir 'n Bier. Und wenn ich dann noch traurig bin, hol' ich noch 'n Bier. Und wenn... A

Re: [PATCH]: small bits

2005-02-01 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > You are grumpy, go buy a beer. I've got one thanks. Less grumpy now. -- Angus

Re: [PATCH]: small bits

2005-02-01 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> | Enable LyX to start up if the user support dir does not exists (protect >> | all calls to fs::is_directory with a call to fs::exists). >> >> Note that this is racy... and will stay like that until we turn on >> exceptions

Re: [PATCH]: small bits

2005-02-01 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | Enable LyX to start up if the user support dir does not exists (protect > | all calls to fs::is_directory with a call to fs::exists). > > Note that this is racy... and will stay like that until we turn on > exceptions. Note also that LyX now fires up... -- Angus

Re: [PATCH]: small bits

2005-02-01 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Enable LyX to start up if the user support dir does not exists (protect | all calls to fs::is_directory with a call to fs::exists). Note that this is racy... and will stay like that until we turn on exceptions. -- Lgb

[PATCH]: small bits

2005-02-01 Thread Angus Leeming
Enable LyX to start up if the user support dir does not exists (protect all calls to fs::is_directory with a call to fs::exists). Enable fs_extras.C to compile on a Windows box. Committing now... -- AngusIndex: src/ChangeLog === RC

Re: [PATCH] Small bits

2003-01-07 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | [the same with the patch] | | Lars, | | Here is a patch doing a few trivial things: | | - move around some emacs bindings so that the Edit menu does not show | C-KP_Insert as a binding for "paste" | - fix a few warnings | - a patch from juer

[PATCH] Small bits

2003-01-07 Thread Jean-Marc Lasgouttes
[the same with the patch] Lars, Here is a patch doing a few trivial things: - move around some emacs bindings so that the Edit menu does not show C-KP_Insert as a binding for "paste" - fix a few warnings - a patch from juergen S. fixing a typo in his previous tabular stuff. Can I apply? JM

[PATCH] Small bits

2003-01-07 Thread Jean-Marc Lasgouttes
Lars, Here is a patch doing a few trivial things: - move around some emacs bindings so that the Edit menu does not show C-KP_Insert as a binding for "paste" - fix a few warnings - a patch from juergen S. fixing a typo in his previous tabular stuff. Can I apply? JMarc