Re: Custom export

2000-10-24 Thread Juergen Vigna
On 23-Oct-2000 Lars Gullik Bjønnes wrote: > >| Should I remove the custom export dialog from the code (as the new export >| code makes it obsolete) ? > > IMHO, yes. > Why? How can you specify with the new export code an export for the format you want on the fly (inside LyX)?! > Jürgen, are y

Re: ANNOUNCE: LyX 1.1.5fix2

2000-10-24 Thread Sasa Janiska
On 23 Oct 2000, Jean-Marc Lasgouttes wrote: > This bug will be present until we switch to a more powerful way of > representing/displaying characters (with unicode, for example). > When I was preparing one book one year ago (I cannot remember which version was stable at that time, maybe 1.1.3),

Re: bug in qarch generation of kde files

2000-10-24 Thread John Levon
On 24 Oct 2000, Lars Gullik Bjønnes wrote: > > Several places a _("") is output, that is very wrong and make the > lyx.port files and the .po files have the wrong header. > > please fix this. > > Lgb > argh ... I'll fix this, very sorry. Lars if it is something important like this c

Re: stream_cast<> and Re: LyXFunc/LyXAction

2000-10-24 Thread Allan Rae
Not gone yet but very soon... On 23 Oct 2000, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | On 22 Oct 2000, Lars Gullik Bjønnes wrote: > | > | > "Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: > | > > | > Do you know if anyone has mentioned xtl on the boost

PATCH: all xforms dialogs now derived from FormBase

2000-10-24 Thread Angus Leeming
sigh... why are my patches so large at the moment. I'm a firm believer in small is beautiful :-( Anyway, here is a patch that does no more than make FormGraphics and FormTabular daughter classes of FormInset. All xforms dialogs now conform to this derived class structure. In the process, I've

Re: PATCH: all xforms dialogs now derived from FormBase

2000-10-24 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Anyway, here is a patch that does no more than make Angus> FormGraphics and FormTabular daughter classes of FormInset. All Angus> xforms dialogs now conform to this derived class structure. Did you try to do some clever trick in t

Re: PATCH: all xforms dialogs now derived from FormBase

2000-10-24 Thread Angus Leeming
On Tue, 24 Oct 2000, Jean-Marc Lasgouttes wrote: > Did you try to do some clever trick in the Changelog diff? It did not > work and the patch is malformed. You can check this with the --dry-run > option of patch I guess. Tried no tricks; just cut and pasted "cvs diff ChangeLog" into the main pat

[PATCH] Fix KDE gettext breakage

2000-10-24 Thread John Levon
This is the diff from re-generating the files with a patched qtarch (which I will send to the maintainers now). Hopefully this is OK now, sorry Lars and * for the mistake john -- "I find that life has more appeal Without a driver who's asleep behind the wheel" - The Divine Comedy ?

Re: [PATCH] Fix KDE gettext breakage

2000-10-24 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> This is the diff from John> re-generating the files with a patched qtarch (which I will send John> to the maintainers now). Thanks. I applied the patch JMarc

Re: PATCH: all xforms dialogs now derived from FormBase

2000-10-24 Thread R. Lahaye
Angus Leeming wrote: > Baruch has been testing FormGraphics for/with me; all appears well. > I've subjected FormTabular to lots of testing myself. All appears to work > well. However, Jürgen, this is a complex beast and really it's your baby so Are both still 'hidden' for the regular cvs-testers

Re: PATCH: all xforms dialogs now derived from FormBase

2000-10-24 Thread Angus Leeming
On Tue, 24 Oct 2000, R. Lahaye wrote: > Are both still 'hidden' for the regular cvs-testers ? > I believed the new GraphicsInsets were. It's not really hidden. Just not easy to get at. Type "graphics-insert" in the minibuffer. Angus

Re: ANNOUNCE: LyX 1.1.5fix2

2000-10-24 Thread Jean-Marc Lasgouttes
> "Sasa" == Sasa Janiska <[EMAIL PROTECTED]> writes: Sasa> After that, new release fixed some problems with accents and Sasa> broke something which was already OK. Sasa> I do not know how much this piece of code is changed, but it Sasa> looks that there was already full functionality in prev

Re: XForms TODO list

2000-10-24 Thread Angus Leeming
On Fri, 20 Oct 2000, Allan Rae wrote: > (a.k.a. Jobs for Angus ;-) > > No particular order. > > 1. Find out if it's possible to raise() an iconified form. > I haven't even been able to figure out if a form _is_ iconified. > With this info we won't _need_ to use FL_TRANSIENT for dialogs >

Re: ANNOUNCE: LyX 1.1.5fix2

2000-10-24 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> Well, with latin-1 encoding the macron comes out as tilde, and Garst> it does it in Netscape too. Here is Meta a- ã I don't have the Garst> foggiest idea where this is coming from, but it is not limited Garst> to LyX. Are you ent

Re: keymap for Latvian characters.

2000-10-24 Thread Jean-Marc Lasgouttes
> "Janne" == Janne Pänkälä <[EMAIL PROTECTED]> writes: Janne> # # latvian.kmap # # this is for Latvian, with US Keyboard. # Thank you very much for the file. I added it to the distribution. JMarc

