line-breaking rendering bug (bug #1310 on bugzilla)

2003-08-14 Thread Kayvan A. Sylvan
;= @ Now, hit C-Enter. You will see the following: Hoo== abcd= = def=hgh= gogo;= @ The line right after the new line is incorrectly rendered. It should be: Hoo== abcd= = def= hgh= gogo;= @ -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan

mini-patch for make dist

2003-08-14 Thread Kayvan A. Sylvan
This makes make dist work again. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92) Index: ./src/Makefile.am

LyX New From Template -> letter (weird errors)

2003-08-14 Thread Kayvan A. Sylvan
le! no text in cache! BufferView::update() The document loads without errors after a save, though. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.

Is there anything special to get TextWrap floats working?

2003-08-14 Thread Kayvan A. Sylvan
I'm using the latest CVS. I can view the UserGuide (with the text-wrapped mobius strip). In my own document, though: I Insert->Float->TextWrap, then insert my picture, and try to View->PDF, but there is no sign of the picture. It shows up in the LyX buffer, but not in the output. -

line-breaking rendering bug (bug #1310 on bugzilla)

2003-08-14 Thread Kayvan A. Sylvan
abcd<= def<= hgh<= gogo;<= @ Now, hit C-Enter. You will see the following: <>=<= abcd<= <= def<=hgh<= gogo;<= @ The line right after the new line is incorrectly rendered. It should be: <>=<= abcd<= <= def<= hgh<=

mini-patch for "make dist"

2003-08-14 Thread Kayvan A. Sylvan
This makes "make dist" work again. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Inde

Re: text2.C compile problem

2003-08-07 Thread Kayvan A. Sylvan
Anyone look at this? On Mon, Aug 04, 2003 at 10:09:47AM -0700, Kayvan A. Sylvan wrote: Latest CVS does not compile. if g++ -DHAVE_CONFIG_H -I. -I../../lyx/src -I. -I../../lyx/boost -I/u/ksylvan/include-I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT text2.o -MD -MP -MF .deps

Re: text2.C compile problem

2003-08-07 Thread Kayvan A. Sylvan
Anyone look at this? On Mon, Aug 04, 2003 at 10:09:47AM -0700, Kayvan A. Sylvan wrote: > Latest CVS does not compile. > > if g++ -DHAVE_CONFIG_H -I. -I../../lyx/src -I. -I../../lyx/boost > -I/u/ksylvan/include-I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT > text

micro-patch for compilation

2003-08-06 Thread Kayvan A. Sylvan
/xforms/Color.C2003/08/06 20:38:51 @@ -27,6 +27,7 @@ using std::max; using std::min; +using std::setw; namespace { -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http

micro-patch for compilation

2003-08-06 Thread Kayvan A. Sylvan
/xforms/Color.C2003/08/06 20:38:51 @@ -27,6 +27,7 @@ using std::max; using std::min; +using std::setw; namespace { -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http

lyx-xforms, lyx-qt change

2003-08-05 Thread Kayvan A. Sylvan
I don't have time to figure out how to fix this right, but I had to change FRONTENDS_PROGS = lyx-xforms to FRONTENDS_PROGS = lyx-xforms$(EXEEXT) in src/Makefile for Cygwin to build correctly with latest CVS. Jean-Marc, can you fix this? -- Kayvan A. Sylvan

lyx-xforms, lyx-qt change

2003-08-05 Thread Kayvan A. Sylvan
I don't have time to figure out how to fix this right, but I had to change FRONTENDS_PROGS = lyx-xforms to FRONTENDS_PROGS = lyx-xforms$(EXEEXT) in src/Makefile for Cygwin to build correctly with latest CVS. Jean-Marc, can you fix this? -- Kayvan A. Sylvan

text2.C compile problem

2003-08-04 Thread Kayvan A. Sylvan
Latest CVS does not compile. if g++ -DHAVE_CONFIG_H -I. -I../../lyx/src -I. -I../../lyx/boost -I/u/ksylvan/include -I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT text2.o -MD -MP -MF .deps/text2.Tpo \ -c -o text2.o `test -f '../../lyx/src/text2.C' || echo

text2.C compile problem

2003-08-04 Thread Kayvan A. Sylvan
Latest CVS does not compile. if g++ -DHAVE_CONFIG_H -I. -I../../lyx/src -I. -I../../lyx/boost -I/u/ksylvan/include -I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT text2.o -MD -MP -MF ".deps/text2.Tpo" \ -c -o text2.o `test -f '../../lyx/src/text2.C' || echo

Re: [PATCH] Allow to build several frontends in the same tree

2003-08-03 Thread Kayvan A. Sylvan
On Sun, Aug 03, 2003 at 10:31:48AM +0200, Lars Gullik Bjønnes wrote: Kayvan A. Sylvan [EMAIL PROTECTED] writes: | On Sat, Aug 02, 2003 at 08:43:53PM +0200, Jean-Marc Lasgouttes wrote: The following patch allows to compile several frontends in the same tree. If one configures lyx

Re: [PATCH] Allow to build several frontends in the same tree

2003-08-03 Thread Kayvan A. Sylvan
On Sun, Aug 03, 2003 at 10:31:48AM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | On Sat, Aug 02, 2003 at 08:43:53PM +0200, Jean-Marc Lasgouttes wrote: > >> The following patch allows to compile several frontends in the

mini compile bug

2003-08-02 Thread Kayvan A. Sylvan
/FormDocument.C 2003/08/02 11:30:26 1.147 +++ src/frontends/xforms/FormDocument.C 2003/08/02 14:29:06 @@ -48,6 +48,7 @@ using std::bind2nd; using std::vector; +using std::endl; namespace { -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates

Re: [PATCH] Allow to build several frontends in the same tree

2003-08-02 Thread Kayvan A. Sylvan
./configure --with-frontend=foo should create the lyx.spec file specific to the foo frontend. I don't think many people install multiple frontends. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura

mini compile bug

2003-08-02 Thread Kayvan A. Sylvan
/FormDocument.C 2003/08/02 11:30:26 1.147 +++ src/frontends/xforms/FormDocument.C 2003/08/02 14:29:06 @@ -48,6 +48,7 @@ using std::bind2nd; using std::vector; +using std::endl; namespace { -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates

Re: [PATCH] Allow to build several frontends in the same tree

2003-08-02 Thread Kayvan A. Sylvan
t should be done for RPM files. A single "./configure --with-frontend=foo" should create the lyx.spec file specific to the foo frontend. I don't think many people install multiple frontends. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | F

Re: Auto-build failure of current CVS

2003-07-31 Thread Kayvan A. Sylvan
On Tue, Jul 29, 2003 at 06:10:36AM -0700, Kayvan A. Sylvan wrote: Problem with make dist: This patch fixes the automated build problems. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89

UG and LyX CVS

2003-07-31 Thread Kayvan A. Sylvan
Hmmm... I am running on a Dell laptop (Dell Lattitude CPXJ to be exact) I just brought up the UG (abut 5 seconds) and did View-PDF (about thirty seconds) with the latest CVS. I use CVS LyX all the time without much problems. ---Kayvan -- Kayvan A. Sylvan

Re: Auto-build failure of current CVS

2003-07-31 Thread Kayvan A. Sylvan
On Tue, Jul 29, 2003 at 06:10:36AM -0700, Kayvan A. Sylvan wrote: > Problem with "make dist": > This patch fixes the automated build problems. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Kathe

UG and LyX CVS

2003-07-31 Thread Kayvan A. Sylvan
Hmmm... I am running on a Dell laptop (Dell Lattitude CPXJ to be exact) I just brought up the UG (abut 5 seconds) and did View->PDF (about thirty seconds) with the latest CVS. I use CVS LyX all the time without much problems. ---Kayvan -- Kayvan A. Syl

CVS LyX: Paragraph::getEndPosOfFontSpan weird msg

2003-07-30 Thread Kayvan A. Sylvan
::localDispatch: 219 '' Pararaph::getEndPosOfFontSpan: This should not happen! ---Kayvan By the way, what is the Gray Note stuff usefull for? -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine

CVS LyX: Paragraph::getEndPosOfFontSpan weird msg

2003-07-30 Thread Kayvan A. Sylvan
::localDispatch: 219 '' Pararaph::getEndPosOfFontSpan: This should not happen! ---Kayvan By the way, what is the Gray Note stuff usefull for? -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine

Re: Auto-build failure of current CVS

2003-07-29 Thread Kayvan A. Sylvan
) \ || exit 1; \ fi; \ done make[1]: Entering directory `/home/kayvan/src/lyx/config' make[1]: *** No rule to make target `lyxinclude213.m4', needed by `distdir'. Stop. make[1]: Leaving directory `/home/kayvan/src/lyx/config' -- Kayvan A. Sylvan | Proud husband of | Father to my kids

Re: Startup error message: latinkeys.bind

2003-07-29 Thread Kayvan A. Sylvan
On Tue, Jul 29, 2003 at 11:47:24AM +0200, Jean-Marc Lasgouttes wrote: Kayvan == Kayvan A Sylvan [EMAIL PROTECTED] writes: Kayvan With latest CVS: Error reading bind file: Kayvan /remote/tools/ksylvan/share/lyx/bind/latinkeys.bind Kayvan Anyone else see this? Is it something I should

lyxrc.defaults

2003-07-29 Thread Kayvan A. Sylvan
Building lyx and trying to run it from the lyx build directory does not seem to work now. ./src/lyx gives the dialog box: Error while reading the configuration file lyxrc.defaults Hit OK, lyx execution ends. Copying lyxrc.defaults into ~/.lyx is a workaround. -- Kayvan A. Sylvan

LyX crash while trying to view postscript (old document conversion)

2003-07-29 Thread Kayvan A. Sylvan
\textclass article \begin_preamble % LaTeX preamble for resume % \renewcommand{\headrulewidth}{0.4pt} \lhead{\textsl{Kayvan A. Sylvan}} \rhead{\textsl{Page \thepage}} \cfoot{} \setlength{\itemsep}{0pt} \hyphenpenalty=1 % ltoh variables %-ltoh- title := Kayvan Sylvan Resume %-ltoh- :comm:\lhead

Re: Auto-build failure of current CVS

2003-07-29 Thread Kayvan A. Sylvan
ot; \ > distdir=../lyx-1.4.0cvs/$subdir \ > distdir) \ > || exit 1; \ > fi; \ > done > make[1]: Entering directory `/home/kayvan/src/lyx/config' > make[1]: *** No rule to make target `lyxinclude213.m4', needed by `distdir'. Stop. > make[1]: Leaving directory `/home/kayvan/src/lyx/config' -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)

Re: Startup error message: latinkeys.bind

2003-07-29 Thread Kayvan A. Sylvan
On Tue, Jul 29, 2003 at 11:47:24AM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> With latest CVS: Error reading bind file: > Kayvan> /remote/tools/ksylvan/share/lyx

lyxrc.defaults

2003-07-29 Thread Kayvan A. Sylvan
Building lyx and trying to run it from the lyx build directory does not seem to work now. ./src/lyx gives the dialog box: "Error while reading the configuration file lyxrc.defaults" Hit OK, lyx execution ends. Copying lyxrc.defaults into ~/.lyx is a workaround. -- Kayvan

LyX crash while trying to view postscript (old document conversion)

2003-07-29 Thread Kayvan A. Sylvan
lyxformat 220 \textclass article \begin_preamble % LaTeX preamble for resume % \renewcommand{\headrulewidth}{0.4pt} \lhead{\textsl{Kayvan A. Sylvan}} \rhead{\textsl{Page \thepage}} \cfoot{} \setlength{\itemsep}{0pt} \hyphenpenalty=1 % ltoh variables %-ltoh- title := Kayvan Sylvan Resume %-ltoh-

Latest CVS does not open my document

2003-07-28 Thread Kayvan A. Sylvan
was the change? Looks like the corresponding lyx2lyx change was buggy/incomplete. Thanks for any and all help! ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89

Re: Latest CVS does not open my document

2003-07-28 Thread Kayvan A. Sylvan
Actually, it was Jose Matos's change (adding \end_layout). Looks like lyx2lyx was not updated. On Sun, Jul 27, 2003 at 11:24:56PM -0700, Kayvan A. Sylvan wrote: I have a lyxformat 224 document. Opening with latest LyX, I get: 225: Format not supported on the command line And LyX pops

Re: Latest CVS does not open my document

2003-07-28 Thread Kayvan A. Sylvan
On Mon, Jul 28, 2003 at 11:49:10AM +0100, José Abílio Oliveira Matos wrote: On Sun, Jul 27, 2003 at 11:35:47PM -0700, Kayvan A. Sylvan wrote: Actually, it was Jose Matos's change (adding \end_layout). Looks like lyx2lyx was not updated. It is now. I changed the file format on purpose

Startup error message: latinkeys.bind

2003-07-28 Thread Kayvan A. Sylvan
With latest CVS: Error reading bind file: /remote/tools/ksylvan/share/lyx/bind/latinkeys.bind Anyone else see this? Is it something I should be concerned about? ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc

Handsome set of construction workers!

2003-07-28 Thread Kayvan A. Sylvan
Hi LyX developers! From the new splash picture, I take it that working on LyX requires wearing a hard hat? Who is who in that picture? Best regards, ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura

Re: Startup error message: latinkeys.bind

2003-07-28 Thread Kayvan A. Sylvan
On Mon, Jul 28, 2003 at 11:49:32PM +0200, Jean-Marc Lasgouttes wrote: Kayvan == Kayvan A Sylvan [EMAIL PROTECTED] writes: Kayvan With latest CVS: Error reading bind file: Kayvan /remote/tools/ksylvan/share/lyx/bind/latinkeys.bind Does this file exist? Yes. Is the path sensible? Yes

Re: Startup error message: latinkeys.bind

2003-07-28 Thread Kayvan A. Sylvan
On Mon, Jul 28, 2003 at 02:54:15PM -0700, Kayvan A. Sylvan wrote: On Mon, Jul 28, 2003 at 11:49:32PM +0200, Jean-Marc Lasgouttes wrote: Kayvan == Kayvan A Sylvan [EMAIL PROTECTED] writes: Kayvan With latest CVS: Error reading bind file: Kayvan /remote/tools/ksylvan/share/lyx/bind

Latest CVS does not open my document

2003-07-28 Thread Kayvan A. Sylvan
us?) just made a format change. What was the change? Looks like the corresponding lyx2lyx change was buggy/incomplete. Thanks for any and all help! ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella

Re: Latest CVS does not open my document

2003-07-28 Thread Kayvan A. Sylvan
Actually, it was Jose Matos's change (adding \end_layout). Looks like lyx2lyx was not updated. On Sun, Jul 27, 2003 at 11:24:56PM -0700, Kayvan A. Sylvan wrote: > I have a "lyxformat 224" document. > > Opening with latest LyX, I get: > > "225: Format not

Re: Latest CVS does not open my document

2003-07-28 Thread Kayvan A. Sylvan
On Mon, Jul 28, 2003 at 11:49:10AM +0100, José Abílio Oliveira Matos wrote: > On Sun, Jul 27, 2003 at 11:35:47PM -0700, Kayvan A. Sylvan wrote: > > Actually, it was Jose Matos's change (adding \end_layout). > > > > Looks like lyx2lyx was not updated. > > It is now

Startup error message: latinkeys.bind

2003-07-28 Thread Kayvan A. Sylvan
With latest CVS: Error reading bind file: /remote/tools/ksylvan/share/lyx/bind/latinkeys.bind Anyone else see this? Is it something I should be concerned about? ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc

Handsome set of construction workers!

2003-07-28 Thread Kayvan A. Sylvan
Hi LyX developers! >From the new splash picture, I take it that working on LyX requires wearing a hard hat? Who is who in that picture? Best regards, ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | La

Re: Startup error message: latinkeys.bind

2003-07-28 Thread Kayvan A. Sylvan
On Mon, Jul 28, 2003 at 11:49:32PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> With latest CVS: Error reading bind file: > Kayvan> /remote/tools/ksylvan/share/lyx/bind/latinkeys.bin

Re: Startup error message: latinkeys.bind

2003-07-28 Thread Kayvan A. Sylvan
On Mon, Jul 28, 2003 at 02:54:15PM -0700, Kayvan A. Sylvan wrote: > On Mon, Jul 28, 2003 at 11:49:32PM +0200, Jean-Marc Lasgouttes wrote: > > >>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > > > Kayvan> With latest CVS: Err

Build fix for tex2lyx on Solaris

2003-07-27 Thread Kayvan A. Sylvan
/meth_lab2/ksylvan/lyx-debug/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/remote/meth_lab2/ksylvan/lyx-debug/src' make: *** [all-recursive] Error 1 -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine

Build fix for tex2lyx on Solaris

2003-07-27 Thread Kayvan A. Sylvan
van/lyx-debug/src/tex2lyx' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/remote/meth_lab2/ksylvan/lyx-debug/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/remote/meth_lab2/ksylvan/lyx-debug/src' make: *** [all-recursive] Error 1 -- Kayvan A. Sylvan | Proud

Herbert Voss's tips and tricks page?

2003-07-24 Thread Kayvan A. Sylvan
? ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92)

Re: Herbert Voss's tips and tricks page?

2003-07-24 Thread Kayvan A. Sylvan
On Thu, Jul 24, 2003 at 08:12:09PM +0200, Juergen Spitzmueller wrote: Kayvan A. Sylvan wrote: The www.lyx.org/help link goes to a no longer existing page. Does anyone know where this great resource is located now? http://www.educat.hu-berlin.de/~voss/LaTeX/ Okay, thanks

Herbert Voss's tips and tricks page?

2003-07-24 Thread Kayvan A. Sylvan
? ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)

Re: Herbert Voss's tips and tricks page?

2003-07-24 Thread Kayvan A. Sylvan
On Thu, Jul 24, 2003 at 08:12:09PM +0200, Juergen Spitzmueller wrote: > Kayvan A. Sylvan wrote: > > The www.lyx.org/help link goes to a no longer existing page. > > > > Does anyone know where this great resource is located now? > > http://www.educat.hu-berlin.de

lyx --export with wrong argument crashes

2003-07-17 Thread Kayvan A. Sylvan
Latest CVS: $ lyx --export foo lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. Please read the bug-reporting instructions in Help-Introduction and send us a bug report, if necessary. Thanks ! Bye. Abort (core dumped) ---Kayvan -- Kayvan A. Sylvan

lyx --export with wrong argument crashes

2003-07-17 Thread Kayvan A. Sylvan
Latest CVS: $ lyx --export foo lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. Please read the bug-reporting instructions in Help->Introduction and send us a bug report, if necessary. Thanks ! Bye. Abort (core dumped) ---Kayvan -- Kay

Re: Error when compiling CVS version

2003-07-11 Thread Kayvan A. Sylvan
-650 47 24 ICQ: 91206668 -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92)

