Re: git pull hangs

2020-10-29 Thread Marco Morandini
I have killed all those stale connections. Hopefully that will help. (I will guess that the working IP for some reason had an open connection.) First and foremost: this solved it, and now it works. Thank you again! Now, the embarrassing part: from your logs we found out that the unique working

Re: git pull hangs

2020-10-28 Thread Marco Morandini
would it be possible to get a log from the server on your side? Or could you give a look? On our side we can make whatever test you may ask for. I'd be happy to try to help. What logs would be useful, do you think? Thank you! It would be great if you could have a look into git-daemon's log,

Re: git pull hangs

2020-10-28 Thread Marco Morandini
https://gitlab.com/jkulesza/lyx This one works for us. Perhaps you can try pulling from there (as a test and/or as a workaround)? Yes, as a workaround it's fine, thank you! Hope to be able to sort this out, though. Marco -- lyx-devel mailing list

Re: git pull hangs

2020-10-27 Thread Marco Morandini
The git server is run by Open Source Labs at Ohio State University. It would be surprising if you were blacklisted there. Have you checked with your IT folks about whether they are prohibiting some traffic? Apologize for bothering you again about this, but we really need an help or a suggestion

git pull hangs

2020-10-06 Thread Marco Morandini
First of all, apologize if this is the wrong mailing list; should this be the case, please let me know who I should contact. I've been following lyx, as a user, since forever. I prefer to stay on the stable branch, and build it from source. Recently I was unable to update the branch with git

Re: [PATCH] GraphicsConverter: do not use ChangeExtension

2002-09-11 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: Marco == Marco Morandini [EMAIL PROTECTED] writes: I applied your patch to 1.2.2cvs. Thanks. I also applied something similar to 1.3.0cvs (but there is an additional ChangeExtension there). Could you try it out? Seems to work, both 1.2.2cvs and 1.3.0cvs

Re: [PATCH] GraphicsConverter: do not use ChangeExtension

2002-09-11 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: >>>>>>"Marco" == Marco Morandini <[EMAIL PROTECTED]> writes: >>>>> > > > I applied your patch to 1.2.2cvs. Thanks. I also applied something > similar to 1.3.0cvs (but there is an additional ChangeExte

Re: Help: GraphicCache - reload graphic file

2002-09-09 Thread Marco Morandini
the boost::signal in FileMonitor. Could you please check the two files? In particular, is it ok to derive FileMonitor::Impl from SigC::Object? And what about FileMonitor::Impl::Impl: timer_.timeout.connect(slot(this, FileMonitor::Impl::monitorFile)); ? Thanks in advance, Marco Morandini Index

Re: Help: GraphicCache - reload graphic file

2002-09-09 Thread Marco Morandini
, I'm slowly working on it, but don't expect anaything soon. I've replaced the boost::signal in FileMonitor. Could you please check the two files? In particular, is it ok to derive FileMonitor::Impl from SigC::Object? And what about FileMonitor::Impl::Impl: timer_.timeout.connect(slot(this, ::Impl:

Re: Help: GraphicCache - reload graphic file

2002-09-05 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: I would certainly like to have something like that in 1.2.2, since several people have complained about it already. However, Angus, I would appreciate if you could read it and see if you find no obvious error. Marco, I assume you have tested it hard :) Could

Re: Help: GraphicCache - reload graphic file

2002-09-05 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: > > I would certainly like to have something like that in 1.2.2, since > several people have complained about it already. However, Angus, I > would appreciate if you could read it and see if you find no > obvious error. > > Marco, I assume you have tested it hard :)

Help: GraphicCache - reload graphic file

