Re: Cursor movement

2001-09-24 Thread Angus Leeming
On Tuesday 25 September 2001 07:40, Andre Poenitz wrote: > On Mon, Sep 24, 2001 at 10:11:20PM +0200, Herbert Voss wrote: > > Andre Poenitz wrote: > > > > > > I changed a few things, try again. > > > > > > What exactly should happen if we have > > > > > > 1_{2}^{3}4_{5}^{6} > > > > > > and th

Re: Cursor movement

2001-09-24 Thread Juergen Vigna
On 25-Sep-2001 Andre Poenitz wrote: > And what should happen to the sub/superscript? They can't hang around on > their own. I could, however, use a "dummy" base. Question is, whether this > should be unvisible or visible as "{}" eg. IMO if it's possible and not too much work it would be nice to

seting \input, font paths

2001-09-24 Thread Andrej Vodopivec (158-2353/041-928-765)
Hi, I found an old mail by Andre Poenitz on including gif into Lyx. Since conversion to EPS results in enormous files I tried bm2font. I get what I want by exporting Lyx file to LaTeX and converting it todvi with latex. I can not run it from Lyx because \input file does not read the file.tex fro

Re: mathed - pointer & references

2001-09-24 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 01:45:20AM +0200, Michael Schmitt wrote: > Hi Andre, > > by accident I noticed that you have introduced a new method: > >MathScriptInset * & up(); > > Are you sure that the pointer and reference are used correctly here? What's wrong with that? > I'd say the mixed u

Re: Cursor movement

2001-09-24 Thread Andre Poenitz
On Mon, Sep 24, 2001 at 10:11:20PM +0200, Herbert Voss wrote: > Andre Poenitz wrote: > > > > I changed a few things, try again. > > > > What exactly should happen if we have > > > > 1_{2}^{3}4_{5}^{6} > > > > and the '4' is deleted? > > from my point of view only the '4'. And what should h

Re: qt2 configure

