Re: [patch] more dispatch stuff

2003-10-28 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I don't see the point to the _fwd.h file. > | #include "dispatchresult_fwd.h" > | is more typing than > | class DispatchResult; Well... but now I can add other stuff to the header file wihtout touching a lot of files. (not that many in this case...) |

Win32 (Cygwin) LyX: latest CVS does not remove temp dir

2003-10-28 Thread Kayvan A. Sylvan
This is new. CVS lyx is leaving the /tmp/lyx* directory lying around. Did anything change in this area? Thanks! ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8

Re: [patch] fix 1232

2003-10-28 Thread Martin Vermeer
On Tue, Oct 28, 2003 at 10:48:18AM +0100, Lars Gullik Bjønnes spake thusly: > > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Tue, Oct 28, 2003 at 09:41:27AM +, Angus Leeming wrote: > >> Revision 1.118 / (view) - annotate - [select for diffs] , Fri Jun 21 > >> 11:35:41 2002 UTC (16 mont

Re: [patch] fix 1232

2003-10-28 Thread Martin Vermeer
> Actually the option still works... I added it manually to preferences. > Didn't check the Preferences dialog. > > - Martin And lbxproxy works too!! This was Kuba Ober's suggestion (which still hasn't made it to my lyx-devel folder, as our university's soon to be replaced mail service is wadin

Re: [patch] more dispatch stuff

2003-10-28 Thread Angus Leeming
Lars Gullik Bjønnes wrote: >>> This replaces dispatch_result enum with a real type, forward >>> declared when possible. >> > | Also, you don't need to use DispatchResult in the body of the > | code, just when passing it around. The operator > | dispatch_result_t() means that things will just work.

Re: [patch] more dispatch stuff

2003-10-28 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: >> it will be. > | I look forward to seeing your solution. Nothing revolutionary, I asure you. -- Lgb

<    1   2