Re: A few things to do for 1.1.6

2000-12-07 Thread Angus Leeming
On Wednesday 06 December 2000 23:40, Lars Gullik Bjønnes wrote: Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | - fix space above/below in FprmParagraph | | - re-implemement the Edit-Floats submenu | | - see what to do with LyXConfig.lyx | | - update documentation (this can be done after

Re: pybliographer

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 03:11, Micha H. Werner wrote: hello, I'm no longer able to insert citations from pybliographer into lyx- documents with lyx 1.1.6pre2. When I try, the citation-popup appears with the correct entry, but the ok-button is not activated. I have to remove the entry

Re: Problems with viewing figures with dvi on 1.1.6pre

2000-12-07 Thread Angus Leeming
On Tuesday 05 December 2000 23:26, Ben Cazzolato wrote: 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

Re: Citation feature request

2000-12-07 Thread Angus Leeming
On Wednesday 06 December 2000 21:27, Amir Karger wrote: Apologies if this has been requested before. I would love to be able to insert citation references from the keyboard. I recognize that the new citation menu is much cooler than the old one, but I've lost that ability. Would there be

Re: pybliographer

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 10:34, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Well, we can at least activate the Ok button. I don't use Angus pybliographer and will find it hard to test this. However, if Angus you compiled 1.1.6pre2 yourself, then

Re: pybliographer

2000-12-07 Thread Angus Leeming
Sorry, got that wrong. The inserted code should be under LFUN_CITATION_CREATE of couse and would simply bypass the createCitation call: In LyXFunc::Dispatch(): case LFUN_CITATION_CREATE: { InsetCommandParams p( "cite" ); if (!argument.empty()) {

Re: pybliographer

2000-12-07 Thread Angus Leeming
Third time lucky! Not Dispatch(...CREATE) but Dispatch(..INSERT) Sorry, A On Thursday 07 December 2000 11:00, Angus Leeming wrote: Sorry, got that wrong. The inserted code should be under LFUN_CITATION_CREATE of couse and would simply bypass the createCitation call: In LyXFunc::Dispatch():

Re: pybliographer

2000-12-07 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Third time lucky! Not Dispatch(...CREATE) but Angus Dispatch(..INSERT) Sorry, A To test it, simply run "citation-insert foo" in the minubuffer. Pybliographer just uses the lyxserver to send commands to LyX. JMarc

Re: pybliographer

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 11:07, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Third time lucky! Not Dispatch(...CREATE) but Angus Dispatch(..INSERT) Sorry, A To test it, simply run "citation-insert foo" in the minubuffer. Pybliographer just uses

Re: announce lyx-1.1.6pre2; Look Feel

2000-12-07 Thread Angus Leeming
2) In the File-Save As Dialog: When I set the cursor in the middle of the filename and press the "Entf"-Key (I think it's called "Del" on english keyboard layouts) the character on the left side of the cursor is deleted instead of the right side 3) Same Dialog as in 2): If I press shift and

PATCH: current_view crash fix

2000-12-07 Thread Angus Leeming
Attached is a small patch that fixes the crash reported by Martin Vermeer, caused by using current_view before it had been initialised. Not the best way to do this, but much easier than changing Inset::Clone(Buffer const ) to Inset::Clone(). Angus Incidentally, why, when I make a change to

Re: Doc updates for 1.1.6

2000-12-07 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. Dekel

Re: pybliographer

2000-12-07 Thread Dekel Tsur
On Thu, Dec 07, 2000 at 11:04:17AM +, Angus Leeming wrote: Third time lucky! Not Dispatch(...CREATE) but Dispatch(..INSERT) Sorry, A On Thursday 07 December 2000 11:00, Angus Leeming wrote: Sorry, got that wrong. The inserted code should be under LFUN_CITATION_CREATE of couse and

Re: pybliographer

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 13:53, Dekel Tsur wrote: On Thu, Dec 07, 2000 at 11:04:17AM +, Angus Leeming wrote: Third time lucky! Not Dispatch(...CREATE) but Dispatch(..INSERT) Sorry, A On Thursday 07 December 2000 11:00, Angus Leeming wrote: Sorry, got that wrong. The inserted

Re: pybliographer

2000-12-07 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Ideally, minibuffer citation-insert foo would call Angus LFUN_CITATION_INSERT, but the string passed has a different Angus format to that passed from FormCitation::apply(). Could change Angus the string passed from the minibuffer, but

Re: PATCH: current_view crash fix

2000-12-07 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Attached is a small patch that fixes the crash reported by Angus Martin Vermeer, caused by using current_view before it had been Angus initialised. Not the best way to do this, but much easier than Angus changing Inset::Clone(Buffer const

Re: CVS LyX dumps core

2000-12-07 Thread Jean-Marc Lasgouttes
"Svante" == Svante Signell [EMAIL PROTECTED] writes: Svante Hi, The newly built LyX (Dec 6 CVS) dumps core, see below. Svante Where is memmove supposed to be found, in glibc (2.2-5)? Could you do a backtrace (bt)? JMarc

Re: key bindings in XForms input objects

2000-12-07 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Ideally we should map those to the the bindings that we already Lars have enabled with bindfiles and bind. This would be nice. We should also check that these are one-character keystrokes (since xforms does not do complex bindings).

Re: A few things to do for 1.1.6

2000-12-07 Thread Dekel Tsur
On Thu, Dec 07, 2000 at 01:06:20AM +0100, Lars Gullik Bjnnes wrote: [EMAIL PROTECTED] writes: Perhaps we should just set a date for the prerelease and also for the release of 1.1.6 final. Prerelease 1.1.6pre3. Fri 8. december. Release of 1.1.6 final Fri 15. december. Of course if we

Re: projects [was: Re: Fwd: Re: Mandrake and KDe frontend]

2000-12-07 Thread John Levon
On 7 Dec 2000, Lars Gullik Bjønnes wrote: John Levon [EMAIL PROTECTED] writes: | also I personally would like to see a re-organisation of the lyxfunc code | to be more organised, as I briefly mentioned earlier. This would also be a | great oppportunity for me to learn some more advanced

Re: Bug report (margin note deletion)

2000-12-07 Thread John Levon
On 7 Dec 2000, Lars Gullik Bjønnes wrote: One option we have for lyx-1.1.6 is to disable the ERROR message, nothing bad seems to happen... Lgb unless we're at cross-purposes, this means I can't delete a foot/margin note with the cursor, without highlighting it first ... that seems

Re: A few things to do for 1.1.6

2000-12-07 Thread John Levon
On 7 Dec 2000, Lars Gullik Bjønnes wrote: Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | - fix space above/below in FprmParagraph | | - re-implemement the Edit-Floats submenu | | - see what to do with LyXConfig.lyx | | - update documentation (this can be done after pre1 is out)

Re: pybliographer

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 14:12, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Ideally, minibuffer citation-insert foo would call Angus LFUN_CITATION_INSERT, but the string passed has a different Angus format to that passed from

Re: C++ Tips

2000-12-07 Thread John Levon
On Thu, 7 Dec 2000, Baruch Even wrote: It is usually being updated very slowly, the tips are mostly discussion snippets from the newsgroups anyhow, but the good thing is that the good stuff is being collected in a single place. I suppose it depends on the time of its maintainer and the

Re: PATCH: current_view crash fix

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 14:13, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Attached is a small patch that fixes the crash reported by Angus Martin Vermeer, caused by using current_view before it had been Angus initialised. Not the best way to do

Re: PATCH: current_view crash fix

2000-12-07 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Could you prepare a version for 1.1.5 too? Angus No need. The problem was introduced when I changed Angus Inset::Clone() to Inset::Clone(Buffer const ). This doesn't Angus exist for 1.1.5 (which loads the test code fine). OK, I thought that

Re: Math labels.

2000-12-07 Thread Dekel Tsur
On Thu, Dec 07, 2000 at 02:57:52PM +, Angus Leeming wrote: Note that while changing a regular label will also changes the references to the label, changing a math label doesn't change the references. This bug will be fixed in 1.1.6, and maybe in 1.1.5fix3 Dekel, (not having looked at

Re: PATCH: current_view crash fix

2000-12-07 Thread Jean-Marc Lasgouttes
"Martin" == Martin Vermeer [EMAIL PROTECTED] writes: Martin [[EMAIL PROTECTED]:~]$ rpm -q lyx lyx-1.1.5fix1-1 Yes, but the bug was with 1.1.6 cvs, right? JMarc

PATCH: FormGraphics, FormPreferences

2000-12-07 Thread Angus Leeming
A little bug fixing (and hiding...) A patch.diff.bz2

Re: The only good bug is a dead bug (1.1.5fix3, status update #2)

2000-12-07 Thread Dekel Tsur
On Wed, Dec 06, 2000 at 07:11:32PM +, Angus Leeming wrote: On 6 Dec 2000, Jean-Marc Lasgouttes wrote: - clipboard-related crashes http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg13712.html I can't reproduce this one in 1.1.5cvs. Seems fine. When I copypaste from LyX to

Re: A few things to do for 1.1.6

2000-12-07 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | - Speed not an issue | - Memory usage not an issue | - Display problems only minor ones? | - When if you have a table containing a reference to a label, and the label | is changed, the reference isn't updated. To fix this problem we need to |

Patch for 1.1.5fix

2000-12-07 Thread Dekel Tsur
I've backported few bug fixes for 1.1.5. patch.gz

Re: Math labels.

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 15:26, Dekel Tsur wrote: On Thu, Dec 07, 2000 at 02:57:52PM +, Angus Leeming wrote: Note that while changing a regular label will also changes the references to the label, changing a math label doesn't change the references. This bug will be fixed in

Re: The only good bug is a dead bug (1.1.5fix3, status update #2)

2000-12-07 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | On Wed, Dec 06, 2000 at 07:11:32PM +, Angus Leeming wrote: | On 6 Dec 2000, Jean-Marc Lasgouttes wrote: |- clipboard-related crashes | http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg13712.html | I can't reproduce this one in

Re: CVS LyX dumps core

2000-12-07 Thread Svante Signell
Forgot to cc: to the list. Jean-Marc Lasgouttes writes: "Svante" == Svante Signell [EMAIL PROTECTED] writes: Svante Hi, The newly built LyX (Dec 6 CVS) dumps core, see below. Svante Where is memmove supposed to be found, in glibc (2.2-5)? Could you do a backtrace (bt)? JMarc

Re: [Bug #124881] automatic update of references and TOC popups

2000-12-07 Thread John Levon
On Thu, 7 Dec 2000 [EMAIL PROTECTED] wrote: Anyway, back to my desire for automatically updated labels in the InsetRef popup. This code would lead directly to it if we: 1. Call ChangeRefsIfUnique() from the InsetLabel d-tor. 2. Emit an updateRefs signal from ChageRefs(). Angus But I

External Insets

2000-12-07 Thread John Levon
Can someone turn off all the output when you use this please, if it's stable now ? I still get Unknown external material template: and FormatEnd: FormatEnd messages as well, by the way thanks john -- FOCUS: So where does this common feeling of frustration come from that unites all the

Re: FormGraphics crash

2000-12-07 Thread Baruch Even
I don't see this behaviour, and anyhow the FormGraphics code has already been through several rounds of modifications by others, so its not really mine anymore :-) On Thu, 7 Dec 2000, Angus Leeming wrote: Does anybody else get this? If I open up Baruch's new Graphics popup (ie, build the

Re: 1.1.6.pre2 package geometry

2000-12-07 Thread Angus Leeming
On Thursday 30 November 2000 23:30, Herbert Voss wrote: in lyx 1.1.5 i could toggle the "use package geometry"-button, with or without any values in the four fields for the margins. in 1.1.6.pre2 you have to clear all four fields, otherwise you can't change the use of the geometry package.

Re: LyX still does not compile (workaround found, but bug real)

2000-12-07 Thread Duncan Simpson
In general it is *very dangeruous* to assume that this or that header is not included for any reason. The chance of this "non bug" ot breaking a {Open Mo, Mo,Less}tif port is at least 99.99% (my estimate is 120%). Anything that needs Xmu or Xt is probably fatal. If you are going to use X11

Re: FormGraphics crash

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 18:35, Baruch Even wrote: I don't see this behaviour, and anyhow the FormGraphics code has already been through several rounds of modifications by others, so its not really mine anymore :-) Interesting. What version of xforms are you using. Here I've got 0.89

Re: PATCH: current_view crash fix

2000-12-07 Thread Martin Vermeer
On Thu, Dec 07, 2000 at 05:06:56PM +0100, Jean-Marc Lasgouttes wrote: To: Martin Vermeer [EMAIL PROTECTED] Cc: Jean-Marc Lasgouttes [EMAIL PROTECTED], Angus Leeming [EMAIL PROTECTED], LyX developers [EMAIL PROTECTED] Subject: Re: PATCH: current_view crash fix From: Jean-Marc

Re: FormGraphics crash

2000-12-07 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Thursday 07 December 2000 18:35, Baruch Even wrote: | I don't see this behaviour, and anyhow the FormGraphics code has already | been through several rounds of modifications by others, so its not really | mine anymore :-) | | Interesting. What

Re: PATCH: current_view crash fix

2000-12-07 Thread Angus Leeming
Yes, and I checked again today (around mid-day UTC) with current CVS. Bug alive 'n kickin'! not sure that it had been applied by then. The newest entry of the ChangeLog is currently. 2000-12-07 Angus Leeming [EMAIL PROTECTED] * src/lyxparagraph.h, src/paragraph.C

Re: FormGraphics crash

2000-12-07 Thread John Levon
On Thu, 7 Dec 2000, Angus Leeming wrote: On Thursday 07 December 2000 18:35, Baruch Even wrote: I don't see this behaviour, and anyhow the FormGraphics code has already been through several rounds of modifications by others, so its not really mine anymore :-) Interesting. What version

Re: FormGraphics crash

2000-12-07 Thread Angus Leeming
Hi. I've been struggling on with xforms 0.89 for a while, but keep coming across bugs that other LyX developers do not see. I suspect that this is because I'm using old code that has improved markedly since my fix-level 0 release. Unfortunately, I see that the dec-alpha/4.x/bxform-089.tgz has

Re: LyX still does not compile (workaround found, but bug real)

2000-12-07 Thread Lars Gullik Bjønnes
Duncan Simpson [EMAIL PROTECTED] writes: | In general it is *very dangeruous* to assume that this or that header is not | included for any reason. The chance of this "non bug" ot breaking a {Open Mo, | Mo,Less}tif port is at least 99.99% (my estimate is 120%). Anything that needs | Xmu or Xt

cvsweb bug

2000-12-07 Thread John Levon
Has http://sourceforge.net/bugs/?func=detailbugbug_id=124407group_id=15212 (button==0 in workarea) been commited to both 1.1.6 and 1.1.5cvs yet ? I wold check 1.1.5 from cvsweb, but the branch selection box is light-grey-on-white (mmm, readable) and I couldn't see a 1.1.5cvs choice. if it's

Re: LyX still does not compile (workaround found, but bug real)

2000-12-07 Thread Duncan Simpson
Well, if you insit on using a single _ prefix you can get burned. It is knwon and systenm lbraries make hevay use of names starying with _ to avoid names in your programs. If you had used ObjectRec instead of _ObjectRec you would have avodied trouble. However there is more... X11/XInstric.h,

Re: cvsweb bug

2000-12-07 Thread John Levon
On Thu, 7 Dec 2000, John Levon wrote: I wold check 1.1.5 from cvsweb, but the branch selection box is light-grey-on-white (mmm, readable) and I couldn't see a 1.1.5cvs choice. OK, I squinted and found the right choice. I'll close the bug. Sorry. thanks john -- FOCUS: So where does this

Re: FormGraphics crash

2000-12-07 Thread Baruch Even
On Thu, 7 Dec 2000, Angus Leeming wrote: On Thursday 07 December 2000 18:35, Baruch Even wrote: I don't see this behaviour, and anyhow the FormGraphics code has already been through several rounds of modifications by others, so its not really mine anymore :-) Interesting. What version

Re: Problems with viewing figures with dvi on 1.1.6pre

2000-12-07 Thread Ben Cazzolato
Angus Ben, this is happening because you're using a temporary directory to create your LaTeX and DVI files. The PostScript stuff is no longer in the same relative path. The fix is to make MakeAbsPath() more intelligent. The work around is to 1. Not use a temporary directory.

BUG problems with export HTML

2000-12-07 Thread Garst R. Reese
Using tth, which has worked fine in the past. Latest CVS 1.1.6 LyX hangs until I go to ps and kill pid 30701 sh -c latex $$i and latex 30701i filename then the html file shows up in the right place. export latex works. The same happend with latex2html, but it also had error msgs not liking the

Re: A few things to do for 1.1.6

2000-12-07 Thread Angus Leeming
On Wednesday 06 December 2000 23:40, Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > | - fix space above/below in FprmParagraph > | > | - re-implemement the Edit->Floats submenu > | > | - see what to do with LyXConfig.lyx > | > | - update documentation (this can be

Re: pybliographer

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 03:11, Micha H. Werner wrote: > hello, > > I'm no longer able to insert citations from pybliographer into lyx- > documents with lyx 1.1.6pre2. When I try, the citation-popup appears > with the correct entry, but the ok-button is not activated. I have to > remove the

Re: Problems with viewing figures with dvi on 1.1.6pre

2000-12-07 Thread Angus Leeming
On Tuesday 05 December 2000 23:26, Ben Cazzolato wrote: > 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

Re: Citation feature request

2000-12-07 Thread Angus Leeming
On Wednesday 06 December 2000 21:27, Amir Karger wrote: > Apologies if this has been requested before. > > I would love to be able to insert citation references from the keyboard. I > recognize that the new citation menu is much cooler than the old one, but > I've lost that ability. > > Would

Re: pybliographer

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 10:34, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Well, we can at least activate the Ok button. I don't use > Angus> pybliographer and will find it hard to test this. However, if > Angus> you compiled 1.1.6pre2

Re: pybliographer

2000-12-07 Thread Angus Leeming
Sorry, got that wrong. The inserted code should be under LFUN_CITATION_CREATE of couse and would simply bypass the createCitation call: In LyXFunc::Dispatch(): case LFUN_CITATION_CREATE: { InsetCommandParams p( "cite" ); if (!argument.empty()) {

Re: pybliographer

2000-12-07 Thread Angus Leeming
Third time lucky! Not Dispatch(...CREATE) but Dispatch(..INSERT) Sorry, A On Thursday 07 December 2000 11:00, Angus Leeming wrote: Sorry, got that wrong. The inserted code should be under LFUN_CITATION_CREATE of couse and would simply bypass the createCitation call: In LyXFunc::Dispatch():

Re: pybliographer

2000-12-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Third time lucky! Not Dispatch(...CREATE) but Angus> Dispatch(..INSERT) Sorry, A To test it, simply run "citation-insert foo" in the minubuffer. Pybliographer just uses the lyxserver to send commands to LyX. JMarc

Re: pybliographer

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 11:07, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Third time lucky! Not Dispatch(...CREATE) but > Angus> Dispatch(..INSERT) Sorry, A > > To test it, simply run "citation-insert foo" in the minubuffer. >

Re: announce lyx-1.1.6pre2; Look & Feel

2000-12-07 Thread Angus Leeming
> 2) In the File-Save As Dialog: When I set the cursor in the middle of the > filename and press the "Entf"-Key (I think it's called "Del" on english > keyboard layouts) the character on the left side of the cursor is deleted > instead of the right side > 3) Same Dialog as in 2): If I press shift

PATCH: current_view crash fix

2000-12-07 Thread Angus Leeming
Attached is a small patch that fixes the crash reported by Martin Vermeer, caused by using current_view before it had been initialised. Not the best way to do this, but much easier than changing Inset::Clone(Buffer const &) to Inset::Clone(). Angus Incidentally, why, when I make a change to

Re: Doc updates for 1.1.6

2000-12-07 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

Re: pybliographer

2000-12-07 Thread Dekel Tsur
On Thu, Dec 07, 2000 at 11:04:17AM +, Angus Leeming wrote: > Third time lucky! Not Dispatch(...CREATE) but Dispatch(..INSERT) > Sorry, > A > > On Thursday 07 December 2000 11:00, Angus Leeming wrote: > Sorry, got that wrong. The inserted code should be under > LFUN_CITATION_CREATE of couse

Re: pybliographer

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 13:53, Dekel Tsur wrote: > On Thu, Dec 07, 2000 at 11:04:17AM +, Angus Leeming wrote: > > Third time lucky! Not Dispatch(...CREATE) but Dispatch(..INSERT) > > Sorry, > > A > > > > On Thursday 07 December 2000 11:00, Angus Leeming wrote: > > Sorry, got that wrong.

Re: pybliographer

2000-12-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Ideally, minibuffer citation-insert foo would call Angus> LFUN_CITATION_INSERT, but the string passed has a different Angus> format to that passed from FormCitation::apply(). Could change Angus> the string passed from the

Re: PATCH: current_view crash fix

2000-12-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Attached is a small patch that fixes the crash reported by Angus> Martin Vermeer, caused by using current_view before it had been Angus> initialised. Not the best way to do this, but much easier than Angus> changing

Re: CVS LyX dumps core

2000-12-07 Thread Jean-Marc Lasgouttes
> "Svante" == Svante Signell <[EMAIL PROTECTED]> writes: Svante> Hi, The newly built LyX (Dec 6 CVS) dumps core, see below. Svante> Where is memmove supposed to be found, in glibc (2.2-5)? Could you do a backtrace (bt)? JMarc

Re: key bindings in XForms input objects

2000-12-07 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Ideally we should map those to the the bindings that we already Lars> have enabled with bindfiles and bind. This would be nice. We should also check that these are one-character keystrokes (since xforms does not do complex

Re: A few things to do for 1.1.6

2000-12-07 Thread Dekel Tsur
On Thu, Dec 07, 2000 at 01:06:20AM +0100, Lars Gullik Bjnnes wrote: > [EMAIL PROTECTED] writes: > > Perhaps we should just set a date for the prerelease and also for the > release of 1.1.6 final. > > Prerelease 1.1.6pre3. Fri 8. december. > Release of 1.1.6 final Fri 15. december. Of course if

Re: projects [was: Re: Fwd: Re: Mandrake and KDe frontend]

2000-12-07 Thread John Levon
On 7 Dec 2000, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | also I personally would like to see a re-organisation of the lyxfunc code > | to be more organised, as I briefly mentioned earlier. This would also be a > | great oppportunity for me to learn some more

Re: Bug report (margin note deletion)

2000-12-07 Thread John Levon
On 7 Dec 2000, Lars Gullik Bjønnes wrote: > One option we have for lyx-1.1.6 is to disable the ERROR message, > nothing bad seems to happen... > > Lgb unless we're at cross-purposes, this means I can't delete a foot/margin note with the cursor, without highlighting it first ... that

Re: A few things to do for 1.1.6

2000-12-07 Thread John Levon
On 7 Dec 2000, Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > | - fix space above/below in FprmParagraph > | > | - re-implemement the Edit->Floats submenu > | > | - see what to do with LyXConfig.lyx > | > | - update documentation (this can be done after

Re: pybliographer

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 14:12, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Ideally, minibuffer citation-insert foo would call > Angus> LFUN_CITATION_INSERT, but the string passed has a different > Angus> format to that passed from

Re: C++ Tips

2000-12-07 Thread John Levon
On Thu, 7 Dec 2000, Baruch Even wrote: > It is usually being updated very slowly, the tips are mostly discussion > snippets from the newsgroups anyhow, but the good thing is that the good > stuff is being collected in a single place. > > I suppose it depends on the time of its maintainer and

Re: PATCH: current_view crash fix

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 14:13, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Attached is a small patch that fixes the crash reported by > Angus> Martin Vermeer, caused by using current_view before it had been > Angus> initialised. Not the

Re: PATCH: current_view crash fix

2000-12-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> Could you prepare a version for 1.1.5 too? Angus> No need. The problem was introduced when I changed Angus> Inset::Clone() to Inset::Clone(Buffer const &). This doesn't Angus> exist for 1.1.5 (which loads the test code fine). OK, I

Re: Math labels.

2000-12-07 Thread Dekel Tsur
On Thu, Dec 07, 2000 at 02:57:52PM +, Angus Leeming wrote: > > Note that while changing a regular label will also changes the references > > to the label, changing a math label doesn't change the references. > > This bug will be fixed in 1.1.6, and maybe in 1.1.5fix3 > > Dekel, (not having

Re: PATCH: current_view crash fix

2000-12-07 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> [[EMAIL PROTECTED]:~]$ rpm -q lyx lyx-1.1.5fix1-1 Yes, but the bug was with 1.1.6 cvs, right? JMarc

PATCH: FormGraphics, FormPreferences

2000-12-07 Thread Angus Leeming
A little bug fixing (and hiding...) A patch.diff.bz2

Re: The only good bug is a dead bug (1.1.5fix3, status update #2)

2000-12-07 Thread Dekel Tsur
On Wed, Dec 06, 2000 at 07:11:32PM +, Angus Leeming wrote: > > On 6 Dec 2000, Jean-Marc Lasgouttes wrote: > > > - clipboard-related crashes > > > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg13712.html > I can't reproduce this one in 1.1.5cvs. Seems fine. When I copy from LyX to

Re: A few things to do for 1.1.6

2000-12-07 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | - Speed not an issue | - Memory usage not an issue | - Display problems only minor ones? | - When if you have a table containing a reference to a label, and the label | is changed, the reference isn't updated. To fix this problem we need to |

Patch for 1.1.5fix

2000-12-07 Thread Dekel Tsur
I've backported few bug fixes for 1.1.5. patch.gz

Re: Math labels.

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 15:26, Dekel Tsur wrote: > > On Thu, Dec 07, 2000 at 02:57:52PM +, Angus Leeming wrote: > > > Note that while changing a regular label will also changes the > > > references to the label, changing a math label doesn't change the > > > references. This bug will be

Re: The only good bug is a dead bug (1.1.5fix3, status update #2)

2000-12-07 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Wed, Dec 06, 2000 at 07:11:32PM +, Angus Leeming wrote: | > > On 6 Dec 2000, Jean-Marc Lasgouttes wrote: | > > > - clipboard-related crashes | > > > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg13712.html | > I can't reproduce this one

Re: CVS LyX dumps core

2000-12-07 Thread Svante Signell
Forgot to cc: to the list. Jean-Marc Lasgouttes writes: > > "Svante" == Svante Signell <[EMAIL PROTECTED]> writes: > > Svante> Hi, The newly built LyX (Dec 6 CVS) dumps core, see below. > Svante> Where is memmove supposed to be found, in glibc (2.2-5)? > > Could you do a backtrace

Re: [Bug #124881] automatic update of references and TOC popups

2000-12-07 Thread John Levon
On Thu, 7 Dec 2000 [EMAIL PROTECTED] wrote: > Anyway, back to my desire for automatically updated labels in the InsetRef popup. >This code would lead directly to it if we: > 1. Call ChangeRefsIfUnique() from the InsetLabel d-tor. > 2. Emit an updateRefs signal from ChageRefs(). > > Angus But

External Insets

2000-12-07 Thread John Levon
Can someone turn off all the output when you use this please, if it's stable now ? I still get Unknown external material template: and FormatEnd: FormatEnd messages as well, by the way thanks john -- FOCUS: So where does this common feeling of frustration come from that unites all the

Re: FormGraphics crash

2000-12-07 Thread Baruch Even
I don't see this behaviour, and anyhow the FormGraphics code has already been through several rounds of modifications by others, so its not really mine anymore :-) On Thu, 7 Dec 2000, Angus Leeming wrote: > Does anybody else get this? If I open up Baruch's new Graphics popup (ie, > build the

Re: 1.1.6.pre2 package geometry

2000-12-07 Thread Angus Leeming
On Thursday 30 November 2000 23:30, Herbert Voss wrote: > in lyx 1.1.5 i could toggle the "use package geometry"-button, > with or without any values in the four fields for the margins. > in 1.1.6.pre2 you have to clear all four fields, otherwise > you can't change the use of the geometry

Re: LyX still does not compile (workaround found, but bug real)

2000-12-07 Thread Duncan Simpson
In general it is *very dangeruous* to assume that this or that header is not included for any reason. The chance of this "non bug" ot breaking a {Open Mo, Mo,Less}tif port is at least 99.99% (my estimate is 120%). Anything that needs Xmu or Xt is probably fatal. If you are going to use X11

Re: FormGraphics crash

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 18:35, Baruch Even wrote: > I don't see this behaviour, and anyhow the FormGraphics code has already > been through several rounds of modifications by others, so its not really > mine anymore :-) Interesting. What version of xforms are you using. Here I've got 0.89

Re: PATCH: current_view crash fix

2000-12-07 Thread Martin Vermeer
On Thu, Dec 07, 2000 at 05:06:56PM +0100, Jean-Marc Lasgouttes wrote: > To: Martin Vermeer <[EMAIL PROTECTED]> > Cc: Jean-Marc Lasgouttes <[EMAIL PROTECTED]>, > Angus Leeming <[EMAIL PROTECTED]>, > LyX developers <[EMAIL PROTECTED]> > Subject: Re: PATCH: current_view crash fix >

Re: FormGraphics crash

2000-12-07 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 07 December 2000 18:35, Baruch Even wrote: | > I don't see this behaviour, and anyhow the FormGraphics code has already | > been through several rounds of modifications by others, so its not really | > mine anymore :-) | | Interesting.

Re: PATCH: current_view crash fix

2000-12-07 Thread Angus Leeming
> Yes, and I checked again today (around mid-day UTC) with current CVS. > Bug alive 'n kickin'! not sure that it had been applied by then. The newest entry of the ChangeLog is currently. 2000-12-07 Angus Leeming <[EMAIL PROTECTED]> * src/lyxparagraph.h, src/paragraph.C

Re: FormGraphics crash

2000-12-07 Thread John Levon
On Thu, 7 Dec 2000, Angus Leeming wrote: > On Thursday 07 December 2000 18:35, Baruch Even wrote: > > I don't see this behaviour, and anyhow the FormGraphics code has already > > been through several rounds of modifications by others, so its not really > > mine anymore :-) > > Interesting. What

Re: FormGraphics crash

2000-12-07 Thread Angus Leeming
Hi. I've been struggling on with xforms 0.89 for a while, but keep coming across bugs that other LyX developers do not see. I suspect that this is because I'm using old code that has improved markedly since my fix-level 0 release. Unfortunately, I see that the dec-alpha/4.x/bxform-089.tgz has

Re: LyX still does not compile (workaround found, but bug real)

2000-12-07 Thread Lars Gullik Bjønnes
Duncan Simpson <[EMAIL PROTECTED]> writes: | In general it is *very dangeruous* to assume that this or that header is not | included for any reason. The chance of this "non bug" ot breaking a {Open Mo, | Mo,Less}tif port is at least 99.99% (my estimate is 120%). Anything that needs | Xmu or

  1   2   >