Re: outstanding bugs

1999-02-15 Thread Allan Rae
On 15 Feb 1999, Lars Gullik Bjønnes wrote: > Do we have any outstanding critical bugs present in lyx-1_0_x cvs? > > If not I will release a 1.0.1pre very soon. > (tomorrow) > > Lgb I need to recheck the bibliography segfault I fixed before (that JMarc applied my patch for) and also reass

Re: literate programming reviwed

1999-02-15 Thread Edmar Wienskoski Jr.
Hi There. After moving to a new house I am back. There is an attachment with all remaining patches to get literate programming on Lyx. The patch was done against version 1.0.0. Documentation is due this weekend. Regards. Edmar. Jean-Marc Lasgouttes wrote: > >> 7 - Patch to have different bu

Aspell and LyX 1.1

1999-02-15 Thread Kevin Atkinson
Hi. There I was wondering if you are still interested in using Aspell (http://metalab.unc.edu/kevina/aspell) as the new LyX 1.1 spell checker. I would be willing to help you out if you would point me in the right direction. The reason I ask is because I would like Aspell to incorporated in at le

Re: outstanding bugs

1999-02-15 Thread Garst R. Reese
Asger Alstrup Nielsen wrote: > > > > JL> - clicking on an inset only works on the left half of the box. > > > > > > Asger will hopefylly fix that. > > > > I'll try to do that later tonight. => > > F10 E S gets me to the spellchecker, but the S does not start > > spellchecking. > > Likewise F10

Re: outstanding bugs

1999-02-15 Thread Asger Alstrup Nielsen
> > JL> - clicking on an inset only works on the left half of the box. > > > > Asger will hopefylly fix that. > > I'll try to do that later tonight. Now it's done -- every single click in the LyX canvas should be handled correctly now. Please test this! I have tried real hard to find bugs w

Re: strange error making 1.1

1999-02-15 Thread Richard E. Hawkins Esq.
lars replied, > Yes, but when compiling devel sources you are expected to have a devel > setup. autoconf, automake, gettext ... hmm, i've added gettext, and this persists. I notice a line during configure of sed: can't read ./Makefile.in: No such file or directory Also, there seems to be

Re: Figure rendering bug in 1.0.0

1999-02-15 Thread Garst R. Reese
Ben Cazzolato wrote: > > Matthew, > > > Is this a bug or just me ? > > > > using GS 5.5 (aladin) rotated inserted figures don't render > > correctly, they have the right bounding box on the screen but are > > rendered at full size non rotated. It doesn't affect printout, only > > the screen disp

Re: outstanding bugs

1999-02-15 Thread Asger Alstrup Nielsen
> JL> - [not really a bug] bold and friends should toggle in all > JL> cases. > > Can we make this work with _*little*_ effort? If not let's keep it as is. I think it's a major bug, that we *have* to fix. Joacim? Also, maybe it was time to give Joacim CVS write access. He is doing an exce

Re: strange error making 1.1

1999-02-15 Thread Lars Gullik Bjønnes
>> Richard E Hawkins Esq writes: REHE> jmarc asked, >> > "Richard" == Richard E Hawkins Esq >> <[EMAIL PROTECTED]> writes: >> Richard> I get >> Richard> cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id Richard> file=./`echo da | sed 's,.*/,,'`.gmo \ && rm -f $fil

Re: strange error making 1.1

1999-02-15 Thread Richard E. Hawkins Esq.
jmarc asked, > > "Richard" == Richard E Hawkins Esq <[EMAIL PROTECTED]> writes: > > Richard> I get > > Richard> cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id > Richard> file=./`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && > Richard> PATH=../src:$PATH no -o $file da.po /bin

Re: outstanding bugs

1999-02-15 Thread Lars Gullik Bjønnes
>> Jean-Marc Lasgouttes writes: JL> - I have some pending changes/cleanups for urls. I did not JL> commit them yet since I have to find a clean way to emulate \url JL> with \verb when url.sty is not there. Do we have a clean way of knowing if url.sty is present? And why cant we require th

Re: strange error making 1.1

1999-02-15 Thread Lars Gullik Bjønnes
>> Richard E Hawkins Esq writes: REHE> I get REHE> cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id REHE> file=./`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && REHE> PATH=../src:$PATH no -o $file da.po /bin/sh: no: command not REHE> found make[1]: *** [da.gmo] Error 127

Re: strange error making 1.1

1999-02-15 Thread Jean-Marc Lasgouttes
> "Richard" == Richard E Hawkins Esq <[EMAIL PROTECTED]> writes: Richard> I get Richard> cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id Richard> file=./`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && Richard> PATH=../src:$PATH no -o $file da.po /bin/sh: no: command not Richard

strange error making 1.1

1999-02-15 Thread Richard E. Hawkins Esq.
I get cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id file=./`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && PATH=../src:$PATH no -o $file da.po /bin/sh: no: command not found make[1]: *** [da.gmo] Error 127 make[1]: Leaving directory `/usr/src/lyx/po' make: *** [all-recursive]

Re: outstanding bugs

1999-02-15 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Do we have any outstanding critical bugs present in lyx-1_0_x Lars> cvs? Here is what is pending in my mailbox: - I have some pending changes/cleanups for urls. I did not commit them yet since I have to find a clean way to em

outstanding bugs

1999-02-15 Thread Lars Gullik Bjønnes
Do we have any outstanding critical bugs present in lyx-1_0_x cvs? If not I will release a 1.0.1pre very soon. (tomorrow) Lgb

Re: compiling devel lyx

1999-02-15 Thread Lars Gullik Bjønnes
>> Jean-Marc Lasgouttes writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I have investigated a bit on why it is so hard to compile Lars> devel lyx. Two reasons: Lars> 1. "class LString;" should not be used in headerfiles. Change Lars> it to "#include "LS

Re: compiling devel lyx

1999-02-15 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I have investigated a bit on why it is so hard to compile devel Lars> lyx. Two reasons: Lars> 1. "class LString;" should not be used in headerfiles. Change Lars> it to "#include "LString.h" Lars> 2. The string class supp

Re: toolkit agnosticism

1999-02-15 Thread Richard E. Hawkins Esq.
asger aspirated, > 2) Portability. LyX should not be X11 only. Although there's a certain mean streak in me (hey, i'm a lawyer) that would love to see a fundamental incompatibility with windows :) "Sorry, your progam loader sucks. Here's a nickel, kid . . . " :) > 3) Fun. It was fun to

compiling devel lyx

1999-02-15 Thread Lars Gullik Bjønnes
I have investigated a bit on why it is so hard to compile devel lyx. Two reasons: 1. "class LString;" should not be used in headerfiles. Change it to "#include "LString.h" 2. The string class supplied with gcc and egcs are not compatible with STL string. S

Re: AIX, gcc Problem JMark

1999-02-15 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> Jean-Marc Lasgouttes wrote: >> > "Elkin" == Elkin Rafael Arroyo Negrete <[EMAIL PROTECTED]> >> writes: >> Elkin> Dear JMark Thanks for your quickly atendance to my mail! >> Elkin> This is that gcc generate ( gcc -v ) Reading

Re: AIX, gcc Problem JMark

1999-02-15 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > > > "Elkin" == Elkin Rafael Arroyo Negrete <[EMAIL PROTECTED]> writes: > > Elkin> Dear JMark Thanks for your quickly atendance to my mail! > > Elkin> This is that gcc generate ( gcc -v ) Reading specs from > Elkin> /app/lib/gcc-lib/rs6000-ibm-aix3.2.5/2.7.2.2.f

Re: switching layouts problem

1999-02-15 Thread Jean-Marc Lasgouttes
> "Joacim" == Joacim Persson <[EMAIL PROTECTED]> writes: Joacim> I gave it a second though on be bus home yesterday; forget the Joacim> `family' file, it's not necessary. Instead we can have one Joacim> more lines for the Style-definitions in the layout files; a Joacim> named Category. ...i

Re: LyX-Testing

1999-02-15 Thread Jean-Marc Lasgouttes
> "Dieter" == Dieter's Standardbenutzer <[EMAIL PROTECTED]> writes: Dieter> - if you try to insert an index (or an exponential) in math - Dieter> mode with the mouse, everything works fine. In contrast, Dieter> trying to do the same with the apropriate keyboard commands Dieter> (i.e. opening

Re: printing oddity

1999-02-15 Thread Jean-Marc Lasgouttes
> "Richard" == Richard E Hawkins Esq <[EMAIL PROTECTED]> writes: Richard> I found this by accident . . . Richard> When a space, rather than nothing, is in the printer name Richard> field, the postscritp file name from the other field is used Richard> as the printer name. Right. I fixed that

Re: AIX, gcc Problem JMark

1999-02-15 Thread Jean-Marc Lasgouttes
> "Elkin" == Elkin Rafael Arroyo Negrete <[EMAIL PROTECTED]> writes: Elkin> Dear JMark Thanks for your quickly atendance to my mail! Elkin> This is that gcc generate ( gcc -v ) Reading specs from Elkin> /app/lib/gcc-lib/rs6000-ibm-aix3.2.5/2.7.2.2.f.2/specs gcc Elkin> version 2.7.2.2.f.2 El

Re: Remote CVS of the devel tree... D'OH!

1999-02-15 Thread Lars Gullik Bjønnes
>> John Weiss writes: JW> On Wed, Feb 10, 1999 at 07:44:02PM +0100, Lars Gullik Bjønnes JW> wrote: >> I am not as "into the language" as I'd like and what does "loopy" >> mean? JW> Crazy, nutty, doofy, goofy, stpid. Hmm, I can't see how I can use those comments to make our use o

Re: UserGuide

1999-02-15 Thread Jean-Marc Lasgouttes
> "Arkady" == Arkady Kitover <[EMAIL PROTECTED]> writes: Arkady> Dear lyx developers, I cannot open in lyx the User guide and Arkady> Customization documents. The message is "Bad value, integer Arkady> parameter not in range for operation. Thank you for your Arkady> help. Hello, This mess

Re: LaTeX errors with small margins

1999-02-15 Thread Jean-Marc Lasgouttes
> "Thomas" == Thomas Janke <[EMAIL PROTECTED]> writes: Thomas> Dear Developer! I figured out a bug during changing the Thomas> standard margins of the paper layout. I`m using the a4 paper Thomas> format and wanted to use small margins instead of the normal Thomas> ones. During latex-run 2

Re: Lyx as a WYSIWIG editor for Literate Programming

1999-02-15 Thread Jean-Marc Lasgouttes
> "Edmar" == Edmar Wienskoski <[EMAIL PROTECTED]> writes: Edmar> Since I submited this patch, I was asked to improve some points Edmar> (to make it more suitable within the lyx project and promote Edmar> this patch to a permanent feature), and write some Edmar> documentation. I did the reque

Re: table patch

1999-02-15 Thread Lars Gullik Bjønnes
>> Alejandro Aguilar Sierra writes: AAS> On 10 Feb 1999, Lars Gullik Bjønnes wrote: Joacim is right, AAS> Juergen rewrote and moved the table stuff to his table inset AAS> already. >> Yes, but it has only been moved, not rewritten. AAS> It seems that you forget that an entirely new

Re: toolkit agnosticism

1999-02-15 Thread Asger K. Alstrup Nielsen
> I really would like to have a native version of LyX for Winxx. Problem is, > I could barely find the time to do the rather straightforward port using > Cygwin. So on the one hand I totally agree with what you are saying here, > but on the other hand I am concerned I won't have the time to dive i

Re: Allow Lyx to find itself if symlinked.

1999-02-15 Thread Jean-Marc Lasgouttes
> "miyata" == miyata <[EMAIL PROTECTED]> writes: miyata> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: >> BTW, concerning OS/2, are there interesting things for OS/2 in >> autoconf 2.13? There is support for executable files suffixes >> (.exe) and such, but I do not know how to use it. It

Re: toolkit agnosticism

1999-02-15 Thread Steven van Dijk
At 07:48 PM 2/14/99 -0500, you wrote: >On Sat, Feb 13, 1999 at 02:10:06PM +0100, Asger Alstrup Nielsen wrote: >> My primary motivations for GUI independence are: >> 1) Aesthetics. I'm a computer science guy, and I like a good design. Of >be tailored to general use. We don't care about general

Re: toolkit agnosticism

1999-02-15 Thread Asger K. Alstrup Nielsen
> This is, as I understand it, the main problem with WxWin. The code is > bloated: it's a library/GUI toolkit implemented *on* *top* *of* other > toolkits, libraries, and GUI's. Nope, sorry, that's a kludge [if I'm > even correct about their implementation]. OTOH, what LyX is doing is > saying

Re: toolkit agnosticism

1999-02-15 Thread John Weiss
On Sat, Feb 13, 1999 at 02:10:06PM +0100, Asger Alstrup Nielsen wrote: > My primary motivations for GUI independence are: > > 1) Aesthetics. I'm a computer science guy, and I like a good design. Of > course, I like the program to look good on the screen too, but I like a clean > code more. Thi

Re: Mathed patch

1999-02-15 Thread Jean-Marc Lasgouttes
> "Alejandro" == Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: Alejandro> On Fri, 12 Feb 1999, Jean-Marc Lasgouttes wrote: >> So the mysterious crash with Linux/Aplha and egcs 1.1.1 is still >> there, right? Alejandro> Right, I have no Linux/Aplha so it's not easy to me to fix Alejand

Re: Is LyX NOT Y2K ready?

1999-02-15 Thread Asger K. Alstrup Nielsen
Since LyX is based on other software, it is very difficult to say that everything is ok. As far as LyX goes, I think we are safe, but I have not checked in detail. We should do a grep for time and date, and check each item in detail. Before you can conclude that LyX is Y2K safe, you need to con

Re: Opening error boxes

1999-02-15 Thread Asger K. Alstrup Nielsen
> Since about v1.0.0pre8, I've found it very hard to open error boxes by > double-clicking on them: I can't seem to find the place to click. I have > to keep clicking over them madly until they open! Click on the left half of the box! This is a known bug, that I introduced when I changed the cli