Setting up a branch???

2000-12-05 Thread Angus Leeming
Lars, I got overexcited last night and attempted to clean up LyXParagraph and the Insets so that they are "buffer transparent". Ie, they don't store a (Buffer *) but the appropriate buffer is passed to any function that desires it. Needless to say, this results in lots of changes to the

Re: ERT inset

2000-12-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Angus" == Angus Leeming [EMAIL PROTECTED] writes: | | Angus Also, as a collapsable inset, shouldn't this be defined as a | Angus NEW_INSET and not compiled at all for 1.1.6? | | I agree. We should not enable it until it is really ready. that

Re: ERT inset

2000-12-05 Thread Angus Leeming
On Tuesday 05 December 2000 10:20, Lars Gullik Bjønnes wrote: Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Angus" == Angus Leeming [EMAIL PROTECTED] writes: | | Angus Also, as a collapsable inset, shouldn't this be defined as a | Angus NEW_INSET and not compiled at all for 1.1.6? | |

Re: Setting up a branch???

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | of niggly little issues to clean up and, in the process, we could probably | ditch current_view entirely. | | In the meantime, the resulting code loads up that test file from yesterday. | | This seems to be a perfect for a short branch, so can you

Re: ERT inset

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | leave ERT as it is, but don't mention it... | | Shall I "hide" the entry in the Preferences::Colors tab? Yes, why not...or it is not really that important. Lgb

Re: Setting up a branch???

2000-12-05 Thread Angus Leeming
On Tuesday 05 December 2000 10:31, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | of niggly little issues to clean up and, in the process, we could | probably ditch current_view entirely. | | In the meantime, the resulting code loads up that test file from | yesterday.

Re: Setting up a branch???

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Hmm, I recall that I sent a mail in this topic a short wile ago... why | not look at that and come back with questions afterwards? | | Found it. Thanks for jogging my memory. | | 1. create a tag at the current point | cvs rtag

Re: Setting up a branch???

2000-12-05 Thread Angus Leeming
On Tuesday 05 December 2000 11:05, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | Hmm, I recall that I sent a mail in this topic a short wile ago... why | not look at that and come back with questions afterwards? | | Found it. Thanks for jogging my memory. So. The

Re: Setting up a branch???

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Tuesday 05 December 2000 11:05, Lars Gullik Bjønnes wrote: | Angus Leeming [EMAIL PROTECTED] writes: | | Hmm, I recall that I sent a mail in this topic a short wile ago... why | | not look at that and come back with questions afterwards? | | |

Re: CVS compile failure

2000-12-05 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: Why isn't -lXpm on your link line? Didn't you get a warning when running configure? Lgb Good question. No. Makefile says LYX_LIBS = -lforms -lXpm I'll do an update on A's machine and investigate further. Thanks, Garst

Re: Setting up a branch???

2000-12-05 Thread Angus Leeming
Thanks, Lars. All understood. I'll wait on you giving me "write" status and will then create this branch. Many thanks for the help. Angus On Tuesday 05 December 2000 11:22, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | On Tuesday 05 December 2000 11:05, Lars Gullik

'\n' output in floats

2000-12-05 Thread Allan Rae
I thought I'd fixed this but it seems to have crept back in again -- or I didn't completely fix it last time. I'll look at this later in the week -- it's a matter of one too many '\n' after a figure/table in a float when you multiple figures in a float (and a manually inserted \subfigure).

Edit-[] Read-Only (checkbox)

2000-12-05 Thread Allan Rae
We need one. (toggle-read-only) Allan. (ARRae)

Re: KDE cleanup part deux

2000-12-05 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John Some of the files in src/frontends/kde/dlg should be removed : Applied. Concerning your previous patch, doublecheck that I did it right. I had several problems with your script: - you cannot do "cvs add moc/Makefile.am" before doing "cvs add

Re: [PATCH] two 1.1.6 bug fixes

2000-12-05 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John The attached patch fixes the two bugs : John 1) figures wouldn't work if pspell was enabled. This bug is a John direct result of not having functions in their proper files ;) John 2) Fix most of the cases of the gs hangs with a workaround. I

Re: menu-open problem in all bind files

2000-12-05 Thread Jean-Marc Lasgouttes
"Allan" == Allan Rae [EMAIL PROTECTED] writes: Allan We have four options: 1. Edit all entries in all bind files Allan that use menu-open to use the menu names in all lowercase Allan letters. 2. Rename all menus in default.ui to start with a Allan capital letter. 3. Convert the menu name to

