LyX BadFont crash

2000-07-31 Thread Baruch Even
Hello, With the latest CVS version I'm having a problem that no matter what I try to write LyX crashes with a BadFont message from X. I've played with my fonts so I thought this might be the reason, I reverted to my old settings and the problem persists, I also switched to the default english fo

Re: questions about new menu style

2000-07-31 Thread Kayvan A. Sylvan
On Mon, Jul 31, 2000 at 02:41:55PM +0200, Jean-Marc Lasgouttes wrote: > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> The build-program entry and the Export as LaTeX entry as well > Kayvan> as a few other "OptItem" entries don't show up. I've tried > Kayvan> following

InsetGraphics: compaq cxx fix again.

2000-07-31 Thread Baruch Even
This is a second posting of the patch against the latest CVS, lars beat me with an commit after I created my former patch. -- Baruch Even http://techst02.technion.ac.il/~sbaruch/ (My Site) http://rpghost.com/jindor/ (My brothers AD&D site) " Learn to laugh ... it's the path

TOC question

2000-07-31 Thread Angus Leeming
I've just about finished porting InsetTOC, InsetLOA, InsetLOF and InsetLOT over to GUI-independence together with an xforms implementation of the dialog. I have a question, however: It appears that my version of Buffer::getTocList() returns the TOC list only for the true TOC and not for LOA, LOF

InsetGraphics: compaq cxx fix.

2000-07-31 Thread Baruch Even
Attached is my patch to fix the compaq cxx problems I created in the RadioButtonGroup class. -- Baruch Even http://techst02.technion.ac.il/~sbaruch/ (My Site) http://rpghost.com/jindor/ (My brothers AD&D site) " Learn to laugh ... it's the path to true love! " - The Ang

Re: GraphicsCace diff

2000-07-31 Thread Baruch Even
On 31 Jul 2000, Lars Gullik Bjønnes wrote: > > Baruch, please have a look on this patc and tell me if you understand > why I made those changes: Yes, I'm fine with it. This was actually a quick hack just to have something to use as a pointer for the InsetGraphics, I thought nothing of it and wr

GraphicsCace diff

2000-07-31 Thread Lars Gullik Bjønnes
Baruch, please have a look on this patc and tell me if you understand why I made those changes: Index: GraphicsCache.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/graphics/GraphicsCache.C,v retrieving revision 1.1 diff -u -u

Re: lyx won't link on my solaris

2000-07-31 Thread Lars Gullik Bjønnes
Christoph Bauer <[EMAIL PROTECTED]> writes: | Hi there! | | I tried to install to instll lyx-1.1.5fix1 on a Solaris-2.6 with | gcc-2.95.1. | I installed libXpm and Xforms. | First i got the same problems as described here (linking probs): | http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg

Re: InsetGraphicsUpdate my mistake

2000-07-31 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | Some more observations: | - I had to recode the patch as it was terminated with LFCR instead | of only CR! I hope you mean "...instead of only LF" (MS uses CRLF Mac uses CR Unix uses LF) Lgb

Re: InsetGraphics update

2000-07-31 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | On 31 Jul 2000, Jean-Marc Lasgouttes wrote: | | > > "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: | > | > Baruch, I have problems compiling your code with compaq cxx (which is | > very picky). I fixed some of them in cvs, but I am stuck with:

Re: Changing tabular multirow latex output!

2000-07-31 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 30-Jul-2000 Lars Gullik Bjønnes wrote: | >| | >| Well the you can center align multirow-text in a cell and the whole | >| stuff is also easier to handle. I'm thinking of a "Use minipage" button | >| instead of the Linebreaks button (as that one is o

Re: Layout defaults for Hebrew document classes

2000-07-31 Thread Jean-Marc Lasgouttes
> "Lior" == Lior Silberman <[EMAIL PROTECTED]> writes: Lior> Hi, I've been using the hebrew document classes provided by Lior> Dekel (thanks!) for a while. Reading Lior> BufferParams::useClassDefaults it seems that only a limited Lior> number of Layout->Document settings can be included in th

Re: questions about new menu style

