gnome cleanup patch

2000-10-13 Thread Marko Vendelin
Hi! this patch makes the Gnome frontend dialogs which use the "action" area to hide on update signal. Thus, when user switches the document the dialog will disappear. I've also replaced gettext N_() with _() where appropriate. Finally, I changed the Menu code to use new Menu::expand method.

Re: New Menu::expand method in menu backend

2000-10-13 Thread Marko Vendelin
On Fri, 13 Oct 2000, Dekel Tsur wrote: On Mon, Oct 09, 2000 at 04:23:39PM +0200, Jean-Marc Lasgouttes wrote: To put it another way, I thought I could just add a Menu* member in menuitem and that Menu::expand would just populate that for items of type Submenu for Toc and Ref. I have a

Re: new xforms patch

2000-10-13 Thread Marko Vendelin
Overall the xforms stuff is looking very nice. I took at peek at the gnome and kde stuff as a result of the change to update and updateBufferDependent. There seems to be an aweful lot of code just to get things running with gnome. True! There are two reasons for it. First, I decided to

Re: You only fix twice (status update #2)

2000-10-13 Thread Jean-Marc Lasgouttes
"Baruch" == Baruch Even [EMAIL PROTECTED] writes: I'll merge the patch as soon as lars gives his blessing. I have already applied the minibuffer clear patch (minus the renaming) to 1.1.5cvs. Baruch May I know why ignore the renaming, the name of the function Baruch and its function were not

Re: new xforms patch

2000-10-13 Thread Jean-Marc Lasgouttes
"Marko" == Marko Vendelin [EMAIL PROTECTED] writes: Marko is there any particular reason for using NULL instead of 0 in a lot of your code? Is this a gnome convention? Where is it defined? Marko I am just used to call NULL a pointer that might lead to a core Marko dump. I haven't looked

Re: gnome cleanup patch

2000-10-13 Thread Marko Vendelin
please don't apply this patch. Its in terrible conflict with the recent changes of updateBufferXXX. I'll repost a new version as soon as the conflict is resolved. Marko

Re: Unable to build current cvs

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Thu, 12 Oct 2000, Jean-Marc Lasgouttes wrote: | It seems that there is a problem with the latest cvs: | | ../../../lyx-devel/src/graphics/Renderer.C: In method `void | Renderer::freePixmap()': .../../../lyx-devel/src/graphics/Renderer.C:90: |

Re: Unable to build current cvs

2000-10-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Jose" == Jose Abilio Oliveira Matos [EMAIL PROTECTED] writes: | | Jose According to mine: man 3 printf | | Jose The fprintf, printf, sprintf, vprintf, vfprintf, and vsprintf | Jose functions conform to ANSI C3.159-1989 (`ANSI C'') and

Re: Unable to build current cvs

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Thu, 12 Oct 2000, Jose Abilio Oliveira Matos wrote: | On Thu, Oct 12, 2000 at 02:00:01PM +0200, Jean-Marc Lasgouttes wrote: |"Angus" == Angus Leeming [EMAIL PROTECTED] writes: | | Angus needless to say, there's no vsnprintf on my system. |

Re: [PATCH] KDE copyright

2000-10-13 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John This patch just moves John copyright over to qtarch to fit with the others. Applied. JMarc

Re: Still cannot build cvs

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Thu, 12 Oct 2000, Jean-Marc Lasgouttes wrote: | So, even when trying to ignore the vsnprntf problem, it seems I cannot | use the brand new compare_memfun thingie. Since the error message (or | rather the template definition) is chinese to me, I'd

Re: New Menu::expand method in menu backend

2000-10-13 Thread Jean-Marc Lasgouttes
"Marko" == Marko Vendelin [EMAIL PROTECTED] writes: It has been claimed that the Refs menu is redundant, and I think that I agree. The whole purpose of this menu was a fast way for adding references, but using the new reference dialog (with the keyboard) is as fast as using the Refs menu.

Re: Message translation related bug.

2000-10-13 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel Perhaps it is better to use combo_language2-select(1) instead Dekel of combo_language2- select_text(..), Dekel or use the addline method instead of the addto method (the Dekel addline method selects automatically the first added line). OK,

Re: New Menu::expand method in menu backend