2002-08-30 Thread Marco Morandini
comments and suggestions to improve the patch (I don't have clear the Cache behaviour, but perhaps you can suggest me how to do it right) Thanks in advance, Marco Morandini P.S. the diff is agains lyx 1.2.2 cvs Index: src/graphics/GraphicsCache.C

Re: Help: GraphicCache - reload graphic file

2002-08-30 Thread Marco Morandini
Angus Leeming wrote: On Friday 30 August 2002 3:21 pm, Marco Morandini wrote: This draft patch should detect when a graphic file is changed, and rebuild the cache. We can already detect that the file has changed in 1.3 cvs. Great! Thanks, I'll look there. Marco Morandini

Help: GraphicCache - reload graphic file

2002-08-30 Thread Marco Morandini
comments and suggestions to improve the patch (I don't have clear the Cache behaviour, but perhaps you can suggest me how to do it right) Thanks in advance, Marco Morandini P.S. the diff is agains lyx 1.2.2 cvs Index: src/graphics/GraphicsCache.C

Re: Help: GraphicCache - reload graphic file

2002-08-30 Thread Marco Morandini
Angus Leeming wrote: > On Friday 30 August 2002 3:21 pm, Marco Morandini wrote: > >>This draft patch should detect when a graphic file is changed, >>and rebuild the cache. > > > We can already detect that the file has changed in 1.3 cvs. > Great! Thanks, I'll look there. Marco Morandini

[PATCH] GraphicsConverter: do not use ChangeExtension

2002-08-28 Thread Marco Morandini
In Lyx 1.2.2 CVS, GraphicsConvert.C:113 you do not use ChangeExtension. The same problem may arise in GConverter::build_script, few lines later. The attached files trigger the problem. Regards, Marco Morandini RCS file: /cvs/lyx/lyx-devel/src/graphics/GraphicsConverter.C,v retrieving revision

[PATCH] GraphicsConverter: do not use ChangeExtension

2002-08-28 Thread Marco Morandini
In Lyx 1.2.2 CVS, GraphicsConvert.C:113 you do not use ChangeExtension. The same problem may arise in GConverter::build_script, few lines later. The attached files trigger the problem. Regards, Marco Morandini RCS file: /cvs/lyx/lyx-devel/src/graphics/GraphicsConverter.C,v retrieving revision

insetcite.C:365: invalid conversion from `const char*' to `char'

2002-08-21 Thread Marco Morandini
Marco Morandini RCS file: /cvs/lyx/lyx-devel/src/insets/insetcite.C,v retrieving revision 1.32.2.2 diff -u -r1.32.2.2 insetcite.C --- src/insets/insetcite.C 2002/08/21 10:29:23 1.32.2.2 +++ src/insets/insetcite.C 2002/08/21 12:40:59 -362,7 +362,7 string::const_iterator

insetcite.C:365: invalid conversion from `const char*' to `char'

2002-08-21 Thread Marco Morandini
Marco Morandini RCS file: /cvs/lyx/lyx-devel/src/insets/insetcite.C,v retrieving revision 1.32.2.2 diff -u -r1.32.2.2 insetcite.C --- src/insets/insetcite.C 2002/08/21 10:29:23 1.32.2.2 +++ src/insets/insetcite.C 2002/08/21 12:40:59 @@ -362,7 +362,7 @@ string

math_hullinset.C

2002-07-02 Thread Marco Morandini
09:22:49 -5,6 +5,7 #endif #include math_hullinset.h +#include math_gridinset.h #include math_mathmlstream.h #include math_streamstr.h #include math_support.h Regards, Marco Morandini

Re: math_hullinset.C

2002-07-02 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Tue, Jul 02, 2002 at 11:34:38AM +0200, Marco Morandini Andre wrote: In BRANCH_1_2_X I had to #include math_gridinset.h, where eolString is defined: Andre But math_hullinset.h includes math_gridinset.h

math_hullinset.C

2002-07-02 Thread Marco Morandini
2002/07/02 09:22:49 @@ -5,6 +5,7 @@ #endif #include "math_hullinset.h" +#include "math_gridinset.h" #include "math_mathmlstream.h" #include "math_streamstr.h" #include "math_support.h" Regards, Marco Morandini

Re: math_hullinset.C

2002-07-02 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: >>>>>>"Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >>>>> > > Andre> On Tue, Jul 02, 2002 at 11:34:38AM +0200, Marco Morandini > Andre> wrote: > >>>In BRANCH_1_2_X I had

[PATCH] bug 345

2002-05-06 Thread Marco Morandini
This is a tentative (and perhaps naive) patch for bug 345. Regards, Marco Morandini Index: src/mathed/math_cursor.C === RCS file: /cvs/lyx/lyx-devel/src/mathed/math_cursor.C,v retrieving revision 1.257 diff -u -r1.257

[PATCH] bug 345

2002-05-06 Thread Marco Morandini
This is a tentative (and perhaps naive) patch for bug 345. Regards, Marco Morandini Index: src/mathed/math_cursor.C === RCS file: /cvs/lyx/lyx-devel/src/mathed/math_cursor.C,v retrieving revision 1.257 diff -u -r1.257

Minibuffer

2002-04-29 Thread Marco Morandini
I apoligize for writing this, but I'm no more able to write commands in the Minibuffer. It never gets activated. I'm the only one with this problem? Lyx from cvs, xforms 0.. Thanks for your help, Marco Morandini

Minibuffer

2002-04-29 Thread Marco Morandini
I apoligize for writing this, but I'm no more able to write commands in the Minibuffer. It never gets activated. I'm the only one with this problem? Lyx from cvs, xforms 0.. Thanks for your help, Marco Morandini

A mathed bug?

2002-04-19 Thread Marco Morandini
-In mathed, write something: abcd select some characters write something different The selected chars are not deleted. Ragards, Marco Morandini

Re: Graphics Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Marco Morandini
[...]{document_name_images/my} - if the included file is already an eps file: \includegraphics[...]{original_path/my} Marco Morandini

A mathed bug?

2002-04-19 Thread Marco Morandini
-In mathed, write something: abcd select some characters write something different The selected chars are not deleted. Ragards, Marco Morandini

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Marco Morandini
[...]{document_name_images/my} - if the included file is already an eps file: \includegraphics[...]{original_path/my} Marco Morandini

A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
). Is this already possible? The ?bugs? 1) mathed: in math text mode, it was possible (1.1.6 fix4) to enter a _ character by escaping it with \. Not this seems to be no more possible. 2) mathed: with current cvs, I'm not able to view on the screen some charactes, like \otimes. Thanks in advance, Marco

