Re: PATCH: inverse search.

2003-02-25 Thread Jean-Marc Lasgouttes
Joao == Joao Luis Meloni Assirati [EMAIL PROTECTED] writes: Joao Hi, Alfredo Joao On Sun, 23 Feb 2003, Alfredo Braunstein wrote: Joao Luis Meloni Assirati wrote: tetex: 1.0.7+20011202 xdvi: 22.40f Both support 'source special'. I think this is great. Do you know if there are rpm

Re: CJK-LyX-1.2.3

2003-02-25 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José On Monday 24 February 2003 14:38, Angus Leeming wrote: You should set the xforms.Fontset option in your .Xdefaults file. (I think that the syntax is correct but am not too sure. Try. If successful, you'll get fontset == 1 I think that you

RefInset::dispatch isn't called

2003-02-25 Thread Angus Leeming
Andr, I can't trigger mathed's RefInset::dispatch, no matter now much I click on the button. Attached is a minimal doc for you to try. Could you work some magic? -- Angus mathref.lyx Description: application/lyx

Re: image loader in xforms

2003-02-25 Thread Jean-Marc Lasgouttes
Alfredo == Alfredo Braunstein [EMAIL PROTECTED] writes: Alfredo Lyx is finding the first converter from lyxpreview to a known Alfredo format instead of the shortest conversion from lyxpreview to Alfredo a loadable format. Alfredo So if you have both converters (lyxpreview-{png,ppm} defined

Re: RefInset::dispatch isn't called

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 09:09:52AM +, Angus Leeming wrote: André, I can't trigger mathed's RefInset::dispatch, no matter now much I click on the button. Attached is a minimal doc for you to try. Could you work some magic? I am a bit busy currently, maybe I could have a look during the

Re: CJK-LyX-1.2.3

2003-02-25 Thread José Matos
On Tuesday 25 February 2003 09:07, Jean-Marc Lasgouttes wrote: José Probably Jean-Marc, as always, knows the answer. ;-) What are you trying to obtain from me? A smile?! ;-) JMarc -- José Abílio

Re: RefInset::dispatch isn't called

2003-02-25 Thread Angus Leeming
Andre Poenitz wrote: On Tue, Feb 25, 2003 at 09:09:52AM +, Angus Leeming wrote: Andr, I can't trigger mathed's RefInset::dispatch, no matter now much I click on the button. Attached is a minimal doc for you to try. Could you work some magic? I am a bit busy currently, maybe I could

Re: RefInset::dispatch isn't called

2003-02-25 Thread Angus Leeming
Angus Leeming wrote: Andre Poenitz wrote: On Tue, Feb 25, 2003 at 09:09:52AM +, Angus Leeming wrote: Andr, I can't trigger mathed's RefInset::dispatch, no matter now much I click on the button. Attached is a minimal doc for you to try. Could you work some magic? I am a bit busy

Re: CJK-LyX-1.2.3

2003-02-25 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José On Tuesday 25 February 2003 09:07, Jean-Marc Lasgouttes wrote: José Probably Jean-Marc, as always, knows the answer. ;-) What are you trying to obtain from me? José A smile?! ;-) OK, this I can give you :) JMarc

the double preview conversion bug

