- Forwarded message from Jeff Breidenbach <[EMAIL PROTECTED]> -
Delivered-To: [EMAIL PROTECTED]
From: Jeff Breidenbach <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
In-reply-to: <[EMAIL PROTECTED]> (message from Mate
Wierdl on Tue, 13 Nov 2001 11:37:09 -0600)
Subject: Re: problems wit
here is a doc for all the new features
http://www.perce.de/lyx/LyX12.pdf
Herbert
Hi John,
I have updated the backtraces for the memory access problems with
tables. Due to the many changes in text.C, one of the reports look
totally different now.
Michael
LyX 1.2.0cvs - Bug list (2001/11/12)
Please help me to keep this list up to date.
Report new or
Hi John,
> Err, how did you manage to get an error box /inside/ a minipage inset?
Just change the document class of an existing document to a class that
is not installed on your machine.
Michael
On Tue, Nov 13, 2001 at 11:33:45AM +0900, Rob Lahaye wrote:
>
> Hi,
>
> Is the mail archive broken (www.mail-archive.com/lyx-devel%40lists.lyx.org) ?
I repprtde the problem to the archive's maintainer; waiting for the
answer.
Thx for letting me know,
Mate
On Tue, Nov 13, 2001 at 10:55:34AM +0900, Rob Lahaye wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0x285180ee in xdr_u_int () from /usr/lib/libc.so.4
> (gdb) bt
> #0 0x285180ee in xdr_u_int () from /usr/lib/libc.so.4
> #1 0x28518852 in xdr_bytes () from /usr/lib/libc.so.4
> #2
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes:
Jürgen> Hello, This is a wrong behaviour which occurs in 1.1.6fix2
Jürgen> (and before, I guess) as well as in 1.2.0cvs
Jürgen> When I chose german (or any other) quotes ,,...`` they are not
Jürgen> set correctly by LyX after a pro
On Tue, Nov 13, 2001 at 03:43:38PM +0100, Juergen Vigna wrote:
> > I mentioned this before - the return value needs to have two values, for whether
> > it was dispatched, and what should happen after.
> >
> > I don't think anyone replied ?
>
> ??? Did you read all of the mail on this subject to
On 13-Nov-2001 John Levon wrote:
> I mentioned this before - the return value needs to have two values, for whether
> it was dispatched, and what should happen after.
>
> I don't think anyone replied ?
??? Did you read all of the mail on this subject today?
Jug
--
-._-._-._-._-._-._-.
On Tue, Nov 13, 2001 at 10:29:51AM +0200, Dekel Tsur wrote:
> But the 1.1.6 behavior was to add a space after the math inset, and this
> doesn't happen now.
> If we don't want a hackish solution (like the one that was in 1.1.6), then
> we need to add new return codes, e.g. UNDISPATCHED_FINISHED_R
On Tue, Nov 13, 2001 at 09:33:09AM +0100, Juergen Spitzmueller wrote:
> Juergen Spitzmueller wrote:
> > Michael Schmitt wrote:
> > > in the "open" dialog, "Documents" and "Examples" do not have
> > > shortcuts;
> >
> > This is a little bit more tricky. Where are the user buttons defined
> > (John
Hi,
[CVS as of Nov. 13th]
Go into in-line math, type "Shift-^" inside math and then "+".
The + looks good. Now save, close and reopen the document;
the "+" is then something like "A{[]}+, with the
paratheses in red and the box in blue.
The final output (dvi or ps) is not affected; the problem
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
Herbert> a fix for the graphic inset, which exports wrong scaling
Herbert> factor
Applied.
JMarc
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> A few things that have bee working for ages without any way to
Andre> reach them from the menus.
Andre> This creates a new Submenu Insert->Math, since placing
Andre> everything in the main insert menu semms not possible in the
And
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen, I'll apply your patch.
JMarc
On 13-Nov-2001 Andre Poenitz wrote:
> On Tue, Nov 13, 2001 at 11:02:01AM +0100, Juergen Vigna wrote:
>> You call unlockInset(FINISHED_RIGHT) or unlockInset(FINISHED_LEFT) and
>> then the BufferView::unlockInset(where) call has to see where the inset
>> is in and how to handle RIGHT and LEFT!
>
>
a fix for the graphic inset, which exports wrong scaling factor
Herbert
diff -u -r1.220 ChangeLog
--- src/insets/ChangeLog2001/11/09 13:44:48 1.220
+++ src/insets/ChangeLog2001/11/13 10:12:58
@@ -1,3 +1,7 @@
+2001-11-13 Herbert Voss <[EMAIL PROTECTED]>
+
+ * insetgrap
On Tue, Nov 13, 2001 at 11:02:01AM +0100, Juergen Vigna wrote:
> You call unlockInset(FINISHED_RIGHT) or unlockInset(FINISHED_LEFT) and
> then the BufferView::unlockInset(where) call has to see where the inset
> is in and how to handle RIGHT and LEFT!
Ok. Than this is fine. And this handles the "
On Tue, Nov 13, 2001 at 10:36:36AM +0100, Andre Poenitz wrote:
> On Tue, Nov 13, 2001 at 11:18:13AM +0200, Dekel Tsur wrote:
> > You will have to call to unlockInset() from the localDispatch() method of the
> > inset.
>
> And have to take care of rtl-issues and the like?
> This certainly does not
On 13-Nov-2001 Andre Poenitz wrote:
> On Tue, Nov 13, 2001 at 11:18:13AM +0200, Dekel Tsur wrote:
>> You will have to call to unlockInset() from the localDispatch() method of the
>> inset.
>
> And have to take care of rtl-issues and the like?
> This certainly does not belong to mathed...
??? Wh
On Tue, Nov 13, 2001 at 11:18:13AM +0200, Dekel Tsur wrote:
> You will have to call to unlockInset() from the localDispatch() method of the
> inset.
And have to take care of rtl-issues and the like?
This certainly does not belong to mathed...
Andre'
--
André Pönitz
On Tue, Nov 13, 2001 at 10:12:36AM +0100, Andre Poenitz wrote:
> On Tue, Nov 13, 2001 at 09:55:50AM +0100, Juergen Vigna wrote:
> > That just did it! IMO we should now return to the UNDISPATCHED, FINISHED
> > DISPATCHED calls and change the code of unlockInset to tell the unlock
> > mechanism to m
On Tue, Nov 13, 2001 at 10:02:00AM +0100, Jean-Marc Lasgouttes wrote:
> Andre> Is it? How to you reach the other items then?
>
> You don't. Or you hope they have shortcuts.
Alt for LyX menu shortcuts "usually" does not work too well here (i.e.
sometimes it works, sometimes I have to use Alt-Gr a
On Tue, Nov 13, 2001 at 09:55:50AM +0100, Juergen Vigna wrote:
> That just did it! IMO we should now return to the UNDISPATCHED, FINISHED
> DISPATCHED calls and change the code of unlockInset to tell the unlock
> mechanism to move the cursor!
How? Second guessing?
So how should I tell that I am
A few things that have bee working for ages without any way to reach them
from the menus.
This creates a new Submenu Insert->Math, since placing everything in the
main insert menu semms not possible in the long run...
Andre'
--
André Pönitz .. [EM
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes:
Rob> Peculiar is also that I have removed my ~/.lyx configuration
Rob> directory; LyX usually asks then to create one, but not anymore!
Rob> Why is that?
Now LyX just creates the .lyx directory, since there is no harm in
doing that. In fact,
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Mon, Nov 12, 2001 at 08:56:30PM +0100, Michael Schmitt
Andre> wrote:
>> Herbert Voss wrote:
>>
>> >>- "Tab" does not work correctly in the URL dialog (buttons are
>> unreachable)
>> >>
>> > it's the default, that only textfield
On 13-Nov-2001 Dekel Tsur wrote:
> But the 1.1.6 behavior was to add a space after the math inset, and this
> doesn't happen now.
> If we don't want a hackish solution (like the one that was in 1.1.6), then
> we need to add new return codes, e.g. UNDISPATCHED_FINISHED_RIGHT
> which means that th
On 13-Nov-2001 Rob Lahaye wrote:
> Is the mail archive broken (www.mail-archive.com/lyx-devel%40lists.lyx.org) ?
>
It seems it is broken and not only for us I tried yesterday for the xmame
mailing list and they have the same problems with recent messages :(
We should contact the administrator
On Tue, Nov 13, 2001 at 10:29:51AM +0200, Dekel Tsur wrote:
> If we don't want a hackish solution (like the one that was in 1.1.6),
Me, myself and I don't want that.
> then we need to add new return codes, e.g. UNDISPATCHED_FINISHED_RIGHT
> which means that the inset should be unlocked, and the
Juergen Spitzmueller wrote:
> Michael Schmitt wrote:
> > in the "open" dialog, "Documents" and "Examples" do not have
> > shortcuts;
>
> This is a little bit more tricky. Where are the user buttons defined
> (John)?
BTW: these buttons are binded to M-1 and M-2. But this is (like in the
search di
On Tue, Nov 13, 2001 at 09:03:52AM +, [EMAIL PROTECTED] wrote:
> CVSROOT: /usr/local/lyx/cvsroot
> Module name: lyx-devel
> Repository: lyx-devel/src/mathed/
> Changes by: [EMAIL PROTECTED] 01/11/13 09:03:52
>
> Modified files:
> lyx-devel/src/mathed/: formulabase.C math_c
32 matches
Mail list logo