Re: [PATCH] two 1.1.6 bug fixes

2000-12-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "John" == John Levon [EMAIL PROTECTED] writes: | | John The attached patch fixes the two bugs : | | John 1) figures wouldn't work if pspell was enabled. This bug is a | John direct result of not having functions in their proper files ;) | |

Re: Edit-[] Read-Only (checkbox)

2000-12-05 Thread Lars Gullik Bjønnes
Allan Rae [EMAIL PROTECTED] writes: | We need one. (toggle-read-only) so it is not enough to know the keybinding? Lgb

Re: [PATCH] two 1.1.6 bug fixes

2000-12-05 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Very well... we will have anoter prerelease anyway... Lars I guess we could take the "open-all-floats-when-spellchecking" Lars patch too. Fine, I'll commit those two patches. John, I would be interested by a 1.1.5cvs patch too.

Re: Edit-[] Read-Only (checkbox)

2000-12-05 Thread Angus Leeming
Doesn't he mean the equivalent of emacs' C-xC-q, toggle the read-only status of this buffer. Angus On Tuesday 05 December 2000 13:49, Lars Gullik Bjønnes wrote: Allan Rae [EMAIL PROTECTED] writes: | We need one. (toggle-read-only) so it is not enough to know the keybinding?

Re: Edit-[] Read-Only (checkbox)

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Doesn't he mean the equivalent of emacs' C-xC-q, toggle the | read-only status of this buffer. Yes, I belive so. Lgb

Re: [PATCH] two 1.1.6 bug fixes

2000-12-05 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John The attached patch fixes the two bugs : OK, this is applied now. JMarc

Re: patch: Bug fixes

2000-12-05 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel This patch fixes few issues with RTL cursor, and also - Open Dekel all floats before spellchecking to enable spellchecking of Dekel their contents - Fix the bug where selecting with the mouse Dekel some text that ends with a closed float

Re: export - pdflatex (lyx 1.1.6pre2)

2000-12-05 Thread RA
Comments are welcome! -- Forwarded Message -- Subject: export - pdflatex (lyx 1.1.6pre2) Date: Wed, 29 Nov 2000 16:31:19 +0100 From: RA [EMAIL PROTECTED] To: [EMAIL PROTECTED] First: it's nice now to have an export/view of a pdflatex'ed file. But there is a problem (or two)

Re: export - pdflatex (lyx 1.1.6pre2)

2000-12-05 Thread Jean-Marc Lasgouttes
"RA" == RA [EMAIL PROTECTED] writes: RA There is no option 'pdftex' in Document Layout - Extra - PS RA Driver. It would be very easy if lyx would create automatically a RA preamble like this: RA \ifx\pdfoutput\undefined \usepackage[dvips]{graphicx} % or RA whatever PS Driver I want \else

Re: Label insert/edit form buttons.

2000-12-05 Thread Angus Leeming
On Tuesday 05 December 2000 13:40, Allan Rae wrote: Clear should be on the left and cancel on the right -- currently opposite of convention in the rest of the dialogs. I _think_ that this is the result of using the built-in xforms "goody", fl_show_input(). I _think_ we're stuck with it as-is.

Re: ERT inset

2000-12-05 Thread larry
But someday, we hope ... ? On Tue, Dec 05, 2000 at 11:20:51AM +0100, Lars Gullik Bj?nnes wrote: | I agree. We should not enable it until it is really ready. that is why it has not been announced. leave ERT as it is, but don't mention it...

Re: ERT inset

2000-12-05 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | But someday, we hope ... ? Certainly. In 1.2.0 we will have NEW_INSETS enabled and ERT will be a new feature. Lgb

Re: export LANG=fr does not work on my suse6.2

2000-12-05 Thread Jean-Marc Lasgouttes
"Yann" == Yann MORERE [EMAIL PROTECTED] writes: Yann no, i let it in english... but on the alpha OSF40 compiled Yann version it works... i fix the LANG=fr variable and the menus are Yann in french, but lots of shortcuts don't work (like maths and Yann insert shortcuts). so i came back to

Re: CVS compile failure

2000-12-05 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: Why isn't -lXpm on your link line? Didn't you get a warning when running configure? Lgb I re-did it and it worked. Not a clue as to what went wrong the first time. Garst