2000-07-31 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Jean-Marc Lasgouttes wrote: >> R> Item "Screen Fonts...|F" "screen-options" Item "Spellchecker R> Options...|S" "spellchecker-options" Item "Keyboard...|K" R> "keyboard-options" >> These will go away. I'll comment them out. R> Is somebody wor

Re: New menu code and my custom toolbar

2000-07-31 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> Okay, How can I get the functionality of my custom toolbar Kayvan> back? Kayvan> Is there any docs in the 1.1.6cvs stuff about this? No docs :( Have a look at lib/ui/default.ui. I think you'll understand what is going on :)

Re: Another Makefile patch

2000-07-31 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> Here is another makefile patch in support of the automated RPM Kayvan> generation. It makes the ``rpmdist'' target return a Kayvan> meaningfull value to Make. Without this patch, Make blithely Kayvan> thinks that the target suc

Re: questions about new menu style

2000-07-31 Thread R. Lahaye
Jean-Marc Lasgouttes wrote: > > R> Item "Screen Fonts...|F" "screen-options" Item "Spellchecker > R> Options...|S" "spellchecker-options" Item "Keyboard...|K" > R> "keyboard-options" > > These will go away. I'll comment them out. Is somebody working on a new preferences-window that will c

Re: InsetGraphics update

2000-07-31 Thread Baruch Even
On 31 Jul 2000, Jean-Marc Lasgouttes wrote: > > "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: > > Baruch, I have problems compiling your code with compaq cxx (which is > very picky). I fixed some of them in cvs, but I am stuck with: Oops, forgot about it, will work on it now, this is

Re: InsetGraphics update

2000-07-31 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch, I have problems compiling your code with compaq cxx (which is very picky). I fixed some of them in cvs, but I am stuck with: cxx: Error: ../../../../lyx-devel/src/frontends/xforms/RadioButtonGroup.C, line 94: namespace

Re: questions about new menu style

2000-07-31 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> 1) Certain calls in the current menu do not seem to work: R> Item "Screen Fonts...|F" "screen-options" Item "Spellchecker R> Options...|S" "spellchecker-options" Item "Keyboard...|K" R> "keyboard-options" These will go away. I'll commen

Re: questions about new menu style

2000-07-31 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> The build-program entry and the Export as LaTeX entry as well Kayvan> as a few other "OptItem" entries don't show up. I've tried Kayvan> following the logic in the menu backend code, but I've not Kayvan> figured out the fix yet

RE: Latest CVS build problem

2000-07-31 Thread John Levon
On Mon, 31 Jul 2000, Juergen Vigna wrote: > > [ snip compile problems ] > > The problem is that the kde-frontend is not actively supported! > :( I didn't know that. (I couldn't try the GTK version for various reasons unrelated to LyX). > We need someone who supports and extends this tree!!!

RE: Latest CVS build problem

2000-07-31 Thread Juergen Vigna
On 31-Jul-2000 John Levon wrote: > Just got the latest CVS of about 10:00am GMT, and got this : > > g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ > -I../../../src/frontends/ -I../../.. -I../../.. > -I/home/M98/mphil/rogersi5/public/Linux/qt/include -I/usr/include -isystem > /usr/X11

Latest CVS build problem

2000-07-31 Thread John Levon
Just got the latest CVS of about 10:00am GMT, and got this : g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/ -I../../.. -I../../.. -I/home/M98/mphil/rogersi5/public/Linux/qt/include -I/usr/include -isystem /usr/X11R6/include -g -O -fno-rtti -fno-exceptions -an

RE: InsetGraphicsUpdate my mistake

2000-07-31 Thread Baruch Even
On Mon, 31 Jul 2000, Juergen Vigna wrote: > Ok now it compiled and linked ok, I'll commit this soon! Ok. thanks. > Some more observations: > - I had to recode the patch as it was terminated with LFCR instead of only CR! Hmpf, How do I tell cvs diff to use only CR? Or maybe it was vim? > - Thi

RE: InsetGraphicsUpdate my mistake

2000-07-31 Thread Juergen Vigna
> > I'm sending here the patch that should have been in the former archive, > this will complete the update. > > Sorry it was completely my mistake. Yes this definitly was missing :) Ok now it compiled and linked ok, I'll commit this soon! Some more observations: - I had to recode the patch a

