On 29-Mar-2000 Lars Gullik Bjønnes wrote:
> btw. I see this bug:
>
> '|' is cursor as usual.
>
>g | g
>
> press backspace and you get:
>
>g|g
>
> not sure if that is related. Anyway I will look at it.
#:O) you noticed this? That's the stuff I tell you all the time (and
I fixed it h
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> Hello, | | I just commited a fix to cvs which fixes for me the
Lars> backspace-crash | that has been plaguing LyX for some time. Go
Lars> try latest cvs and tell | me wha
> I think that badly-behaved LaTeX may still be your downfall, though. For
> example, it looks like you translate {[} into a bracket. But what about a
> plain [, which is probably how a lot of people will write it?
Erm... did I mentioned that is wasn't finished and that I didn't want to
show it t
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Hello,
|
| I just commited a fix to cvs which fixes for me the backspace-crash
| that has been plaguing LyX for some time. Go try latest cvs and tell
| me what happens. I am interested to know whether your favourite way of
| crashing LyX still w
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Hello,
|
| I just commited a fix to cvs which fixes for me the backspace-crash
| that has been plaguing LyX for some time. Go try latest cvs and tell
| me what happens. I am interested to know whether your favourite way of
| crashing LyX still w
On Tue, Mar 28, 2000 at 04:58:39PM -0500, Amir Karger wrote:
> I've got a bit more faith in Andre's tex2lyx converter. Using LaTeX to
> translate LaTeX isn't just a cool hack---it happens to be the best way
> to read LaTeX. That is, we know that LaTeX won't have any trouble reading
> LaTeX input,
On Tue, Mar 28, 2000 at 04:30:04PM -0500, Amir Karger wrote:
> Kayvan said:
> > Doing some searches on the net, I found a very interesting piece of
> > software at http://www.nist.gov/sc4/editing/latex/programs/ltx2x/
> >
> > I am thinking of using it as the basis for a C-based reLyX replaceme
On 29 Mar 2000, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
>
>
> | src/frontends/xforms/FormPrint.h:
> | -#ifdef __GNUG__
> | -#pragma interface
> | -#endif
> | (These one allows the code to link)
>
> In stead of that you could try to add
> #ifdef __GNUG__
> #pragm
Amir Karger <[EMAIL PROTECTED]> writes:
| I'm still wondering, though. When exactly did we all decide reLyX should
| retire?
We didn't.
Lgb
Kayvan said:
> Doing some searches on the net, I found a very interesting piece of
> software at http://www.nist.gov/sc4/editing/latex/programs/ltx2x/
>
> I am thinking of using it as the basis for a C-based reLyX replacement.
>
> Amir, can you take a look and tell me what you think?
Wow.
I've got a bit more faith in Andre's tex2lyx converter. Using LaTeX to
translate LaTeX isn't just a cool hack---it happens to be the best way
to read LaTeX. That is, we know that LaTeX won't have any trouble reading
LaTeX input, even if it isn't "well-behaved".
What that means is that you won't b
Angus Leeming <[EMAIL PROTECTED]> writes:
| src/frontends/xforms/FormPrint.h:
| -#ifdef __GNUG__
| -#pragma interface
| -#endif
| (These one allows the code to link)
In stead of that you could try to add
#ifdef __GNUG__
#pragma implementation
#endif
to FormPrint.C unless already present.
Hi
Checked the cvs 28.3. from ftp.sylvan.com. By and large a nice package.
However, it seems like lyx-1.1.5cvs of today, does not correctly
understand the bst-packages
with lyx-1.1.2. I can use
\usepackage{harvard}
nicely
Lyx 1.1.5cvs of today do not understand the useful citation command
\ci
Ok, Allan, a final report before I go home.
I have managed to compile the "rae" branch of CVS making a
few v.small changes to do so. I can compile with lyxstring
using JMarc's suggested change to LString.h
Having compiled the branch as is, I then made four
tiny changes:
On Tue, Mar 28, 2000 at 05:36:06PM +0100, Angus Leeming wrote:
> Creating emphasised text in a paragraph by:
>
> blah blah blah M-Ce is M-C_ blah blah blah
>
> where _ indicates a space, and then viewing the dvi output
> creates the following LaTeX error:
>
> Aside from the fact that LyX views
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Angus> Got it! To create this bug in a reproducible way 1 add the
| Angus> words "blah blah blah" to the middle of a paragraph of text.
|
| Angus> 2 Highlight them and cut them out of the paragrah. The cursor
| Angus> should now be flashing betw
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| I am using the exact same settings I have always used:
|
| [kayvan@satyr ~/src/lyx]$ cvs update
| Fatal error, aborting.
| anoncvs: no such user
| cvs [update aborted]: authorization failed: server anoncvs.lyx.org rejected access
| [kayvan@satyr ~
On Mon, 27 Mar 2000, Angus Leeming wrote:
> (Jean-Marc and Allan, there are questions for you buried
> within here ;-)
>
> Many thanks for forwarding my compile problems to the xtl
> list, Asger. Jose (Orlando Pereira) got in touch and
> suggested that the problem would be trivial but that egcs
On 27 Mar 2000, Jean-Marc Lasgouttes wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> Hi all, I've just noticed the size of the binary of lyx-cvs:
> Angus> -rwxr-xr-x 1 aleem users 32768000 Mar 27 11:36 src/lyx*
>
> Angus> That's 32MB!
>
> I get only:
> -rwxr--r--
On Mon, 27 Mar 2000, Angus Leeming wrote:
> (Allan, could you confirm that PrinterParams::composite is
> meant to read from/ write to the members of PrinterParams?)
>
> Here's how to compile the src/frontends/xforms/ directory
> of the rae branch with egcs-1.1.2/gnu STL.
>
> STEP 1: Edit config
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes:
Kayvan> I've seen the deleting error boxes bug after a LaTeX error on
Kayvan> Linux, so maybe what you did for that should be applied to the
Kayvan> CVS?
I have done it locally, but cannot commit. It will be in fix3 too.
JMarc
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Got it! To create this bug in a reproducible way 1 add the
Angus> words "blah blah blah" to the middle of a paragraph of text.
Angus> 2 Highlight them and cut them out of the paragrah. The cursor
Angus> should now be flashing betw
On Tue, Mar 28, 2000 at 12:29:38PM +0200, Jean-Marc Lasgouttes wrote:
>
> Hello,
>
> I just commited a fix to cvs which fixes for me the backspace-crash
> that has been plaguing LyX for some time. Go try latest cvs and tell
> me what happens. I am interested to know whether your favourite way of
Creating emphasised text in a paragraph by:
blah blah blah M-Ce is M-C_ blah blah blah
where _ indicates a space, and then viewing the dvi output
creates the following LaTeX error:
Too many }'s
...to set from Denny's output data \emph{is}}
{\selectlanguage{englis
Hoorah! I have managed to compile the "rae" branch of CVS.
Many, many thanks to Jean-Marc for his suggestions about
integrating lyxstring with xtl, to Asger for passing my
problems with xtl to the xtl mailing list and to Jose
Orlando Pereira the xtl maintainer for his suggestions
about egcs.
Inci
> "mressler" == mressler <[EMAIL PROTECTED]> writes:
mressler> Hi, On 28 Mar 2000, Jean-Marc Lasgouttes wrote:
>> If you are using lyx-1.1.4fix2, please try the appended patch. If
>> it works, I will release fix3 very soon.
mressler> Please wait for fix3 until at least tomorrow. I plan a ma
Hi,
On 28 Mar 2000, Jean-Marc Lasgouttes wrote:
> If you are using lyx-1.1.4fix2, please try the appended patch. If it
> works, I will release fix3 very soon.
Please wait for fix3 until at least tomorrow. I plan a major doc update
for later today!
Mike
[EMAIL PROTECTED]
On Tue, Mar 28, 2000 at 02:02:30PM +0200, Claus Hentschel wrote:
> I've made some changes in the port to Win32 in both release 1.1.4fix1 and
> 1.1.4fix2! These new ports are available at
>
> http://www.fh-hannover.de/mbau/tim/hentschel/lyx/index.htm
>
> The changes refer to missing images wh
Got it! To create this bug in a reproducible way
1 add the words "blah blah blah" to the middle of a
paragraph of text.
2 Highlight them and cut them out of the paragrah. The
cursor should now be flashing between two spaces: " | ".
3 Move the cursor down one row using the arrow key. The
extra
The problem is: I can't ;-) (Or at least haven't done so
yet.)
That's why I posted the picture as proof that I wasn't
going round the bend.
If I succeed in reproducing it, then you'll be the first to
know...
Angus
Jürgen> I cannot reproduce this. Could you send a small example file where this
J
> "Michael" == Michael S Tsirkin <[EMAIL PROTECTED]> writes:
Michael> Hello! I am using a developer version of Lyx.
Michael> I found the following: If I specify a non-existent font for
Michael> screen_font_popup and screen_font_menu value in lyxrc, lyx
Michael> will crash when trying to open
On 28-Mar-2000 Jean-Marc Lasgouttes wrote:
>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> Hmmm. This is latest, latest CVS as it stands now (15:06BST)
> Angus> which I last updated (Ie, it changed last) when YOU posted your
> Angus> note about text.C. Juergen posted subse
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Hmmm. This is latest, latest CVS as it stands now (15:06BST)
Angus> which I last updated (Ie, it changed last) when YOU posted your
Angus> note about text.C. Juergen posted subsequent to this, but his
Angus> changes appear not to b
Hmmm. This is latest, latest CVS as it stands now
(15:06BST) which I last updated (Ie, it changed last) when
YOU posted your note about text.C. Juergen posted
subsequent to this, but his changes appear not to be in CVS
yet. Or at least, if they are, then I HAVE already included
them.
Put it this
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> --Boundary-=_mHPfybpSwAJCCvjOFJEEEBjzylne Content-Type:
Angus> text/plain Content-Transfer-Encoding: 8bit
Angus> LyX has a new bug when rendering text. If I write a paragraph,
Angus> all is fine. If I then delete something in the
LyX has a new bug when rendering text. If I write a
paragraph, all is fine. If I then delete something in the
middle of the paragraph, then the words wrap in a weird
way. This is best seen with a little image, attached.
Anybody else able to reproduce this?
Angus
waffle.gif
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| The real question is 'why?'. Although I can see how some things other
| gcc 2.8 shortcoming may be bad and force a bad programming style,
| those using statements are really not a big pain...
To have the global namespace clean. You don't introdu
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Ok... note that you are the only cause why I still (kindo want
Lars> to) support gcc 2.8.x.
Thanks for being so good to me :)
Lars> That is the problem, we want to get rid of the using statements.
The real question is 'why?'
"Michael S. Tsirkin" <[EMAIL PROTECTED]> writes:
| Hello!
| Sorry if this was proposed before:
| std:: can be used with older g++ versions, I think if you add
| -Dstd= to the command line, or otherwise define std to the empty macro.
| It also works for other compilers.
| Could this be a solution?
Juergen Vigna <[EMAIL PROTECTED]> writes:
| Well I really don't think u put that there on purpose :) and I think
| we solved both problems already, didn't we?
P'raps. But I still did it on purpose! (belive me, belive me)
Lgb
On 28-Mar-2000 Lars Gullik Bjønnes wrote:
> Juergen Vigna <[EMAIL PROTECTED]> writes:
>
>| And one more CursorPositioning problem try to move the Cursor to the Right
>| in this situation 'a | a' you'll see that the cursor ends up blinking in the
>| middle of the second 'a'.
>
> That is a differ
Hello!
Sorry if this was proposed before:
std:: can be used with older g++ versions, I think if you add
-Dstd= to the command line, or otherwise define std to the empty macro.
It also works for other compilers.
Could this be a solution?
Quoting r. Lars Gullik Bjønnes ([EMAIL PROTECTED]) "Re: usin
Hello!
Here is the crash stack:
Program received signal SIGABRT, Aborted.
0x401254e1 in __kill () from /lib/libc.so.6
Current language: auto; currently c
(gdb) backtrace
#0 0x401254e1 in __kill () from /lib/libc.so.6
#1 0x40125156 in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2 0x40126868
Juergen Vigna <[EMAIL PROTECTED]> writes:
| And one more CursorPositioning problem try to move the Cursor to the Right
| in this situation 'a | a' you'll see that the cursor ends up blinking in the
| middle of the second 'a'.
That is a different problem and is for the time beeing put there on
pu
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| I did not do it yet because I do not have much time now, but if Lars
| does not strongly objects, I think we should do that. It would also
| simplify a bit of the code with stringstreams.
Not true since other "objects" in the std::libs often use
Angus Leeming <[EMAIL PROTECTED]> writes:
| The following works:
| template
| void composite(Stream & stream)
| {
| + int t, wp;
| + t = static_cast(target);
| + wp = static_cast(which_pages);
Please use:
Gady Kozma <[EMAIL PROTECTED]> writes:
| upgrade. There is no real issue her - it's just 10 lines of code. Just accept
| it.
Maintainability is a large issue. 0.81 is several years old, even 0.88
the current stable release of XForms is a couple of years old. When
0.90 is releases and proven stab
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| This does not work with gcc 2.8.1 (as you might have guessed), but
| does work with cxx and probably with sun CC 5.0 (which does not
| compile out of the box yet).
Ok... note that you are the only cause why I still (kindo want to)
support gcc 2.
Hello!
I am using a developer version of Lyx.
I found the following:
If I specify a non-existent font for screen_font_popup
and screen_font_menu value in lyxrc, lyx will crash when
trying to open a menu.
Here is what I have in lyxrc:
\screen_font_encoding ascii-0
\screen_font_roman "-monotype-we
On 28-Mar-2000 Jean-Marc Lasgouttes wrote:
>
> Hello,
>
> I just commited a fix to cvs which fixes for me the backspace-crash
> that has been plaguing LyX for some time. Go try latest cvs and tell
> me what happens. I am interested to know whether your favourite way of
> crashing LyX still work
Many thanks for the explanation, JMarc!
I conclude that egcs-1.1.2 causes code bloat and that its
STL is not standards compliant!
Onto your __STRING__ suggestion. I was trying to do
something like this last night, albeit in a much more
hacked way in order to resolve my problems in the rae
branch
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Reading the documentation in lyxstring.h: "it is written to be
Angus> a drop in replacement for STL string"
Angus> which suggests that the configure option
Angus> "--with-included-string" is just that --- an option. It is not,
Ang
> "Larry" == Larry Marso <[EMAIL PROTECTED]> writes:
Larry> Some LyX files which produce Postscript output without a
Larry> hiccup, when exported to LaTeX yields .tex files that will not
Larry> compile without repeated halts complaining of overfull mboxes.
Overfull mboxes do not halt compila
Hello,
I just commited a fix to cvs which fixes for me the backspace-crash
that has been plaguing LyX for some time. Go try latest cvs and tell
me what happens. I am interested to know whether your favourite way of
crashing LyX still works and whether editing still works as intended.
If you are
Reading the documentation in lyxstring.h:
"it is written to be a drop in replacement for STL string"
which suggests that the configure option "--with-included-string"
is just that --- an option. It is not, however. Configuring
lyx (1.1.5 CVS) with "configure --without-included-string"
le
55 matches
Mail list logo