Hi, Abdel,
Just to play with the QSyntaxHighlighting which is not available for
qt3, I installed qt4/x11 and port the view-source dialog to it.
Attached is the patch. It is the same for view-source/qt3, plus syntax
highlighting for %, $$ and \whatever. Please have a look. If you feel
like it, comm
On Fri, Apr 14, 2006 at 06:02:25PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> > On Fri, Apr 14, 2006 at 05:07:47PM +0200, Abdelrazak Younes wrote:
> >>> I am no m4 expert, but could see what I can do. Anyway, this is not
> >>> strictly necessary as that define can be set throu
(I have emailed about core dumps on close on NetBSD many times. I am the
package maintainer for NetBSD's lyx. I have provided a patch for this
package so it won't core dump on close. I wish it would be included in
lyx's source.)
On DragonFly operating system, there is a core dump when exiting l
Georg Baum wrote:
Am Freitag, 14. April 2006 18:41 schrieb Enrico Forestieri:
On Fri, Apr 14, 2006 at 06:29:40PM +0200, Georg Baum wrote:
It simply should never be invoked by hand. This is unsupported.
But the installer suggests doing that when it fails to run configure.
I know. I still thin
Abdelrazak Younes wrote:
I don't see that with two days old svn (qt2). Could you try to comment
out the call to needsUpdateCounters at ../../lyx-devel/src/text2.C:1278
yeah, gets rid of the crash...
regards, edwin
Edwin Leuven a écrit :
do others see this?
recipe:
ctrl-n
ctrl-m
a
arrow right
enter
arrow up
I don't see that with two days old svn (qt2). Could you try to comment
out the call to needsUpdateCounters at ../../lyx-devel/src/text2.C:1278
A test of validity of the passed ParIterator in this fu
"Leuven, E." <[EMAIL PROTECTED]> writes:
| > BTW, Andre' asked you to keep the actions in alphabetical order
|
| didn't have the impression that they were in alpabetical order
|
| will have a look tonight
newest lfun enum is put last.
--
Lgb
On Fri, Apr 14, 2006 at 08:56:51PM +0200, Enrico Forestieri wrote:
> On Fri, Apr 14, 2006 at 09:57:21AM +0200, Georg Baum wrote:
>
> > Am Mittwoch, 12. April 2006 23:39 schrieb Enrico Forestieri:
>
> > > Is it sufficient adding a comment? Changing that would require more
> > > than one line for
On Fri, Apr 14, 2006 at 09:57:21AM +0200, Georg Baum wrote:
> Am Mittwoch, 12. April 2006 23:39 schrieb Enrico Forestieri:
> > Is it sufficient adding a comment? Changing that would require more
> > than one line for no good...
>
> If you add a comment with the mount output then it would be OK w
On Apr 14, 2006, at 2:31 PM, Georg Baum wrote:
Am Freitag, 14. April 2006 17:28 schrieb Juergen Spitzmueller:
I'm all fine with your changes. They seem to work well for all
cases I'm
aware
of (the textcases of my fix), consider some things that I have
forgotten
(especially wrt child docum
Am Freitag, 14. April 2006 17:28 schrieb Juergen Spitzmueller:
> I'm all fine with your changes. They seem to work well for all cases I'm
aware
> of (the textcases of my fix), consider some things that I have forgotten
> (especially wrt child documents) and improve the code.
Good to hear that i
do others see this?
recipe:
ctrl-n
ctrl-m
a
arrow right
enter
arrow up
backtrace:
(gdb) bt
#0 0x080ad735 in ParagraphParameters::appendix (this=0x7c, a=false)
at ../../lyx-devel/src/ParagraphParameters.C:152
#1 0x080cd949 in (anonymous namespace)::setCounter ([EMAIL PROTECTED],
[EMAIL
On Fri, Apr 14, 2006 at 07:33:52PM +0200, Georg Baum wrote:
> Am Freitag, 14. April 2006 19:27 schrieb Enrico Forestieri:
>
> > This is very useful. While we are at it, I think that a really glaring
> > omission is the support for \bigl, \bigr and friends.
>
> Does src/mathed/math_biginset.[Ch]
Am Freitag, 14. April 2006 18:41 schrieb Enrico Forestieri:
> On Fri, Apr 14, 2006 at 06:29:40PM +0200, Georg Baum wrote:
> > It simply should never be invoked by hand. This is unsupported.
>
> But the installer suggests doing that when it fails to run configure.
I know. I still think it would be
Am Freitag, 14. April 2006 19:27 schrieb Enrico Forestieri:
> This is very useful. While we are at it, I think that a really glaring
> omission is the support for \bigl, \bigr and friends.
Does src/mathed/math_biginset.[Ch] not work?
Georg
On Fri, Apr 14, 2006 at 06:23:37PM +0100, Jose' Matos wrote:
> On Friday 14 April 2006 16:00, Enrico Forestieri wrote:
> > > > I think you don't love APL ;-)
> > >
> > > I never saw it in a real project, so I don't know whether I would love
> > > it :-)
> >
> > I had a collegue which used and love
On Fri, Apr 14, 2006 at 03:30:11PM +0200, Georg Baum wrote:
> This patch implements \phantom, \hphantom and \vphantom in math. They can
> be used already, but will be drawn in red.
> The implementation follows the idea given by Jean-Marc in
> http://bugzilla.lyx.org/show_bug.cgi?id=1473: draw th
On Friday 14 April 2006 16:00, Enrico Forestieri wrote:
> > > I think you don't love APL ;-)
> >
> > I never saw it in a real project, so I don't know whether I would love
> > it :-)
>
> I had a collegue which used and loved that programming language.
> I was really impressed by its compactness but
On Fri, Apr 14, 2006 at 06:02:25PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> > Actually, it is quite simple. You should set CC, CPP, CXX, and CXXPP
> > when invoking configure, like this:
> >
> > cd build
> > ../configure CC='gcc -mno-cygwin' CPP='gcc -mno-cygwin -E' \
> >
On Fri, Apr 14, 2006 at 06:29:40PM +0200, Georg Baum wrote:
> Am Freitag, 14. April 2006 18:08 schrieb Enrico Forestieri:
> > I already suggested to Paul a couple of fixes but he said they didn't
> > worked. I think there is another problem here. Your fix to bug 2285
> > will not work on Windows w
Am Freitag, 14. April 2006 18:08 schrieb Enrico Forestieri:
> I already suggested to Paul a couple of fixes but he said they didn't
> worked. I think there is another problem here. Your fix to bug 2285
> will not work on Windows when the configure script is invoked by hand
> form the libdir locatio
Enrico Forestieri a écrit :
On Fri, Apr 14, 2006 at 05:07:47PM +0200, Abdelrazak Younes wrote:
I am no m4 expert, but could see what I can do. Anyway, this is not
strictly necessary as that define can be set through CPPFLAGS.
I would prefer something that is ready to compile out of the box so
l
iteration 11 attached...
opinions?
Index: src/LyXAction.C
===
--- src/LyXAction.C (revision 13679)
+++ src/LyXAction.C (working copy)
@@ -353,6 +353,8 @@
{ LFUN_MOUSE_RELEASE, "", ReadOnly },
{
Am Freitag, 14. April 2006 17:26 schrieb Paul A. Rubin:
> I read the bug report but might not have understood some of the comments
> correctly. Shouldn't running configure with the switch
> --with-version-suffix=1.4.x, as Enrico suggested, fix this? (It
didn't.)
Yes, it should, and it does so
On Fri, Apr 14, 2006 at 04:47:00PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> > On Fri, Apr 14, 2006 at 10:09:32AM +0200, Abdelrazak Younes wrote:
> [...]
> >> Well I certainly hope Enrico would help me as he is much more
> >> knowledgeable than me. See Enrico? It was not tha
Georg Baum wrote:
Am Donnerstag, 13. April 2006 21:34 schrieb Paul A. Rubin:
Well, the good news is that it no longer trips over a space. The bad
news is that I get the following output:
checking for a LaTeX -> LyX converter...
+checking for "tex2lyx"... no
+checking for "tex2lyx"... no
I h
On Fri, Apr 14, 2006 at 05:07:47PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> > On Fri, Apr 14, 2006 at 10:38:08AM +0200, Abdelrazak Younes wrote:
> >
> >> Georg Baum a écrit :
> >>> Am Freitag, 14. April 2006 10:09 schrieb Abdelrazak Younes:
> Lars Gullik Bjønnes a écri
Georg Baum wrote:
> The right approach in general, but I think it needs some tweaking.
I'm all fine with your changes. They seem to work well for all cases I'm aware
of (the textcases of my fix), consider some things that I have forgotten
(especially wrt child documents) and improve the code.
I
Enrico Forestieri a écrit :
On Fri, Apr 14, 2006 at 10:38:08AM +0200, Abdelrazak Younes wrote:
Georg Baum a écrit :
Am Freitag, 14. April 2006 10:09 schrieb Abdelrazak Younes:
Lars Gullik Bjønnes a écrit :
Why isn't the two first lines deleted?
Because I know sxxt about M4 :-)
I suppose I c
On Fri, Apr 14, 2006 at 09:57:21AM +0200, Georg Baum wrote:
> Am Mittwoch, 12. April 2006 23:39 schrieb Enrico Forestieri:
> > The output of the command is like this:
> >
> > $ mount --show-cygdrive-prefix
> > Prefix Type Flags
> > /cygdrive system binmode
> >
On Fri, Apr 14, 2006 at 10:38:08AM +0200, Abdelrazak Younes wrote:
> Georg Baum a écrit :
> > Am Freitag, 14. April 2006 10:09 schrieb Abdelrazak Younes:
> >> Lars Gullik Bjønnes a écrit :
> >>> Why isn't the two first lines deleted?
> >> Because I know sxxt about M4 :-)
> >> I suppose I can delet
Enrico Forestieri a écrit :
On Fri, Apr 14, 2006 at 10:09:32AM +0200, Abdelrazak Younes wrote:
[...]
Well I certainly hope Enrico would help me as he is much more
knowledgeable than me. See Enrico? It was not that hard to push this
change ;-)
When I ask something to a particular secretary of
On Fri, Apr 14, 2006 at 10:09:32AM +0200, Abdelrazak Younes wrote:
> Lars Gullik Bjønnes a écrit :
> > Why isn't the two first lines deleted?
>
> Because I know sxxt about M4 :-)
> I suppose I can delete that but then what's the use of cygwin.m4? Could
> we just delete the file and let it rest i
This patch implements \phantom, \hphantom and \vphantom in math. They can
be used already, but will be drawn in red.
The implementation follows the idea given by Jean-Marc in
http://bugzilla.lyx.org/show_bug.cgi?id=1473: draw the contents in
LColor::color::special, and draw one or two arrows ove
Am Dienstag, 11. April 2006 19:15 schrieb Hartmut Haase:
> Either "Formatted reference" is not implemented, then it should be
deleted
> from the list of possible references (Insert->Cross-reference...) or
> prettyref.sty should be installed automatically.
???
prettyref is loaded automaticall
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote:
>> > The decision format chnage yes or now is basically a tradeoff
>> between
>>
>> > compatibility and ease of use for new users.
>>
>> I think you should just do it.
Juergen> You mean: pu
> "Leuven," == Leuven, E <[EMAIL PROTECTED]> writes:
>> BTW, Andre' asked you to keep the actions in alphabetical order
Leuven,> didn't have the impression that they were in alpabetical
Leuven,> order
I thought more about it, and I think you are right. Can't look at the
source right now.
JMa
Am Freitag, 14. April 2006 13:21 schrieb Juergen Spitzmueller:
> If it needs to be ttf (the tipa package only ships type1 AFAIK), then
the SIL
> Doulos fonts are most likely our choice:
ttf is needed because fontconfig enabled qt does not find type1 fonts.
> http://scripts.sil.org/DoulosSILfon
Am Donnerstag, 13. April 2006 17:36 schrieb Juergen Spitzmueller:
> What it does is:
> - store the timestamp of any bibfile in the buffer
> - in insetcite, store the timestamp of the files at the time when the
> bibliographies were scanned for the last time
> - now only scan the files again if th
> BTW, Andre' asked you to keep the actions in alphabetical order
didn't have the impression that they were in alpabetical order
will have a look tonight
> "Edwin" == Leuven, E <[EMAIL PROTECTED]> writes:
>>> because you just told me about LyXText::getStatus()?
>> I think I did tell you yesterday...
Edwin> didn't understood you were referring to an existing function i
Edwin> thought you wanted me to create a new function in text3.C
Edwin> it'
> Yes. Even better: find out why this happens (no I don't have an idea) ;-)
> BTW, I did not notice that so far.
Really? This happens on Linux/RHEL4/qt2/lyx1.5.xsvn. I will see what I can find.
There has been some other minor cursor movement problems. For example,
sometimes, I just can not click
Georg Baum wrote:
> This is straightforward. See the patch in
> http://bugzilla.lyx.org/show_bug.cgi?id=2340 (which I plan to put in
> soon) for hints.
Thanks, this really helps.
> The biggest problem is probably the installation of a
> suitable ttf version of the font.
If it needs to be ttf (
Am Freitag, 14. April 2006 12:24 schrieb Juergen Spitzmueller:
> This sounds sensible to me. I don't know when tipa has been introduced,
but
> I'm sure no one knew that LyX supports it until we detected it recently
> rather by chance.
> Now that we have a bit of information about it on the Wiki,
>> because you just told me about LyXText::getStatus()?
> I think I did tell you yesterday...
didn't understood you were referring to an existing function
i thought you wanted me to create a new function in text3.C
it's just a bit frustrating to hear this after the 9th (or 10th) iteration
of my p
Jean-Marc Lasgouttes wrote:
> > The decision format chnage yes or now is basically a tradeoff between
>
> > compatibility and ease of use for new users.
>
> I think you should just do it.
You mean: put it in branch and trunk?
Jürgen
Georg Baum wrote:
> I am not sure. The other possibility would be to declare current LyX buggy
> and pretend that automatic loading has been supposed to happen since tipa
> support was introduced.
This sounds sensible to me. I don't know when tipa has been introduced, but
I'm sure no one knew tha
Am Freitag, 14. April 2006 11:42 schrieb Leuven, E.:
> > why do you disable the lfuns in lyxfunc.C and not
> > in LyXText::getStatus()?
>
> because you just told me about LyXText::getStatus()?
Sorry, I thought the getStatus() machinery was clear. Anyway, with that
change I think that it can now
> The decision format chnage yes or now is basically a tradeoff between
> compatibility and ease of use for new users.
I think you should just do it.
JMarc
I am not sure how to decide,
I only wanted to make sure that the implications are known when this
decision is made.
> because you just told me about LyXText::getStatus()?
I think I did tell you yesterday...
JMarc
Am Freitag, 14. April 2006 11:41 schrieb Juergen Spitzmueller:
> Georg Baum wrote:
> > This is a file format change: Newly created files will not work
anymore
> > with LyX 1.4.1.
>
> Is it? Why? Because users of 1.4.1 have to load tipa manually?
Yes. New files without manually loaded tipa will n
Am Freitag, 14. April 2006 10:04 schrieb Lars Gullik Bjønnes:
> Charles de Miramon <[EMAIL PROTECTED]> writes:
> | Do I need to install libboost-dev ?
No, since the includes will go to /usr/include. It could be that they are
found instead of the bundled boost. This should not happen, but who
k
> why do you disable the lfuns in lyxfunc.C and not
> in LyXText::getStatus()?
because you just told me about LyXText::getStatus()?
sigh
Georg Baum wrote:
> This is a file format change: Newly created files will not work anymore
> with LyX 1.4.1.
Is it? Why? Because users of 1.4.1 have to load tipa manually?
(and if yes: does it justify a file format increment?)
Jürgen
Am Freitag, 14. April 2006 10:23 schrieb Edwin Leuven:
> latest patch attached
>
> hope this can go in
Why do you disable the lfuns in lyxfunc.C and not in LyXText::getStatus()?
All lfuns that are handled in a dispatch() method should also be enabled
or disbaled in the corresponding getStatus()
Am Freitag, 14. April 2006 11:25 schrieb Juergen Spitzmueller:
> Jean-Marc Lasgouttes wrote:
> > Juergen> at the moment tipa has to be loaded manually. OK for trunk?
> >
> > Seems reasonable.
>
> Even for branch perhaps?
This is a file format change: Newly created files will not work anymore
wit
Jean-Marc Lasgouttes wrote:
> Juergen> at the moment tipa has to be loaded manually. OK for trunk?
>
> Seems reasonable.
Even for branch perhaps?
Jürgen
Georg Baum a écrit :
Am Freitag, 14. April 2006 10:09 schrieb Abdelrazak Younes:
Lars Gullik Bjønnes a écrit :
Why isn't the two first lines deleted?
Because I know sxxt about M4 :-)
I suppose I can delete that but then what's the use of cygwin.m4? Could
we just delete the file and let it res
Am Freitag, 14. April 2006 10:09 schrieb Abdelrazak Younes:
> Lars Gullik Bjønnes a écrit :
> > Why isn't the two first lines deleted?
>
> Because I know sxxt about M4 :-)
> I suppose I can delete that but then what's the use of cygwin.m4? Could
> we just delete the file and let it rest in peace?
latest patch attached
hope this can go in
Index: src/LyXAction.C
===
--- src/LyXAction.C (revision 13671)
+++ src/LyXAction.C (working copy)
@@ -353,6 +353,8 @@
{ LFUN_MOUSE_RELEASE, "", ReadOnly },
Lars Gullik Bjønnes a écrit :
Why isn't the two first lines deleted?
Because I know sxxt about M4 :-)
I suppose I can delete that but then what's the use of cygwin.m4? Could
we just delete the file and let it rest in peace?
To commit this or not is outside my knowledge, but it seems that yo
Charles de Miramon <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
|
|
| > The errors you get look like a mismatch between the compiler used to
| > compile the boost code and the compiler (and thus stdclib++) used for
| > linking.
| >
| > | (.text+0x179): undefined reference to `std::b
Am Donnerstag, 13. April 2006 21:34 schrieb Paul A. Rubin:
> Well, the good news is that it no longer trips over a space. The bad
> news is that I get the following output:
>
> > checking for a LaTeX -> LyX converter...
> > +checking for "tex2lyx"... no
> > +checking for "tex2lyx"... no
>
> I
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| >
| > Index: config/cygwin.m4
| > ===
| > --- config/cygwin.m4(revision 13592)
| > +++ config/cygwin.m4
Lars Gullik Bjønnes wrote:
> The errors you get look like a mismatch between the compiler used to
> compile the boost code and the compiler (and thus stdclib++) used for
> linking.
>
> | (.text+0x179): undefined reference to `std::basic_string | std::char_traits, std::allocator >::_S_empty_rep_s
Am Mittwoch, 12. April 2006 23:39 schrieb Enrico Forestieri:
> The output of the command is like this:
>
> $ mount --show-cygdrive-prefix
> Prefix Type Flags
> /cygdrive system binmode
>
> so, the inner split returns "/cygdrive system binmode"
Am Freitag, 14. April 2006 00:37 schrieb Bo Peng:
> Since I use Alt-F,S very often (a psychological result of previous
> disastrous data loss, not caused by lyx) this uncalled-for movement
> has been annoying. Any body else think this justifies a bug?
Yes. Even better: find out why this happens (
Can I apply this patch? We (Enrico and me) have verified it improves
linking time considerably and makes no harm for those platform:
- cygwin/Qt3
- cygwin-X11/Qt3
- mingw-win32/Qt3
- mingw-win32/Qt4
Abdel.
PS: my libiconv/libtool problem was not related to this but to my mixed
cygwin/mingw se
Bo Peng a écrit :
Dear list,
1. Open a document, edit the first paragraph
2. Scroll down a few pages, using mouse or page down key
3. File->save
4. Lyx will scroll back to the beginning of the document.
Since I use Alt-F,S very often (a psychological result of previous
disastrous data loss, not
Jean-Marc Lasgouttes a écrit :
"Philippe" == Philippe Charpentier <[EMAIL PROTECTED]> writes:
Philippe> No (it does not depend on fr, but on the fact that the LANG
Philippe> variable is not en_EN).
I would say it depends on whether the locale uses "," for numbers.
It looks like
70 matches
Mail list logo