[PATCH] Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Angus Leeming wrote: On Thursday 18 April 2002 2:17 pm, Marco Morandini wrote: The wish: from http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg36560.html some more extensions were added to the graphic file selection filter. However, it would be really nice if a simple user could add

Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Andre Poenitz wrote: On Thu, Apr 18, 2002 at 03:17:26PM +0200, Marco Morandini wrote: The ?bugs? 1) mathed: in math text mode, it was possible (1.1.6 fix4) to enter a _ character by escaping it with \. Not this seems to be no more possible. Indeed, I'll have a look. Thanks. 2

Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Angus Leeming wrote: On Thursday 18 April 2002 5:24 pm, Marco Morandini wrote: Notice the all important /usr/local/share/lyx-1.2.0cvs/xfonts ... xset +fp ${PATH_TO_YOUR_LYX_XFONTS_DIR} You got it, xset +fp . and it works fine. Thank you very much. Marco Morandini

Re: [PATCH] Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Angus Leeming wrote: On Thursday 18 April 2002 5:03 pm, Marco Morandini wrote: In ControlGraphics.C, are you sure you need to #include converter.h? It defines the class Format and declares the external formats variable. and #include insets/insetexternal.h ? No, I don't need it. I've

A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
). Is this already possible? The ?bugs? 1) mathed: in math text mode, it was possible (1.1.6 fix4) to enter a _ character by escaping it with \. Not this seems to be no more possible. 2) mathed: with current cvs, I'm not able to view on the screen some charactes, like \otimes. Thanks in advance, Marco

[PATCH] Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Angus Leeming wrote: > On Thursday 18 April 2002 2:17 pm, Marco Morandini wrote: > >>The wish: from >>http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg36560.html >>some more extensions were added to the graphic file selection filter. >>However, it would b

Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Andre Poenitz wrote: > On Thu, Apr 18, 2002 at 03:17:26PM +0200, Marco Morandini wrote: > >>The ?bugs? >>1) mathed: in math text mode, it was possible (1.1.6 fix4) to enter a _ >>character by escaping it with \. Not this seems to be no more possible. > > > Ind

Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Angus Leeming wrote: > On Thursday 18 April 2002 5:24 pm, Marco Morandini wrote: > > > Notice the all important /usr/local/share/lyx-1.2.0cvs/xfonts > > ... > > xset +fp ${PATH_TO_YOUR_LYX_XFONTS_DIR} You got it, xset +fp . and it works fine. Tha