2000-10-13 Thread Marko Vendelin
On 13 Oct 2000, Jean-Marc Lasgouttes wrote: Marko True, you can add/edit the reference quite fast with the Marko dialog. So should it be removed? It adds quite a bit of complexity to the menu code... I would be happy with it: we can then declare Menubar in guii.php3 as "Completed".

Re: You only fix twice (status update #2)

2000-10-13 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Tue, Oct 10, 2000 at 07:14:05PM +0200, Jean-Marc Lasgouttes Dekel wrote: ** Bugfixes - fix bug with LTR table floats Dekel This should be RTL tables (the changelog entry is wrong). Oops! my fault probably. - remove temporary

Re: New Menu::expand method in menu backend

2000-10-13 Thread Jean-Marc Lasgouttes
"Marko" == Marko Vendelin [EMAIL PROTECTED] writes: Marko On 13 Oct 2000, Jean-Marc Lasgouttes wrote: True, you can Marko add/edit the reference quite fast with the dialog. So should it be removed? It adds quite a bit of complexity to the menu code... Marko I would be happy with it: we can

Re: gnome cleanup patch

2000-10-13 Thread Marko Vendelin
this version should work/compile just fine with new updateBufferXXX. Marko gnome.cleanup.2.patch.gz

Re: gnome cleanup patch

2000-10-13 Thread Jean-Marc Lasgouttes
"Marko" == Marko Vendelin [EMAIL PROTECTED] writes: Marko this version should work/compile just fine with new Marko updateBufferXXX. Thanks. I'll apply it. JMarc

Re: You only fix twice (status update #2)

2000-10-13 Thread Baruch Even
On 13 Oct 2000, Jean-Marc Lasgouttes wrote: "Baruch" == Baruch Even [EMAIL PROTECTED] writes: I'll merge the patch as soon as lars gives his blessing. I have already applied the minibuffer clear patch (minus the renaming) to 1.1.5cvs. Baruch May I know why ignore the renaming, the

Friday 13 patch. Beware!

2000-10-13 Thread Angus Leeming
The patch attached allows me to compile all but fmt.C in current CVS. I emphasise the ChangeLog entry "...this is a hack and want no responsibility for it. It is meant merely as a pointer for Those-Who-Know-Better! Could you also put cstdarg in the cheaders dir. On linking I get the expected

Re: You only fix twice (status update #2)

2000-10-13 Thread Jean-Marc Lasgouttes
"Baruch" == Baruch Even [EMAIL PROTECTED] writes: Baruch I still think that PrepareForCommand() is more meaningfull. OK, let's use that. A more important point: in peek_event, should the function return 1 to tell that the event has been handled? It is just a question, I have not tried yet both

RE: Writing to XML : sample output

2000-10-13 Thread Juergen Vigna
On 12-Oct-2000 Gaillard Pierre-Olivier wrote: Hello, Hello Pierre-Olivier! Here is a sample output of the new XML output I have added to my LyX copy. This has been produced by a patched version of LyX that uses XMLSAXPrettifier (which at the moment does not make pretty output, so I

The CREDITS file

2000-10-13 Thread Jean-Marc Lasgouttes
I tried to add to the CREDITS file all people which name appears in the ChangeLog and who were not mentionned. Of course I made mistakes. Of course I forgot people. Fell free to look it up and complain to me (but only on fridays). JMarc

Re: Friday 13 patch. Beware!

2000-10-13 Thread Angus Leeming
On Fri, 13 Oct 2000, Angus Leeming wrote: But I also get: FormCommand::showInset(InsetCommand*) FormCommand::createInset(const std::basic_stringchar, [snip...] My bad. Don't forget to include FormInset.C when hacking a Makefile! The following tiny patch is needed to get it to compile on my

Re: Friday 13 patch. Beware!

2000-10-13 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus On Fri, 13 Oct 2000, Angus Leeming wrote: But I also get: FormCommand::showInset(InsetCommand*) FormCommand::createInset(const std::basic_stringchar, Angus [snip...] Angus My bad. Don't forget to include FormInset.C when hacking a

vsnprintf

2000-10-13 Thread Angus Leeming
See http://www.ijs.si/software/snprintf/ for a free implementation and pointers to a whole heap of others. A.

Re: vsnprintf

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | See http://www.ijs.si/software/snprintf/ for a free implementation and | pointers to a whole heap of others. Pity that it does not support the 1$ notation. But this will be a nice bandaid on machines that does not have vsnprintf by default.

Re: Friday 13 patch. Beware!

2000-10-13 Thread Angus Leeming
On Fri, 13 Oct 2000, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus On Fri, 13 Oct 2000, Angus Leeming wrote: But I also get: FormCommand::showInset(InsetCommand*) FormCommand::createInset(const std::basic_stringchar, Angus [snip...] Angus My bad.

The README file

2000-10-13 Thread Jean-Marc Lasgouttes
I have shamelessly taken the preamble of Allan's first LDN issue and put it at the beginning of README. This will hopefully clear up some confusion. I'd appreciate if others could have a look and suggest improvements. JMarc

Re: Unable to build current cvs

2000-10-13 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars I don't care shit about word-prcessors, I care about modern C++ Lars programs. (and in this case modern C programs). So we'll be able to drop autoconf soon? We just have to replace the INSTALL file with LyX only works with modern

Re: Friday 13 patch. Beware!

2000-10-13 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus The following tiny patch is needed to get it to compile on my Angus machine. Angus Applied. JMarc

Re: Unable to build current cvs

2000-10-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | LyX only works with modern compilers and operating systems. If your | system does not conform to latest standards, do not even bother to | ask (especially on fridays). Jupp, that should do it. Lgb

Re: The README file

2000-10-13 Thread John Levon
On 13 Oct 2000, Jean-Marc Lasgouttes wrote: I have shamelessly taken the preamble of Allan's first LDN issue and put it at the beginning of README. This will hopefully clear up some confusion. I'd appreciate if others could have a look and suggest improvements. JMarc Hmm, is the use

the minibuffer

2000-10-13 Thread Lars Gullik Bjønnes
some thoughts... We really need to enance the minibuffer a bit. First of all it is very wrong to have the minibuffer know about LyXfunc. The LyXFunc should call the minibuffer not the other way around. Son a sense the minibuffer should be a lot dumber that it is now. What functions do we need

Re: The README file

2000-10-13 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John Hmm, is the use of autoconf/make still in transition ? It seems John this system is relatively stable now ? OK, I removed that. John And since it is friday, I must say I don't really the need to John make up a word "versionning" ;) Hmm, it

Re: Still cannot build cvs

2000-10-13 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Allmost the right fix, instead of adding const versions to Lars compare_memfun_t a const_compare_memfun_t should have been Lars added. Are you planing to do it? JMarc

Re: Still cannot build cvs

2000-10-13 Thread Angus Leeming
On Fri, 13 Oct 2000, Jean-Marc Lasgouttes wrote: "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Allmost the right fix, instead of adding const versions to Lars compare_memfun_t a const_compare_memfun_t should have been Lars added. Are you planing to do it? JMarc I've done

What do you want to fix today? (status update #3)

2000-10-13 Thread Jean-Marc Lasgouttes
Hello, I'd like to release 1.1.5fix2 on Monday. There have been many fixes accumulated, some of which concern important bugs. In particular, many bugs were squashed after my previous status update (thanks Baruch and Dekel!). Therefore, as usual, I'd be glad if some of you could take the time

stream_cast

2000-10-13 Thread Lars Gullik Bjønnes
A nice thing that popped out on clpc++ template class T, class S T stream_cast(S const s) { stringstream st; st s; st.gseek(0); T t; st t; return t; } this is a very simplistic implementation... I want to convert a string to int: int a =

Re: Still cannot build cvs

2000-10-13 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus I've done it. See previous patch Do you mean the patch should be applied? I thought it was just a proof-of-concept. JMarc

Re: Still cannot build cvs

2000-10-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | | Lars Allmost the right fix, instead of adding const versions to | Lars compare_memfun_t a const_compare_memfun_t should have been | Lars added. | | Are you planing to do it? mm,

Re: Friday 13 patch. Beware!

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | The patch attached allows me to compile all but fmt.C in current CVS. | | I emphasise the ChangeLog entry "...this is a hack and want no responsibility | for it. It is meant merely as a pointer for Those-Who-Know-Better! | | Could you also put

Re: Writing to XML : sample output

2000-10-13 Thread Andre Poenitz
I had a fast look and what I don't like is all this xxxsome option/xxx stuff couldn't that be handled with something like xxx value="some option", as this seems much nicer too me! I think Pierre-Olivier got it right in general. It is some kind of religious debate on what goes in xxx.../xxx

Re: Still cannot build cvs

2000-10-13 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars | Lars Allmost the right fix, instead of adding const versions Lars to | Lars compare_memfun_t a

Re: What do you want to fix today? (status update #3)

2000-10-13 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus On Fri, 13 Oct 2000, Jean-Marc Lasgouttes wrote: - Other: documentation update, UI translation updates (translators, please send me updated po files for 1.1.5fix1!). Angus fix2? Yes, something like that. JMarc

Re: Still cannot build cvs

2000-10-13 Thread Angus Leeming
On Fri, 13 Oct 2000, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus I've done it. See previous patch Do you mean the patch should be applied? I thought it was just a proof-of-concept. Sorry, thought you'd missed it! You're right, I'd not be happy if

Re: The README file

2000-10-13 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John On 13 Oct 2000, Jean-Marc Lasgouttes wrote: Hmm, it seems indeed the word does not exist... That's part of the reason I wanted people to check it out. What am I supposed to use here? Does 'versioning' make more sense? 'versions'? John I

Re: Still cannot build cvs

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Fri, 13 Oct 2000, Jean-Marc Lasgouttes wrote: | "Angus" == Angus Leeming [EMAIL PROTECTED] writes: | | Angus I've done it. See previous patch | | Do you mean the patch should be applied? I thought it was just a | proof-of-concept. | | Sorry,

Re: Bugs in RelyX

2000-10-13 Thread Amir Karger
On Sat, Oct 07, 2000 at 11:27:05PM +0200, Charles de Miramon wrote: Hello, While trying to understand who to translate unicode characters in Lyx, I've found these LateX codes that are not correctly translated by RelyX : 1) Latex code \i (dotless i ) is translated in \i when it should be

Re: Still cannot build cvs

2000-10-13 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars I have not tried to compile this yet, but can you try the Lars current cvs (in two minutes). Seems to work, although there is a small typo in the void_memfun_t constructor. Hmm, I get: cxx: Error:

[PATCH] Fix Gnome/KDE build, ro correctness

2000-10-13 Thread John Levon
Small patches to let KDE (and hopefully Gnome, but untested) build again, and also some readonly stuff for the KDE dialogs. Two small bugs (?) I noticed : 1) with ro documents, Insert-Cross Reference is still selectable 2) behaviour change - when entering new reference entries in the

Re: Still cannot build cvs

2000-10-13 Thread Angus Leeming
see fix. A Index: src/support/lyxfunctional.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/support/lyxfunctional.h,v retrieving revision 1.4 diff -u -r1.4 lyxfunctional.h --- src/support/lyxfunctional.h 2000/10/13 14:10:35

Re: Still cannot build cvs

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | void_class_fun_t(C ct, void(C::*p)(A)) | : c(ct), cmf(p) {} | void operator()(A a) const { | - return (c.*cmf)(a); | + (c.*cmf)(a); fixed. | template class Cont, class Type, class MemRet |

ahhhhhhhhh...

2000-10-13 Thread Angus Leeming
A little hack to add that vsnprintf stuff and yipeee! A working LyX at last.

Re: ahhhhhhhhh...

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | A little hack to add that vsnprintf stuff and yipeee! A working LyX at last. I just added my own hack... how does your hack work? Lgb

[PATCH] Browser for print to file destination

2000-10-13 Thread John Levon
Also re-gens the dialog files so the dialog can't be resized infinitely small ;) thanks john p.s. A new tarball of qtarch should be on its way soon that fixes the compile troubles - although you don't really need it as you can just do "touch *.dlg make" in module/kde for it to work again.

Re: stream_cast

2000-10-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars I want to convert a string to int: | | Lars int a = stream_castint, string("123"); | | Lars or a int to string: | | Lars string a = stream_caststring, int(123); | | This looks

Re: [PATCH] Browser for print to file destination

2000-10-13 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John Also re-gens the John dialog files so the dialog can't be resized infinitely small ;) Hmm, patch says: fantomas[ssh]: patch -p0 ~/printbrowse.diff patching file ChangeLog patch: malformed patch at line 17: diff -u -r1.1

Re: [PATCH] Fix Gnome/KDE build, ro correctness

2000-10-13 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John Small patches to let John KDE (and hopefully Gnome, but untested) build again, and also John some readonly stuff for the KDE dialogs. Applied. John Two small bugs (?) I noticed : John 1) with ro documents, Insert-Cross Reference is still

Re: stream_cast and Re: LyXFunc/LyXAction

2000-10-13 Thread Angus Leeming
Am I right in saying that together they effectively give us the functionality of XTL? Or am I getting excited and being stupid at the same time? A

Re: LyXFunc/LyXAction

2000-10-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars We should make a way to ensure that LyXFunc are called with the | Lars correct number of arguments and also that the arguments are of | Lars the correct type. I think I have a nice

Re: ahhhhhhhhh...

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Fri, 13 Oct 2000, Lars Gullik Bjønnes wrote: | Angus Leeming [EMAIL PROTECTED] writes: | | A little hack to add that vsnprintf stuff and yipeee! A working LyX at | | last. | | I just added my own hack... how does your hack work? | | You really

Re: stream_cast and Re: LyXFunc/LyXAction

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Am I right in saying that together they effectively give us the functionality | of XTL? Or am I getting excited and being stupid at the same time? Yes, I think they do. (at least in this context) Lgb

Re: LyXFunc/LyXAction

2000-10-13 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars Lars We should make a way to ensure that LyXFunc are called Lars with the | Lars correct number of arguments and

Re: stream_cast and Re: LyXFunc/LyXAction

2000-10-13 Thread Angus Leeming
On Fri, 13 Oct 2000, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | Am I right in saying that together they effectively give us the | functionality of XTL? Or am I getting excited and being stupid at the | same time? Yes, I think they do. (at least in this context) So

Re: LyXFunc/LyXAction

2000-10-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | | Lars "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | | Lars Lars We should make a way to ensure that LyXFunc are

Re: [PATCH] Fix Gnome/KDE build, ro correctness

2000-10-13 Thread John Levon
On 13 Oct 2000, Jean-Marc Lasgouttes wrote: "John" == John Levon [EMAIL PROTECTED] writes: John Small patches to let John KDE (and hopefully Gnome, but untested) build again, and also John some readonly stuff for the KDE dialogs. Applied. ah right. I can re-diff the other one if you

Re: LyXFunc/LyXAction

2000-10-13 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars What do we need it for? Lars Ok, we can get a bit better error reporting but thats about it. Isn't it better than testing all argument in each case LFUN_xxx? JMarc

Re: [PATCH] Fix Gnome/KDE build, ro correctness

2000-10-13 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John ah right. I can re-diff the other one if you want (obviously I John will have to wait for anoncvs to catch up ...) Yes, I'd prefer that rather than aplying the patch by hand and breaking it. I'll apply the first one right now. JMarc

Re: [PATCH] Fix Gnome/KDE build, ro correctness

2000-10-13 Thread Angus Leeming
John 1) with ro documents, Insert-Cross Reference is still John selectable Because you can do Goto Reference, maybe. Ouch! Clicking on an existing reference should launch the mini reference dialog and so give the ability to navigate between them, but John's right IMO; you shouldn't be able

Re: stream_cast and Re: LyXFunc/LyXAction

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Fri, 13 Oct 2000, Lars Gullik Bjønnes wrote: | Angus Leeming [EMAIL PROTECTED] writes: | | Am I right in saying that together they effectively give us the | | functionality of XTL? Or am I getting excited and being stupid at the | | same time? |

[PATCH] guii status tiny change

2000-10-13 Thread John Levon
Heh, this patch is really just an attempt to force someone into giving us GUII people write access to www-devel (hint, hint) ;) thanks john -- "Penguins are so sensitive to my needs." - Lyle Lovett ? printstatus.diff Index: ChangeLog

Re: [PATCH] Fix Gnome/KDE build, ro correctness

2000-10-13 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Why not FORCE people to put in their own name by making it Angus impossible to apply the entry until a valid name is input. Same Angus philosophy as the new FormDocument etc stuff. Beacuse you do not even need to see a popup to create

Re: [PATCH] Fix Gnome/KDE build, ro correctness

2000-10-13 Thread John Levon
On Fri, 13 Oct 2000, Angus Leeming wrote: Ouch! Clicking on an existing reference should launch the mini reference dialog and so give the ability to navigate between them, but John's right IMO; you shouldn't be able to launch the full reference dialog (with its list of references etc)

Re: [PATCH] guii status tiny change

2000-10-13 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John Heh, this patch is John really just an attempt to force someone into giving us GUII John people write access to www-devel (hint, hint) At least, I applied it, so this attempt has not been totally vain. JMarc

Re: stream_cast and Re: LyXFunc/LyXAction

2000-10-13 Thread Andre Poenitz
Am I right in saying that together they effectively give us the functionality of XTL? Or am I getting excited and being stupid at the same time? No, that's basically what XTL would do - at least in this place. And the idea to use strings in these places is not really new, either. IIRC the

Re: LyXFunc/LyXAction

2000-10-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars What do we need it for? | | Lars Ok, we can get a bit better error reporting but thats about it. | | Isn't it better than testing all argument in each case LFUN_xxx? You mean so

[PATCH] unmangled print browser patch

2000-10-13 Thread John Levon
this one should be OK thanks john -- "Penguins are so sensitive to my needs." - Lyle Lovett ? copyrightqtarch.diff ? copyright.tar.gz ? .libs ? new ? printbrowse.diff ? src/frontends/kde/allan.diff Index: ChangeLog

Re: LyXFunc/LyXAction

2000-10-13 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars You mean so that we can have a centralized testing at the top of Lars the function? I'm not sure what I mean exactly, but we could declare the arguments of the function so that there type can be checked by dispatch, and the the func

Re: [PATCH] unmangled print browser patch

2000-10-13 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John this one should be OK Yes, it seems. Applied. JMarc

Re: stream_cast and Re: LyXFunc/LyXAction

2000-10-13 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | Am I right in saying that together they effectively give us the functionality | of XTL? Or am I getting excited and being stupid at the same time? | | No, that's basically what XTL would do - at least in this place. | | And the idea to use strings

Re: LyXFunc/LyXAction

2000-10-13 Thread Angus Leeming
On Fri, 13 Oct 2000, Jean-Marc Lasgouttes wrote: "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars You mean so that we can have a centralized testing at the top of Lars the function? I'm not sure what I mean exactly, but we could declare the arguments of the function so that

Re: LyXFunc/LyXAction

2000-10-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars You mean so that we can have a centralized testing at the top of | Lars the function? | | I'm not sure what I mean exactly, but we could declare the arguments | of the function so

Re: LyXFunc/LyXAction

2000-10-13 Thread Andre Poenitz
You mean so that we can have a centralized testing at the top of the function? dispatch(..) string string_arg char char_arg; .. if (lyxaction.func(LFUN_BUFFER_NEW).arg1 == type_infostring) string_arg = stream_caststring, stringfuncslot[1] . unless you have

Re: LyXFunc/LyXAction

2000-10-13 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Fri, 13 Oct 2000, Jean-Marc Lasgouttes wrote: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars You mean so that we can have a centralized testing at the top of | Lars the function? | | I'm not sure what I mean exactly, but we

Re: LyXFunc/LyXAction

2000-10-13 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars One other idea togeter with this is to have all the lyxfuncs Lars dynamically loadable... Or have a proper script language which does that for us? JMarc

Re: LyXFunc/LyXAction

2000-10-13 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | | You mean so that we can have a centralized testing at the top of the | function? | | dispatch(..) |string string_arg |char char_arg; | .. |if (lyxaction.func(LFUN_BUFFER_NEW).arg1 == type_infostring) | string_arg =

Re: LyXFunc/LyXAction

2000-10-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars One other idea togeter with this is to have all the lyxfuncs | Lars dynamically loadable... | | Or have a proper script language which does that for us? That is also possible,

PATCH small xforms cleanup

2000-10-13 Thread Angus Leeming
The attached patch removes those "conversion to integral type of smaller size" warnings from a couple of files in frontends/xforms. This directory is now clean! A patchFri13Part4.bz2

Re: PATCH small xforms cleanup

2000-10-13 Thread Angus Leeming
On Fri, 13 Oct 2000, Angus Leeming wrote: The attached patch removes those "conversion to integral type of smaller size" warnings from a couple of files in frontends/xforms. This directory is now clean! A Oops! Forgot to include combox.[Ch] in that patch. Index: src/combox.C

Re: Cursor code

2000-10-13 Thread Dekel Tsur
On Fri, Sep 15, 2000 at 05:06:27PM +0200, Juergen Vigna wrote: On 14-Sep-2000 Dekel Tsur wrote: Juergen, what was wrong in the code you disabled at text.C (GetColumnNearX) ? (near the "#warning This is wrong, please have a look Dekel ") Well I deactivated that when working on the

Re: You only fix twice (status update #2)

2000-10-13 Thread Dekel Tsur
On Fri, Oct 13, 2000 at 11:12:05AM +0200, Jean-Marc Lasgouttes wrote: Dekel Other things for 1.1.5fix2: Dekel - My cursor movement patch (I need to check it). OK Here is the patch (for 1.1.5). patch2.gz

Re: You only fix twice (status update #2)

2000-10-13 Thread Lior Silberman
On Thu, 12 Oct 2000, Dekel Tsur wrote: On Tue, Oct 10, 2000 at 07:14:05PM +0200, Jean-Marc Lasgouttes wrote: ** Bugfixes - remove temporary directories when LyX crashes. I think you refer here to one of my patches, but this patch removes the temporary directory when using "lyx

Re: Unable to build current cvs

2000-10-13 Thread Lior Silberman
On 13 Oct 2000, Lars Gullik Bjønnes wrote: Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Jose" == Jose Abilio Oliveira Matos [EMAIL PROTECTED] writes: | | Jose According to mine: man 3 printf | | Jose The fprintf, printf, sprintf, vprintf, vfprintf, and vsprintf | Jose

LyXText::BreakAgainOneRow

2000-10-13 Thread Dekel Tsur
After insertion/deletion of a char, in LyXText::InsertChar/BackSpace, BreakAgainOneRow() is called in order to break the current row (so the cursor can be positioned correctly), and then need_break_row is set to the next row, and afterwards, in FullRebreak, there is a call to BreakAgain(bview,

Re: Working with 1.1.4 and testing with 1.1.6cvs

2000-10-13 Thread Lior Silberman
On Fri, 13 Oct 2000, Alvaro Tejero Cantero wrote: El vie, 13 oct 2000 escribías: | On Fri, 13 Oct 2000, Alvaro Tejero Cantero wrote: | Hello, | Thank you: it worked, but the problem is now that 1.1.6 doesn't seem to recognize my LANG environment variable, so it doesn't start in

Re: The CREDITS file

2000-10-13 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: I tried to add to the CREDITS file all people which name appears in the ChangeLog and who were not mentionned. Of course I made mistakes. Of course I forgot people. Fell free to look it up and complain to me (but only on fridays). JMarc Garst R. Reese reese

Re: Insert menu shortcut

2000-10-13 Thread Baruch Even
On Fri, 13 Oct 2000, Lior Silberman wrote: Int 1.1.5, the shortcut for "Insert-Figure" was M-i g and for "Insert-Footnote" it was M-i f. In the current menu defs, the Figure entry also has an 'F', overriding the 'footnote'. Since there is no 'o' in this menu so far, I think we should

Preferences

2000-10-13 Thread Garst R. Reese
I finally found menus.bind in the Interface section of FormPreferences. I was looking under Inputs. I still do not understand why FormPreferences chose menus.bind. It is not the last include in my cua.bind. Garst

Re: new xforms patch

2000-10-13 Thread Allan Rae
On 13 Oct 2000, Jean-Marc Lasgouttes wrote: "Marko" == Marko Vendelin [EMAIL PROTECTED] writes: Marko is there any particular reason for using NULL instead of 0 in a lot of your code? Is this a gnome convention? Where is it defined? Marko I am just used to call NULL a pointer that

  1   2   3   >