Re: Broken reverse search

2009-05-23 Thread Kornel Benko
Am Samstag 23 Mai 2009 schrieb Kornel Benko: The next is, I try to compile everything in cmake build with -O2 as Pavel suggested. This did not help. On the contrary, this time I got rowlist.size: '5' id: -1, pos: -1 id: -1, pos: -1 id: -1, pos: -1 id: 1354, pos: 0 id: 1354, pos: 0 ... So

Re: Broken reverse search

2009-05-23 Thread Kornel Benko
Am Samstag 23 Mai 2009 schrieb Kornel Benko: So the netx try is without optimization at all :( Sorry, no change now. Kornel signature.asc Description: This is a digitally signed message part.

Re: Broken reverse search

2009-05-23 Thread Kornel Benko
Am Samstag 23 Mai 2009 schrieb Kornel Benko: Am Samstag 23 Mai 2009 schrieb Kornel Benko: So the netx try is without optimization at all :( Sorry, no change now. There _is_ something fishy here. If I disable rowlist.clear(); in TexRow::reset(), then everything is working, and the rowlist

Re: Broken reverse search

2009-05-23 Thread Kornel Benko
Finally I found it. It had nothing to do with gcc. My statement now is: reverse search does not function iff View-View source is checked with automatic update. Its about line src/Buffer.cpp:2189, where things are changed. We use the same rowlist for reverse search and for view latex

Re: r29793 - in lyx-devel/trunk/src: . support

2009-05-23 Thread Kornel Benko
Am Samstag 23 Mai 2009 schrieb Jürgen Spitzmüller: Enrico Forestieri wrote: Jürgen, Ok for branch? This is risk free. If it's not urgently needed, I'd like to wait for 1.6.4 nevertheless. We are in a sort of freeze now. Jürgen The reverse search should be solved first, I think.

Re: r29793 - in lyx-devel/trunk/src: . support

2009-05-23 Thread Kornel Benko
Am Samstag 23 Mai 2009 schrieb Enrico Forestieri: On Sat, May 23, 2009 at 04:19:52PM +0200, Kornel Benko wrote: Am Samstag 23 Mai 2009 schrieb Jürgen Spitzmüller: Enrico Forestieri wrote: Jürgen, Ok for branch? This is risk free. If it's not urgently needed, I'd like to wait

Re: r29793 - in lyx-devel/trunk/src: . support

2009-05-23 Thread Kornel Benko
Am Samstag 23 Mai 2009 schrieb Enrico Forestieri: There are 2 reports (from you and Ben) that it doesn't (always?) work, but this is unrelated to this patch. I really don't know what the problem may be, because it works for me on all platforms I have access to. I think that you have to

Re: Broken reverse search

2009-05-24 Thread Kornel Benko
Am Sonntag 24 Mai 2009 schrieb Enrico Forestieri: I fixed it in trunk. The attached patch is for branch, but I think that this will go in only after 1.6.3. This is so straightforward, it would not hurt 1.6.3. Is it really too late? Kornel signature.asc Description: This is a

Re: r29895 - lyx-devel/trunk/development/cmake

2009-05-31 Thread Kornel Benko
Am Sonntag 31 Mai 2009 schrieb Andre Poenitz: On Sun, May 31, 2009 at 01:53:52PM +0200, kor...@lyx.org wrote: Author: kornel Date: Sun May 31 13:53:52 2009 New Revision: 29895 URL: http://www.lyx.org/trac/changeset/29895 Log: Enable sockets on linux too. fcntl defined at

Re: r29974 - lyx-devel/trunk/lib

2009-06-05 Thread Kornel Benko
Am Freitag 05 Juni 2009 schrieb sa...@lyx.org: Author: sanda Date: Fri Jun 5 22:22:10 2009 New Revision: 29974 URL: http://www.lyx.org/trac/changeset/29974 Log: Lets have new output in view menu too. Copiers command would be needed one day? Modified: lyx-devel/trunk/lib/configure.py

Re: Cmake and po compilation again

2009-07-02 Thread Kornel Benko
Am Montag 22 Juni 2009 schrieb Abdelrazak Younes: Hi Kornel, It seems the problem of repeated po compilation is back, I see this on Windows/MSVC and on Linux (ubuntu 9.04). If you have time could you please have a look? Thanks, Abdel. Sorry for late answer. I just returned from a journey.

Hunspell on OpenSuse

2009-07-13 Thread Kornel Benko
Hi Abdel, there seems to be no hunspell devel for OpenSuSE (ia64), so I had to change the cmake-files. It compiles here now. At home I have hunspell installed, so I will check cmake there later. Kornel signature.asc Description: This is a digitally signed message part.

Re: r30535 - lyx-devel/trunk/development/cmake

2009-07-13 Thread Kornel Benko
Am Monday 13 July 2009 schrieb leu...@lyx.org: Author: leuven Date: Mon Jul 13 11:21:06 2009 New Revision: 30535 URL: http://www.lyx.org/trac/changeset/30535 Log: add missing quote Thanx Kornel signature.asc Description: This is a digitally signed message part.

LyX (trunk + branch) crashes on click to outline

2009-07-14 Thread Kornel Benko
Hi, this is on OpenSuSE 10.3 64 bit. as soon as I click to see the outliner lyx crashes. Don't know when it first happenned, but it used to function 6 weeks ago. started gdb with: gdb /usr/local/lyx2.0/bin/lyx r -userdir /usr2/kornel/.lyx2 -sysdir /usr/local/lyx2.0 -dbg

Re: LyX (trunk + branch) crashes on click to outline

2009-07-14 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Kornel Benko: Hi, this is on OpenSuSE 10.3 64 bit. as soon as I click to see the outliner lyx crashes. Don't know when it first happenned, but it used to function 6 weeks ago. This is crazy: As soon as I insert debug messages and recompile, it starts

Re: LyX (trunk + branch) crashes on click to outline

2009-07-14 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Jürgen Spitzmüller: Kornel Benko wrote: as soon as I click to see the outliner lyx crashes. Don't know when it first happenned, but it used to function 6 weeks ago. Is this a specific document, or can you reproduce it generally (e.g. with the User Guide

Re: LyX (trunk + branch) crashes on click to outline

2009-07-14 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Pavel Sanda: Kornel Benko wrote: This is crazy: As soon as I insert debug messages and recompile, it starts to function again. Maybe erroneous QT? I am using QT-version 4.3.1-23.6. isnt it connected to cmake only builds? Yes. :( pavel Kornel

Re: LyX (trunk + branch) crashes on click to outline

2009-07-14 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Jean-Marc Lasgouttes: Le 14 juil. 09 à 08:42, Kornel Benko a écrit : Am Tuesday 14 July 2009 schrieb Kornel Benko: Hi, this is on OpenSuSE 10.3 64 bit. as soon as I click to see the outliner lyx crashes. Don't know when it first happenned, but it used

Re: LyX (trunk + branch) crashes on click to outline

2009-07-14 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Jean-Marc Lasgouttes: Le 14 juil. 09 à 13:38, Kornel Benko a écrit : Does valgrind have anything to say about it? It does, but on a core-dump I would expect some not freed memory. (This is branch1.6) ==13263== ==13263== IN SUMMARY: 527 errors from 17

Re: LyX (trunk + branch) crashes on click to outline

2009-07-14 Thread Kornel Benko
Am Dienstag 14 Juli 2009 schrieb Jean-Marc Lasgouttes: I guess we output uninitialized variables in the LYXERR call. Did you run with any -dbg flag? I do, info,init,key,gui,lyxserver,mathed,font,graphics,locale I wonder, if that could explain, why the crash vanishes, when I add more

Re: LyX (trunk + branch) crashes on click to outline

2009-07-14 Thread Kornel Benko
Am Dienstag 14 Juli 2009 schrieb Jean-Marc Lasgouttes: Le 14 juil. 09 à 18:45, Kornel Benko a écrit : Am Dienstag 14 Juli 2009 schrieb Jean-Marc Lasgouttes: I guess we output uninitialized variables in the LYXERR call. Did you run with any -dbg flag? I do, info,init,key,gui

Re: LyX (trunk + branch) crashes on click to outline

2009-07-14 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Kornel Benko: This is crazy: As soon as I insert debug messages and recompile, it starts to function again. Maybe erroneous QT? I am using QT-version 4.3.1-23.6. Even calling lyx without any debug messages, lyx crashes on this system. Whats more, it does

Re: Berlin

2009-07-17 Thread Kornel Benko
Am Freitag 17 Juli 2009 schrieb Pavel Sanda: hi, i'll be staying next days in berlin. anybody from the berliner crowd interested in a pub meet for a beer or two? pavel I am. Kornel signature.asc Description: This is a digitally signed message part.

Re: Berlin

2009-07-17 Thread Kornel Benko
Am Freitag 17 Juli 2009 schrieb Pavel Sanda: Andre Poenitz wrote: On Fri, Jul 17, 2009 at 07:52:24PM +0200, Pavel Sanda wrote: hi, i'll be staying next days in berlin. anybody from the berliner crowd interested in a pub meet for a beer or two? Define next days. sat 18. - thu

Re: Berlin

2009-07-21 Thread Kornel Benko
Am Dienstag 21 Juli 2009 schrieb Andre Poenitz: On Tue, Jul 21, 2009 at 12:18:20PM +0200, Pavel Sanda wrote: Pavel Sanda wrote: ok so lets fix at least wednesday evening. 8 pm? 9 pm? fyi i'm not on a vacation and my resources to explore nearabouts pubs and sit on net while

Trunk: Missing include

2009-08-01 Thread Kornel Benko
Hi, ... /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiView.cpp:1294: error: ‘theSpellChecker’ was not declared in this scope ... Missing #include SpellChecker.h With this it compiles. Kornel signature.asc Description: This is a digitally signed message part.

Re: Where to find the hunspell dictionnaries on Windows?

2009-08-01 Thread Kornel Benko
Am Samstag 01 August 2009 schrieb Abdelrazak Younes: I cannot seem to find them in any of my Thunderbird, Firefox or OpenOffice installation... Idea someone? Not for windows, but .. on ubuntu: firefox: /usr/lib/firefox-3.0.12/dictionaries - /usr/share/myspell/dicts dpkg -S

Re: r30824 - lyx-devel/trunk/src

2009-08-02 Thread Kornel Benko
Am Sonntag 02 August 2009 schrieb you...@lyx.org: * Begin Hunspell support (not tested and does not link yet) It links on linux _and_ seems to work! Kornel signature.asc Description: This is a digitally signed message part.

Re: r30824 - lyx-devel/trunk/src

2009-08-02 Thread Kornel Benko
Am Sonntag 02 August 2009 schrieb Abdelrazak Younes: On 02/08/2009 11:25, Kornel Benko wrote: Am Sonntag 02 August 2009 schrieb you...@lyx.org: * Begin Hunspell support (not tested and does not link yet) It links on linux Good, thanks for trying. But you did set TRY_HUNSPELL to 1

Re: r30824 - lyx-devel/trunk/src

2009-08-02 Thread Kornel Benko
Am Sonntag 02 August 2009 schrieb Abdelrazak Younes: On 02/08/2009 12:35, Kornel Benko wrote: +if (HUNSPELL_FOUND) +target_link_libraries(${_lyx} hunspell) On Windows, I need libhunspell instead of hunspell and then it links! Try again :( Abdel. Kornel signature.asc

Re: r30824 - lyx-devel/trunk/src

2009-08-02 Thread Kornel Benko
Am Sonntag 02 August 2009 schrieb Abdelrazak Younes: On 02/08/2009 12:44, Kornel Benko wrote: Am Sonntag 02 August 2009 schrieb Abdelrazak Younes: On 02/08/2009 12:35, Kornel Benko wrote: +if (HUNSPELL_FOUND) + target_link_libraries(${_lyx} hunspell) On Windows, I need

Re: r30824 - lyx-devel/trunk/src

2009-08-02 Thread Kornel Benko
Am Sonntag 02 August 2009 schrieb Abdelrazak Younes: On 02/08/2009 17:10, Kornel Benko wrote: Am Sonntag 02 August 2009 schrieb Abdelrazak Younes: libhunspell.lib is I guess the name chosen by the hunspell developers, if I rename that to huspell.lib, cmake won't error out! So that's OK

Re: r30824 - lyx-devel/trunk/src

2009-08-02 Thread Kornel Benko
Am Sonntag 02 August 2009 schrieb Abdelrazak Younes: On 02/08/2009 18:41, Abdelrazak Younes wrote: By the way Kornel, we need an USE_HUNSPELL define similar to USE_ASPELL in case the system supports hunspell, could you add that? I already did this for autotools AFAIR. I did it. But with

Re: r30824 - lyx-devel/trunk/src

2009-08-02 Thread Kornel Benko
Am Sonntag 02 August 2009 schrieb Abdelrazak Younes: On 02/08/2009 18:52, Kornel Benko wrote: Am Sonntag 02 August 2009 schrieb Abdelrazak Younes: On 02/08/2009 18:41, Abdelrazak Younes wrote: By the way Kornel, we need an USE_HUNSPELL define similar to USE_ASPELL in case the system

Re: CMake andexternal boost

2009-08-04 Thread Kornel Benko
Am Tuesday 04 August 2009 schrieb Abdelrazak Younes: Hello Kornel, Don't know if it's easy to do but it would be nice if CMake could provide the option to compile with external boost. Current trunk does not compile with gcc-4.4. I'd make compiling with external boost the default

Re: CMake andexternal boost

2009-08-04 Thread Kornel Benko
Am Dienstag 04 August 2009 schrieb Abdelrazak Younes: Kornel Benko wrote: Am Tuesday 04 August 2009 schrieb Abdelrazak Younes: Hello Kornel, Don't know if it's easy to do but it would be nice if CMake could provide the option to compile with external boost. Current trunk does

Re: CMake andexternal boost

2009-08-04 Thread Kornel Benko
Am Dienstag 04 August 2009 schrieb Kornel Benko: Hmm, unfortunatelly (on ubuntu) FindBoost is unable to find the correct boost libraries, because it searches for libs compiled with my curent gcc (gcc4.3.3). After installing the appropriate dev-packages, it's ok now. It even compiled now

Re: CMake andexternal boost

2009-08-05 Thread Kornel Benko
Am Wednesday 05 August 2009 schrieb Abdelrazak Younes: By the way, I notice now that the path for installation is not correct (/usr/local/2.0): Yes, I know. But why do you think, it is not correct? I regularly compile and install trunk _and_ branch. In different directories. You should be

Re: CMake andexternal boost

2009-08-05 Thread Kornel Benko
Am Wednesday 05 August 2009 schrieb Abdelrazak Younes: Kornel Benko wrote: Am Wednesday 05 August 2009 schrieb Abdelrazak Younes: By the way, I notice now that the path for installation is not correct (/usr/local/2.0): Yes, I know. But why do you think, it is not correct

Re: r30927 - in lyx-devel/trunk/src: . frontends/qt4 frontends/qt4/ui

2009-08-08 Thread Kornel Benko
Am Samstag 08 August 2009 schrieb you...@lyx.org: Author: younes Date: Sat Aug 8 19:05:31 2009 New Revision: 30927 URL: http://www.lyx.org/trac/changeset/30927 Log: Minimal support for hunspell. Spellchecking works but not suggestion, at least on Win/MSVC. Cannot compile. ...

Re: r30927 - in lyx-devel/trunk/src: . frontends/qt4 frontends/qt4/ui

2009-08-08 Thread Kornel Benko
Am Samstag 08 August 2009 schrieb Abdelrazak Younes: On 08/08/2009 19:18, Kornel Benko wrote: Cannot compile. Sorry, should be fixed now. It is. And is working. And fast! The path for dictionaries is the same as for thesaurus (on ubuntu). Thanks, Abdel. Nice work. But calling

Re: r30927 - in lyx-devel/trunk/src: . frontends/qt4 frontends/qt4/ui

2009-08-09 Thread Kornel Benko
Am Sonntag 09 August 2009 schrieb Abdelrazak Younes: On 08/08/2009 19:46, Kornel Benko wrote: But calling Tools-Spellchecker...-Find Next surprisingly moves to the next (identical) unknown word, (not next unknown as I would expect) Hum, the button you are looking for is Ignore. But I

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Kornel Benko
Am Sonntag 09 August 2009 schrieb Pavel Sanda: Abdelrazak Younes wrote: but then the hidden buffers will be closed automatically if the master is closed. but i dont see this. all hidden remain opened after closing master. If you don't see this, it's a bug. At least that how I

Trunk, last changes broke compilation

2009-08-09 Thread Kornel Benko
Hi Abdel, ... In file included from /usr/src/lyx/lyx-devel/src/Paragraph.cpp:45: /usr/src/lyx/lyx-devel/src/Text.h: In constructor ‘lyx::Text::Text(lyx::InsetText*)’: /usr/src/lyx/lyx-devel/src/Text.h:355: warning: ‘lyx::Text::autoBreakRows_’ will be initialized after

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Kornel Benko
Am Sonntag 09 August 2009 schrieb Vincent van Ravesteijn: I just fixed LFUN_PARAGRAPH_MOVE_DOWN LFUN_PARAGRAPH_MOVE_UP. Now we just have to wait for the next one :-) Abdel. Sorry Abdel, but ... In file included from /usr/src/lyx/lyx-devel/src/ParagraphList.h:17, from

Re: CMake prefer /usr over /usr/local

2009-08-10 Thread Kornel Benko
Am Monday 10 August 2009 schrieb Abdelrazak Younes: Hello Kornel, Don't know if you're aware of that but it seems that CMake prefer /usr over /usr/local. I have compiled and installed hunspell in /usr/local but CMake persists in taking the version in /usr... You may give cmake a hint,

Re: CMake prefer /usr over /usr/local

2009-08-10 Thread Kornel Benko
Am Monday 10 August 2009 schrieb Abdelrazak Younes: Kornel Benko wrote: Am Monday 10 August 2009 schrieb Abdelrazak Younes: Hello Kornel, Don't know if you're aware of that but it seems that CMake prefer /usr over /usr/local. I have compiled and installed hunspell in /usr/local

Re: CMake prefer /usr over /usr/local

2009-08-10 Thread Kornel Benko
Am Monday 10 August 2009 schrieb Abdelrazak Younes: Kornel Benko wrote: Am Monday 10 August 2009 schrieb Abdelrazak Younes: Kornel Benko wrote: Am Monday 10 August 2009 schrieb Abdelrazak Younes: Hello Kornel, Don't know if you're aware of that but it seems

Re: CMake prefer /usr over /usr/local

2009-08-10 Thread Kornel Benko
Am Montag 10 August 2009 schrieb Abdelrazak Younes: Abdelrazak Younes wrote: Kornel Benko wrote: Am Monday 10 August 2009 schrieb Abdelrazak Younes: Kornel Benko wrote: Am Monday 10 August 2009 schrieb Abdelrazak Younes: Kornel Benko wrote: Am Monday 10 August 2009 schrieb Abdelrazak

crash in switch spellchecker (trunk)

2009-08-15 Thread Kornel Benko
Hi, I get a chash if I try to change the spellchecker Tools-Preferences...-Language Settings-Spellchecker-Spellchecker engine. It works, if I edit the preferences-file directly. This is on ubuntu, but maybe not platform dependant. Kornel signature.asc Description: This is a

Re: crash in switch spellchecker (trunk)

2009-08-15 Thread Kornel Benko
Am Samstag 15 August 2009 schrieb Abdelrazak Younes: On 15/08/2009 14:51, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: On 15/08/2009 11:34, Kornel Benko wrote: Hi, I get a chash if I try to change the spellchecker Tools-Preferences...-Language Settings-Spellchecker

Re: r31043 - lyx-devel/trunk/src/frontends/qt4

2009-08-15 Thread Kornel Benko
Am Samstag 15 August 2009 schrieb Vincent van Ravesteijn: Pavel Sanda schreef: Vincent van Ravesteijn wrote: What's then the difference between close tab and hide tab when a document is opened in another view ? I guess there is no difference. close asks for saving, with hide i dont

Hunspell vs. aspell

2009-08-15 Thread Kornel Benko
Hi Abdel, hunspell does not find corect spelling for words with umlauts, while aspell does. (Although they both use the same dictionary here) So e.g. the german words über, können or benötigt are not recognized. Kornel signature.asc Description: This is a digitally signed message

Spellcheck-problem (aspell in trunk)

2009-08-16 Thread Kornel Benko
Hi Abdel, spellchecking with aspel shows big differencies between trunk and branch. In branch is seems to work flawlessly. In trunk it seems to stop very early, the last part of a bigger lyx-file seems to be not checked. If I change a word I see immediately the now underlined word (in branch).

Compilation in trunk

2009-08-17 Thread Kornel Benko
This is on OpenSuSE, 64bit. ... In file included from /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiDocument.h:35, from /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiIndices.h:16, from /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiIndices.cpp:15:

Re: Compilation in trunk

2009-08-17 Thread Kornel Benko
Am Monday 17 August 2009 schrieb Pavel Sanda: Kornel Benko wrote: This is on OpenSuSE, 64bit. ... In file included from /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiDocument.h:35, from /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiIndices.h:16, from

Re: Compilation in trunk

2009-08-17 Thread Kornel Benko
Am Monday 17 August 2009 schrieb Pavel Sanda: Kornel Benko wrote: libqt4-devel-4.3.1-23.6 i see. should be fixed now. pavel At least it compiles now. Kornel signature.asc Description: This is a digitally signed message part.

Re: boost 1.39 update

2009-08-17 Thread Kornel Benko
Am Montag 17 August 2009 schrieb Peter Kümmel: Andre Poenitz wrote: What were the reasons at the last meeting not to drop boost? Using tr1 turned out not to be a drop-in replacement. I've updated to boost 1.39 and tested on Linux and Windows. I get a strange lyxclient linker error when

Re: boost 1.39 update

2009-08-17 Thread Kornel Benko
Am Montag 17 August 2009 schrieb Kornel Benko: at least do_assign is not defined in our .cpp files. (Declared in header file it is) Hmmm, sorry, there is a template in the header too, but maybe not used? Kornel signature.asc Description: This is a digitally signed message part.

Re: r31103 - lyx-devel/trunk/development/cmake/src/support

2009-08-17 Thread Kornel Benko
Am Montag 17 August 2009 schrieb kuem...@lyx.org: if(Boost_FOUND) target_link_libraries(support ${Boost_LIBRARIES}) else() - target_link_libraries(support boost_signals) + target_link_libraries(support boost_signals boost_regex) endif() We could have defined boost_libraries in the

Trunk from today

2009-08-18 Thread Kornel Benko
... /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiDocument.cpp: In constructor ‘lyx::frontend::GuiDocument::GuiDocument(lyx::frontend::GuiView)’: /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiDocument.cpp:979: error: invalid use of incomplete type ‘struct QHeaderView’

Re: Trunk from today

2009-08-18 Thread Kornel Benko
Am Tuesday 18 August 2009 schrieb Pavel Sanda: Kornel Benko wrote: /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiDocument.cpp: In constructor ???lyx::frontend::GuiDocument::GuiDocument(lyx::frontend::GuiView)???: /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiDocument.cpp:979: error: invalid

findreplaceadv

2009-08-19 Thread Kornel Benko
Hi, I'd like to have this binding in emacs.bind, as I am using this regularly in emacs too. \bind M-~S-percent dialog-show findreplaceadv In emacs it is bound to query-replace-regexp, which should? be possible with this dialog too. Hi Tommaso, I yesterday compiled (on ubuntu 9.04),

Re: Beware! Arsene is coming !

2009-08-26 Thread Kornel Benko
Am Wednesday 26 August 2009 schrieb Jean-Marc Lasgouttes: Some people say that good things always come to an end, but this implies that good things have to start at some point too. I am glad to announce the birth of our third child Arsène (who is thus a boy, for those of you who slept

Re: Introduction: Suggest add probable file location info for examples at next rev

2009-09-04 Thread Kornel Benko
Am Thursday 03 September 2009 schrieb Tim Potten: I am relatively new to Linux, and this is my first day with Lyx. I had difficulty finding the example files. It might be helpful to include a path in the introduction. They were in Location : /usr/share/lyx/examples/example_raw.lyx This is

Re: [patch] LyX server for Windows

2009-09-10 Thread Kornel Benko
Am Thursday 10 September 2009 schrieb Enrico Forestieri: On Thu, Sep 10, 2009 at 10:07:24AM +0200, Jürgen Spitzmüller wrote: Enrico Forestieri wrote: This is an important addition to Win32 indeed. So if it is well tested, I'm not opposed to put this in branch. So, Jürgen?

Re: r31399 - lyx-devel/trunk/src

2009-09-19 Thread Kornel Benko
Am Samstag 19 September 2009 schrieb you...@lyx.org: Author: younes Date: Sat Sep 19 16:20:05 2009 New Revision: 31399 URL: http://www.lyx.org/trac/changeset/31399 Log: Move LFUN_BUFFER_LANGUAGE to Buffer and enables it only when the document is not read-only. Modified:

Re: r31399 - lyx-devel/trunk/src

2009-09-19 Thread Kornel Benko
Am Samstag 19 September 2009 schrieb Abdelrazak Younes: On 19/09/2009 16:31, Kornel Benko wrote: Am Samstag 19 September 2009 schrieb you...@lyx.org: Author: younes Date: Sat Sep 19 16:20:05 2009 New Revision: 31399 URL: http://www.lyx.org/trac/changeset/31399 Log: Move

Re: r31399 - lyx-devel/trunk/src

2009-09-19 Thread Kornel Benko
Am Samstag 19 September 2009 schrieb Abdelrazak Younes: ... OK, should be fixed now. Abdel. It is. Kornel signature.asc Description: This is a digitally signed message part.

Trunk does not compile

2009-09-20 Thread Kornel Benko
Hi Abdel, blame is suggesting, I have to address you ... [ 62%] Building CXX object src/CMakeFiles/lyx.dir/usr/src/lyx/lyx-devel/src/BufferView.o cd /usr/BUILD/BuildLyx/src /usr/bin/c++ -DQT_NO_STL -DQT_NO_KEYWORDS -DHAVE_GETTEXT -DUSE_HUNSPELL=1 -DENABLE_NLS=1 - DUSE_ASPELL=1 -DHAVE_ICONV=1

Re: unable to compile svn-version

2009-09-23 Thread Kornel Benko
Am Mittwoch 23 September 2009 schrieb Sebastian Guttenberg: cat qt4_l10n.pot layouts_l10n.pot languages_l10n.pot encodings_l10n.pot ui_l10n.pot external_l10n.pot formats_l10n.pot | \ msguniq -o lyx-2.0.0svn.po rm -f qt4_l10n.pot layouts_l10n.pot languages_l10n.pot encodings_l10n.pot

Compile error in trunk.

2009-09-23 Thread Kornel Benko
Abdel, my compiler does not like me ... [ 15%] Building CXX object src/frontends/qt4/CMakeFiles/frontend_qt4.dir/usr/src/lyx/lyx-devel/src/frontends/qt4/GuiView.o cd /usr/BUILD/BuildLyx/src/frontends/qt4 /usr/bin/c++ -DQT_NO_STL -DQT_NO_KEYWORDS -DHAVE_GETTEXT -DUSE_HUNSPELL=1 -

Re: unable to compile svn-version

2009-09-23 Thread Kornel Benko
Am Thursday 24 September 2009 schrieb Sebastian Guttenberg:  nb.gmo nn.gmo pl.gmo pt.gmo ro.gmo ru.gmo sk.gmo tr.gmo uk.gmo zh_CN.gmo zh_TW. gmo make[3]: Entering directory `/home/basti/lyx-devel/po' : --update ar.po lyx-2.0.0svn.pot rm -f ar.gmo : -c --statistics -o ar.gmo ar.po mv:

Re: HTML - LaTeX

2009-10-02 Thread Kornel Benko
Am Freitag 02 Oktober 2009 schrieb Hartmut Haase: Hi, why does the converter have the command java -jar htmltolatex.jar -input $$i -output $$o? I get the following error message: Unable to access jarfile htmltolatex.jar Where is htmltolatex.jar expected to be? -- Viele Grüße, Hartmut I

Re: HTML - LaTeX

2009-10-02 Thread Kornel Benko
Am Freitag 02 Oktober 2009 schrieb rgheck: On 10/02/2009 12:18 PM, Kornel Benko wrote: Am Freitag 02 Oktober 2009 schrieb Hartmut Haase: Hi, why does the converter have the command java -jar htmltolatex.jar -input $$i -output $$o? I get the following error message: Unable to access

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: On 02/10/2009 04:14, BH wrote: ... lyx(19763,0xa0898720) malloc: *** mmap(size=1308676096) failed (error code=12) *** error: can't allocate region Why should we need 1308676096 bytes? *** set a breakpoint in malloc_error_break to debug

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: ... Well, it is not for me so please enlighten me. Well, as I understood ... Here you go, with r31489. I did 3 profiles: launching LyX, opening preferences, and saving preferences. Launching LyX should not have involved reconfiguring, but

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb BH: Right, this one is weird, could you check your preference file Bennett? I don't see what the problem is: it's only 78 MB! It has the normal stuff in the beginning, and the bulk of the file consists of repetitions of: \editor_alternatives asciichess

Re: HTML - LaTeX, 2

2009-10-04 Thread Kornel Benko
Am Sonntag 04 Oktober 2009 schrieb Hartmut Haase: Hi, after installing gnuhtml2latex, the command is: htmltolatex -input $$i -output $$o but the error message is still the same: Unable to access jarfile htmltolatex.jar Harry, I installed also gnuhtml2latex. But after reconfiguring I got

Re: r31504 - lyx-devel/branches/BRANCH_1_6_X/lib/examples/sk

2009-10-04 Thread Kornel Benko
Am Sonntag 04 Oktober 2009 schrieb Jürgen Spitzmüller: kornel wrote: Log: Added slovak translation of splash.lyx Don't forget the Makefiles, SCons, and status.16x. Jürgen Ehmm, sorry. The _only_ build-system which works without change is cmake! Kornel signature.asc

Re: r31527 - lyx-devel/trunk/src/frontends/qt4

2009-10-04 Thread Kornel Benko
`/usr/BUILD/BuildLyx' make: *** [all] Error 2 ... Kornel -- Kornel Benko kornel.be...@berlin.de signature.asc Description: This is a digitally signed message part.

Trunk not compilable

2009-10-05 Thread Kornel Benko
This is on OpenSuSE 10.3 ... cd /usr/BUILD/BuildLyx/src/frontends/qt4 /usr/local/bin/c++ -DQT_NO_STL -DQT_NO_KEYWORDS -DHAVE_GETTEXT -DENABLE_NLS=1 -DUSE_ASPELL=1 -DHAVE_ICONV=1 -DQT_GENUINE_STR -DLYX_BUILD_QT4_FRONTEND -Wall -Wall -O3 -DNDEBUG -I/usr/src/lyx/lyx-devel/po

Re: Trunk not compilable

2009-10-05 Thread Kornel Benko
Am Monday 05 October 2009 schrieb Abdelrazak Younes: Kornel, You got this very same compile error and the fix is very easy, just add an #include sstream, I am saying that in case this happens again. But I'll fix it shortly of course. Abdel. I am aware of the fix is very easy. But it is

Sorry, not compilable again

2009-10-05 Thread Kornel Benko
And this time it is not the same as before. And it belongs to Pavel's changes. ... [ 14%] Building CXX object src/frontends/qt4/CMakeFiles/frontend_qt4.dir/usr/src/lyx/lyx-devel/src/frontends/qt4/GuiPrefs.o cd /usr/BUILD/BuildLyx/src/frontends/qt4 /usr/local/bin/c++ -DQT_NO_STL

Re: How to make Changes.cpp a POTFILE?

2009-10-12 Thread Kornel Benko
Am Monday 12 October 2009 schrieb Jürgen Spitzmüller: As of r31602, Changes.cpp contains gettext markup, yet it doesn't appear in POTFILES.in (and thus not in *.po). What do I have to do to get it there? Jürgen They are in POTFILES.in (if you use cmake). That said, the rules to

Re: How to make Changes.cpp a POTFILE?

2009-10-13 Thread Kornel Benko
Am Tuesday 13 October 2009 schrieb Jürgen Spitzmüller: Kornel Benko wrote: They are in POTFILES.in (if you use cmake). That said, the rules to create POTFILES.in are in po/Rules-lyx. This file will be used in autogen.sh. Let me reformulate my question: how come that Changes.cpp

Re: r31722 - www-user/trunk/farm/cookbook/LyX

2009-10-25 Thread Kornel Benko
Am Sonntag 25 Oktober 2009 schrieb sp...@lyx.org: Modified: www-user/trunk/farm/cookbook/LyX/i18n.inc On correcting the slovak translation I saw, that your translation for Mark end of paragraphs was incorrect too. It should be Absatzenden markieren, not Absatzende markieren.

Re: r31853 - lyx-devel/branches/BRANCH_1_6_X/lib/examples/de

2009-11-04 Thread Kornel Benko
Am Wednesday 04 November 2009 schrieb Jürgen Spitzmüller: uwestoehr wrote: set EOL style (please don't forget this when adding new textfiles to SVN) Frankly, I do not even know how to do this. Jürgen `svn propset svn:eol-style LF' to set LF as end of line. Kornel

Re: templates + trunk

2009-11-08 Thread Kornel Benko
Am Sonntag 08 November 2009 schrieb Vincent van Ravesteijn: Pavel Sanda schreef: Kornel Benko wrote: Hi, don't know, if I am the only one not being able to use File-New from template... I get a file-dialog, but any opened template will give _empty_ document. What's more

Re: Spellcheck Issues in Trunk

2009-11-22 Thread Kornel Benko
Am Samstag 21 November 2009 schrieb rgheck: On 11/21/2009 05:31 AM, Jean-Marc Lasgouttes wrote: Le 20/11/2009 23:52, rgheck a écrit : checking hunspell/hunspell.hxx usability... yes checking hunspell/hunspell.hxx presence... yes checking for hunspell/hunspell.hxx... yes checking for

Re: [patch] fix #3349: SVG support in LyX

2009-11-30 Thread Kornel Benko
Am Tuesday 01 December 2009 schrieb Uwe Stöhr: The attched patch uses rsvg or Inkscape to convert SVG images. This is what we are using since 2 years in the LyX Windows installers. Please test if this works for you on Unix and Mac. thanks and regards Uwe I opened graphic on openSuSE

Re: Background LaTeX, Etc

2009-12-21 Thread Kornel Benko
Am Monday 21 December 2009 schrieb BH: On Mon, Dec 21, 2009 at 10:08 AM, Vincent van Ravesteijn - TNW v.f.vanraveste...@tudelft.nl wrote: Right now I can't compile: Can you compile now ? Not quite. (I should have run make -k before.) And now ? Perfect -- thanks! BH Not

Re: Background LaTeX, Etc

2009-12-22 Thread Kornel Benko
Am Tuesday 22 December 2009 schrieb Peter Kümmel: Kornel Benko wrote: Am Monday 21 December 2009 schrieb BH: On Mon, Dec 21, 2009 at 10:08 AM, Vincent van Ravesteijn - TNW v.f.vanraveste...@tudelft.nl wrote: Right now I can't compile: Can you compile now ? Not quite. (I should have

Re: Background LaTeX, Etc

2009-12-22 Thread Kornel Benko
Am Tuesday 22 December 2009 schrieb Peter Kümmel: Kornel Benko wrote: /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiView.cpp:278: error: ‘preview_watcher_’ was not Could you try it again? Peter Perfect. No compile-problems now. Kornel signature.asc Description

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Kornel Benko
Am Wednesday 06 January 2010 schrieb Jean-Marc Lasgouttes: Vincent van Ravesteijn - TNW v.f.vanraveste...@tudelft.nl writes: Would the attached be something ? Still same error here (qt 4.2.3). JMarc Same with qt 4-4.3.1 (OpenSuSE 10.3) Kornel signature.asc Description:

Compare.cpp not compilable

2010-01-10 Thread Kornel Benko
with gcc 4.4. ... /usr/src/lyx/lyx-devel/src/Compare.cpp: In member function ‘int lyx::Compare::Impl::find_middle_snake(const lyx::DocRangePair, lyx::DocPair)’: /usr/src/lyx/lyx-devel/src/Compare.cpp:643: error: ‘ceil’ was not declared in this scope make[2]: ***

Re: #7024: Build error with external boost and shared libs option set (cmake)

2011-01-13 Thread Kornel Benko
Am Donnerstag, 13. Januar 2011 schrieb LyX Ticket Tracker: #7024: Build error with external boost and shared libs option set (cmake) -+-- Reporter: kraymer | Owner: lasgouttes Type: defect | Status:

Re: #7024: Build error with external boost and shared libs option set (cmake)

2011-01-13 Thread Kornel Benko
Am Donnerstag, 13. Januar 2011 schrieb Jürgen Spitzmüller: ${boost_regex_sources}) Kornel, I think it would be better if you added your comments to the respective trac ticket. Jürgen Done. Kornel signature.asc Description: This is a digitally signed message part.

Re: r37637 - lyx-devel/trunk/po

2011-02-13 Thread Kornel Benko
Am Sonntag, 13. Februar 2011 schrieb sa...@lyx.org: Author: sanda ... msgstr Výtup vzorců: ... Does not look OK. Kornel signature.asc Description: This is a digitally signed message part.

Re: LyXHTML translation of TOC

2011-04-11 Thread Kornel Benko
Am Montag, 11. April 2011 schrieb Richard Heck: On 04/11/2011 10:53 AM, Richard Heck wrote: On 04/11/2011 06:06 AM, Kornel wrote: Hi List, there is a minor glitch in creating LyXHTML dokuments table of contents. On output (xhtml) it will be translated into the gui-language, but

<    3   4   5   6   7   8   9   10   11   12   >