2001-09-24 Thread John Levon
On Tue, Sep 25, 2001 at 10:00:59AM +0900, R. Lahaye wrote: >ac_cv_have_qt2=${ac_cv_have_qt2='have_qt2=yes ac_qt2_name= \ this is the crucial problem. ac_qt2_name should never be empty, it should always be either "-lqt" or "-lqt2" The only way I can see this could not be set is by having an

mathed - pointer & references

2001-09-24 Thread Michael Schmitt
Hi Andre, by accident I noticed that you have introduced a new method: MathScriptInset * & up(); Are you sure that the pointer and reference are used correctly here? I'd say the mixed use of both is rather dangerous, isn't? Michael ==

Re: search causes hang

2001-09-24 Thread John Levon
On Mon, Sep 24, 2001 at 04:03:49PM -0400, Richard E. Hawkins wrote: > A forward search without success causes lyx to hang. I found this in > extended.lyx (which itself still isn't where it's supposed to be). > With the search dialog over the document, it left a pretty trail as I > dragged it

Re: DB2LyX release (0.1.4)

2001-09-24 Thread ben
Jose Abilio Oliveira Matos a écrit : > On Sun, Sep 23, 2001 at 07:31:46PM +0200, ben wrote: > > Hi Ben, > after correcting the path in refentry.dtd I have succefully run the > makefile in doc/. > > I have problems with docbook-xml 4.1, but not with 4.1.2. What are the problems? BG

Re: DB2LyX release (0.1.4)

2001-09-24 Thread ben
Jose Abilio Oliveira Matos a écrit : > On Sun, Sep 23, 2001 at 07:31:46PM +0200, ben wrote: > > Ok, after many dangers I have set all the needed files. I have run > xml_config in ~/.lyx. I admit that config is a bit heavy... > No problem until... > > make[2]: Entering directory /home/jamato

Re: trivial latex-y question (printing print time) & doc. question

2001-09-24 Thread Zvezdan Petkovic
On Mon, Sep 24, 2001 at 04:02:38PM -0400, [EMAIL PROTECTED] wrote: > herbert held, > > > > On Mon, 24 Sep 2001 [EMAIL PROTECTED] wrote: > > > > herbert harumphed, > > > > "Richard E. Hawkins" wrote: > > > > Thanks, but this gives the error, File `time.sty' not found. > > > package time availa

Re: Cursor movement

2001-09-24 Thread Herbert Voss
Andre Poenitz wrote: > > I changed a few things, try again. > > What exactly should happen if we have > > 1_{2}^{3}4_{5}^{6} > > and the '4' is deleted? from my point of view only the '4'. Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

Installation problems in Linux

2001-09-24 Thread Arthur_Gretton
Hi, I seem to be having toubles installing Lyx on Red Hat 7.0. When I type make, it gives the following error message (after many many lines of compilation messages): g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem /usr/X11R6/include -g -O2 -fno-exceptions -c buffer.C Cannot

Re: trivial latex-y question (printing print time) & doc. question

2001-09-24 Thread Herbert Voss
On Mon, 24 Sep 2001 [EMAIL PROTECTED] wrote: > herbert harumphed, > > "Richard E. Hawkins" wrote: > > > > Okay, softball time :) > > > > I'd like a footer or header to print the print time & date on each page. > > > I assume this is a quick line in the preamble? Hack level is fine; i > > > nee

Re: CVS Update: lyx-devel

2001-09-24 Thread Angus Leeming
On Monday 24 September 2001 14:13, Jean-Marc Lasgouttes wrote: > In the list of buffers, I see something like > /afs/inria.fr/rocq/home/meval/lasgoutt/file1.lyx > > It would be much better to have the info like > ~/file1.lyx > > This is done via the MakeDisplayPath function of filetools.C (c

Small patch for latin9

2001-09-24 Thread adrien . rebollo
Hello, Here is a small patch to ensure some math-specific characters are treated in latin9 as well as in latin1. It solves one of the problems I have with this encoding. But there are many others. The most important appears when I select iso8859-15 as the screen font encoding. Instead of displa

Re: reference dialog locks to reference

2001-09-24 Thread Angus Leeming
On Friday 21 September 2001 18:32, [EMAIL PROTECTED] wrote: > angus ambled, > > > > > I think that's the best way, yes. > > > Done. Check it out. > > ahh, much better. > > Thanks (from whomever reads my paper as well :) > > Is it possible to make the selection window on the > left retain

Cursor movement

2001-09-24 Thread Andre Poenitz
I changed a few things, try again. What exactly should happen if we have 1_{2}^{3}4_{5}^{6} and the '4' is deleted? Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: trivial latex-y question (printing print time) & doc. question

2001-09-24 Thread Herbert Voss
"Richard E. Hawkins" wrote: > > Okay, softball time :) > > I'd like a footer or header to print the print time & date on each page. > I assume this is a quick line in the preamble? Hack level is fine; i > need to keep printing my math as I work on it. in preamble: \usepackage{time} \newcommand

Re: A possible patch. Opinions solicited.

2001-09-24 Thread Juergen Vigna
On 24-Sep-2001 Angus Leeming wrote: >> Does this help? > > Yes it does! All works correctly, so I've committed it. Good! :) Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel/Fa

Re: Cursor madness (was: Spellchecking & translations)

2001-09-24 Thread John Levon
On Mon, Sep 24, 2001 at 11:59:32AM +0200, Jean-Marc Lasgouttes wrote: > Michael, could you recompile LyX _without_ optimization (use > --disable-optimize with configure, and rebuild all). Currently, your --disable-optimization regards john -- "Khendon's Law: If the same point is made twice by

Re: A possible patch. Opinions solicited.

2001-09-24 Thread Angus Leeming
On Monday 24 September 2001 15:05, Juergen Vigna wrote: > On 24-Sep-2001 Angus Leeming wrote: > > > InsetERT::selectNextWordToSpellcheck now returns string(). > > Well does it unlock itself? No it didn't. > The function should look like: > > string const InsetERT::selectNextWordToSpellcheck(

Re: no longer possible to delete superscripts & subscripts?

2001-09-24 Thread Juergen Vigna
On 24-Sep-2001 Andre Poenitz wrote: > On Mon, Sep 24, 2001 at 03:57:36PM +0200, Juergen Vigna wrote: >> I just tested this yesterday with Alejandro at home (yes he was here for >> a short visit), well let's say he looked at it ;) and he too was not very >> happy to not be able to change the base

Re: no longer possible to delete superscripts & subscripts?

2001-09-24 Thread Andre Poenitz
On Mon, Sep 24, 2001 at 03:57:36PM +0200, Juergen Vigna wrote: > I just tested this yesterday with Alejandro at home (yes he was here for > a short visit), well let's say he looked at it ;) and he too was not very > happy to not be able to change the base of a subscript (exponent) as (he > told me

Re: A possible patch. Opinions solicited.

2001-09-24 Thread Juergen Vigna
On 24-Sep-2001 Angus Leeming wrote: > InsetERT::selectNextWordToSpellcheck now returns string(). Well does it unlock itself? The function should look like: string const InsetERT::selectNextWordToSpellcheck(BufferView * bv, float &) const { bv->unlockInset(const_cast(this)); ret

RE: no longer possible to delete superscripts & subscripts?

2001-09-24 Thread Juergen Vigna
On 21-Sep-2001 Richard E. Hawkins wrote: > > Once I have both a superscript and subscript (e.g., x_i4^(\beta _13) > I can no longer delete either the superscript or subscript boxes. > > Hmm, this now seems to apply even with just a subscript; I don't think > that was the case a few days ago.

Re: CVS Update: lyx-devel

2001-09-24 Thread Dekel Tsur
On Mon, Sep 24, 2001 at 02:02:16PM +0100, Angus Leeming wrote: > > Angus> I've generalised the fix. It is now impossible to set this or > > Angus> any other FL_CHOICE < 1. That should sort the problem. > > > > When you open with shortcut and type return, I'd say that you selected > > nothing. Isn

Re: A possible patch. Opinions solicited.

2001-09-24 Thread Angus Leeming
On Monday 24 September 2001 10:21, Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: > > Juergen> No IMO this should be solved in the ERT-Inset, by overriding > Juergen> the functions for selectNextWord, otherwise we soon will have > Juergen> a big switch

Re: reference dialog locks to reference

2001-09-24 Thread Dekel Tsur
On Mon, Sep 24, 2001 at 12:13:04PM +0200, Michael Schmitt wrote: > On Sun, 23 Sep 2001, Dekel Tsur wrote: > > > 2. For the next version of LyX, we should implement better handling of > > multi-part document: each document should know who is its parent. > > For example, suppose that you have maste

Re: CVS Update: lyx-devel

2001-09-24 Thread Angus Leeming
On Monday 24 September 2001 14:13, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> But how do I do this? > > Angus> If I perform the test in input, then the change has already > Angus> been made to the fl_choice. How do I discover what the prev

Re: CVS Update: lyx-devel

2001-09-24 Thread Angus Leeming
On Monday 24 September 2001 13:46, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Yuch! (The crash, not the fix.) > > Angus> I've generalised the fix. It is now impossible to set this or > Angus> any other FL_CHOICE < 1. That should sort the p

Re: What's wrong here?

2001-09-24 Thread Juergen Spitzmueller
Am Montag, 24. September 2001 11:33 schrieb Juergen Vigna: > Well here some commets: > > 1. the "Save as default" button is over the text-warning (label) > field it should be moved! Oh, yes :-( I will do this. I have seen the field but was not shure what it's about ;-) Thanks. > 2. IMO the Auto

Tiny mathed patch.

2001-09-24 Thread Angus Leeming
Here's a little one for André: Index: src/mathed/math_macro.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_macro.C,v retrieving revision 1.73 diff -u -p -r1.73 math_macro.C --- src/mathed/math_macro.C 2001/08/17

Re: DB2LyX release (0.1.4)

2001-09-24 Thread Jose Abilio Oliveira Matos
On Sun, Sep 23, 2001 at 07:31:46PM +0200, ben wrote: Hi Ben, after correcting the path in refentry.dtd I have succefully run the makefile in doc/. I have problems with docbook-xml 4.1, but not with 4.1.2. -- José

Re: DB2LyX release (0.1.4)

2001-09-24 Thread Jose Abilio Oliveira Matos
On Sun, Sep 23, 2001 at 07:31:46PM +0200, ben wrote: > No, it should work since xsltproc (well, libxml2) understands both SGML and XML > catalog syntax. In my local config it works. I think the problem is that the > public IDs expected by db2lyx are not defined (or not well defined) in one of > t

Re: CVS Update: lyx-devel

2001-09-24 Thread Angus Leeming
On Friday 21 September 2001 21:19, [EMAIL PROTECTED] wrote: > CVSROOT: /usr/local/lyx/cvsroot > Module name: lyx-devel > Repository: lyx-devel/src/frontends/xforms/ > Changes by: [EMAIL PROTECTED] 01/09/21 20:19:16 > > Modified files: > lyx-devel/src/frontends/xforms/: FormR

Re: reference dialog locks to reference

2001-09-24 Thread Michael Schmitt
On Sun, 23 Sep 2001, Dekel Tsur wrote: > 2. For the next version of LyX, we should implement better handling of > multi-part document: each document should know who is its parent. > For example, suppose that you have master.lyx which includes child-1.lyx, > child-2.lyx and child-3.lyx. > When you

Re: What's wrong here?

2001-09-24 Thread Juergen Vigna
On 21-Sep-2001 Jean-Marc Lasgouttes wrote: >> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Juergen> Yes. And I have already moved the save button outside the > Juergen> tabs. I will send you a small patch with this and other few > Juergen> changes, but I can't make a pro

Re: A possible patch. Opinions solicited.

2001-09-24 Thread Juergen Vigna
On 21-Sep-2001 Jean-Marc Lasgouttes wrote: > Angus> It's a one-line fix, but I don't know if it's the "right" fix. > Angus> Perhaps someone with some knowledge of this part of the code > Angus> would cast their beady eyes over it. > > I think it is good enough. Anyway selectNextWord is only use

RE: Cursor madness (was: Spellchecking & translations)

2001-09-24 Thread Juergen Vigna
On 20-Sep-2001 Jean-Marc Lasgouttes wrote: > The problem is that there are so many cursors around that I cannot > tell which one does what. Juergen, could you tell me a bit about all > the cursors held by lyxtext (the 3 selection cursor, the toggle > cursors)? Well I don't know if this helps, b