Re: [patch] more buffer cleanup

2003-07-11 Thread Kayvan A. Sylvan
On Fri, Jul 11, 2003 at 03:02:25PM +0200, Alfredo Braunstein wrote: Kayvan A. Sylvan wrote: The only unusual behavior is a crash when trying to check in. It's the same as the File-Quit issue I just reported, I suspect. Just open Reference.lyx and do File-Quit Please try again

Re: Error when compiling CVS version

2003-07-11 Thread Kayvan A. Sylvan
*** [all-recursive] Error 1 > > An idea? > -- > > > Dr Ir Pascal Francq > Researcher > Université Libre de Bruxelles > CAD/CAM Department > Avenue F.D. Roosevelt, 50 > CP 165/14 > B-1050 Brussels > BELGIUM > Tel. +32-2-650 47 65 > Fax +32-2-650 47 24 &

Re: [patch] more buffer cleanup

2003-07-11 Thread Kayvan A. Sylvan
On Fri, Jul 11, 2003 at 03:02:25PM +0200, Alfredo Braunstein wrote: > Kayvan A. Sylvan wrote: > > > The only unusual behavior is a crash when trying to check in. > > > > It's the same as the File->Quit issue I just reported, I suspect. > > > > Ju

Latest CVS: lyx crashes on quit

