Re: LyX Meeting in Norway 8-9. - 11-12. June 2000

2000-02-22 Thread Andre Poenitz
I wonder how the weather looks like in Norway in early June. Warm enough to sleep in a tent even if you have two X chromosomes? Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: LyX Meeting in Norway 8-9. - 11-12. June 2000

2000-02-22 Thread Allan Rae
On Tue, 22 Feb 2000, Asger K. Alstrup Nielsen wrote: > > And as a added bonus: if you stay one day longer you can sail to Oslo > > with me on our sailingboat. (the regatta is next weekend) > > That sounds like a nice thing to do. Sure does. How many can you fit on the boat? Pick me ;-) > For

Re: Problems with new Painter/Workarea!

2000-02-22 Thread Allan Rae
On Tue, 22 Feb 2000, Dr. Ing. Roland Krause wrote: > Alan, are you waiting for me to move some more of the Dialogs? No. > I started with the Paragraph layout and was hoping to do some more on this I shall have to draw up a list of dialogs and who's working on them (and how maybe a rating of how

Re: Problems with new Painter/Workarea!

2000-02-22 Thread Allan Rae
On Tue, 22 Feb 2000, Juergen Vigna wrote: > > On 21-Feb-2000 Lars Gullik Bjønnes wrote: > > Juergen Vigna <[EMAIL PROTECTED]> writes: > > > >| >| If you resize the LyX-Window with a open/new document it segfaults > >| > imediately! > >| > > >| > Strange...I will have a look at this. Please b

Re: GUI independence and XTL

2000-02-22 Thread Allan Rae
On Tue, 22 Feb 2000, Asger K. Alstrup Nielsen wrote: > Hi! Hello Asger! > I've used it for a few things and can only say that it rocks your > socks off. I think this is exactly what we need for the communication > layer in the GUI indep-work. It's clean, fast, and very elegant > if you ask me

Re: lyx-1.1.5cvs double-click no longer selects word

2000-02-22 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | In 1.1.4, I can double-click to select the word under the cursor. | | That no longer seems to work with 1.1.5cvs. I have fixed this in my local copy of cvs. Lgb

GUI independence and XTL

2000-02-22 Thread Asger K. Alstrup Nielsen
Hi! I just want to let you know that I've been in contact with the guy behind XTL and he's interested in making XTL portable enough for use with LyX. I even went as far to send him some patches, and subscribe to the mailing list. For those who do not know, XTL is a small library for serializati

Re: LyX Meeting in Norway 8-9. - 11-12. June 2000

2000-02-22 Thread Asger K. Alstrup Nielsen
> After some verification of dates, I have come up with this: > > Second weekend in June will be just perfect. > (9.-11. + one day on each side if wanted) > > We will have the meeting in Stokke, in my parents house. > > This time the date is fixed. I want to confirm that I'm going. I have res

Re: GUI independence

2000-02-22 Thread Roland Krause
Hi John, GUI independece is coming, there is light at the end of the tunnel. Platform independence is a long way to go. Alan Rae does the coordination of some of the GUI independence work in a seperate branch (rae-2). He was able to implement signal/slot for the Dialogs and move one Dialog into it

Re: How to apply a patch?

2000-02-22 Thread Kayvan A. Sylvan
On Tue, 22 Feb 2000, Claus Hentschel wrote: > I've fetched lyx-1.1.4fix1.gz from the official web site. How can I patch my > source files using the included text file? > In this case, you need to ``gunzip -c < lyx-1.1.4fix1.gz | patch -p0'' since the patch is gzipped. If you're running Redhat L

Re: Problems with new Painter/Workarea!

2000-02-22 Thread Dr. Ing. Roland Krause
On Tue, 22 Feb 2000, you wrote: > > Sure I'll have to wait till Alan merges his code otherwise he has a lot > more clashes then already and he is already working on it :) > Alan, are you waiting for me to move some more of the Dialogs? I started with the Paragraph layout and was hoping to do so

GUI independence

2000-02-22 Thread John Levon
It seems the devel web page is sort of out of date... What work is currently being done on GUI independence ? I understand major changes to the core code have made this easier, but the frontends directory is empty and the lyx-devel module on CVS doesn't seem to have any abstraction from xforms (s

Re: How to apply a patch?

2000-02-22 Thread Dr. Ing. Roland Krause
On Tue, 22 Feb 2000, Claus Hentschel wrote: > I've fetched lyx-1.1.4fix1.gz from the official web site. How can I patch my > source files using the included text file? cd patch < patchfile or patch -p0 < patchfile if in doubt: man patch :-) Roland > > Thanks in advance > Claus

How to apply a patch?

2000-02-22 Thread Claus Hentschel
I've fetched lyx-1.1.4fix1.gz from the official web site. How can I patch my source files using the included text file? Thanks in advance Claus

Re: Custom Export

2000-02-22 Thread Ben Cazzolato
Developers Courtesy of Andre Poenitz the command to export as PDF via ps2pdf is: \custom_export_command "ps2pdf '$$FName' `basename '$$FName' .ps_tmp`.pdf" Maybe this could be included as an example for the custom export in the lyxrc file since it shows all the necessary tricks to get the expo

Marks within the text

2000-02-22 Thread Cezary Sobaniec
Hello everybody! I use vim and LyX for editing documents and I found that it would be very useful to add to LyX possibility to set marks within the text (and then jump to these marks). Have you thought about it? -- ("`-''-/").___..--''"`-._ Cezary Sobaniec `6_ 6 ) `-. (

Re: Custom Export

2000-02-22 Thread Nils Jeppe
On Tue, 22 Feb 2000, Ben Cazzolato wrote: > The problem is that the postscript file generate when exported has the > extension filename.ps_tmp so when ps2pdf is run I get > filename.ps_tmp.pdf > Is it possible to set the postscript export to produce > filename.ps? Why not make a small wrapper

Custom Export

2000-02-22 Thread Ben Cazzolato
Guys I currently have the custom export set up to export as PDF using ps2pdf, ie \custom_export_command "ps2pdf '$$FName'" \custom_export_format ps The problem is that the postscript file generate when exported has the extension filename.ps_tmp so when ps2pdf is run I get filename.ps_tmp.pdf

Re: Problems with new Painter/Workarea!

2000-02-22 Thread Juergen Vigna
On 21-Feb-2000 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| >| If you resize the LyX-Window with a open/new document it segfaults >| > imediately! >| > >| > Strange...I will have a look at this. Please beat be too it. >| >| Good work Lars! I cannot reproduce th