On Sat, 24 Sep 2005 08:56:58 +0300 (EEST) Martin Vermeer <[EMAIL PROTECTED]>
wrote:
> On Fri, 23 Sep 2005 17:26:48 +0200 Jean-Marc Lasgouttes
> <[EMAIL PROTECTED]> wrote:
>
> > Martin Vermeer wrote:
> > > I believe the culprit is
> > >
> > > if (!singlepar || pit1 == cursor_.pit(
On Fri, 23 Sep 2005 17:26:48 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
wrote:
> Martin Vermeer wrote:
> > I believe the culprit is
> >
> > if (!singlepar || pit1 == cursor_.pit())
> >
> > which I added several times to BufferView_pimpl.C:s metrics method.
> It
> > tests for
On Sep 23, 2005, at 10:26 AM, Martin Vermeer wrote:
On Fri, 2005-09-23 at 09:07 -0400, Bennett Helm wrote:
On Sep 23, 2005, at 8:59 AM, Bennett Helm wrote:
Cursor movement is a bit strange. This is especially noticeable
with page-up and page-down: it seems like the cursor moves, but the
scr
Jean-Marc Lasgouttes wrote:
> Angus Leeming wrote:
>> H. My understanding of character styles is that a style "foo" will
>> have no effect on LaTeX output if the style "foo" is undefined.
>> That's clearly not the case; see attached.
>
>> I tried to mark the "-c" of "Use -c to declare" as cha
On Sep 23, 2005, at 10:14 AM, Jean-Marc Lasgouttes wrote:
What happens when you invoke LyX fro, the icon? Are you sure there is
not a gmon.out produced somewhere on your hard disk?
OK -- just me being stupid again. It looks, though, that I've done
something wrong somewhere, since all the tim
Angus Leeming wrote:
H. My understanding of character styles is that a style "foo" will
have no effect on LaTeX output if the style "foo" is undefined.
That's clearly not the case; see attached.
I tried to mark the "-c" of "Use -c to declare" as character-style
command with "Alt-x charstyl
Martin Vermeer wrote:
I believe the culprit is
if (!singlepar || pit1 == cursor_.pit())
which I added several times to BufferView_pimpl.C:s metrics method. It
tests for being in the paragraph containing the cursor... but I believe
cursor_.pit() refers to the paragraph iterator _
On Fri, Sep 23, 2005 at 08:59:26AM -0400, Bennett Helm wrote:
> On Sep 22, 2005, at 5:57 PM, Martin Vermeer wrote:
...
> This patch does not help typing in footnotes, TeX Code, or other
> insets (margin pars, minipages, LyX notes, etc.). Insets within
> insets work, but are predictably slow a
Angus Leeming wrote:
I guess it is not difficult to fix, but I did not have time to look
at it, especially since the hard-disk of my station died
yesterday...
:(
It did not hurt, actually. What is going to hurt is to call dell and
convince them to replace it.
JMarc
Jean-Marc Lasgouttes wrote:
> Angus Leeming wrote:
>> Trying to navigate within a description environment is very
>> difficult at the moment as the cursor is not being drawn between
>> characters but over them.
>>
>
> A duplicate of bug 1947, which was assigned to you :)
I'm retired :)
> I gue
Angus Leeming wrote:
Trying to navigate within a description environment is very difficult
at the moment as the cursor is not being drawn between characters but
over them.
A duplicate of bug 1947, which was assigned to you :)
I guess it is not difficult to fix, but I did not have time to look
[EMAIL PROTECTED] wrote:
>> Hi, Ralph.
>> This method of communication with LyX has has been used
>> successfully by João Assirati to implement his inverse-DVI search
>> facilities.
> I guess the stuff you write below hasn't been documented anywhere?
> How about putting it on a wiki page, perhaps
Angus Leeming wrote:
I started marking "tex2lyx" as of the "command" character style
(undefined at the moment), but I notice that the LyX document that
results is very ugly:
\begin_layout Standard
\begin_inset CharStyle command
status inlined
\begin_layout Standard
\family roman
\series medium
On Fri, 23 Sep 2005, Angus Leeming wrote:
> Hi, Ralph.
>
> This method of communication with LyX has has been used successfully
> by João Assirati to implement his inverse-DVI search facilities.
I guess the stuff you write below hasn't been documented anywhere? How
about putting it on a wiki pag
Trying to navigate within a description environment is very difficult
at the moment as the cursor is not being drawn between characters but
over them.
--
Angus
On Fri, 2005-09-23 at 09:07 -0400, Bennett Helm wrote:
> On Sep 23, 2005, at 8:59 AM, Bennett Helm wrote:
>
> > Cursor movement is a bit strange. This is especially noticeable
> > with page-up and page-down: it seems like the cursor moves, but the
> > screen doesn't get redrawn. It also happen
Georg Baum wrote:
> IMO we should maintain tex2lyx documentation in .lyx format and not
> as man page.
Attached. Before I commit this to CVS / invest any real time on
editing it, should we devise some character styles to show case this
new feature. All feedback on useful styles is welcome
I s
Angus Leeming wrote:
Linking here takes over an hour with Debian unstable's gcc 4.0.2, ld
2.16, so I'm not really in a position to do too much experimentation.
However, there's no reason why you couldn't generate a similar
profiling executable using the configure command that I posted.
Presumably
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> OK ... I've tried this, and it looks like
Bennett> --disable-assertions creates problems requiring that
Bennett> #include
Bennett> be added to each of the following:
Bennett> src/factory.C src/messages.C src/text.C src/text2.
On Sep 22, 2005, at 3:57 AM, Jean-Marc Lasgouttes wrote:
Angus> It looks like we're all seeing the same thing. Time to do some
Angus> profiling I guess. If someone gives me a prescription of what I
Angus> need to do to recompile lyx ready for profiling and how to use
Angus> gprof, I'll volunteer
On Fri, 2005-09-23 at 13:56 +0100, Angus Leeming wrote:
> Martin Vermeer wrote:
> >> Attached are edited highlights from this profiling. There would
> >> appear to be lots of scope for improvement :)
> >>
> >> Assuming that I'm editing the right bit of the profile log of
> >> course...
>
> > I th
On Sep 23, 2005, at 8:59 AM, Bennett Helm wrote:
Cursor movement is a bit strange. This is especially noticeable
with page-up and page-down: it seems like the cursor moves, but the
screen doesn't get redrawn. It also happens with moving the cursor
left and right (though not with up and down
On Sep 22, 2005, at 5:57 PM, Martin Vermeer wrote:
Give the attached a try.
I think it is quite a bit faster, and fixes your noticed side effect.
Wow! What a difference! Typing in long documents feels almost as fast
as 1.3.6, and processor usage no longer gets pegged at absurdly high
leve
Martin Vermeer wrote:
>> Attached are edited highlights from this profiling. There would
>> appear to be lots of scope for improvement :)
>>
>> Assuming that I'm editing the right bit of the profile log of
>> course...
> I think it is. And it is precisely the things my patch addresses...
> Buffer
Kayvan A. Sylvan wrote:
> On Thu, Sep 22, 2005 at 09:27:25AM -0700, Kayvan A. Sylvan wrote:
>> Hi all,
>>
>> Did something change in the treatment of noweb2lyx? It no longer seems to
>> get installed.
I don't know.
> I see that tex2lyx is now intended to have noweb conversion capability.
Who s
On Fri, 2005-09-23 at 11:05 +0100, Angus Leeming wrote:
> Angus Leeming wrote:
...
> Attached are edited highlights from this profiling. There would appear
> to be lots of scope for improvement :)
>
> Assuming that I'm editing the right bit of the profile log of
> course...
>
> --
> Angus
I t
1.Insert math, type 1+1
2.Select the "+" using the mouse
3.Ctrl+x to delete the selected plus-sign.
4.Undo, note that the math turns into 1+ instead of the expected 1+1
Do this somewhere inside a fraction, and it might crash too.
Undo in math is wrong, off-by-one or something?
Don't know if thi
1. Write a couple of paragraphs
2. Insert vertical space between them, custom 3 cm.
3. Do something "undoable", such as typing in extra text
4. Click on the vertical space, change to 6cm
5. Try "undo". Notice that the vertical space doesn't revert to 3cm,
instead the "undoable" stuff before tha
Martin Vermeer wrote:
On Fri, 2005-09-23 at 08:58 +0200, Helge Hafting wrote:
Martin Vermeer wrote:
Give the attached a try.
I think it is quite a bit faster, and fixes your noticed side effect.
There may be other side effects; this patch touches so many things, it
scares me a bit
Ralph Boland wrote:
> I intend to modify the Squeak balloon system to support direct
> access to the detailed information in the Lyx document
> (by the user putting the mouse cursor over the GUI object while
> pressing the shift key).
> The user would then see a window containing the information on
On Fri, 23 Sep 2005, Ralph Boland wrote:
> ... so a simpler solution would be for my application to call Lyx to
> open the document when the application starts but have Lyx not open its
> window. My application would then need to send messages to Lyx telling
> it to open its window displaying the
Angus Leeming wrote:
> Angus Leeming wrote:
>> $ ../configure \
>> --enable-profiling \
>> --disable-assertions \
>> --disable-stdlib-debug \
>> --enable-optimization=-O2 \
>> --with-frontend='qt' --with-qt-includes='/usr/include/qt3' \
>> LDFLAGS='-Wl,-t'
>
> OK, Jean-Marc, Georg.
> The thing to
Angus Leeming wrote:
> $ ../configure \
> --enable-profiling \
> --disable-assertions \
> --disable-stdlib-debug \
> --enable-optimization=-O2 \
> --with-frontend='qt' --with-qt-includes='/usr/include/qt3' \
> LDFLAGS='-Wl,-t'
OK, Jean-Marc, Georg.
The thing took over an hour to link but it works.
On Fri, 2005-09-23 at 08:58 +0200, Helge Hafting wrote:
> Martin Vermeer wrote:
>
> >Give the attached a try.
> >
> >I think it is quite a bit faster, and fixes your noticed side effect.
> >
> >There may be other side effects; this patch touches so many things, it
> >scares me a bit. But the spee
34 matches
Mail list logo