2003-07-10 Thread Kayvan A. Sylvan
in vtable for std::basic_filebufchar, std::char_traitschar () #11 0x002ea114 in vtable for std::basic_filebufchar, std::char_traitschar () -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8

Re: [patch] more buffer cleanup

2003-07-10 Thread Kayvan A. Sylvan
as the File-Quit issue I just reported, I suspect. Just open Reference.lyx and do File-Quit -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | crown of her husband

Latest CVS: lyx crashes on quit

2003-07-10 Thread Kayvan A. Sylvan
d::char_traits > () #10 0x002a87ec in vtable for std::basic_filebuf<char, std::char_traits > () #11 0x002ea114 in vtable for std::basic_filebuf<char, std::char_traits > () -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, I

Re: [patch] more buffer cleanup

2003-07-10 Thread Kayvan A. Sylvan
s a crash when trying to check in. It's the same as the File->Quit issue I just reported, I suspect. Just open Reference.lyx and do File->Quit -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89

InsetPageBreak question

2003-07-09 Thread Kayvan A. Sylvan
If the insetpagebreak goes in, does that increment the document format? I guess it would have to, since the paragraphs that have before or after page-break toggles set would have to be converted. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc

InsetPageBreak question

2003-07-09 Thread Kayvan A. Sylvan
If the insetpagebreak goes in, does that increment the document format? I guess it would have to, since the paragraphs that have before or after page-break toggles set would have to be converted. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc

