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
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),
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
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
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
> "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
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
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
?
> "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
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
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
> "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
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
>
> "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
> "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
> "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
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
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..
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
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
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
> "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
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_
> 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
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
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
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
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
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
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
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
"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
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
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
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
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
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 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
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?
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
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
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
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
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
44 matches
Mail list logo