Re: Math Bug/ SEGV in math_draw.C:172 on Linux/Alpha

1999-03-08 Thread ost
> Martin> This is with lyx-1.0.0 and forms-0.81. The System is > Martin> RedHat-5.2/Alpha with glibc-2.0.7. The compiler used is > Martin> egcs-1.1.1. > > There is a known problem with this combination of software. INSTALL > states: Well, it didn't state that in the 1.0.0 release ... > The

Re: new statistics function

1999-03-08 Thread Daniel Naber
Asger Alstrup Nielsen wrote: > 1.1 does work for implementing new things, although it's unstable. If you can > build the stuff, you should be able to port it. If you can't build it, let us > know what fails, and we should fix things. It does build for me, but I can't load a file or make a new

Re: Design documents - strings and encodings

1999-03-08 Thread Asger Alstrup Nielsen
> Why wait til friday? You can designate me now. Just tell me what to do! You should get the Unicode Character database, and convert that into a C++ program that can return information about each glyph. The Unicode database file is a text file with one line for each glyph. Each line is divided

Re: Fun = Signals + Buffers + Insets

1999-03-08 Thread Asger Alstrup Nielsen
> Example code for using signals to reduce the need for rtti or > inset codes. No need to identify insets, they identify themselves by > connecting to appropriate signals. This scheme means we don't have > to scan a buffer looking for particular inset types. > > NOTE: this doesn't solve all pr

Re: SIGSEGVS in Lyx 1.0.1

1999-03-08 Thread Asger Alstrup Nielsen
> It seems that you've it the limits of reference counting in LString, > or something like that :( Allan (or any other volunteer), I'd be > interested if you could take a look at this... I'm not very good at > this game. > > BTW, the number of references is stroed in an unsigned short in > LStrin

Re: Bug-report

1999-03-08 Thread Asger Alstrup Nielsen
> Amir> While we're talking about BUGS: The file BUGS in the main > Amir> distribution directory currently has exactly one bug from > Amir> 0.11.51. > > Maybe Asger could tell us about this one... It seems to be fixed, IMO. It actually still exists, but it's cosmetic and IMO not worth mentioning

Re: Bug-report

1999-03-08 Thread Amir Karger
On Mon, Mar 08, 1999 at 01:05:38PM -0600, Alejandro Aguilar Sierra wrote: > On Mon, 8 Mar 1999, Jean-Marc Lasgouttes wrote: > > > Amir> While we're talking about BUGS.lyx: sqrt is still listed in > > Amir> BUGS.lyx. If Alejandro's patch works, that can probably be taken > > Amir> out. Congratula

font names with spaces

1999-03-08 Thread Jan W. Stumpel
Asger Nielsen wrote: > Could you please try > \screen_font_roman "-winfonts-times new roman" > instead and let us know if that works? It does. Thanks. I should have tried that; but instead I tried \screen_font_roman -winfonts-"times new roman" and that did not work. I should have experimented

Re: Bug-report

1999-03-08 Thread Amir Karger
On Mon, Mar 08, 1999 at 01:10:52PM -0600, Alejandro Aguilar Sierra wrote: > On Mon, 8 Mar 1999, Amir Karger wrote: > > > While we're talking about BUGS.lyx: sqrt is still listed in BUGS.lyx. If > > Alejandro's patch works, that can probably be taken out. > > So you not only refused my invitation

Re: Bug-report

1999-03-08 Thread Alejandro Aguilar Sierra
On Mon, 8 Mar 1999, Amir Karger wrote: > While we're talking about BUGS.lyx: sqrt is still listed in BUGS.lyx. If > Alejandro's patch works, that can probably be taken out. So you not only refused my invitation to implement it under my directions a year ago, you have not been able to test it. Hm

Re: Bug-report

1999-03-08 Thread Alejandro Aguilar Sierra
On Mon, 8 Mar 1999, Jean-Marc Lasgouttes wrote: > Amir> While we're talking about BUGS.lyx: sqrt is still listed in > Amir> BUGS.lyx. If Alejandro's patch works, that can probably be taken > Amir> out. > > Not until Alejandro (or someone else) has documented it in some way... To insert a root:

Re: editing, lyxserver, and an experiment with modules

1999-03-08 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > > > "Asger" == Asger K Alstrup Nielsen <[EMAIL PROTECTED]> writes: > > Asger> So we have to decided whether or not we want to "bloat" LyX > Asger> with a scripting language. The SIOD scheme package was 50k. > Asger> That is more than the reLyX package. I took a

Re: new statistics function

1999-03-08 Thread Daniel Naber