Greek letters in tables

2000-12-05 Thread Garst R. Reese
I can't seem to get greek letters into tables from the math panel. Trying to put 10 to the 13th Ohms in a table entry. I can do this if I use the Math Panel outside the table, and then cut and paste the Omega into the table, but View PostScript complains violently. Garst

Re: Some messages won't get translated

2000-12-05 Thread Angus Leeming
On Monday 04 December 2000 17:52, Dekel Tsur wrote: On Mon, Dec 04, 2000 at 11:23:31AM +, Angus Leeming wrote: Why not? They appear in my lyx.pot file. I guess you mean that they aren't in yours? Admittedly, "GUI background" etc don't appear. Will investigate. You should use

Re: Some messages won't get translated

2000-12-05 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus On Monday 04 December 2000 17:52, Dekel Tsur wrote: On Mon, Dec 04, 2000 at 11:23:31AM +, Angus Leeming wrote: Why not? They appear in my lyx.pot file. I guess you mean that they aren't in yours? Admittedly, "GUI background"

Re: Preferences-Colors

2000-12-05 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus I appear to have corrupted my repository somehow. I can do a Angus "cvs diff" from src/frontends/xforms but not from the root Angus Here, then, is the patch. Note that it was created from within Angus src/frontends/xforms, so should be