Re: [PATCH] Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Angus Leeming wrote: > On Thursday 18 April 2002 5:03 pm, Marco Morandini wrote: > > In ControlGraphics.C, are you sure you need to #include "converter.h"? > It defines the class Format and declares the external formats variable. > > and #include "insets/i

ps preview: just a note

2002-04-09 Thread Marco Morandini
not handle it. However, it would be nice to add -watch to the default command line arguments of gv. Regards, Marco Morandini

ps preview: just a note

2002-04-09 Thread Marco Morandini
ghostview does not handle it. However, it would be nice to add "-watch" to the default command line arguments of gv. Regards, Marco Morandini

End of unknown command

2002-03-27 Thread Marco Morandini
write { lyx magically closes it. The other way I end up with a single ''text-type'' {. This is not a big issue (and I'm not sure my description of the problem is clear), but is annoying. Thanks in advance, Marco Morandini

End of unknown command

2002-03-27 Thread Marco Morandini
and THEN if i write "{" lyx magically closes it. The other way I end up with a single ''text-type'' "{". This is not a big issue (and I'm not sure my description of the problem is clear), but is annoying. Thanks in advance, Marco Morandini

Grace converter configuration

2002-03-26 Thread Marco Morandini
-hdevice EPS \$\$i \\converter bmp eps $bmp_to_eps \\converter fits eps $fits_to_eps \\converter gif eps $gif_to_eps Regards, Marco Morandini

Re: make install error

2002-03-26 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: Marco == Marco Morandini [EMAIL PROTECTED] writes: Marco A few more details after noticing Marco http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg35269.html Marco Yes, configure in lib get run, but lib/xfonts is an empty Marco directory. Could you try

lyx crash: insert column

2002-03-26 Thread Marco Morandini
#0 0x403bc1da in main_arena () from /lib/libc.so.6 #1 0x in ?? () (gdb) bt #0 0x403bc1da in main_arena () from /lib/libc.so.6 #1 0x in ?? () Thanks, Marco Morandini #LyX 1.2 created this file. For more info see http://www.lyx.org/ \lyxformat 220 \textclass book

Grace converter configuration

2002-03-26 Thread Marco Morandini
\$i" "" +\\converter agr eps "xmgrace -hardcopy -printfile \$\$o -hdevice EPS \$\$i" "" \\converter bmp eps "$bmp_to_eps" "" \\converter fits eps "$fits_to_eps" "" \\converter gif eps "$gif_to_eps" "" Regards, Marco Morandini

Re: make install error

2002-03-26 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: >>>>>>"Marco" == Marco Morandini <[EMAIL PROTECTED]> writes: >>>>> > > Marco> A few more details after noticing > Marco> http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg35269.html > > Ma

lyx crash: insert column

2002-03-26 Thread Marco Morandini
main_arena () from /lib/libc.so.6 (gdb) bt #0 0x403bc1da in main_arena () from /lib/libc.so.6 #1 0x in ?? () (gdb) bt #0 0x403bc1da in main_arena () from /lib/libc.so.6 #1 0x in ?? () Thanks, Marco Morandini #LyX 1.2 created this file. For more info see http://www.lyx.o

Help: make install error

2002-03-25 Thread Marco Morandini
-devel/lib' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home3/marco/lyx-devel/lib' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home3/marco/lyx-devel/lib' make: *** [install-recursive] Error 1 What's wrong? Thanks in advance for your help, Marco Morandini

Help: make install error

2002-03-25 Thread Marco Morandini
tory `/home3/marco/lyx-devel/lib' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home3/marco/lyx-devel/lib' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home3/marco/lyx-devel/lib' make: *** [install-recursive] Error 1 What's wrong? Thanks in advance for