Re: May the fix be with you (status update #4)

2000-10-24 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch> On 17 Oct 2000, Jean-Marc Lasgouttes wrote: >> - When the cursor is between two spaces, then the Shift-Cursor >> selection keys will lead to a mangled selection (on screen) >> http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg

The hidden FormGraphics

2000-10-24 Thread Baruch Even
I'm sorry but I deleted the original message that asked about the hidden FormGraphics. The FormGraphics is still "hidden", actually it simply doesn't show up on the default menu. The reason is simple, it's not ready for prime time. It needs two things, one is an image converter feature and the ot

Re: bug in qarch generation of kde files

2000-10-24 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | argh ... I'll fix this, very sorry. | | Lars if it is something important like this can you cc me as well if | possible, as I often read this list offline, which makes responding | awkward You need to setup a off-line mailserver then. while I am at it..

Re: bug in qarch generation of kde files

2000-10-24 Thread Angus Leeming
On Tue, 24 Oct 2000, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > | argh ... I'll fix this, very sorry. > | > | Lars if it is something important like this can you cc me as well if > | possible, as I often read this list offline, which makes responding > | awkward > > You

Font selection [was Re: ANNOUNCE: LyX 1.1.5fix2]

2000-10-24 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > > > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: > > Garst> Well, with latin-1 encoding the macron comes out as tilde, and > Garst> it does it in Netscape too. Here is Meta a- ã I don't have the > Garst> foggiest idea where this is coming from, but it is

Re: PATCH: all xforms dialogs now derived from FormBase

2000-10-24 Thread Angus Leeming
Aiee! Ok, I'm an idiot. Please apply, or you won't be able to launch any new dialogs! A. Index: src/frontends/xforms/FormInset.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormInset.C,v retrieving revi

Re: PATCH: all xforms dialogs now derived from FormBase

2000-10-24 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Aiee! Ok, I'm an idiot. Please apply, or you won't be able Angus> to launch any new dialogs! A. I do not see what the problem was, but I'll apply that anyway (you know better than I do). JMarc

Re: XForms TODO list

2000-10-24 Thread Angus Leeming
On Fri, 20 Oct 2000, Allan Rae wrote: > (a.k.a. Jobs for Angus ;-) > > No particular order. > > 3. Extend existing Preferences tabfolders > Inputs->General: date_inser*t, relyx*, linuxdoc_to_lyx* > Outputs->General: default_papersize, ascii_roff_command, > font_

Re: PATCH: all xforms dialogs now derived from FormBase

2000-10-24 Thread Angus Leeming
> Angus> Aiee! Ok, I'm an idiot. Please apply, or you won't be able > Angus> to launch any new dialogs! A. > I do not see what the problem was, but I'll apply that anyway (you > know better than I do). On today's evidence, I doubt that! My panic was caused by an old, temporary lyx executabl

Re: stream_cast<> and Re: LyXFunc/LyXAction

2000-10-24 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | > You seem to forget that we want access to internal/user visible data | > structures to be handled through lyxfunc. (and passing structs to | > lyxfunc (in whatever form) is not nice). | | XTL via lyxfunc works (or worked) very nicely. Then the external

Bug in 1.1.5fix1

2000-10-24 Thread Carl Ollivier-Gooch
Go to the end of "Item 1a" in the attached file. Hit Alt-Enter. The depth and minipage lines overwrite. Enter some text. Hit Alt-Enter again. The first new entry gets fixed, and the newest is broken. Might be fixed already; I haven't tried out 1.1.5fix2 or 1.1.6cvs. A very minor buglet, as

Re: XForms TODO list

2000-10-24 Thread Angus Leeming
On Fri, 20 Oct 2000, Allan Rae wrote: > 3. Extend existing Preferences tabfolders > Inputs->General: date_inser*t, relyx*, linuxdoc_to_lyx* > Outputs->General: default_papersize, ascii_roff_command, > font_encoding(TeX) Just to show willing. Here is a patch to

small bug in FormError and perhaps in other files

2000-10-24 Thread Lars Gullik Bjønnes
In FormError::disconnect() there seem to be a misunderstanding: message_.empty() returns a bool saying wether the string is empty of not, to make the string empty message_.erase() (or message_.clear() but we don't use that yet) should be used. Lgb

Re: small bug in FormError and perhaps in other files

2000-10-24 Thread Angus Leeming
On Tue, 24 Oct 2000, Lars Gullik Bjønnes wrote: > In FormError::disconnect() there seem to be a misunderstanding: > > message_.empty() returns a bool saying wether the string is empty of > not, to make the string empty message_.erase() (or message_.clear() > but we don't use that yet) should be us

Re: small bug in FormError and perhaps in other files

2000-10-24 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Tue, 24 Oct 2000, Lars Gullik Bjønnes wrote: | > In FormError::disconnect() there seem to be a misunderstanding: | > | > message_.empty() returns a bool saying wether the string is empty of | > not, to make the string empty message_.erase() (or messa

up-dates SUSE logo (fwd)

2000-10-24 Thread Asger K. Alstrup Nielsen
Could somebody please have a look at this for the web-site I suppose? Thanks, Asger -- Forwarded message -- Date: Mon, 23 Oct 2000 11:57:07 -0400 From: William Adams <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: up-dates SUSE logo I've done a version which has proper-anti

Re: up-dates SUSE logo (fwd)

2000-10-24 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: | Could somebody please have a look at this for the web-site I | suppose? We get the suse logo directly from suse: http://www.suse.de/en/images/SuSE_images/logos/suse_g.gif" alt="SuSE Logo"> so I am not sure if we should bother to change

Re: stream_cast<> and Re: LyXFunc/LyXAction

2000-10-24 Thread Asger K. Alstrup Nielsen
On 24 Oct 2000, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | XTL via lyxfunc works (or worked) very nicely. Then the external scripts > | can call lyxfunc with data directly. > > In essence this is passing a complex structure to the lyxfunc, and I > am not sure if I

Re: XForms TODO list

2000-10-24 Thread Dekel Tsur
On Tue, Oct 24, 2000 at 04:24:00PM +0100, Angus Leeming wrote: > On Fri, 20 Oct 2000, Allan Rae wrote: > > (a.k.a. Jobs for Angus ;-) > > > > No particular order. > > > > 3. Extend existing Preferences tabfolders > > Inputs->General: date_inser*t, relyx*, linuxdoc_to_lyx* > > Outputs->Ge

Re: ANNOUNCE: LyX 1.1.5fix2

2000-10-24 Thread Dekel Tsur
On Tue, Oct 24, 2000 at 03:27:36PM +0200, Jean-Marc Lasgouttes wrote: > What happens is that in the old version accents were drawn by hands > (with lines circles, etc) and It caused problems in many cases. Now > the new code uses the accent characters which are present in the font. > Unfortunatel

Re: XForms TODO list

2000-10-24 Thread Angus Leeming
This one has me stumped. If the spell checker is to have a Preferences section, then we need to be able to input stuff such as: #\escape_chars "æøåÆØÅ" Clearly, xforms does not support input of these characters by the user, so now what? Is this an example of a dialog that HAS to have a inset

Re: XForms TODO list

2000-10-24 Thread Angus Leeming
On Tue, 24 Oct 2000, Dekel Tsur wrote: > On Tue, Oct 24, 2000 at 04:24:00PM +0100, Angus Leeming wrote: > > On Fri, 20 Oct 2000, Allan Rae wrote: > > > (a.k.a. Jobs for Angus ;-) > > > > > > No particular order. > > > > > > 3. Extend existing Preferences tabfolders > > > Inputs->General: date_

bug report: lyx crashes with plus

2000-10-24 Thread Ariel Tankus
Bug Report: =-=-=-=-=-= LyX version: 1.1.5fix2, Tue Oct 18, 2000. Arch: Linux. Reproducable on versions compiled for both RedHat 6.0 and Debian Potato (that's what I use...). uname -a: Linux pc-retina.math.tau.ac.il 2.2.5-15 #7 Mon May 24 19:04:12 IDT 1999 i686 unknown The

Re: XForms TODO list

2000-10-24 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | This one has me stumped. If the spell checker is to have a Preferences | section, then we need to be able to input stuff such as: | | #\escape_chars "æøåÆØÅ" | | Clearly, xforms does not support input of these characters by the user, so | now what?

Re: XForms TODO list

2000-10-24 Thread Angus Leeming
On Tue, 24 Oct 2000, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | This one has me stumped. If the spell checker is to have a Preferences > | section, then we need to be able to input stuff such as: > | > | #\escape_chars "æøåÆØÅ" > | > | Clearly, xforms does not suppo

Math editor patches

2000-10-24 Thread Stephen Reindl
Hello, I'm a new user (and as you see a programmer) to lyx and I have found a problem in math mode. If I switch to math-text mode (via M-m m) I cannot enter digits and special characters in text mode. Everytime I enter a Digit or a closing paren (e.g. "2.2.3)") these digits are displayed and pri

the black line problem

2000-10-24 Thread Garst R. Reese
This is an old one, but I hope this adds some insight. I have two 14 row tables in a row. If I open the file and use Pg Dn to move through the file, it gets stuck at the tables. The cursor position alternates from the beginning of one to the beginning of the other. I can move past the problem area

Re: Warning: language `default' not recognized!

2000-10-24 Thread R. Lahaye
Juergen Vigna wrote: > > On 22-Oct-2000 R. Lahaye wrote: > > Why is the language by default set to 'default' and > > then not recognized resulting in a warning? > > It's not in LyX the fault, but in the old document your read! > > We removed the default language and set 'english' as default now

Re: Docbook

2000-10-24 Thread Juergen Vigna
On 23-Oct-2000 Jose Abilio Oliveira Matos wrote: > > For now lyx ignores the output of any math formula, maybe a better alternative > would be to export the formulas as text. What do you think? What do others > think? Well another working solution would be to write the formula in a minimal La