Re: Typo in lyx.manand lib/configure.cmd

1999-03-08 Thread Jean-Marc Lasgouttes
> "Arnd" == Arnd Hanses <[EMAIL PROTECTED]> writes: Arnd> All those proposed OS/2-spcefic things: Arnd> They are meant for evaluation. Before making any more changes I Arnd> would like to wait for more comments, criticism, etc. But if Arnd> fast reaction is advisable for some reason, just le

Re: i18n

1999-03-08 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: Amir> Jmarc... Something like this (in i18nLibFileSearch)? Yes, it is as simple as that... It was rather getting right the Makefiles for installation and binary distribution right that scared me a bit. It is not difficult to get right, but

Re: Hah! a hacked up letterhead

1999-03-08 Thread Jean-Marc Lasgouttes
> "Richard" == Richard E Hawkins Esq <[EMAIL PROTECTED]> writes: Richard> jmarc mentioned, a) I need to figure out how to query a box Richard> for it's height & width. Until then, this is an ugy hack. >> Have a look at \settowidth, \settoheight, \settodepth. Richard> As near as I can tell,

Re: Bug-report

1999-03-08 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: >> Looks like we need a layout.name.strip(). Amir> Is that a cvs commit I see? I can do it, but I think the bug is in reLyX :) In fact, the arguments to tags in layout files are space delimited and not end-of-line-delimited; so reLyX shoul

Re: Core & objects, Was: switching layouts problem

1999-03-08 Thread Lars Gullik Bjønnes
>> Asger K Alstrup Nielsen writes: AKAN> We add an KDE OpenParts inset. Or the corresponding GNOME AKAN> thing. This does not require much support from the kernel. Matthias has bugged me a bit about this. So yes we should support OpenParts, and other similar protocols/insets. Lgb

i18n

1999-03-08 Thread Amir Karger
Jmarc... Something like this (in i18nLibFileSearch)? --- CVS/lyx-1_0_x/src/filetools.C Tue Feb 16 12:36:52 1999 +++ filetools.C Mon Mar 8 11:33:32 1999 @@ -295,7 +295,8 @@ if (lang.empty()) return LibFileSearch(dir, name, ext); else { - LStrin

Re: more on examples

1999-03-08 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: >> The use of xx_ in front of file names was just a simple way of >> making it work. In the future, it will be better to just have >> subdirectories fr/, de/... Amir> You mean gettext will automatically do this correctly? That's Amir> grea

Re: Design documents - strings and encodings

1999-03-08 Thread Amir Karger
On Mon, Mar 08, 1999 at 09:52:48AM +0100, Asger Alstrup Nielsen wrote: > > > On Thu, Mar 04, 1999 at 12:04:21AM +0100, Asger Alstrup Nielsen wrote: > > Thank you ;-) > > I hope everybody realizes that I really agree with Joacim, but just hate to > admit it. > > > You've got 'merged words' enabl

Re: more on examples

1999-03-08 Thread Amir Karger
On Mon, Mar 08, 1999 at 12:39:20PM +0100, Jean-Marc Lasgouttes wrote: > > "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: > > Amir> If we do get a couple more languages, it might be fun to try to > Amir> create a "i18n" directory. That is, you could have de_examples, > Amir> fr_examples, et

Re: Bug-report

1999-03-08 Thread Amir Karger
On Mon, Mar 08, 1999 at 11:11:24AM +1000, Allan Rae wrote: > On Sun, 7 Mar 1999, Amir Karger wrote: > [...] > > Oops! It turns out that the LyX reading subroutines can't parse "\layout > > Abstract ". Yes, that extra space breaks LyX. But since it's called > > "Style Abstract " in the layout file

Re: [gtkmm] Libsigc++ (fwd)

1999-03-08 Thread Amir Karger
On Mon, Mar 08, 1999 at 10:46:56AM +1000, Allan Rae wrote: > > One last little bit of explanation for this disjoint thread. > Allan. (ARRae) > PS Thanks for the feedback Asger + Amir. > I seem to be all over the list today. However, I won't accept the blame for this one. Allan spells 'therefore

Re: Design documents - strings and encodings

1999-03-08 Thread Amir Karger
On Mon, Mar 08, 1999 at 06:47:31AM +0900, [EMAIL PROTECTED] wrote: [lots of above-my-head stuff snipped] > > \begin_float footnote > > \layout Standard > > > > The information needed for this are available in the Unicode glyph database > > which can be found somewhere on the net, try www.unicode

Re: Hah! a hacked up letterhead