Re: Do we want a native Qt/win port?

2003-07-07 Thread Kayvan A. Sylvan
and how you would imagine it working. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92)

Re: Do we want a native Qt/win port?

2003-07-07 Thread Kayvan A. Sylvan
fically are "feature bloat"? > I'd take a few more menu items over boatloads of Evil Red Text any day. Please be specific. List the evil-red-text constructs that you would like replaced by LyX features and how you would imagine it working. ---Kayvan -- Kayv

Re: Newest CVS build failure

2003-07-05 Thread Kayvan A. Sylvan
On Fri, Jul 04, 2003 at 10:31:16PM -0700, Kayvan A. Sylvan wrote: On Fri, Jul 04, 2003 at 10:09:36AM +0200, Lars Gullik Bjønnes wrote: Kayvan A. Sylvan [EMAIL PROTECTED] writes: | I went ahead and installed gcc-2.96 on my old Redhat system (built | from the source RPM) and all is well

lyx-qt does not bring up Preferences in math

2003-07-05 Thread Kayvan A. Sylvan
With cursor in math-mode, click on Tools-Preferences. Nothing happens. Now move outside the math box. Click on Tools-Preferences. The preference dialog comes up. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan

Re: Newest CVS build failure

2003-07-05 Thread Kayvan A. Sylvan
On Fri, Jul 04, 2003 at 10:31:16PM -0700, Kayvan A. Sylvan wrote: > On Fri, Jul 04, 2003 at 10:09:36AM +0200, Lars Gullik Bjønnes wrote: > > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > > > | I went ahead and installed gcc-2.96 on my old Redhat sy

