mathed53.diff

2001-03-09 Thread Andre Poenitz
Should be safe. Note that this patch _does_ change the observable behaviour: Until now, after the deletion of a complete row a math matrix "kept" its original size on screen including the (#) at the end of the otherwise completely empty last row (everything was fine on paper or after a reload o

Re: Last call for 1.1.6fix2 (status update #4)

2001-03-09 Thread Dekel Tsur
On Thu, Mar 08, 2001 at 04:58:02PM +0100, Jean-Marc Lasgouttes wrote: > > Hello, > > Appended as usual is a list of what has been fixed since 1.1.6fix1. > My plan is to release 1.1.6fix2 soon (tomorriw?). So if you think > some things should be done first, say it NOW! Here are two patches that

Re: [PATCH] GUIIsed FormExternal

2001-03-09 Thread Dekel Tsur
On Fri, Mar 09, 2001 at 07:38:10PM +0200, Dekel Tsur wrote: > PS: Two comment about the the citation dialog: > - The simple/regex button should be a checkbutton. > - The search should be case insensitive (as well as the sorting of the keys) Also, you might want to put the three search buttons in

Re: 'Bad Installation' cvs error

2001-03-09 Thread Garst R. Reese
[EMAIL PROTECTED] wrote: > > What would cause this, after a clean cvs install? > > larry@max lyx-devel>lyx > LyX: unable to find documentation file `Extended'. Bad installation? The cvs docs are in a separate tree. lyxdocs I think. Garst

Re: What's wrong with the new Tables!?

2001-03-09 Thread Claus Hentschel
Allan (Allan Rae <[EMAIL PROTECTED]>) had mentioned the solution: The new tabular code can't handle CR (\r)! Although I have tried to remove them within Win32 (maybe I had made anything wrong;-)) using vim, another test in Linux makes all things as expected! Conclusion: Removing those CR

'Bad Installation' cvs error

2001-03-09 Thread larry
What would cause this, after a clean cvs install? larry@max lyx-devel>lyx LyX: unable to find documentation file `Extended'. Bad installation?

Re: question about graphics dialog

2001-03-09 Thread Garst R. Reese
John Levon wrote: > > On Fri, 9 Mar 2001, Allan Rae wrote: > > > Anyway I think we need to decide just what scope spell checker options > > should have: > > > Documentmaybe? > > Per-spellcheck run ??? > > I would suggest if we *do* want these, they can be done

Re: What's wrong with the new Tables!?

2001-03-09 Thread Herbert Voss
Claus Hentschel wrote: > > I am using LyX since Lyx 1.0.4 on both Linux and Windows system. Up to Lyx > 1.1.6 (fix1) I always was able to use LyX's source files on both systems > regardless where they have been written! all worked well with 1.2.0cvs and linux 2.2.18 with suse. exactly the same a

Re: What's wrong with the new Tables!?

2001-03-09 Thread Kayvan A. Sylvan
On Fri, Mar 09, 2001 at 11:56:30PM +1000, Allan Rae wrote: > > One answer is mising for me: Can you view the table inside that lyx doc on > > your system > > I have a 1.2.0cvs from a few days ago that doesn't like it. It complains > with: This doesn't make sense. I just tried 1.2.0cvs and i

Re: What's wrong with the new Tables!?

2001-03-09 Thread Kayvan A. Sylvan
On Fri, Mar 09, 2001 at 10:34:42AM +0100, Claus Hentschel wrote: > I am using LyX since Lyx 1.0.4 on both Linux and Windows system. Up to Lyx > 1.1.6 (fix1) I always was able to use LyX's source files on both systems > regardless where they have been written! Your table2.lyx file shows up perfect

Re: style question

2001-03-09 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > (*iterator).whatever | > | > rather than : | > | > iterator->whatever | > | > IMHO it's harder to type and read ... | | I don't know. I use the latter... Of course anotehr reason to use (*it).afd is that this shows rather explicilty that

Re: memory leak in Systemcalls::fork() ?

2001-03-09 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Friday 09 March 2001 17:04, Angus Leeming wrote: | and there's more. If I save a file with an external inset, close it and then | open it again, I get the message: | | Solitary \end_inset. Missing \begin_inset?. | Last inset read was: External

mathed52.diff

2001-03-09 Thread Andre Poenitz
Really tiny, but I am not sure if it is correct. It does not seem to break anything, though... Andre' -- André Pönitz [EMAIL PROTECTED] Index: ChangeLog === RCS file: /usr/local/lyx/cvsro

Re: [PATCH] GUIIsed FormExternal

2001-03-09 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | | He changed the line from | typedef std::map Templates; | to | typedef std::map Templates; Bad change since the key in std::map is immutable anyway, change it back. With it you are endig up with some thing like pair Lgb'

Re: Last call for 1.1.6fix2 (status update #4)

2001-03-09 Thread Dekel Tsur
On Thu, Mar 08, 2001 at 04:58:02PM +0100, Jean-Marc Lasgouttes wrote: > > Hello, > > Appended as usual is a list of what has been fixed since 1.1.6fix1. > My plan is to release 1.1.6fix2 soon (tomorriw?). So if you think > some things should be done first, say it NOW! You might also want to app

Re: [PATCH] GUIIsed FormExternal

2001-03-09 Thread Dekel Tsur
On Fri, Mar 09, 2001 at 04:50:23PM +, Angus Leeming wrote: > These are usually misplaced #pragma directives for the gnu compiler. > Angus Yes, the problem is a missing #pragma implementation in FormSearch.C I've fixed that, and now the compilation succeeds. What should I check in this versio

Re: style question

2001-03-09 Thread Andre Poenitz
> (*iterator).whatever > > rather than : > > iterator->whatever > > IMHO it's harder to type and read ... I don't know. I use the latter... Andre' -- André Pönitz [EMAIL PROTECTED]

Re: Bug in 1.1.6fix1: LaTeX very slow

2001-03-09 Thread Dekel Tsur
On Sat, Feb 17, 2001 at 08:35:19PM +0100, Bernd Harmsen wrote: > On Fri, Feb 16, 2001 at 07:29:42PM +0200, Dekel Tsur wrote: > > What is the result of the following: > > > > grep HAVE_SSTREAM src/config.h > > grep USE_INCLUDED_STRING src/config.h > > bernd@Emanuel:~/lyx/lyx-1.1.6fix-bernd1$ grep

Re: memory leak in Systemcalls::fork() ?

2001-03-09 Thread Angus Leeming
On Friday 09 March 2001 17:04, Angus Leeming wrote: and there's more. If I save a file with an external inset, close it and then open it again, I get the message: Solitary \end_inset. Missing \begin_inset?. Last inset read was: External While I'

Re: memory leak in Systemcalls::fork() ?

2001-03-09 Thread Angus Leeming
On Friday 09 March 2001 16:48, Angus Leeming wrote: > When "View Result" of the Date command in the external inset popup, I get an > error message > > LyX: execvp failed: No such file or directory > > and an xterm pops up displaying the message > > xterm: Can't execvp less > aleem@pneumon:PR

Re: [PATCH] GUIIsed FormExternal

2001-03-09 Thread Angus Leeming
On Friday 09 March 2001 15:11, Dekel Tsur wrote: > On Fri, Mar 09, 2001 at 03:44:46PM +0100, Lars Gullik Bjønnes wrote: > > John Levon <[EMAIL PROTECTED]> writes: > > > > | p.p.s. since both edwin and I have looked at MVC now I really think it > > | should be merged, modulo Lars' mysterious CVS b

memory leak in Systemcalls::fork() ?

2001-03-09 Thread Angus Leeming
When "View Result" of the Date command in the external inset popup, I get an error message LyX: execvp failed: No such file or directory and an xterm pops up displaying the message xterm: Can't execvp less aleem@pneumon:PROPOSALS-> I assume that "less" is the gnu equivalent of "more", but t

Re: [PATCH] GUIIsed FormExternal

2001-03-09 Thread Dekel Tsur
On Fri, Mar 09, 2001 at 03:44:46PM +0100, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | p.p.s. since both edwin and I have looked at MVC now I really think it > | should be merged, modulo Lars' mysterious CVS branch plans (care to > | elaborate yet ?) > > I just like

Re: character dialog bug

2001-03-09 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> First of all, LyX does not behave the way the dialog suggests Michael> it. Secondly, my experience is that you don't always want LyX Michael> to toggle layout settings in practice. For that reason, it Michael> would like to d

Re: Patches to make 1t2 compile

2001-03-09 Thread John Levon
On Fri, 9 Mar 2001, Edwin Leuven wrote: > > 2) implement the "Home" etc. buttons. This is trivial to do, just a matter > > of adding them onto the file dialog toolbar... not sure about qt2 > > Easy: > > void QFileDialog::addToolButton ( QButton * b, bool separator = FALSE ) > [protected] hand

Re: [PATCH] GUIIsed FormExternal

2001-03-09 Thread Angus Leeming
I'm trying to compile John's "formexternal2" patch in my local tree, but get an error when compiling ExternalTemplate.C. He changed the line from typedef std::map Templates; to typedef std::map Templates; which results in the error message (wait for it!) Obviously, I know how t

Re: Patches to make 1t2 compile

2001-03-09 Thread Edwin Leuven
> 2) implement the "Home" etc. buttons. This is trivial to do, just a matter > of adding them onto the file dialog toolbar... not sure about qt2 Easy: void QFileDialog::addToolButton ( QButton * b, bool separator = FALSE ) [protected] Adds a the button b to the row of tool buttons on the top o

Re: Patches to make 1t2 compile

2001-03-09 Thread John Levon
On Fri, 9 Mar 2001, Angus Leeming wrote: > I can't help noticing that it's tiny in comparison to the xforms stuff. Is > this because Qt does it all for you, or is the functionality reduced? > > Angus The Qt FileDialog is not quite feature complete, but yes, it is almost entirely done by the KF

Re: Patches to make 1t2 compile

2001-03-09 Thread Edwin Leuven
> I can't help noticing that it's tiny in comparison to the xforms stuff. Is > this because Qt does it all for you, or is the functionality reduced? I haven't looked at the xforms stuff, but Qt has a nice file dialog class...gr.ed.

Re: Patches to make 1t2 compile

2001-03-09 Thread Angus Leeming
On Thursday 08 March 2001 17:58, Denis Perchine wrote: > > Hello, > > I just created some patches to make lyx from HEAD compile with qt2 frontend. > Other files than patch should be added to src/frontends/qt2 dir. > > Please apply this to CVS. > > Please CC me, I am not on the list. > > -- >

Re: LyX takes much longer time to compile than at command line

2001-03-09 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | The problem is a bad version of the sstream library on your machine (or on | the machine where the binary was compiled). | If you compiled LyX yourself, you might try installing a pre-compiled | binary, or try to recompile using the --with-included-string

Re: LyX takes much longer time to compile than at command line

2001-03-09 Thread Dekel Tsur
On Fri, Mar 09, 2001 at 08:49:00AM +0100, Arthaber Holger wrote: > Hi folks! > > Since I added some scanned pictures to my LyX-document the > compilation takes very long. (I am not sure but I think that this > effect started appearing after this) > > For example if I use the 'Show/DVI' from LyX

Re: [PATCH] GUIIsed FormExternal

2001-03-09 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | p.p.s. since both edwin and I have looked at MVC now I really think it | should be merged, modulo Lars' mysterious CVS branch plans (care to | elaborate yet ?) I just like to see others claim: "I have tried the branch, it worked flawlessly for me."

[PATCH] GUIIsed FormExternal

2001-03-09 Thread John Levon
Attached. Slight behaviour change in that external insets are now never empty, but default to the first template type. I implemented a Params struct for the info between the frontends and the inset code. next on the agenda: fixing FormInclude, FormSplash, KDE FileDialog, and maybe GUIIsing the

Re: style question

2001-03-09 Thread John Levon
On 9 Mar 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | Why are people using : > | > | (*iterator).whatever > | > | rather than : > | > | iterator->whatever > | > | IMHO it's harder to type and read ... > > gcc 2.7.2 did not support the -> operator f

Re: style question

2001-03-09 Thread Henner Zeller
Hi, On Fri, 9 Mar 2001, John Levon wrote: JL| Why are people using : JL| JL| (*iterator).whatever JL| JL| rather than : JL| JL| iterator->whatever the operator-> requires to return a pointer .. which is sometimes not possible to implement in an iterator, specifically, if the iterator

Re: style question

2001-03-09 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Why are people using : | | (*iterator).whatever | | rather than : | | iterator->whatever | | IMHO it's harder to type and read ... gcc 2.7.2 did not support the -> operator for iterators. but we can switch now. Lgb

style question

2001-03-09 Thread John Levon
Why are people using : (*iterator).whatever rather than : iterator->whatever IMHO it's harder to type and read ... john -- "I try to keep an open mind, but not so open that my brains fall out." - Judge Harold T. Stone

Re: What's wrong with the new Tables!?

2001-03-09 Thread Allan Rae
On Fri, 9 Mar 2001, Claus Hentschel wrote: > > Your description sounds like the new table reader doesn't allow for '\r' > > like the old file reader did. > > > > Allan. (ARRae) > > > You mean it's due to the different newline behaviour in DOS/WIN32 and > UNUX/Linux, right? > > I do have changed t

Re: maintainer file

2001-03-09 Thread Edwin Leuven
> Well you're the one with ukase (new word for me too). You decide. > A hear hear Ed.

Re: [PATCH] FileDialog

2001-03-09 Thread Allan Rae
On Fri, 9 Mar 2001, John Levon wrote: > On Fri, 9 Mar 2001, Angus Leeming wrote: > > > I think that he's just saying that the first task is to get all GUI-stuff out > > of the kernel. It doesn't really matter if the resultant code causes comments > > because we're still on iteration 1 as far as t

Re: maintainer file

2001-03-09 Thread John Levon
On Fri, 9 Mar 2001, Angus Leeming wrote: > On Friday 09 March 2001 12:25, Lars Gullik Bjønnes wrote: > > We need a MAINTAINER file telling who is responsible for the various > > parts of LyX. > > Well you're the one with ukase (new word for me too). You decide. > A > But call it MAINTAINERS K

Re: maintainer file

2001-03-09 Thread Angus Leeming
On Friday 09 March 2001 12:25, Lars Gullik Bjønnes wrote: > We need a MAINTAINER file telling who is responsible for the various > parts of LyX. Well you're the one with ukase (new word for me too). You decide. A

Re: What's wrong with the new Tables!?

2001-03-09 Thread Allan Rae
Your description sounds like the new table reader doesn't allow for '\r' like the old file reader did. Allan. (ARRae)

Re: Patches to make 1t2 compile

2001-03-09 Thread Edwin Leuven
...or rather this one. The previous should have been more complete. Sorry, Ed. qt2file2.diff.gz

Re: question about graphics dialog

2001-03-09 Thread Edwin Leuven
> I'll add you as pending for spellchecker > and remove SpellcheckerOptions as > you are going to kill it (right ?) Yes. Thanks, Ed.

maintainer file

2001-03-09 Thread Lars Gullik Bjønnes
We need a MAINTAINER file telling who is responsible for the various parts of LyX. Lgb

Re: question about graphics dialog

2001-03-09 Thread John Levon
On Fri, 9 Mar 2001, Edwin Leuven wrote: > If you need a volunteer, you got one :). I can do both the options and the > spellcheck window itself (the weekend is coming up for a start). > > gr.ed. I'll add you as pending for spellchecker and remove SpellcheckerOptions as you are going to kill it