1999-03-08 Thread larry
On Mon, Mar 08, 1999 at 08:56:07AM -0600, Richard E. Hawkins Esq. wrote: > > Particularly, the first page head is longer than the later heads. I > need to set the \textheight to the unused portion of the page, as latex > seems to be calculating it before the headers are made. Here's some code

Re: Hah! a hacked up letterhead

1999-03-08 Thread Richard E. Hawkins Esq.
jmarc mentioned, > Richard> a) I need to figure out how to query a box for it's height & > Richard> width. Until then, this is an ugy hack. > Have a look at \settowidth, \settoheight, \settodepth. As near as I can tell, those won't get me where I need to go. I need to use thies with \setleng

Re: bug report, lyx-1.0.1

1999-03-08 Thread Jean-Marc Lasgouttes
> "Yves" == Yves Capdeboscq <[EMAIL PROTECTED]> writes: Yves> Sorry, its in the pt.po file. Yves> the fixed file is attached. Thanks for the fix. I'll add it to cvs. JMarc

Re: Typo in lyx.manand lib/configure.cmd

1999-03-08 Thread Arnd Hanses
On Mon, 8 Mar 1999 14:36:13 +0100 (MET), Jean-Marc Lasgouttes wrote: >> "Arnd" == Arnd Hanses <[EMAIL PROTECTED]> writes: > >>> Also added some OS/2 specific paths, caveats, parameters, etc. to >>> lyx.man. >Arnd> Sorry, fixed some typos in attached lyx.man. > >Hello, > >While I agree that th

Re: Hah! a hacked up letterhead

1999-03-08 Thread Jean-Marc Lasgouttes
> "Richard" == Richard E Hawkins Esq <[EMAIL PROTECTED]> writes: Richard> After wasitng half a day, this letterhead works. It's almost Richard> ready to be included, but needs a couple of details. Richard> a) I need to figure out how to query a box for it's height & Richard> width. Until t

Re: SIGSEGVS in Lyx 1.0.1

1999-03-08 Thread Jean-Marc Lasgouttes
> "Helmut" == Helmut Bohr <[EMAIL PROTECTED]> writes: Helmut> While playing arround using some unusual technics (cut and Helmut> paste of the whole document I can reproduce some SIGSEGVS. (on Helmut> libc5 and libc6 linux-maschines) It seems that you've it the limits of reference counting in

Re: lyx-1.0.1: undefined reference

1999-03-08 Thread Jean-Marc Lasgouttes
> "Matthias" == Matthias Zenker <[EMAIL PROTECTED]> writes: Matthias> Hi, I just tried to compile lyx-1.0.1 on linux (2.0.29, gcc Matthias> 2.7.2.1, xforms 0.88) and got tons of "undefined reference" Matthias> errors (see below). Any idea what went wrong here ? Make sure that you do not have

Re: LyX 1.0.1: Typo in lib/configure.cmd

1999-03-08 Thread Jean-Marc Lasgouttes
Hi again, Concerning the problems particular to the OS/2 port, I prefer to accept the changes after a (virtual) nod from SMiyata, since I have no way to check whether things work as advertized. JMarc

Re: Typo in lyx.man, was: re: LyX 1.0.1: Typo in lib/configure.cmd

1999-03-08 Thread Jean-Marc Lasgouttes
> "Arnd" == Arnd Hanses <[EMAIL PROTECTED]> writes: >> Also added some OS/2 specific paths, caveats, parameters, etc. to >> lyx.man. Arnd> Sorry, fixed some typos in attached lyx.man. Hello, While I agree that the man page should be adapted for OS/2, I do not agree on the addition to the BU

Re: more on examples

1999-03-08 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: Amir> If we do get a couple more languages, it might be fun to try to Amir> create a "i18n" directory. That is, you could have de_examples, Amir> fr_examples, etc. Each of the international directories would Amir> have symlinks to each of t

Re: Math Bug/ SEGV in math_draw.C:172 on Linux/Alpha

1999-03-08 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Ostermann <[EMAIL PROTECTED]> writes: Martin> This is with lyx-1.0.0 and forms-0.81. The System is Martin> RedHat-5.2/Alpha with glibc-2.0.7. The compiler used is Martin> egcs-1.1.1. There is a known problem with this combination of software. INSTALL states: o LyX-1.0

Re: bug in 1.0.1 :-)

1999-03-08 Thread Jean-Marc Lasgouttes
> "Daniel" == Daniel Naber <[EMAIL PROTECTED]> writes: Daniel> Hi, first major bug: my name is misspelled in the credits box, Daniel> so let's get out 1.0.2 really soon :-) Oops! I'm to blame here. I'm not supposed to make mistakes there, since my parents are named Daniel and Danièle :) JMa