lyx-qt does not bring up Preferences in math

2003-07-05 Thread Kayvan A. Sylvan
With cursor in math-mode, click on Tools->Preferences. Nothing happens. Now move outside the math box. Click on Tools->Preferences. The preference dialog comes up. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella

Re: Newest CVS build failure

2003-07-04 Thread Kayvan A. Sylvan
::SizeType, bool)' follow Any ideas? -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92)

Re: Newest CVS build failure

2003-07-04 Thread Kayvan A. Sylvan
On Fri, Jul 04, 2003 at 10:09:36AM +0200, Lars Gullik Bjønnes wrote: Kayvan A. Sylvan [EMAIL PROTECTED] writes: | I went ahead and installed gcc-2.96 on my old Redhat system (built | from the source RPM) and all is well with the compiles again, except | that I got the following build failure

Re: Newest CVS build failure

2003-07-04 Thread Kayvan A. Sylvan
l)' frontends/qt2/.libs/libqt2.a(BulletsModuleBase.o)(.text+0x397): more undefined references to `QSizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' follow Any ideas? -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)

Re: Newest CVS build failure

2003-07-04 Thread Kayvan A. Sylvan
On Fri, Jul 04, 2003 at 10:09:36AM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | I went ahead and installed gcc-2.96 on my old Redhat system (built > | from the source RPM) and all is well with the compiles again, except