Re: question about graphics dialog

2001-03-09 Thread Edwin Leuven
If you need a volunteer, you got one :). I can do both the options and the spellcheck window itself (the weekend is coming up for a start). gr.ed.

Re: [PATCH] FileDialog

2001-03-09 Thread John Levon
On Fri, 9 Mar 2001, Angus Leeming wrote: > I think that he's just saying that the first task is to get all GUI-stuff out > of the kernel. It doesn't really matter if the resultant code causes comments > because we're still on iteration 1 as far as the frontends are concerned > whilst the rest

Re: [Cvslog] Update lyx-devel

2001-03-09 Thread John Levon
On Fri, 9 Mar 2001 [EMAIL PROTECTED] wrote: > Log Message: > Added code to search for simple and regular expressions to the citation > controller (lifted shamelessly from Marco's gnome frontend) and used it to > implement searching in the xforms citation dialog. cool ! you rock Angus ! john --

Re: Patches to make 1t2 compile

2001-03-09 Thread Edwin Leuven
Hi, Could someone apply the attached patch instead? It adds Denis' stuff + some additional tweaks. Should be ok. Thanks, Ed. qt2filed.diff.gz

Re: [PATCH] FileDialog

2001-03-09 Thread Angus Leeming
On Friday 09 March 2001 11:48, John Levon wrote: > What needs to be moved, what needs re-working etc. > > I'm really clueless on this (like most things) and would appreciate some perspective I think that he's just saying that the first task is to get all GUI-stuff out of the kernel. It doesn'

Re: question about graphics dialog

2001-03-09 Thread John Levon
On Fri, 9 Mar 2001, Allan Rae wrote: > Anyway I think we need to decide just what scope spell checker options > should have: > Documentmaybe? > Per-spellcheck run ??? I would suggest if we *do* want these, they can be done later. So for now a simple quashing of

Re: credits

2001-03-09 Thread John Levon
On 8 Mar 2001, Jean-Marc Lasgouttes wrote: > > "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: > > Edwin> Qt2 only (which I think is to be preferred for LyX, minimizing > Edwin> the dependencies and maximizing a quick and easy install). > > Agreed. > > JMarc > Matthias mentioned plan

Re: question about graphics dialog

2001-03-09 Thread John Levon
On Thu, 8 Mar 2001, Juergen Vigna wrote: > > On 08-Mar-2001 Jean-Marc Lasgouttes wrote: > > > Edwin> So what is left to be moved? The spellchecker? In the matrix > > Edwin> the spellchecker options are marked "obsolete?" Whats the catch > > Edwin> here? > > > > I think they can be set from Pre

Re: [PATCH] FileDialog

2001-03-09 Thread John Levon
On Thu, 8 Mar 2001, Allan Rae wrote: > (asymptotically) especially once we get started on non-X based systems and > the curses/slang/whatever text system gets going. Allan you are looking way ahead, I'm really more interested in the here and now. Specifically, since we have nearly done the first

Re: character dialog bug

2001-03-09 Thread Michael Schmitt
> Now, we can argue whether this is a good thing or not. Either the > popup or the code have to be fixed. Do people who use this feature > often have an idea on it? Michael seems to think this does not make > sense. First of all, LyX does not behave the way the dialog suggests it. Secondly, my e

What's wrong with the new Tables!?

2001-03-09 Thread Claus Hentschel
I am using LyX since Lyx 1.0.4 on both Linux and Windows system. Up to Lyx 1.1.6 (fix1) I always was able to use LyX's source files on both systems regardless where they have been written! Now I have many problems with tables in 1) newly created files, i.e. with 1.1.6fix1 2) some old file

Cannot view DVI in certain dirs

2001-03-09 Thread Roman Fietze
Hello, LyX 1.1.6fix1 of Wed, Jan 31, 2001 The system running LyX is a SuSE 6.3 Kernel 2.2.18 SMP, the NFS filesystem mounted (see below) is on a HP-UX 10.20. When I open the attached file in a directory named ~/wega/finishing_prg/Finisher/DHV/Python/Meeting Notes with ~/wega/finishing

Poll --- Compiler usage

2001-03-09 Thread Andre Poenitz
Dear all, as you probably know LyX can currently be compiled with g++ 2.8.1 and later as well as with a few proprietary compilers. g++ 2.8.1 does not support some features that some developers would like to use. Currently there is a discussion on lyx-devel on whether it is sensible to drop supp

Re: Compilation with gcc-3.0

2001-03-09 Thread Lars Gullik Bjønnes
"Roger W.Brown" <[EMAIL PROTECTED]> writes: | BufferView_pimpl.o(.gnu.linkonce.d._ZTVSt15basic_stringbufIcSt11char_traitsIcESaIcEE | +0x1c): undefined reference to `std::basic_stringbuf, | std::allocator >::seekpos(std::fpos, std::_Ios_Openmode)' | collect2: ld returned 1 exit status I am not

Re: CJK-LyX-1.1.6

2001-03-09 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: |By the way, can anyone teach me how to move from "lyxstring" to | "std:string" ? For example, how can I implement | "lyxstring +=(wchar_t)" in "std:string"? How do you do it with lyxstring? If you have done it by changing lyxstring... wrong move... but I