Re: The menu separator

1999-03-08 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> On Wed, 3 Mar 1999, Asger Alstrup Nielsen wrote: [...] I agree Allan> with everything I snipped so I snipped it. >> Regarding the formatting: Let's just decide that it should be File-> Edit without any spaces. If we want more spacin

Re: editing, lyxserver, and an experiment with modules

1999-03-08 Thread Jean-Marc Lasgouttes
> "Asger" == Asger K Alstrup Nielsen <[EMAIL PROTECTED]> writes: Asger> So we have to decided whether or not we want to "bloat" LyX Asger> with a scripting language. The SIOD scheme package was 50k. Asger> That is more than the reLyX package. Asger> So the question is: Should you decide tha

Re: CLasses?

1999-03-08 Thread Jean-Marc Lasgouttes
> "David" == David S de Lis <[EMAIL PROTECTED]> writes: David> Hi all, sorry to bug you with this, but I've downloaded David> 1.0.1pre8 and I am missing many classes (in particular David> hollywood, in which I am interested). David> Where can I get all those missing classes? Are you sure it

Re: Lyx 1.0.1 fails to install on Solaris 2.6

1999-03-08 Thread Jean-Marc Lasgouttes
> "A" == A P Manners <[EMAIL PROTECTED]> writes: A> Lyx, Apologies if this is not the correct place for bugs. A> Lyx 1.0.1 failed to make on Solaris 2.6 for the following reason: Thanks. I forwarded this to the author of the po file. JMarc

Re: new statistics function

1999-03-08 Thread Jean-Marc Lasgouttes
> "Daniel" == Daniel Naber <[EMAIL PROTECTED]> writes: Daniel> Hi, I wrote a new function that counts the words, characters Daniel> and paragraphes of a text in lyx. This is helpful for students Daniel> who have to write texts with a certain amount of words. I Daniel> guess it can be easily e

Re: lyx-1.0.1 on HP-UX 10.20

1999-03-08 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Thide' <[EMAIL PROTECTED]> writes: Bo> With the HP-UX 10.20 ANSI C++ compiler aCC, lyx-1.0.1 compiles and Bo> runs fine after the following fix: Thanks for the report. I fixed it. JMarc

Re: de_math.bind (sorry, german...)

1999-03-08 Thread Jean-Marc Lasgouttes
> "Asger" == Asger Alstrup Nielsen <[EMAIL PROTECTED]> writes: >> One question is: Can XForm handle short cuts descriptions in the >> menues aka Motif/Mac, i.e. "Cut C-x" instead of "_C_ut"? Asger> Yes and no. It can't do it automatically, but I *think* there Asger> is a meta-character avai

Re: Design documents - strings and encodings

1999-03-08 Thread Asger Alstrup Nielsen
> > In other words, the encoding of a document is a document level property, > > not a paragraph level property. > > Agreed. The question is "Are we going to allow \include{}-ing > buffers in other encodings than the parent?" LaTeX exports will > be affected by this since the preamble writer

Re: Design documents - strings and encodings

1999-03-08 Thread Asger Alstrup Nielsen
> I read at least part of the eleven (?) pages, and I found most of it > very sensible. I'd be very interested in hearing about the part that are not sensible. Greets, Asger

Re: Design documents - strings and encodings

1999-03-08 Thread Asger Alstrup Nielsen
> > On Thu, Mar 04, 1999 at 12:04:21AM +0100, Asger Alstrup Nielsen wrote: > > > After Joacim's angry and furious rant about the lack of design documents, > > > I figured that I would humour him a bit and write 11 pages about the > > > strings and encodings in the new kernel. > > Asger I find thi

Re: SGML Output of Tables

1999-03-08 Thread Jose Abilio Oliveira Matos
Hi, On Sat, Mar 06, 1999 at 06:05:59PM -0800, Daryll Strauss wrote: > It looks like there is a bug in the SGML output of tables using versions > 1.0.1 of Lyx. I created a document of type SGML article that included > tables. I selected export as LinuxDoc. The table was coverted to a > paragraph i

Re: Hah! a hacked up letterhead

1999-03-08 Thread Martin Vermeer
> b) The printer I used is vertically misaligned, so this prints low on > the page. There's an lradjust (yeah, that's off too.), but I need to > know how to query boxes for the up/down adjust to work. Have a look at your dvips configure file in /usr/lib/texmf/texmf/dvips/config/ or somewher