On Sat, Nov 30, 2002 at 02:59:36PM +1030, Darren Freeman wrote:
> I just did a cvs update, make, and ran lyxdbg0.2b on the problem.
>
> Did you fix it in the cvs or on your local copy? I will try Angus'
> patches sometime soon for myself.
I've just committed it, anoncvs has a delay. Check the ch
On Sat, 2002-11-30 at 14:38, John Levon wrote:
> On Fri, Nov 29, 2002 at 11:25:01AM +, Angus Leeming wrote:
>
> > John, Darren, could you see if this patch stops the crash, at the expense
> > that the Close button label does not change to Cancel.
>
> I've fixed it properly, please double che
On Fri, 2002-11-29 at 22:40, Rob Lahaye wrote:
> Darren,
>
> Have a look at the attached script.
I'm trying it now, and changing what I want to.
These are my thoughts:
1) Running lyxdbg0.2 with no command line options should try to work out
what lyx to run, or give an error message, not run gdb
On Fri, Nov 29, 2002 at 11:25:01AM +, Angus Leeming wrote:
> John, Darren, could you see if this patch stops the crash, at the expense
> that the Close button label does not change to Cancel.
I've fixed it properly, please double check
regards
john
--
"It is very difficult to prophesy, es
On Sat, 2002-11-30 at 02:34, Jean-Marc Lasgouttes wrote:
> > "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes:
>
> Darren> Dear list, Once upon a time, there were lots of entries in
> Darren> File->Import.
>
> Darren> Now there are two.
>
> Most of them are gone indeed. I'll investigate
Rob,
On Fri, 2002-11-29 at 15:27, Rob Lahaye wrote:
> Darren Freeman wrote:
> >
> > Interesting.. maybe a wrapper shell script could be added instead, which
> > runs LyX through gdb and records anything interesting.. followed by
>
> Darren,
>
> I've tried your script. It's cute and it works her
ochar const * const label = _("Close|^[");
FL_OBJECT * button_close =
fl_add_button(FL_NORMAL_BUTTON, x_, y_, 90, 30,
idex(_(label)).c_str());
fl_set_button_shortcut(button_close, scex(_(label)).c_str(), 1);
do we really need t
On Fri, Nov 29, 2002 at 05:48:07PM +0100, Otto Tronarp wrote:
> In file included from /usr/local/qt/include/qwindowdefs.h:44,
> from /usr/local/qt/include/qwidget.h:42,
> from /usr/local/qt/include/qcombobox.h:42,
> from lengthcombo.h:19,
>
http://www.lyx.org/news/20021130.php3
It's not linked to yet. What else needs adding ? What's incorrect ?
regards
john
--
"It is very difficult to prophesy, especially when it pertains to the
future."
- Patrick Kurzawe
I updated the patch. This is not so well-tested, but feel free to give
it a go. (updating was FUN ! over 100 hunks hand-merged)
You need : http://efeu.cybertec.at/dist/dvipost-1.0.tar.gz
and
http://www.movement.uklinux.net/c1.diff.bz2
Enjoy !
regards
john
On Sat, Nov 16, 2002 at 01:11:27PM +0200, Isam Bayazidi wrote:
> There is some faulty shaping, and there is some special cases for letters
> that should be considered when doing the shaping for Arabic.. I had been
> working in a small patch to fix this issue.. the patch does the following:
> - f
On Fri, Nov 29, 2002 at 09:29:09AM -0500, Uwe Hartl wrote:
> I looked at the place on the developement pages from where I have the
> old cvs entry from. There is still the old one on.
No, there isn't
"In order to make anonymous CVS access easier, you should set your
CVSROOT environment var
On Fri, Nov 29, 2002 at 10:22:26AM +, Angus Leeming wrote:
> Ok, John. I believe that the attached patch fixes this in the correct manner.
> I'll commit this, but I've attached it also so that you can see how to do the
> same sort of thing for Qt.
cool thanks
(I wasn't trying to pressure y
Hi,
I'm trying to compile lyx cvs and I get tons of "ambiguous overload" for
functions regarding the interaction between QString and std::string in
QGraphics.C.
This is with gcc 3.2, qt 3.1.0, autoconf 2.53 and automake 1.5 any ideas
of what's wrong?
Otto
source='QGraphics.C' object='QGraphics
On Fri, Nov 29, 2002 at 07:14:36AM +0100, Jean-Marc Lasgouttes wrote:
> Dekel> Should I apply my patch to this bug. Yes, it is ugly, but the
> Dekel> current behavior is very annoying.
>
> Could you show the patch again?
Attached.
patch.gz
Description: application/gzip
On Friday 29 November 2002 4:03 pm, Juergen Spitzmueller wrote:
> Angus Leeming wrote:
> > Presumably the returned value is different in these two cases. Could
> > you investigate and tell me?
>
> I really have no idea and found no information.
Sure you have.
* Dump the LaTeX output from your LyX
> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes:
Darren> Dear list, Once upon a time, there were lots of entries in
Darren> File->Import.
Darren> Now there are two.
Most of them are gone indeed. I'll investigate next week... Did you
install lyx or are you running from build directory
Angus Leeming wrote:
> Presumably the returned value is different in these two cases. Could
> you investigate and tell me?
I really have no idea and found no information. How does LyX do this? Does it
only scan for LaTeX errors?
Perhaps you should ask on comp.text.tex
Jürgen.
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Mon, Nov 25, 2002 at 12:38:27PM +0100, Jean-Marc Lasgouttes
John> wrote:
>> I get them too, they are annoying.
John> make them dbg-only. They were useful when debuggingthe graphics
John> crashes of 1.2.0pre era, now they mainly serve
I looked at the place on the developement pages from where I have the
old cvs entry from. There is still the old one on.
Can you change this to the new entry: anaoncvs.lyx.org ??
So the next guys who want to join in do not have the problem.
Uwe
Hey, thanks guys. This calms me down. I tried
an
Juergen Spitzmueller wrote:
> Angus Leeming wrote:
>> Ok, this works. Shove it in bib2lyx.sh between
>> cat - > ${SEDFILE} <> and the following
>> EOF
>
> Thanks, Angus, it works indeed now. But note that the script bails
> out as soon as bibtex gives an error message. That should not
> happen, b
Hey, thanks guys. This calms me down. I tried
anaoncvs.lyx.org
now and magically it works again. Also the development web page works
again. After looking at the failure messages I think I should build my
own caching name server into my firewall. Now a "make clean" and "nice
make" is running, wil
Allan Rae wrote:
> On Thu, 28 Nov 2002, Angus Leeming wrote:
>
>> Here's the patch. It works fine.
>
> It's looks okay to me too. Although a little extra whitespace in
> the substituted code below would be nice (hint: ...str(), 1)
Done lower down the sed script ;-)
> This leak has been known
On Sunday 24 November 2002 11:27 pm, Darren Freeman wrote:
> On Fri, 2002-11-22 at 02:12, Angus Leeming wrote:
> > On Thursday 14 November 2002 3:36 pm, Darren Freeman wrote:
> > > Dear list,
> > >
> > > the spelchecker status bar is still corrupted. Attached is a screenshot
> > > at 100%. When I l
Darren,
Have a look at the attached script.
It can handle what you intended, but also the core file by calling
"lyxdbg src/lyx lyx.core". It also writes to current working directory,
instead of LYXDIR, which garantees better the write permission.
The script also uses /bin/sh (/bin/bash breaks on
Here is a copy of the comment I added there:
http://bugzilla.lyx.org/show_bug.cgi?id=750
I attached an old patch from dekel too, since I think it is relevant.
JMarc
--- Additional Comment #2 From JMarc 2002-11-30 00:51 ---
This is definitely a weakness of our l10n system, which is onl
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> | I told you so!
Lars> Yes, You told me that you would tell me so...
So I had to do it, or you would never trust me again on what I say.
JMarc
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
| Lars> mmm what I was afraid of.
>
| Lars> I will also look throught my "c" -> 'c' patch to look for issues
| Lars> like this.
>
| I told you so!
Yes, You told me that you would te
On Wednesday 27 November 2002 8:14 pm, John Levon wrote:
> #6 0x40414114 in chunk_realloc (ar_ptr=0x404b4680, oldp=0x8418c04,
> oldsize=4294967292, nb=16) at malloc.c:3390 #7 0x40413dc1 in
> __libc_realloc (oldmem=0x8418c0c, bytes=7) at malloc.c:3286 #8 0x400d400d
> in fl_set_object_label (ob=0x
> "Uwe" == Uwe Hartl <[EMAIL PROTECTED]> writes:
Uwe> Hi, I tried to ask what I did wrong when I compiled my copy of
Uwe> the cvs - lyx-devel tree which gave compile and link failures in
Uwe> both, the normal xforms frontend and the qt frontend.
These linking errors are very strange. Did you
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Dekel Tsur <[EMAIL PROTECTED]> writes: | When running LyX on
Lars> Windows machine, the TeX directory may be installed | in a
Lars> directory whose name contains spaces (e.g. C:\Program Files) and
Lars> | this confuses the depta
Dekel Tsur <[EMAIL PROTECTED]> writes:
| When running LyX on Windows machine, the TeX directory may be installed
| in a directory whose name contains spaces (e.g. C:\Program Files) and
| this confuses the deptable code.
| One solution is to quote filenames in the .dep file, and use Lyxlex to read
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> mmm what I was afraid of.
Lars> I will also look throught my "c" -> 'c' patch to look for issues
Lars> like this.
I told you so!
JMarc
On Friday 29 November 2002 8:44 am, [EMAIL PROTECTED] wrote:
> http://bugzilla.lyx.org/show_bug.cgi?id=749
>
>Summary: xforms gui prefs not saved
>Product: LyX
>Version: 1.3.0cvs
> Platform: Other
> OS/Version: All
> Status: NEW
>
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Thursday 28 November 2002 12:38 pm, Angus Leeming wrote:
| > Should these functions not be re-written as
| > string const scex(string const & str)
| > {
| > return split(str, '|');
| > }
| >
| > string const idex(string const & str)
| > {
| >
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Nov 28, 2002 at 05:57:03PM +0100, Lars Gullik Bjønnes wrote:
|
| > | _("blah") + 'f' is most definitely non-U.
| >
| > And I have no idea what 'non-U' is.
|
| http://www.axis-of-aevil.net/archives/000181.html
|
| > | I suppose I'm the sucker w
36 matches
Mail list logo