I shall spit on your bugs (1.1.5fix3, status update #1)

2000-12-05 Thread Jean-Marc Lasgouttes
Hello, I'd like to release 1.1.5fix3 some time soon, since there are some valuable things there. Therefore, as usual, I'd be glad if some of you could take the time to check it out (or fix a bug or two if you are feeling adventurous). Let me recall that all these fixes have been checked in

Re: LyX still does not compile

2000-12-05 Thread Jean-Marc Lasgouttes
"Svante" == Svante Signell [EMAIL PROTECTED] writes: Svante OK, new complier gcc-2.96-64, new glibc-2.2-5, new Svante XFree86-4.0.1-1.3 (and new binutils 2.10.1.0.2-1) from Svante rawhide, same problem (todays CVS): Xforms-0.88-15 from Svante powertools. Svante ./autogen.sh;./configure;make

Re: Doc updates for 1.1.6

2000-12-05 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel I don't like few things in the new menu: Dekel 1. The File-Insert should be removed, and its items moved to Dekel the Insert menu (maybe putting the items "LyX Document", "Ascii Dekel as lines" and "Ascii as paragraphs" in a submenu. I

Re: dvi do not work by article

2000-12-05 Thread Jean-Marc Lasgouttes
"Sebastian" == Sebastian Fischer [EMAIL PROTECTED] writes: Sebastian If i start with article an write few sentence with for Sebastian example TITLE or DATE or somethig else, the dvi explain me Sebastian 2 false: LaTeX Error: Missing \begin {document}. \begin Sebastian {document} I don't know

Re: po/Makefile in lyx-1.1.6pre1

2000-12-05 Thread Jean-Marc Lasgouttes
"Jean-Pierre" == Jean-Pierre Chretien [EMAIL PROTECTED] writes: Jean-Pierre Couldn't run make without the attached change, the := is Jean-Pierre incorrect, the quotes seen useful to me from my current Jean-Pierre experience of find. Do you use GNU make? Solaris make does not like this

Re: Preferences-Colors

2000-12-05 Thread Angus Leeming
Angus I appear to have corrupted my repository somehow. I can do a Angus "cvs diff" from src/frontends/xforms but not from the root Angus Here, then, is the patch. Note that it was created from within Angus src/frontends/xforms, so should be applied from there. The Angus ChangeLog should

Re: I shall spit on your bugs (1.1.5fix3, status update #1)

2000-12-05 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 In particular, I'd like to make sure that | - it compiles on | Lars RedHat Linux 7.0. | | Lars This seems to need some more

Re: ERT inset

2000-12-05 Thread John Levon
On Tue, 5 Dec 2000, Angus Leeming wrote: On Tuesday 05 December 2000 10:20, Lars Gullik Bjønnes wrote: Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Angus" == Angus Leeming [EMAIL PROTECTED] writes: | | Angus Also, as a collapsable inset, shouldn't this be defined as a | Angus

Re: LyX still does not compile

2000-12-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Svante" == Svante Signell [EMAIL PROTECTED] writes: | | Svante OK, new complier gcc-2.96-64, new glibc-2.2-5, new | Svante XFree86-4.0.1-1.3 (and new binutils 2.10.1.0.2-1) from | Svante rawhide, same problem (todays CVS): Xforms-0.88-15 from |

Re: KDE cleanup part deux

2000-12-05 Thread John Levon
On 5 Dec 2000, Jean-Marc Lasgouttes wrote: "John" == John Levon [EMAIL PROTECTED] writes: John Some of the files in src/frontends/kde/dlg should be removed : Applied. Concerning your previous patch, doublecheck that I did it right. I had several problems with your script: - you

Re: po/Makefile in lyx-1.1.6pre1

2000-12-05 Thread Jean-Pierre.Chretien
"Jean-Pierre" == Jean-Pierre Chretien [EMAIL PROTECTED] writes: Jean-Pierre Couldn't run make without the attached change, the := is Jean-Pierre incorrect, the quotes seen useful to me from my current Jean-Pierre experience of find. Do you use GNU make? Solaris make does not like this

Re: I shall spit on your bugs (1.1.5fix3, status update #1)

2000-12-05 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | | | In particular, I'd like to make sure that | | - it compiles on RedHat Linux 7.0. | | This seems to need some more work... since with gcc 2.96 we have to | afaik use the systems std::string

Re: I shall spit on your bugs (1.1.5fix3, status update #1)

2000-12-05 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Ok we use the compare in lstrings.C. I did this: So I can probably do the same in 1.1.5, right? JMarc

Re: I shall spit on your bugs (1.1.5fix3, status update #1)

2000-12-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars Ok we use the compare in lstrings.C. I did this: | | So I can probably do the same in 1.1.5, right? That patch is from my checked out copy of 1.1.5. But I have not finised

Re: I shall spit on your bugs (1.1.5fix3, status update #1)

2000-12-05 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 Ok we use the compare in lstrings.C. I did this: | | So I Lars can probably do the same in 1.1.5, right?

Re: Some messages won't get translated

2000-12-05 Thread Angus Leeming
Thanks, Jean-Marc. Got it. Am I right in saying that the important point here is "you cannot call gettext() in a static initialization". Ie, string str = N_("some text"); fl_set_object_label(obj, _(str)); is correct, because string str = _("some text") fails to compile. This is also

Re: Some messages won't get translated

2000-12-05 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus string str = N_("some text"); fl_set_object_label(obj, _(str)); Angus is correct, because Angus string str = _("some text") Angus fails to compile. This is also correct: Does it really fail to compile? I'm surprised... What fails is

Re: Some messages won't get translated

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Thanks, Jean-Marc. Got it. | | Am I right in saying that the important point here is "you cannot call | gettext() in a static initialization". | | Ie, | | string str = N_("some text"); | fl_set_object_label(obj, _(str)); | | is correct, because |

Re: Some messages won't get translated

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | I would actually prefere: | | string str; | if (some choice) { | str = getDescription(); | } | fl_set_object(label(obj, _(str)); | | | But I am not sure if everybody else agrees with me on that. | | Ok, so what YOU'RE saying is that a

Re: Some messages won't get translated

2000-12-05 Thread Angus Leeming
I would actually prefere: string str; if (some choice) { str = getDescription(); } fl_set_object(label(obj, _(str)); But I am not sure if everybody else agrees with me on that. Ok, so what YOU'RE saying is that a good rule is: if I define a sting str, then I should use N_()

Re: I shall spit on your bugs (1.1.5fix3, status update #1)

2000-12-05 Thread Angus Leeming
Jean-Marc, have you not compiled this code? Small patch: Index: src/buffer.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/buffer.C,v retrieving revision 1.88.2.5 diff -u -r1.88.2.5 buffer.C --- src/buffer.C2000/11/02

Re: Some messages won't get translated

2000-12-05 Thread Dekel Tsur
On Tue, Dec 05, 2000 at 03:01:48PM +, Angus Leeming wrote: On Monday 04 December 2000 17:52, Dekel Tsur wrote: You should use 'xcol.name = _("GUI background")' instead of using N_(). There are several places in your code that need to fixed. Note that in some places you need to keep the

patch to compile 1.1.5 with RH7.0

2000-12-05 Thread Lars Gullik Bjønnes
I have not done anything do configure, so --without-included-string is needed. Lgb Index: src/paragraph.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/paragraph.C,v retrieving revision 1.74.2.1 diff -u -p -r1.74.2.1

[PATCH] KDE cleanups

2000-12-05 Thread John Levon
This is the last non-substantial KDE patch I promise ! It includes some changes from Angus like #including config.h. I am going to the tattoo parlour now. thanks john -- "If you can't say anything good about someone, sit right here by me." - Alice Roosevelt Longworth

Re: Some messages won't get translated

2000-12-05 Thread Angus Leeming
I knew there was a rational explanation somewhere. THIS makes sense. Use N_() when the string is in a different function from the one which calls fl_set_object_label(obj, _(str)), otherwise just use _() direct. Got it. Many thanks, Dekel, Lars, JMarc. The penny, centime, agora, kroner has

Re: [Cvslog] CVS update: lyx-devel

2000-12-05 Thread John Levon
On Tue, 5 Dec 2000 [EMAIL PROTECTED] wrote: Date: Tuesday December 5, 2000 @ 18:12 Author: lasgouttes Update of /usr/local/lyx/cvsroot/lyx-devel In directory baywatch.lyx.org:/tmp/cvs-serv16040 Stupid question I'm sure, but why am I getting these twice ? Is there some list I

Re: Some messages won't get translated

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Got it. Many thanks, Dekel, Lars, JMarc. The penny, centime, agora, kroner | has finally dropped (maskulin) sing. (en) krone plur. kroner (the) kronen (evt. krona) but you really want: (neutrum) sing. (et) øre (100 øre = 1 krone) plur. øre (the)

Re: [Cvslog] CVS update: lyx-devel

2000-12-05 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Tue, 5 Dec 2000 [EMAIL PROTECTED] wrote: | | | Date: Tuesday December 5, 2000 @ 18:12 | Author: lasgouttes | | Update of /usr/local/lyx/cvsroot/lyx-devel | In directory baywatch.lyx.org:/tmp/cvs-serv16040 | | Stupid question I'm sure,

Re: I shall spit on your bugs (1.1.5fix3, status update #1)

2000-12-05 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc, have you not compiled this code? I compiled it with gcc only, in fact. Thanks for the patch, I'll apply it tomorrow. JMarc

Re: Some messages won't get translated

2000-12-05 Thread Angus Leeming
Thanks. I was wracking my brains there. I guess that in my times in Norway, I've never seen øre, just handed over large bills of many kroner! Angus On Tuesday 05 December 2000 17:42, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | Got it. Many thanks, Dekel, Lars, JMarc.

Re: [Cvslog] CVS update: lyx-devel

2000-12-05 Thread Angus Leeming
Strange. I only get them from lyx-cvs. Is this what you were asking me earlier. Angus On Tuesday 05 December 2000 17:44, Lars Gullik Bjønnes wrote: John Levon [EMAIL PROTECTED] writes: | On Tue, 5 Dec 2000 [EMAIL PROTECTED] wrote: | Date: Tuesday December 5, 2000 @ 18:12 | Author:

Re: [Cvslog] CVS update: lyx-devel

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Strange. I only get them from lyx-cvs. Is this what you were asking me | earlier. To both lists it is sent from lyx-cvs. lyx-cvs is a read-only list. cvslog can be used for backroom discussions. (developers only) Lgb

Re: Some messages won't get translated

2000-12-05 Thread Angus Leeming
In Menubar_pimpl.C there are lines such as: //xgettext:no-c-format static char const * MenuNames[6] = { N_("Insert Reference%m"), I understand now that this is what Lars was talking about a few days ago. The comment is needed because of the existence of the "%" in the string?

Re: Some messages won't get translated

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | In Menubar_pimpl.C there are lines such as: | | //xgettext:no-c-format | static char const * MenuNames[6] = { N_("Insert Reference%m"), | | I understand now that this is what Lars was talking about a few days | ago. The comment is needed

[PATCH] 1.1.5 figinset

2000-12-05 Thread John Levon
JMarc, here it is. Verified w. xforms 0.88 thanks john -- "If you can't say anything good about someone, sit right here by me." - Alice Roosevelt Longworth Index: ChangeLog === RCS file:

PATCH: Re: Some messages won't get translated

2000-12-05 Thread Angus Leeming
Attached is a patch that (almost) resolves this bug. However, I have a problem in frontends/xforms/forms/fdfixc.sed. Putting this in the sed script: # gettext will get confused if the string contains a "%" unless the line is # preceeded immediately by //xgettext:no-c-format /_(".*[%].*")/i\

Re: Some messages won't get translated

2000-12-05 Thread Baruch Even
On Tue, 5 Dec 2000, Angus Leeming wrote: Got it. Many thanks, Dekel, Lars, JMarc. The penny, centime, agora, kroner has finally dropped Actually the agora was dropped quite some time ago, the minimum coin is 5 agorot. Though if you bill or get billed by credit card, they still count by a

Re: Core dump when setting preferences with Lyx 1.1.6pre2

2000-12-05 Thread Ben Cazzolato
Guys Errr Let's get this straight. Before you Reconfigured, you couldn't open Edit-Preferences. After you reconfigured you could. Before manually reconfiguring I could open up the Preferences but it would cause the crash. Yes, when lyx is installing it runs reconfigure. However, I

Problems with viewing figures with dvi on 1.1.6pre

2000-12-05 Thread Ben Cazzolato
Guys I'm having problems with the DVI viewer and figures with lyx1.1.6pre2. I think it has to do with the full path being used. The process initated by lyx when viewing DVI is xdvi.bin -name xdvi -paper a4 /home/bscazz/consult/britax/proposal.dvi Now if you look at the output from

Underlining text

2000-12-05 Thread Ben Cazzolato
Just noticed that it is possible to change the layout of the characters with Layout Bold etc, or even Layout Character Shape. However, I don't see underlining anywhere. I can get it via the hot key CNTRL u. Is this an oversight or is it somehow different than bold, emphasise, noun, etc?

Re: ngerman!

2000-12-05 Thread Andreas Gehlert
Hi! For the new release, the lib/languages files needs an update to incooperate the ngerman (New German Rules) package in Lyx. I tried to create a respective patch according to the description on your web-page. Andreas lib_languages_patch.gz

Re: Edit-[] Read-Only (checkbox)

2000-12-05 Thread Allan Rae
On 5 Dec 2000, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | Doesn't he mean the equivalent of emacs' C-xC-q, toggle the | read-only status of this buffer. Yes, I belive so. ... and emacs has an Edit-Read-Only checkbutton so why not us? I know the key binding but

Re: menu-open problem in all bind files

2000-12-05 Thread Allan Rae
On 5 Dec 2000, Jean-Marc Lasgouttes wrote: "Allan" == Allan Rae [EMAIL PROTECTED] writes: Allan We have four options: 1. Edit all entries in all bind files Allan that use menu-open to use the menu names in all lowercase Allan letters. 2. Rename all menus in default.ui to start with a

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-05 Thread Rainer Hoffmann
I build a new lyx and start it with src/lyx. Then I go to the preferences menu and change something small (e.g. adding an option for dvips). Then I click on save and the appearance of the document on the screen changes: All the fonts look smaller, the title is the same size as standard text. All

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-05 Thread Allan Rae
On Wed, 6 Dec 2000, Rainer Hoffmann wrote: I build a new lyx and start it with src/lyx. Then I go to the preferences menu and change something small (e.g. adding an option for dvips). Then I click on save and the appearance of the document on the screen changes: All the fonts look smaller,

Setting up a branch???

2000-12-05 Thread Angus Leeming
Lars, I got overexcited last night and attempted to clean up LyXParagraph and the Insets so that they are "buffer transparent". Ie, they don't store a (Buffer *) but the appropriate buffer is passed to any function that desires it. Needless to say, this results in lots of changes to the

Re: ERT inset

2000-12-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: | | Angus> Also, as a collapsable inset, shouldn't this be defined as a | Angus> NEW_INSET and not compiled at all for 1.1.6? | | I agree. We should not enable it until it is really

Re: ERT inset

2000-12-05 Thread Angus Leeming
On Tuesday 05 December 2000 10:20, Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > | > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > | > | Angus> Also, as a collapsable inset, shouldn't this be defined as a > | Angus> NEW_INSET and not compiled at all

Re: Setting up a branch???

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | of niggly little issues to clean up and, in the process, we could probably | ditch current_view entirely. | | In the meantime, the resulting code loads up that test file from yesterday. | | This seems to be a perfect for a short branch, so can you

Re: ERT inset

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | > leave ERT as it is, but don't mention it... | | Shall I "hide" the entry in the Preferences::Colors tab? Yes, why not...or it is not really that important. Lgb

Re: Setting up a branch???

2000-12-05 Thread Angus Leeming
On Tuesday 05 December 2000 10:31, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | of niggly little issues to clean up and, in the process, we could > | probably ditch current_view entirely. > | > | In the meantime, the resulting code loads up that test file from > |

Re: Setting up a branch???

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | > Hmm, I recall that I sent a mail in this topic a short wile ago... why | > not look at that and come back with questions afterwards? | | Found it. Thanks for jogging my memory. | | 1. create a tag at the current point | cvs rtag

Re: Setting up a branch???

2000-12-05 Thread Angus Leeming
On Tuesday 05 December 2000 11:05, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | > Hmm, I recall that I sent a mail in this topic a short wile ago... why > | > not look at that and come back with questions afterwards? > | > | Found it. Thanks for jogging my memory.

Re: Setting up a branch???

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Tuesday 05 December 2000 11:05, Lars Gullik Bjønnes wrote: | > Angus Leeming <[EMAIL PROTECTED]> writes: | > | > Hmm, I recall that I sent a mail in this topic a short wile ago... why | > | > not look at that and come back with questions afterwards?

Re: CVS compile failure

2000-12-05 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > Why isn't -lXpm on your link line? > > Didn't you get a warning when running configure? > > Lgb Good question. No. Makefile says LYX_LIBS = -lforms -lXpm I'll do an update on A's machine and investigate further. Thanks, Garst

Re: Setting up a branch???

2000-12-05 Thread Angus Leeming
Thanks, Lars. All understood. I'll wait on you giving me "write" status and will then create this branch. Many thanks for the help. Angus On Tuesday 05 December 2000 11:22, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Tuesday 05 December 2000 11:05, Lars

'\n' output in floats

2000-12-05 Thread Allan Rae
I thought I'd fixed this but it seems to have crept back in again -- or I didn't completely fix it last time. I'll look at this later in the week -- it's a matter of one too many '\n' after a figure/table in a float when you multiple figures in a float (and a manually inserted \subfigure).

Edit->[] Read-Only (checkbox)

2000-12-05 Thread Allan Rae
We need one. (toggle-read-only) Allan. (ARRae)

Re: KDE cleanup part deux

2000-12-05 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Some of the files in src/frontends/kde/dlg should be removed : Applied. Concerning your previous patch, doublecheck that I did it right. I had several problems with your script: - you cannot do "cvs add moc/Makefile.am" before doing

Re: [PATCH] two 1.1.6 bug fixes

2000-12-05 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> The attached patch fixes the two bugs : John> 1) figures wouldn't work if pspell was enabled. This bug is a John> direct result of not having functions in their proper files ;) John> 2) Fix most of the cases of the gs hangs with a

Re: menu-open problem in all bind files

2000-12-05 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> We have four options: 1. Edit all entries in all bind files Allan> that use menu-open to use the menu names in all lowercase Allan> letters. 2. Rename all menus in default.ui to start with a Allan> capital letter. 3. Convert the menu

Re: [PATCH] two 1.1.6 bug fixes

2000-12-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "John" == John Levon <[EMAIL PROTECTED]> writes: | | John> The attached patch fixes the two bugs : | | John> 1) figures wouldn't work if pspell was enabled. This bug is a | John> direct result of not having functions in their proper

Re: Edit->[] Read-Only (checkbox)

2000-12-05 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | We need one. (toggle-read-only) so it is not enough to know the keybinding? Lgb

Re: [PATCH] two 1.1.6 bug fixes

2000-12-05 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Very well... we will have anoter prerelease anyway... Lars> I guess we could take the "open-all-floats-when-spellchecking" Lars> patch too. Fine, I'll commit those two patches. John, I would be interested by a 1.1.5cvs patch

Re: Edit->[] Read-Only (checkbox)

2000-12-05 Thread Angus Leeming
Doesn't he mean the equivalent of emacs' C-xC-q, toggle the read-only status of this buffer. Angus On Tuesday 05 December 2000 13:49, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > | We need one. (toggle-read-only) > > so it is not enough to know the keybinding? > >

Re: Edit->[] Read-Only (checkbox)

2000-12-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Doesn't he mean the equivalent of emacs' C-xC-q, toggle the | read-only status of this buffer. Yes, I belive so. Lgb

  1   2   >