2003-02-25 Thread Alfredo Braunstein
--- PreviewLoader.C 2003/02/13 16:53:00 1.38 +++ PreviewLoader.C 2003/02/25 10:18:33 @@ -77,7 +77,7 @@ FindFirst(string const comp) : comp_(comp) {} bool operator()(StrPair const sp) { - return sp.first comp_; + return sp.first ==

Re: CJK-LyX-1.2.3

2003-02-25 Thread cghan
Hello, Angus, Attached is another xforms-i18n patch in which 1. I made XFontSet to be loaded only on the machine with locales set Chinese, Japanese or Korean ( or their aliases, of course). 2. The messy part in handle_key in input.c is removed so that the order is back to the original.

Re: CJK-LyX-1.2.3

2003-02-25 Thread cghan
Apparantly, I forgot to attach the patch. Hre si the one. cghan diff -urdN xforms-1.0-release/Imakefile xforms-1.0-i18n/Imakefile --- xforms-1.0-release/ImakefileWed Dec 4 02:25:43 2002 +++ xforms-1.0-i18n/Imakefile Tue Feb 25 19:19:40 2003 @@ -100,7 +100,7 @@ image \

A bug in forkedcontr.C

2003-02-25 Thread Alfredo Braunstein
I've added the explanation in a comment. --- forkedcontr.C 2003/02/13 16:53:14 1.7 +++ forkedcontr.C 2003/02/25 10:26:02 @@ -130,19 +130,19 @@ } if (remove_it) { - // Emit signal and remove the item from the list -

Re: CJK-LyX-1.2.3

2003-02-25 Thread Angus Leeming
[EMAIL PROTECTED] wrote: Hello, Angus, Attached is another xforms-i18n patch in which 1. I made XFontSet to be loaded only on the machine with locales set Chinese, Japanese or Korean ( or their aliases, of course). Ugly!!! Still I guess that you have to release sometime. Fair enough.

Re: Double click nuissance in Xforms a bug?

2003-02-25 Thread Angus Leeming
On Sunday 23 February 2003 5:03 am, Rob Lahaye wrote: Angus Leeming wrote: Rob Lahaye wrote: The patch uses double-mouse-click for selecting a style in the Xforms BibTeX dialog (instead of the instant selecting as it is now). Also seems like a good idea. Applied. Angus and other Xforms

Re: the double preview conversion bug

2003-02-25 Thread Angus Leeming
Alfredo Braunstein wrote: --- PreviewLoader.C 2003/02/13 16:53:00 1.38 +++ PreviewLoader.C 2003/02/25 10:18:33 @@ -77,7 +77,7 @@ FindFirst(string const comp) : comp_(comp) {} bool operator()(StrPair const sp) { - return sp.first comp_;

Re: A bug in forkedcontr.C

2003-02-25 Thread Angus Leeming
Alfredo Braunstein wrote: I've added the explanation in a comment. --- forkedcontr.C 2003/02/13 16:53:14 1.7 +++ forkedcontr.C 2003/02/25 10:26:02 @@ -130,19 +130,19 @@ } if (remove_it) { - // Emit signal and remove

Re: A bug in forkedcontr.C

2003-02-25 Thread John Levon
On Tue, Feb 25, 2003 at 11:33:07AM +, Angus Leeming wrote: - ListType::iterator prev = it; - --prev; forkedCalls.erase(it); - it = prev; I don't see the bug. You return to the start of the

Re: A bug in forkedcontr.C

2003-02-25 Thread Angus Leeming
John Levon wrote: On Tue, Feb 25, 2003 at 11:33:07AM +, Angus Leeming wrote: - ListType::iterator prev = it; - --prev; forkedCalls.erase(it); - it = prev; I don't see the bug. You return to

Re: CJK-LyX-1.3.0

2003-02-25 Thread Angus Leeming
[EMAIL PROTECTED] wrote: Hello, I am really happy to announce CJK-LyX-1.3.0, which is a patched version of lyx-1.3.0 for Chinese, Japanese and Korean language users. You can download the patch, RPM source and binary(redhat-8.0) at the usual ftp site, Congratulations! -- Angus

Re: A bug in forkedcontr.C

2003-02-25 Thread John Levon
On Tue, Feb 25, 2003 at 12:10:29PM +, Angus Leeming wrote: while (it != end) { this is what I always do. It's a bit ugly, but I'm not all sure your code before is strictly allowed ... john

Re: CJK-LyX-1.3.0

2003-02-25 Thread cghan
On Tue, 25 Feb 2003, Angus Leeming wrote: Congratulations! Congratulations to you, too! cghan

Re: A bug in forkedcontr.C

2003-02-25 Thread Alfredo Braunstein
Angus Leeming wrote: I don't see the bug. You return to the start of the list, I move to the next itme in the list. The 'prev' stuff is safe if ugly, as I understand list. Sorry, I was away. What if for instance, *prev has dissapeared in the time being? (because of multiple calls to kill() in

Re: Qt frontend

2003-02-25 Thread John Levon
On Fri, Feb 21, 2003 at 12:18:55PM +0100, Andre Poenitz wrote: Dialogs like Layout-Document are a pain to use with a focus follows mouse/autoraise policy as they do not appear under the mouse cursor. This is the job of your WM not us. john

Re: lib/reLyX/configure.ac patch for 1.3.0

2003-02-25 Thread John Levon
On Fri, Feb 21, 2003 at 10:12:22AM -0600, Albert Chin wrote: AC_CONFIG_FILES(Makefile reLyX noweb2lyx, chmod 755 reLyX noweb2lyx) runs 'chmod 755 reLyX noweb2lyx' after *each* of Makefile reLyX noweb2lyx are generated. However, you want the chmod run *only* after the appropriate file is

Re: Qt frontend

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 01:11:48PM +, John Levon wrote: Dialogs like Layout-Document are a pain to use with a focus follows mouse/autoraise policy as they do not appear under the mouse cursor. This is the job of your WM not us. It looks like the windows pop up at a fixed positions,

Re: Qt frontend

2003-02-25 Thread John Levon
On Tue, Feb 25, 2003 at 02:19:41PM +0100, Andre Poenitz wrote: It looks like the windows pop up at a fixed positions, even if there is enough free space on the desktop. As my WM would places windows normally on that free space I suppose something is actively restricting it. Qt2Base::show().

Re: lib/reLyX/configure.ac patch for 1.3.0

2003-02-25 Thread Jean-Marc Lasgouttes
John == John Levon [EMAIL PROTECTED] writes: John On Fri, Feb 21, 2003 at 10:12:22AM -0600, Albert Chin wrote: AC_CONFIG_FILES(Makefile reLyX noweb2lyx, chmod 755 reLyX noweb2lyx) runs 'chmod 755 reLyX noweb2lyx' after *each* of Makefile reLyX noweb2lyx are generated. However, you want the

Re: controllers ready for prime time (just about ;-)

2003-02-25 Thread John Levon
On Fri, Feb 21, 2003 at 04:56:55PM +, Angus Leeming wrote: until that is done. However, the attached patch is the Brave New World of controllers and I'd value your considered perusal. Hrm, it's not very Linus friendly is it : 95 files changed, 2471 insertions(+), 881 deletions(-) Oh

LoaderQueue.[Ch]

2003-02-25 Thread Alfredo Braunstein
I've eliminated the unneeded input bucket. The only thing we have to be sure is not to make assumptions on the queue _after_ calling startLoading (that could add or move things on it). As you can see the following code is absolutely safe even if startLoading changes the queue at will. (is more or

Re: controllers ready for prime time (just about ;-)

2003-02-25 Thread Angus Leeming
On Tuesday 25 February 2003 1:39 pm, John Levon wrote: On Fri, Feb 21, 2003 at 04:56:55PM +, Angus Leeming wrote: until that is done. However, the attached patch is the Brave New World of controllers and I'd value your considered perusal. Hrm, it's not very Linus friendly is it : 95

Re: LoaderQueue.[Ch]

2003-02-25 Thread Alfredo Braunstein
The above + 1 whitespace :) I will start to get these whitespaces right some time, I promise. Thanks, Alfredo Index: ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/graphics/ChangeLog,v retrieving revision 1.142 diff -u -r1.142

Re: controllers ready for prime time (just about ;-)

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 01:56:58PM +, Angus Leeming wrote: Shall I just commit it and let people try it out. What's the consensus on this? Commit. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: controllers ready for prime time (just about ;-)

2003-02-25 Thread John Levon
On Tue, Feb 25, 2003 at 01:56:58PM +, Angus Leeming wrote: ControlButtons.[Ch] ControlConnections.[Ch] ControlDialog.h ControlDialog_impl.[Ch] ControlDialog.tmpl ControlInset.h ControlInset.tmpl GUI.h ViewBase.h Cool ! I would love to. But several of them have subtle differences. I

Re: success! reference insets inside mathed.

2003-02-25 Thread Andre Poenitz
The mouse clicks is now sometimes passed to the ref inset. [Only if it hits the left half?] Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: A bug in forkedcontr.C

2003-02-25 Thread Angus Leeming
Alfredo Braunstein wrote: Angus Leeming wrote: I don't see the bug. You return to the start of the list, I move to the next itme in the list. The 'prev' stuff is safe if ugly, as I understand list. Sorry, I was away. What if for instance, *prev has dissapeared in the time being?

Re: success! reference insets inside mathed.

2003-02-25 Thread John Levon
On Tue, Feb 25, 2003 at 03:36:01PM +0100, Andre Poenitz wrote: [Only if it hits the left half?] Arggh ! john

Re: success! reference insets inside mathed.

2003-02-25 Thread Angus Leeming
Andre Poenitz wrote: The mouse clicks is now sometimes passed to the ref inset. [Only if it hits the left half?] Good man. I can't read the contents correctly yet, but it does open. I'll commit things as they are. -- Angus

Re: success! reference insets inside mathed.

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 02:47:06PM +, John Levon wrote: On Tue, Feb 25, 2003 at 03:36:01PM +0100, Andre Poenitz wrote: [Only if it hits the left half?] Arggh ! ? Me more explain need? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do

Re: A bug in forkedcontr.C

2003-02-25 Thread Alfredo Braunstein
Hi Angus, Angus Leeming wrote: Ooo, that's devious. In that case I think we really need a two pass algorithm: ListType::iterator it = forkedCalls.begin(); ListType::iterator end = forkedCalls.end(); for (; it != end; ++it) { bool remove_it =

Re: success! reference insets inside mathed.

2003-02-25 Thread John Levon
On Tue, Feb 25, 2003 at 03:52:08PM +0100, Andre Poenitz wrote: [Only if it hits the left half?] Arggh ! ? Me more explain need? Bad memories of spending hours fixing isInsetHit ... john

Re: Microbug when creating ERT from text in a bulleted list

2003-02-25 Thread John Levon
On Tue, Feb 18, 2003 at 01:57:15PM +0100, Helge Hafting wrote: Create a bulleted list, such as * one * two * three Mark one (start from the beginning of the bulleted paragraph) and press the tex button. You'll get an ERT containing * one instead of just one as expected. The * is

Re: A bug in forkedcontr.C

2003-02-25 Thread Angus Leeming
Alfredo Braunstein wrote: The problem is not the erase in timer(), but the erase in kill(). If want to do it this way, I think you will have to modify the kill() method, making not to erase elements of the list, but to put them to zero. Or... why you don't like my way? Efficiency? No, I

Re: A bug in forkedcontr.C

2003-02-25 Thread Alfredo Braunstein
Angus Leeming wrote: No, I like your way. I just like explanations too. I'll make the change. Sorry if I was rude. I have searched this bug for a while. (it keeped giving me Timeout::start: already running while loading images, and I was convinced that it was LoaderQueue's timer: I have had the

where was the fix for disabled graphics is not disbled committed

2003-02-25 Thread Christian Ridderström
Hi I thought the fix for this had been committed to 1.3.1cvs (or something like that) and I decided to test it. However, when I ran 'cvs update' on it nothing happened.. My suspicion is that I've got the wrong branch... I'm using: BRANCH_POINT_1_3_X other alternatives seems to

Re: where was the fix for disabled graphics is not disbled committed

2003-02-25 Thread John Levon
On Tue, Feb 25, 2003 at 04:43:16PM +0100, Christian Ridderstr?m wrote: on it nothing happened.. My suspicion is that I've got the wrong branch... I'm using: BRANCH_POINT_1_3_X That's a tag. other alternatives seems to be: BRANCH_1_3_X This is a branch, and what you should

Re: A bug in forkedcontr.C

2003-02-25 Thread Angus Leeming
Alfredo Braunstein wrote: Angus Leeming wrote: No, I like your way. I just like explanations too. I'll make the change. Sorry if I was rude. I have searched this bug for a while. (it keeped giving me Timeout::start: already running while loading images, and I was convinced that it was

mathed's ref inset works --- almost.

2003-02-25 Thread Angus Leeming
Andr, with the little fix I've just committed to cvs, the mathed RefInset now behaves as expected. However, there is a small problem: First the success story: If I click on an InsetRef (outside of mathed) then an InsetRef* is stored by frontends/Dialogs as an InsetBase*. If I move the cursor

[patch]

2003-02-25 Thread Alfredo Braunstein
Avoid complaining about 'not finding the converted file' always (even when it finds it) in -dbg graphics Alfredo Index: GraphicsCacheItem.C === RCS file: /cvs/lyx/lyx-devel/src/graphics/GraphicsCacheItem.C,v retrieving revision 1.50

Re: mathed's ref inset works --- almost.

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 03:53:49PM +, Angus Leeming wrote: The converse is not true however. If I open the reference dialog by clicking on the inset within mathed, move the cursor out of mathed and press 'Apply': Nothing happens. BufferView_pimpl's dispatch fails to dynamic_cast the

key bindings broken?

2003-02-25 Thread Andre Poenitz
Almost all no keybinding is working right now for me... Everything ok for anybody else? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: key bindings broken?

2003-02-25 Thread Alfredo Braunstein
Andre Poenitz wrote: Almost all no keybinding is working right now for me... Everything ok for anybody else? Andre' Wow... have you finished compiling already? :) Alfredo

Re: key bindings broken?

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 05:16:30PM +0100, Alfredo Braunstein wrote: Wow... have you finished compiling already? :) 12min user/ 15min total on a clean built tree... Which still solidly places LyX in the crawling bloat corner... Andre' -- Those who desire to give up Freedom in order to gain

Re: mathed's ref inset works --- almost.

2003-02-25 Thread Angus Leeming
On Tuesday 25 February 2003 4:14 pm, Andre Poenitz wrote: On Tue, Feb 25, 2003 at 03:53:49PM +, Angus Leeming wrote: The converse is not true however. If I open the reference dialog by clicking on the inset within mathed, move the cursor out of mathed and press 'Apply': Nothing happens.

Re: key bindings broken?

2003-02-25 Thread Alfredo Braunstein
Andre Poenitz wrote: 12min user/ 15min total on a clean built tree... Well, I'd love to have these numbers... min is just not an appropiate unit in my box. :) Alfredo

Re: mathed's ref inset works --- almost.

2003-02-25 Thread Angus Leeming
One more piece of questionable code for you to advise me on, Andr ;-) Here is the current code in formulabase's localDispatch (below). As you see, it's a mess :-( The block receives a string: '\ref{sec:Title} \end_inset ' RefInset::RefInset(string const ) can currently handle a string

Re: mathed's ref inset works --- almost.

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 04:27:19PM +, Angus Leeming wrote: The problem is that this apply works differently than handling the other lfuns: In the latter case we start at a fully known position given by a cursor (read MathCursor) and move outwards until we hit something claiming

Re: mathed's ref inset works --- almost.

2003-02-25 Thread Angus Leeming
Andre Poenitz wrote: [Why not using the real dispatch? But that's not too important right [now] what's the real dispatch? You mean overload this: insetbase.h:virtual dispatch_result localDispatch(FuncRequest const cmd); Ok. That's the hard coded we-know-who-you-are approach. That's

Re: mathed's ref inset works --- almost.

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 04:31:21PM +, Angus Leeming wrote: One more piece of questionable code for you to advise me on, André ;-) Here is the current code in formulabase's localDispatch (below). As you see, it's a mess :-( The block receives a string: '\ref{sec:Title} \end_inset

forkedcontr.C

2003-02-25 Thread Alfredo Braunstein
Angus, I think you should change the continue into a break, otherwise you won't 'move on' at all ;). remove_it = true; } else if (waitrpid == 0) { // Still running. Move on to the next child. continue;

Re: mathed's ref inset works --- almost.

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 04:38:44PM +, Angus Leeming wrote: Andre Poenitz wrote: [Why not using the real dispatch? But that's not too important right [now] what's the real dispatch? You mean overload this: insetbase.h:virtual dispatch_result localDispatch(FuncRequest const

Re: forkedcontr.C

2003-02-25 Thread Alfredo Braunstein
Alfredo Braunstein wrote: Angus, I think you should change the continue into a break, otherwise you won't 'move on' at all ;). Not a break of course, I think we have only to eliminate the continue... Should I make a patch? ALfredo

ǧ¼Ê1U»ú¼Ü·þÎñÆ÷»úÏä880Ôª£¡º¬µçÔ´£¡

2003-02-25 Thread [EMAIL PROTECTED]
1UATX300W880 ()1 1Uhttp://[EMAIL PROTECTED] http://1u.cnwindows.com/ 600CPUPC 38 1 2U4400ATX980 1UPCI(1132)982UPCI(3332)198 1UCPUP4/P3AMD P3AMD100P4180 P3AMD120P4220 http://[EMAIL PROTECTED] http://1u.cnwindows.com/ QQ76842750 50979527 () 010-84255235 84255023 64620954 [EMAIL

Re: mathed's ref inset works --- almost.

2003-02-25 Thread Angus Leeming
On Tuesday 25 February 2003 4:41 pm, Andre Poenitz wrote: On Tue, Feb 25, 2003 at 04:38:44PM +, Angus Leeming wrote: Andre Poenitz wrote: [Why not using the real dispatch? But that's not too important right [now] what's the real dispatch? You mean overload this: insetbase.h:

Re: [patch]

2003-02-25 Thread Angus Leeming
Alfredo Braunstein wrote: Avoid complaining about 'not finding the converted file' always (even when it finds it) in -dbg graphics Many thanks. I have applied it to both 1.4cvs and 1.3.x -- Angus

Re: forkedcontr.C

2003-02-25 Thread Angus Leeming
Alfredo Braunstein wrote: Alfredo Braunstein wrote: Angus, I think you should change the continue into a break, otherwise you won't 'move on' at all ;). Not a break of course, I think we have only to eliminate the continue... Should I make a patch? Yes please. You are obviously thinking

1U»ú¼Ü·þÎñÆ÷»úÏä880Ôªº¬µçÔ´

2003-02-25 Thread lyx-devel
([EMAIL PROTECTED]) SMTP ,http://www.51qunfa.com; 1UATX300W880 ()1 1Uhttp://[EMAIL PROTECTED]

Re: mathed's ref inset works --- almost.

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 04:51:25PM +, Angus Leeming wrote: But I did not think of overloading, rathe creating a real FuncRequest. But as I said, this is not too important, but it might save some typing... Sorry. You've lost me. I need a more verbose explanation if I'm to understand

key bindings

2003-02-25 Thread Andre Poenitz
It looks as though only Ctrl, Backspace and Delete do not work, but Alt-combinations, ordinary chars, numbers, space etc _do_ work. The broken combinations work in other programs, so it does not feel like a X problem. Andre' -- Those who desire to give up Freedom in order to gain Security,

Re: forkedcontr.C

2003-02-25 Thread Alfredo Braunstein
Angus Leeming wrote: Alfredo Braunstein wrote: Alfredo Braunstein wrote: Angus, I think you should change the continue into a break, otherwise you won't 'move on' at all ;). Not a break of course, I think we have only to eliminate the continue... Should I make a patch? Yes please.

Re: mathed's ref inset works --- almost.

2003-02-25 Thread Angus Leeming
Andre Poenitz wrote: It's obviously easy to strip off the \n\end_inset\n\n from the end of the 'argument' string, but how should I proceed thereafter? Should I pass this string to the math parser and get it to create a temporary refInset for me? Exactly. /// parse formula from a string

Re: mathed's ref inset works --- almost.

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 05:27:37PM +, Angus Leeming wrote: Should, but doesn't. Actually I want 'asRefInset', which is what the parser creates. Ok to change the method in math_inset.h and specialise it in ref_inset.h? Sure. Andre' -- Those who desire to give up Freedom in order to

Re: key bindings

2003-02-25 Thread Alfredo Braunstein
Andre Poenitz wrote: It looks as though only Ctrl, Backspace and Delete do not work, but Alt-combinations, ordinary chars, numbers, space etc _do_ work. The broken combinations work in other programs, so it does not feel like a X problem. Andre' All seems fine here (qt frontend).

Re: key bindings

2003-02-25 Thread Angus Leeming
Andre Poenitz wrote: It looks as though only Ctrl, Backspace and Delete do not work, but Alt-combinations, ordinary chars, numbers, space etc _do_ work. The broken combinations work in other programs, so it does not feel like a X problem. Ahh, bollocks. I knew I'd forgotten something.

Re: forkedcontr.C

2003-02-25 Thread John Levon
On Tue, Feb 25, 2003 at 06:25:11PM +0100, Alfredo Braunstein wrote: I have still two mid-sized patches : The first one to add the sequential background loader, the second one to eliminate the Bufferview from GraphicsLoader and friends which is not used anymore. (including

1: patch ForkedCallQueue.[Ch]

2003-02-25 Thread Alfredo Braunstein
This is the forked call queue. ForkedCallQueue.[Ch] should go in support/ Alfredo Index: support/ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/support/ChangeLog,v retrieving revision 1.155 diff -u -r1.155 ChangeLog ---

Re: 1: patch ForkedCallQueue.[Ch]

2003-02-25 Thread Alfredo Braunstein
Alfredo Braunstein wrote: This is the forked call queue. ForkedCallQueue.[Ch] should go in support/ Alfredo Forgot the new files. Alfredo /** * \file ForkedCallQueue.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * * \author

PROPOSAL: Seach and Replace dialog

2003-02-25 Thread Moritz Moeller-Herrmann
Hi, I would propose a change to this dialog (qt). ATM there is a checkbox for searching backwards. I think this is awkward, because you need two clicks. Also you always have to make sure you search in the right direction. How about two buttons? A button 'Search forward' and another button

\ref and the math parser

2003-02-25 Thread Angus Leeming
Andr, trying to insert a reference inset inside mathed with the attached patch to the code. I get: passing '\ref{sec:Title}' to the math parser unusual contents found: [unknown [char s mathalpha][char e mathalpha][char c mathalpha][char : mathalpha][char T mathalpha][char i mathalpha][char t

2: patch to eliminate bufferview from GraphicsLoader and friends

2003-02-25 Thread Alfredo Braunstein
Both Changelog entries (GraphicsConverter's and current patches) for graphics/ in graphics.diff. Im sure I've forgot something. Regards, AlfredoIndex: ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/graphics/ChangeLog,v retrieving

Re: 1: patch ForkedCallQueue.[Ch]

2003-02-25 Thread Angus Leeming
Alfredo Braunstein wrote: Alfredo Braunstein wrote: This is the forked call queue. ForkedCallQueue.[Ch] should go in support/ Alfredo Forgot the new files. Alfredo Applied. -- Angus

Problem with Solaris build of latest CVS

2003-02-25 Thread Kayvan A. Sylvan
Has anyone seen anything like this? xforms-1.0-release and gcc-2.95.3 on sunos-5.5.1 make[3]: Entering directory `/disks/simian1/ksylvan/lyx/src' /bin/sh ../libtool --mode=link g++ -g -O -Wno-non-template-friend -ftemplate-depth-30 -W -Wall -L/depot/X11R6/lib -Wl,-R/depot/X11R6/lib

Re: Problem with Solaris build of latest CVS

2003-02-25 Thread Angus Leeming
Kayvan A. Sylvan wrote: Has anyone seen anything like this? xforms-1.0-release and gcc-2.95.3 on sunos-5.5.1 frontends/.libs/libfrontends.a(FormBibtex.o): In function `FormBibtex::build(void)': /disks/simian1/ksylvan/lyx/src/frontends/xforms/FormBibtex.C:44: undefined reference to

Re: [PATCH]: More qbibtex enhancements

2003-02-25 Thread Dekel Tsur
On Fri, Feb 14, 2003 at 06:19:43PM +0100, Juergen Spitzmueller wrote: 1. There are several example .bib files (e.g. test.bib, xampl.bib) that should not be listed in the combox. Why not? Sometimes I use them for testing purposes (have a look at the new LGT ;), and I think they are useful

Re: forkedcontr.C

2003-02-25 Thread Alfredo Braunstein
Here it is. Index: ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/support/ChangeLog,v retrieving revision 1.156 diff -u -r1.156 ChangeLog --- ChangeLog 2003/02/25 18:56:09 1.156 +++ ChangeLog 2003/02/25 19:05:19 @@ -1,5 +1,9 @@

Re: 2: patch to eliminate bufferview from GraphicsLoader and friends

2003-02-25 Thread Angus Leeming
Alfredo Braunstein wrote: Both Changelog entries (GraphicsConverter's and current patches) for graphics/ in graphics.diff. Im sure I've forgot something. Regards, Alfredo Don't think so. I've applied it. -- Angus

ControlDocument::apply

2003-02-25 Thread Dekel Tsur
I just fixed a bug ControlDocument::apply which was due to the fact that setLanguage() was called before bp_ was updated, in the line 'view().apply()'. classApply() is still called before this line. I guess that it is OK since changing the class combox updates bp_ immidately in ::classChanged().

Re: lyx-devel src/frontends/controllers/: Tag: BRANCH_1_3_X Change ...

2003-02-25 Thread John Levon
On Tue, Feb 25, 2003 at 08:11:02PM +, [EMAIL PROTECTED] wrote: http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/frontends/controllers/ChangeLog?r1=1.273r2=1.273.2.1 http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/frontends/controllers/ControlDocument.C?r1=1.9r2=1.9.2.1 You

Re: 2: patch to eliminate bufferview from GraphicsLoader and friends

2003-02-25 Thread Alfredo Braunstein
Angus Leeming wrote: Alfredo Braunstein wrote: Both Changelog entries (GraphicsConverter's and current patches) for graphics/ in graphics.diff. Im sure I've forgot something. Regards, Alfredo Don't think so. I've applied it. Hooaa! Thanks! Alfredo

[Bug] BibTeX parameters auto sorted

2003-02-25 Thread Ling Li
Problem: While adding .bib files via BibTeX Database form, they are sorted alphabetically. However, sometimes this is not desired. For example, I put all @string into a abbrev.bib file and would like this file to be listed at first. If there is another aaa.bib file which uses those @string

Re: [PATCH]: More qbibtex enhancements

2003-02-25 Thread Juergen Spitzmueller
Dekel Tsur wrote: The system .bib files I have are: test.bib xampl.bib (if you need a testing bib file you can use test.bib) amsxport-options.bib (some options for amsxport.bst, not very useful) mrabbrev.sty plbib.bib (completely useless test file) I have them too, except

BiDiTable/prepareToPrint question

2003-02-25 Thread John Levon
float LyXText::getCursorX 1810 float fill_label_hfill; 1811 // This call HAS to be here because of the BidiTables!!! 1812 prepareToPrint(bview, row, x, fill_separator, fill_hfill, 1813fill_label_hfill); All well and good, but why

default geometry configuration

2003-02-25 Thread Dr. Ing. Dieter Jurzitza
Dear listmembers, can anybody tell me how to configure the default geometry of LyX when using the qt-frontend? I downloaded the latest precompiled package for SuSE-great work, thanks a lot for all of you. However, the old xforms version did react on my entries in

Re: 2: patch to eliminate bufferview from GraphicsLoader and friends

2003-02-25 Thread Alfredo Braunstein
Forgot a Changelog entry. Index: ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/mathed/ChangeLog,v retrieving revision 1.304 diff -u -r1.304 ChangeLog --- ChangeLog 2003/02/25 18:21:47 1.304 +++ ChangeLog 2003/02/25 21:05:19 @@ -1,3

Re: Problem with Solaris build of latest CVS

2003-02-25 Thread Kayvan A. Sylvan
On Tue, Feb 25, 2003 at 07:05:49PM +, Angus Leeming wrote: Kayvan A. Sylvan wrote: Has anyone seen anything like this? xforms-1.0-release and gcc-2.95.3 on sunos-5.5.1 frontends/.libs/libfrontends.a(FormBibtex.o): In function `FormBibtex::build(void)':

Re: Problem with Solaris build of latest CVS

2003-02-25 Thread Angus Leeming
Kayvan A. Sylvan wrote: Are they being added to libfrontends in the link step in src/frontends? Hmmm... Looks like there might be a related sed issue: ??? Why now? Nothing has changed here for ages. Presumably the culprit is c_str.sed Could you run fdfix.sh by hand and ascertain where it

Re: Problem with Solaris build of latest CVS

2003-02-25 Thread Kayvan A. Sylvan
On Tue, Feb 25, 2003 at 09:33:43PM +, Angus Leeming wrote: Kayvan A. Sylvan wrote: Are they being added to libfrontends in the link step in src/frontends? Hmmm... Looks like there might be a related sed issue: ??? Why now? Nothing has changed here for ages. Presumably the

Re: Closing quote fubar ?

2003-02-25 Thread Dekel Tsur
On Sun, Feb 16, 2003 at 02:06:39PM +0100, Jean-Marc Lasgouttes wrote: John Levon a ?crit: On Fri, Feb 14, 2003 at 03:58:52PM +0100, Jean-Marc Lasgouttes wrote: Because it thinks you use latin1 whereas you really use latin9. So how do we fix it ? I'm stuck. If this char isn't even in

Re: Problem with Solaris build of latest CVS

2003-02-25 Thread Kayvan A. Sylvan
On Tue, Feb 25, 2003 at 01:46:57PM -0800, Kayvan A. Sylvan wrote: Hmmm... I think I've heard people moan about the solaris sed on the sed list in the past, but form_bibtex.C is 116 lines long. A snail has enough memory to store that. Well, it looks like Solaris sed has less memory

Re: 2: patch to eliminate bufferview from GraphicsLoader and friends

2003-02-25 Thread Alfredo Braunstein
And this patch gets rid of the 'owner insets' knowledge of the images. This was only used together with the bufferview to detect visibility of the graphic about to be loaded, and so is also not used any more. I think that the only remaining 'parent' information (bufferviews and insets) in

  1   2   3   >