lyx won't link on my solaris

2000-07-31 Thread Christoph Bauer
Hi there! I tried to install to instll lyx-1.1.5fix1 on a Solaris-2.6 with gcc-2.95.1. I installed libXpm and Xforms. First i got the same problems as described here (linking probs): http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11243.html After i added '-lstdc++' to the linker options

Layout defaults for Hebrew document classes

2000-07-31 Thread Lior Silberman
Hi, I've been using the hebrew document classes provided by Dekel (thanks!) for a while. Reading BufferParams::useClassDefaults it seems that only a limited number of Layout->Document settings can be included in the class defaults. I wanted to ask whether it's ok if I add the language, the parag

Re: Toolbar patch

2000-07-31 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch> Hello, While reading the new toolbar and menu code I found Baruch> what seems to me to be a bug (possible resource leak) in Baruch> Toolbar_impl.C, patch follows. Yes, it seems reasonable. I put the fix in cvs. JMarc

InsetGraphicsUpdate my mistake

2000-07-31 Thread Baruch Even
Hello, I'm sending here the patch that should have been in the former archive, this will complete the update. Sorry it was completely my mistake. -- Baruch Even http://techst02.technion.ac.il/~sbaruch/ (My Site) http://rpghost.com/jindor/ (My brothers AD&D site) " Learn t

Re: Q: "Save layout as default" saves what?

2000-07-31 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Hello, As subject indicates, does Layout->Save_layout_as_default R> save (into ~/.lyx/templates/default.lyx): Layout-> Document Paper Quotes and Latex_Preamble R> and all the other Layout-entries are not saved (such as R> Layout->Character, L

RE: InsetGraphics update

2000-07-31 Thread Baruch Even
On Mon, 31 Jul 2000, Juergen Vigna wrote: > > Attached is my update for the InsetGraphics, this is a gzipped tar file > > that includes a patch to be applied to the latest CVS source (unified > > diff), and a set of files that are not currently existing in the > > repository and should be added t

Re: Czech keyboard mappings

2000-07-31 Thread Jean-Marc Lasgouttes
> "Matej" == Matej Cepl <[EMAIL PROTECTED]> writes: Matej> I have corrected the Czech keyboard files. Actually, I have Matej> created the second one -- czech.kmap is standard Czech keyboard Matej> as have been seen on usual typewriter, czech-prg.kmap is so Matej> called "programmer's keyboard

Bug Problem

2000-07-31 Thread Arshad I A
I am using 1.0.1 version of lyx and facing a bug problem in a lyx file. I tried to resolve it by taking the help from help menu but could not. Could you please help me in this regard. The file is attached herewith. Kind regards, I. Arshad #This file was created by Fri Jul 28 15:23:10 2000 #Ly

Bug problem

2000-07-31 Thread Arshad I A
I am using 1.0.1 version of lyx and facing a bug problem. I tried to resolve it from the help menu but could not. Could you plese help me in this regard. Thanking you I. Arshad

RE: InsetGraphics update

2000-07-31 Thread Juergen Vigna
On 31-Jul-2000 Baruch Even wrote: > Hello, > Hello Baruch! > Attached is my update for the InsetGraphics, this is a gzipped tar file > that includes a patch to be applied to the latest CVS source (unified > diff), and a set of files that are not currently existing in the > repository and shou

InsetGraphics update

2000-07-31 Thread Baruch Even
Hello, Attached is my update for the InsetGraphics, this is a gzipped tar file that includes a patch to be applied to the latest CVS source (unified diff), and a set of files that are not currently existing in the repository and should be added to it. The current status of the inset is that it i

Re: Changing tabular multirow latex output!

2000-07-31 Thread Juergen Vigna
On 30-Jul-2000 Lars Gullik Bjønnes wrote: >| >| Well the you can center align multirow-text in a cell and the whole >| stuff is also easier to handle. I'm thinking of a "Use minipage" button >| instead of the Linebreaks button (as that one is obsolet as if we have >| a width we then always would