Newest CVS build failure

2003-07-03 Thread Kayvan A. Sylvan
/src/rpm/BUILD/lyx-1.4.0cvs/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/rpm/BUILD/lyx-1.4.0cvs' Bad exit status from /var/tmp/rpm-tmp.54277 (%build) -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc

Newest CVS build failure

2003-07-03 Thread Kayvan A. Sylvan
/src/rpm/BUILD/lyx-1.4.0cvs/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/rpm/BUILD/lyx-1.4.0cvs' Bad exit status from /var/tmp/rpm-tmp.54277 (%build) -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc

Latest lyx CVS compile problem

2003-07-01 Thread Kayvan A. Sylvan
' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/rpm/BUILD/lyx-1.4.0cvs' -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | crown of her

New Cygwin compile problem

2003-07-01 Thread Kayvan A. Sylvan
: ../../../lyx/src/support/os_win32.C: At global scope: ../../../lyx/src/support/os_win32.C:188: parse error before `)' token make[2]: *** [os.lo] Error 1 -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena

Latest lyx CVS compile problem

2003-07-01 Thread Kayvan A. Sylvan
c/rpm/BUILD/lyx-1.4.0cvs/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/rpm/BUILD/lyx-1.4.0cvs' -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://syl

New Cygwin compile problem

2003-07-01 Thread Kayvan A. Sylvan
/../lyx/src/support/os.C:16: ../../../lyx/src/support/os_win32.C: At global scope: ../../../lyx/src/support/os_win32.C:188: parse error before `)' token make[2]: *** [os.lo] Error 1 -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isab

Re: lyx foo.lyx (no longer asks to create the file)

2003-06-26 Thread Kayvan A. Sylvan
On Thu, Jun 26, 2003 at 10:34:40AM +0200, Alfredo Braunstein wrote: Kayvan A. Sylvan wrote: Latest CVS: If you run lyx like lyx some_new_name.lyx, LyX does not ask you if you want to create the file. Instead, it brings up the splash screen. You have to create a new buffer and name

Re: lyx --export (or File-Export) problem

2003-06-26 Thread Kayvan A. Sylvan
On Thu, Jun 26, 2003 at 11:34:51AM +0200, Jean-Marc Lasgouttes wrote: Kayvan == Kayvan A Sylvan [EMAIL PROTECTED] writes: Kayvan Hmmm... Something is definitely going on here: Kayvan ksylvan[~]519$ lyx --export ps newfile1.lyx Executing Kayvan command:dvips -t letter -o 'newfile1.ps

Re: lyx --export (or File-Export) problem

2003-06-26 Thread Kayvan A. Sylvan
. [1] Document exported as Postscript to file `newfile1.ps' [EMAIL PROTECTED] ~] ls -l newfile1.* -rw-rw-rw-1 Kayvan None 571 Jun 25 22:02 newfile1.lyx [EMAIL PROTECTED] ~] Does this help in tracking this down? ---Kayvan -- Kayvan A. Sylvan

Re: lyx foo.lyx (no longer asks to create the file)

2003-06-26 Thread Kayvan A. Sylvan
On Thu, Jun 26, 2003 at 08:09:07PM +0200, Alfredo Braunstein wrote: Kayvan A. Sylvan wrote: It seems to work fine. Super, thanks. Can I apply it? Fine by me, but I don't decide these things. ;-) Lars? Did you get a chance to look at the lyx --export problem

Re: lyx foo.lyx (no longer asks to create the file)

2003-06-26 Thread Kayvan A. Sylvan
On Thu, Jun 26, 2003 at 09:06:04PM +0200, Alfredo Braunstein wrote: Alfredo Braunstein wrote: Not yet, but I'll have a look. This seems to solve it for me, but please confirm. Confirmed. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc

Re: lyx foo.lyx (no longer asks to create the file)

2003-06-26 Thread Kayvan A. Sylvan
On Thu, Jun 26, 2003 at 10:34:40AM +0200, Alfredo Braunstein wrote: > Kayvan A. Sylvan wrote: > > > Latest CVS: If you run lyx like "lyx some_new_name.lyx", LyX does > > not ask you if you want to create the file. Instead, it brings up > > the splash screen.

Re: lyx --export (or File->Export) problem

2003-06-26 Thread Kayvan A. Sylvan
On Thu, Jun 26, 2003 at 11:34:51AM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> Hmmm... Something is definitely going on here: > > Kayvan> ksylvan[~]519$ lyx --export ps newf

Re: lyx --export (or File->Export) problem

2003-06-26 Thread Kayvan A. Sylvan
. [1] Document exported as Postscript to file `newfile1.ps' [EMAIL PROTECTED] ~] ls -l newfile1.* -rw-rw-rw-1 Kayvan None 571 Jun 25 22:02 newfile1.lyx [EMAIL PROTECTED] ~] Does this help in tracking this down? ---Kayvan -- Kayvan A. Sylvan |

Re: lyx foo.lyx (no longer asks to create the file)

2003-06-26 Thread Kayvan A. Sylvan
On Thu, Jun 26, 2003 at 08:09:07PM +0200, Alfredo Braunstein wrote: > Kayvan A. Sylvan wrote: > > > It seems to work fine. > > Super, thanks. Can I apply it? Fine by me, but I don't decide these things. ;-) Lars? Did you get a chance to look at the ly

Re: lyx foo.lyx (no longer asks to create the file)

2003-06-26 Thread Kayvan A. Sylvan
On Thu, Jun 26, 2003 at 09:06:04PM +0200, Alfredo Braunstein wrote: > Alfredo Braunstein wrote: > > > Not yet, but I'll have a look. > > This seems to solve it for me, but please confirm. Confirmed. -- Kayvan A. Sylvan | Proud husband of | Father to my kids:

latest CVS compile errors

2003-06-12 Thread Kayvan A. Sylvan
' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/rpm/BUILD/lyx-1.4.0cvs' Bad exit status from /var/tmp/rpm-tmp.9661 (%build) make: *** [rpmdist] Error 1 -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella

latest CVS compile errors

2003-06-12 Thread Kayvan A. Sylvan
erators.C:63: bool operator !=(const ParPosition &, const ParPosition &) make[4]: *** [iterators.o] Error 1 make[4]: Leaving directory `/usr/local/src/rpm/BUILD/lyx-1.4.0cvs/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/rpm/BUILD/lyx

Does the Extra toolbar work with xforms?

2003-06-11 Thread Kayvan A. Sylvan
Updating my LyX from CVS, I see no change in the user interface with the Extra toolbar enabled. Does this only work with QT? -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com

Does the "Extra" toolbar work with xforms?

2003-06-11 Thread Kayvan A. Sylvan
Updating my LyX from CVS, I see no change in the user interface with the Extra toolbar enabled. Does this only work with QT? -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com

[lrathle@kde-france.org: lyx-1.3.2-1mdk91-qt.i586.rpm]

2003-06-04 Thread Kayvan A. Sylvan
, There is a little problem with the lix package for Mandrake 9.1. It does'nt want to install since it ask for Qt 2 and Mandrake 9.1 is Qt 3.1.1. Thank you for your work, Have a nice evening, -- [EMAIL PROTECTED] http://www.kde-france.org - End forwarded message - -- Kayvan A. Sylvan

[lrathle@kde-france.org: lyx-1.3.2-1mdk91-qt.i586.rpm]

2003-06-04 Thread Kayvan A. Sylvan
t: KMail/1.5 Hello, There is a little problem with the lix package for Mandrake 9.1. It does'nt want to install since it ask for Qt 2 and Mandrake 9.1 is Qt 3.1.1. Thank you for your work, Have a nice evening, -- [EMAIL PROTECTED] http://www.kde-france.org - End forwarded message -

Re: Another LyX CVS error

2003-04-03 Thread Kayvan A. Sylvan
On Wed, Apr 02, 2003 at 10:31:11PM -0800, Kayvan A. Sylvan wrote: Looks like a missing file: gcc -c -DLOCALEDIR=\/u/ksylvan/share/locale\ -DLOCALE_ALIAS_PATH=\/u/ksylvan/share/locale\ -DLIBDIR=\/u/ksylvan/lib\ -DHAVE_CONFIG_H -I../src -I. -I../../lyx/intl -I/u/ksylvan/include -isystem

Re: Another LyX CVS error

2003-04-03 Thread Kayvan A. Sylvan
On Wed, Apr 02, 2003 at 10:31:11PM -0800, Kayvan A. Sylvan wrote: > Looks like a missing file: > > gcc -c -DLOCALEDIR=\"/u/ksylvan/share/locale\" > -DLOCALE_ALIAS_PATH=\"/u/ksylvan/share/locale\" -DLIBDIR=\"/u/ksylvan/lib\" > -DHAVE_CONFIG_H -I../

<    3   4   5   6   7   8   9   10   11   12   >