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 > m

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, >

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

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

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,

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 asciic

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

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
iles/frontend_qt4.dir/all] Error 2 make[1]: Leaving directory `/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 -I/usr/BUILD/Buil

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 , 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 i

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 -DQT_NO_KEY

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 t

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 reformul

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. Ko

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 f

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 > >> ch

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 openSuS

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 > wrote: > > > Right now I can't compile: > > >>> > >>> Can you compile now ? > >> > >>Not quite. (I should have run make -k before.) > >> > > > > And now ? > > Perfect -- thanks! > >

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 > >> wrote: > >>>>>> Right now I can't compile: > >>

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. Ko

Re: :frontend::ProgressViewWidget::settingsLayout missing

2010-01-06 Thread Kornel Benko
Am Wednesday 06 January 2010 schrieb Jean-Marc Lasgouttes: > "Vincent van Ravesteijn - TNW" 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: This is a digitally

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]: *** [src/CMakeFiles/lyx.dir/usr/src/

Re: r32932 - lyx-devel/trunk/src

2010-01-10 Thread Kornel Benko
Hmm... why not #include ?? Kornel Am Sonntag 10 Januar 2010 schrieb tomm...@lyx.org: > Author: tommaso > Date: Sun Jan 10 11:27:00 2010 > New Revision: 32932 > URL: http://www.lyx.org/trac/changeset/32932 > > Log: > Let trunk compile. > > Modified: >lyx-devel/trunk/src/Com

Again compile problems

2010-01-11 Thread Kornel Benko
In trunk. Since nobody else seems to have it, maybe again QT4-version (4.3.1) problem. ... /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiProgressView.cpp: In constructor ‘lyx::frontend::GuiProgressView::GuiProgressView(lyx::frontend::GuiView&, Qt::DockWidgetArea, Qt::WindowFlags)’: /usr/src/lyx/l

Re: Again compile problems

2010-01-11 Thread Kornel Benko
Am Monday 11 January 2010 schrieb Jean-Marc Lasgouttes: > Kornel Benko writes: > > In trunk. Since nobody else seems to have it, maybe again QT4-version > > (4.3.1) problem. > > ... > > /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiProgressView.cpp: In > >

Lyx freezes

2010-01-11 Thread Kornel Benko
Trunk: If I try to View->Anything or update->Anything lyx now simply freezes. Kornel signature.asc Description: This is a digitally signed message part.

Re: Lyx freezes

2010-01-11 Thread Kornel Benko
Am Monday 11 January 2010 schrieb rgheck: > On 01/11/2010 10:07 AM, Kornel Benko wrote: > > Trunk: > > If I try to View->Anything or update->Anything lyx now simply freezes. > > > > > I'm not seeing this. > > rh > It may depend on the QT

Re: Lyx freezes

2010-01-11 Thread Kornel Benko
Am Tuesday 12 January 2010 schrieb Kornel Benko: > Am Monday 11 January 2010 schrieb rgheck: > > On 01/11/2010 10:07 AM, Kornel Benko wrote: > > > Trunk: > > > If I try to View->Anything or update->Anything lyx now simply freezes. > > > > > >

Re: Statement for enchant integration

2010-01-22 Thread Kornel Benko
Am Freitag 22 Januar 2010 schrieb Abdelrazak Younes: > On 01/22/2010 04:32 PM, Abdelrazak Younes wrote: > > On 01/22/2010 04:07 PM, Jürgen Spitzmüller wrote: > >> Abdelrazak Younes wrote: > >>> Correct, I didn't bother... just as you didn't bother with CMake > >> > >> what needs to be done for CMak

Re: cmake on Mac

2010-01-26 Thread Kornel Benko
Am Montag 25 Januar 2010 schrieb Vincent van Ravesteijn - TNW: > Cmake shouldn't want to compile moc_* files. It shouldn't even know that > they exist. These moc_* files are #included in the normal *.cpp files > and they are now compiled twice and thus giving you the "previously > defined here" err

Re: cmake on Mac

2010-01-26 Thread Kornel Benko
Am Dienstag 26 Januar 2010 schrieb Vincent van Ravesteijn - TNW: > >> Cmake shouldn't want to compile moc_* files. It shouldn't even know > >> that they exist. These moc_* files are #included in the normal *.cpp > >> files and they are now compiled twice and thus giving you the > >> "previously def

Re: FindAdv and "Replace"

2010-01-30 Thread Kornel Benko
Am Samstag 30 Januar 2010 schrieb Jürgen Spitzmüller: > Jürgen Spitzmüller wrote: > > Tommaso Cucinotta wrote: > > > this is now in r33267. > > > > excellent, thanks. > > One small note: I think it would be slightly more intuitive if the replace > buttons would read [< Replace] and [Replace >] ins

Re: FindAdv and "Replace"

2010-01-30 Thread Kornel Benko
Am Samstag 30 Januar 2010 schrieb Jürgen Spitzmüller: > Kornel Benko wrote: > > What were the meaning of "<" in documents written in "RTL", while the GUI > > is in english? > > left? > > Jürgen > But left means previous in lang

Re: FindAdv and "Replace"

2010-01-30 Thread Kornel Benko
Am Samstag 30 Januar 2010 schrieb Jürgen Spitzmüller: > Kornel Benko wrote: > > But left means previous in languages like english and next in languages > > like hebrew. > > Yes. Where's the problem? OK, say the (english) gui gives [< Replace] and [Replace >] .

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

2010-02-01 Thread Kornel Benko
Am Monday 01 February 2010 schrieb Enrico Forestieri: > On Mon, Feb 01, 2010 at 07:00:48AM +0100, kor...@lyx.org wrote: > > > Author: kornel > > Date: Mon Feb 1 07:00:46 2010 > > New Revision: 33308 > > URL: http://www.lyx.org/trac/changeset/33308 > > > > Log: > > Make it compilable for QT4.3. (

po-files: "Geman (old spelling)"

2010-02-04 Thread Kornel Benko
Hi, this string is (in branch and trunk) used ( in Preferences->Language Settings->Language->User interface language: ), but is not part of po-files, thus will not be translated in the GUI. Kornel signature.asc Description: This is a digitally signed message part.

Re: po-files: "Geman (old spelling)"

2010-02-04 Thread Kornel Benko
Am Donnerstag 04 Februar 2010 schrieb Vincent van Ravesteijn: > Kornel Benko schreef: > > Hi, > > this string is (in branch and trunk) used ( in Preferences->Language > > Settings->Language->User interface language: ), but is not part of > > po-files, th

Re: r33327 - lyx-devel/trunk/lib

2010-02-05 Thread Kornel Benko
Am Donnerstag 04 Februar 2010 schrieb Jean-Marc Lasgouttes: > Le 04/02/2010 20:40, kor...@lyx.org a écrit : > > Author: kornel > > Date: Thu Feb 4 20:40:51 2010 > > New Revision: 33327 > > URL: http://www.lyx.org/trac/changeset/33327 > > > > Log: > > Change, so that lyx_pot.py is extracting this s

Re: po-files: "Geman (old spelling)"

2010-02-05 Thread Kornel Benko
Am Freitag 05 Februar 2010 schrieb Jürgen Spitzmüller: > Kornel Benko wrote: > > Changing de-alt into de_alt makes it work though. > > But is wrong. "de-alt" is intentional. > > Jürgen > Sorry ... Kornel signature.asc Description: This is a digitally signed message part.

Re: r33327 - lyx-devel/trunk/lib

2010-02-05 Thread Kornel Benko
Am Freitag 05 Februar 2010 schrieb Jürgen Spitzmüller: > Kornel Benko wrote: > > Something like attached? > > Looks correct. > > > I don't dare to commit now again. Making trouble only ... > > No. But asking in advance would have helped. > > Jürgen >

Re: r33327 - lyx-devel/trunk/lib

2010-02-05 Thread Kornel Benko
Am Freitag 05 Februar 2010 schrieb Jürgen Spitzmüller: > Kornel Benko wrote: > > Ok, but should I commit now the patch for lyx_pot.py, or will you? > > If it works, please do. > > Jürgen > It worked for me, so done. Kornel signature.asc Description: Th

Re: Some technical details

2010-03-06 Thread Kornel Benko
Am Samstag 06 März 2010 schrieb Pavel Sanda: > hi, > ... > * Windows people, can you quickly check INSTALL.Win32,scons to be > up-to-date? Kornel, you might want to check INSTALL.cmake? I use it all the time, so from my point of view this is up to date. (My workflow (on ubuntu) is: cd bu

Re: Some technical details

2010-03-06 Thread Kornel Benko
Am Samstag 06 März 2010 schrieb Pavel Sanda: > Kornel, you might want to check INSTALL.cmake? > Ok, there should be a paragraph which mentions the package creation on systems with red hat or debian package management. Installation as package is sooo much more confortable. E.g. Creating a Red

Re: Some technical details

2010-03-06 Thread Kornel Benko
Am Samstag 06 März 2010 schrieb Pavel Sanda: > Kornel Benko wrote: > > Am Samstag 06 März 2010 schrieb Pavel Sanda: > > > Kornel, you might want to check INSTALL.cmake? > > > > Ok, there should be a paragraph which mentions the package creation on > > sy

Re: Some technical details

2010-03-06 Thread Kornel Benko
Am Samstag 06 März 2010 schrieb Pavel Sanda: > Kornel Benko wrote: > > Am Samstag 06 März 2010 schrieb Pavel Sanda: > > > Kornel Benko wrote: > > > > Am Samstag 06 März 2010 schrieb Pavel Sanda: > > > > > Kornel, you might want to check INSTALL

trunc not compilable

2010-03-07 Thread Kornel Benko
Sorry Peter, I have not found the definition of ‘Q_EMIT’ in Qt-Headers for qt 4.3 ... /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiProgress.cpp: In member function ‘void lyx::frontend::GuiProgress::doClearMessages()’: /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiProgress.cpp:96: error: ‘Q_EMIT’ w

Re: Some technical details

2010-03-09 Thread Kornel Benko
Am Tuesday 09 March 2010 schrieb Abdelrazak Younes: > On 03/09/2010 01:41 AM, Uwe Stöhr wrote: > > > You're right, it works fine for me too! I have no idea why it's not > > working on Uwe's system, > > > maybe it's because of the different installer. > > > > I use the same libraries as you (the on

Re: Some technical details

2010-03-09 Thread Kornel Benko
Am utorok 09 Marec 2010 schrieb Uwe Stöhr: > Abdelrazak Younes schrieb: > > > Correction: I never was able to reproduce this bug under Windows and I > > use an older version of Joost's "intl.dll". > > Which version of intl.dll? > What is your Qt-version? > > >> Have you done something special i

Re: Simple cmake question

2010-03-12 Thread Kornel Benko
Am Freitag 12 März 2010 schrieb BH: > I can't get cmake to recognize my enchant installation at /opt/local/. > What cmake variable am I not setting correctly? > > BH > To compile, you need the development package. We are searching for include files _and_ for libraries. (So e.g. for ubuntu this

Re: Simple cmake question

2010-03-12 Thread Kornel Benko
Am Freitag 12 März 2010 schrieb Kornel Benko: > Am Freitag 12 März 2010 schrieb BH: > > I can't get cmake to recognize my enchant installation at /opt/local/. > > What cmake variable am I not setting correctly? > > > > BH > > To compile, you need the dev

Re: Simple cmake question

2010-03-12 Thread Kornel Benko
Am Freitag 12 März 2010 schrieb BH: > On Fri, Mar 12, 2010 at 1:25 PM, Kornel Benko wrote: > > Am Freitag 12 März 2010 schrieb Kornel Benko: > >> Am Freitag 12 März 2010 schrieb BH: > >> > I can't get cmake to recognize my enchant installation at /opt/local/.

Re: Simple cmake question

2010-03-12 Thread Kornel Benko
Am Freitag 12 März 2010 schrieb Peter Kümmel: > /opt/local/lib is a directory only and I assume ENCHANT_LIBRARY should > point to a existing library. > > Kornel's comment was about the cmake command which searches for the > 'enchant' library in existing directories: > find_library(ENCHANT_LIBRAR

Commit po-files?

2010-03-14 Thread Kornel Benko
Paval, is it allowed to change (and commit) po-files in this stage for trunk? Kornel signature.asc Description: This is a digitally signed message part.

Re: Trunk is frozen

2010-03-15 Thread Kornel Benko
Am Dienstag, 16. März 2010 schrieb BH: > On Mon, Mar 15, 2010 at 10:40 AM, Pavel Sanda wrote: > > Pavel Sanda wrote: > >> hi, please no commits from now on. pavel > > > > trunk is free for commits again. > > > > for the binary packagers the tarballs are here: > > http://195.113.26.193/~sanda/lyx >

Re: Trunk is frozen

2010-03-16 Thread Kornel Benko
Am Dienstag, 16. März 2010 schrieb Pavel Sanda: > Kornel Benko wrote: > > Looks like that. > > Kornel, feel free to add neccessary cmake files into > development/Makefile.am > > pavel > Ok, done. Kornel signature.asc Description: This is a digitally signed message part.

Re: Trunk is frozen

2010-03-16 Thread Kornel Benko
Am Dienstag, 16. März 2010 schrieb BH: > On Tue, Mar 16, 2010 at 7:44 AM, Kornel Benko wrote: > > Am Dienstag, 16. März 2010 schrieb Pavel Sanda: > >> Kornel Benko wrote: > >> > Looks like that. > >> > >> Kornel, feel free to add neccessa

Re: lyx rev. 33817 make error on mac os x SL

2010-03-22 Thread Kornel Benko
Am Montag, 22. März 2010 schrieb Abdelrazak Younes: > On 03/22/2010 01:10 AM, BH wrote: > > (Note that doing "make install" with cmake won't properly put > > everything in the LyX-2.0.app bundle. So you'll have to make sure the > > files are going in the relevant places yourself.) > > > > Plea

Re: lyx rev. 33817 make error on mac os x SL

2010-03-22 Thread Kornel Benko
Am Montag, 22. März 2010 schrieb BH: > On Mon, Mar 22, 2010 at 4:19 AM, Abdelrazak Younes wrote: > > On 03/22/2010 01:10 AM, BH wrote: > >> > >> (Note that doing "make install" with cmake won't properly put > >> everything in the LyX-2.0.app bundle. So you'll have to make sure the > >> files are g

Re: lyx rev. 33817 make error on mac os x SL

2010-03-22 Thread Kornel Benko
Am Montag, 22. März 2010 schrieb BH: > On Mon, Mar 22, 2010 at 9:17 AM, Kornel Benko wrote: > >> The problem is installing it. When XCode builds, it should > >> create the application bundle, but it doesn't. When I use unix > >> makefiles, doing "make ins

Crash with continuous spell checking (trunk)

2010-03-24 Thread Kornel Benko
How to reproduce: 1.) Run lyx 2.) select Tools->Preferences->Language Settings->Spellchecker->Spellcheck continuously 3.) open a file File displays, but lyx then immediately crashes this is the backtrace: Program received signal SIGSEGV, Segmentation fault. lyx::Paragraph::layout (this=0x11)

Re: Compiling with Qt 4.2

2010-03-24 Thread Kornel Benko
Am Mittwoch, 24. März 2010 schrieb Pavel Sanda: > BH wrote: > > etc.). Qt4.6 crashes, which I gather is true on other systems as well. > > which crashes? > > pavel > Sorry, I had the feeling it were not dependent on QT or platform. Here it is QT4.5, OpenSuSe 11, 64 bit. Kornel signa

Re: Cmake and installing the svn version without messing LyX 1.6

2010-03-25 Thread Kornel Benko
Am Mittwoch, 24. März 2010 schrieb Charles de Miramon: > Hello, > > I have compiled LyX through the cmake way and it looks faster than the old > autotools > > I would like to do a make install but not mess my LyX 1.6 and install the > files in /usr/share/LyX20 > > How should I do that ? > Y

Re: Crash with continuous spell checking (trunk)

2010-03-25 Thread Kornel Benko
Am Donnerstag, 25. März 2010 schrieb Jack Desert: > > > Make sure you have aspell-devel or hunspell-devel installed, assuming > > you are using svn or otherwise compiling yourself. > > > > rh > > > > I found a package for libaspell-dev. Is this the same thing? > > -Jack > Yes. If compiling w

Re: [RFC] Possibly controversial changes to DEPM.

2019-01-31 Thread Kornel Benko
Am Donnerstag, 31. Januar 2019 23:40:38 CET schrieb Jean-Marc Lasgouttes : > > Hi, > > I learned in #11412 that some features that seem to be a progress to me > are actually bugs (e.g. removing space at end of paragraph). Therefore, > since I am in a mood to touch DEPM (in master only, I promi

Re: Obsolete hollywood/broadway

2019-02-01 Thread Kornel Benko
Am Dienstag, 22. Januar 2019 13:42:05 CET schrieb Jean-Pierre Chrétien : > dear developers, > > Happy new year to you all first, it's still time for wishes. > > A recent question on the French LyX list about the existence of a layout for > scripts for comics lead me to review what was available

Re: [LyX/master] Fix line breaking, punctuation kerning and font switching with non-tex-fonts

2019-02-03 Thread Kornel Benko
Am Sonntag, 3. Februar 2019 10:34:05 CET schrieb Guenter Milde : > On 2019-02-02, Guenter Milde wrote: > > On 2019-02-01, Kornel Benko wrote: > > ... > > >> The tests > >>467 - > >> DEFAULTOUTPUT_export/export/latex/unicodesymbols/001-4

Endless loop in Text2.cpp

2019-02-04 Thread Kornel Benko
Endles loop in src/Text2.cpp:955-977 Debugging I get 954:from = 0 955:par.size() = 28 while (from < par.size()) { ... from = 4 par.isDeleted(from) = true par.isLineSeparator(from) = true to = 4 inside "while (to < par.size()" par.isLineSeparator(to)

Re: Endless loop in Text2.cpp

2019-02-04 Thread Kornel Benko
Am Montag, 4. Februar 2019 17:06:35 CET schrieb Kornel Benko : > Endles loop in src/Text2.cpp:955-977 > > Debugging I get > 954:from = 0 > 955:par.size() = 28 > while (from < par.size()) { > ... > from = 4 > par.isDeleted(from) = true >

Re: Endless loop in Text2.cpp

2019-02-04 Thread Kornel Benko
Am Montag, 4. Februar 2019 17:25:31 CET schrieb Jean-Marc Lasgouttes : > Le 04/02/2019 à 17:10, Kornel Benko a écrit : > > Am Montag, 4. Februar 2019 17:06:35 CET schrieb Kornel Benko > > : > >> Endles loop in src/Text2.cpp:955-977 > > > > This patch works

Re: Endless loop in Text2.cpp

2019-02-05 Thread Kornel Benko
Am Dienstag, 5. Februar 2019 12:22:19 CET schrieb Jean-Marc Lasgouttes : > Le 04/02/2019 à 17:38, Kornel Benko a écrit : > > > I am testing advanced search (here locally modified), but it should work > > the same > > as committed in master. > > > > 1

Re: Endless loop in Text2.cpp

2019-02-05 Thread Kornel Benko
Am Dienstag, 5. Februar 2019 12:40:36 CET schrieb Kornel Benko : > Am Dienstag, 5. Februar 2019 12:22:19 CET schrieb Jean-Marc Lasgouttes > : > > Le 04/02/2019 à 17:38, Kornel Benko a écrit : > > > > > I am testing advanced search (here locally modified), but it

Re: [LyX/master] ctests: update Korean tests, add "language default" test including Chinese.

2019-02-05 Thread Kornel Benko
Am Dienstag, 5. Februar 2019 11:32:17 CET schrieb Günter Milde : > commit f8d42aed39587dfe63ec3fcc1d2164d2011de9db > Author: Günter Milde > Date: Sun Feb 3 22:16:35 2019 +0100 > > ctests: update Korean tests, add "language default" test including > Chinese. > > Set suitable non-T

Re: [LyX/master] ctests: update Korean tests, add "language default" test including Chinese.

2019-02-05 Thread Kornel Benko
Am Dienstag, 5. Februar 2019 19:33:40 CET schrieb Guenter Milde : > On 2019-02-05, Kornel Benko wrote: > > Am Dienstag, 5. Februar 2019 11:32:17 CET schrieb Günter Milde > > : > >> commit f8d42aed39587dfe63ec3fcc1d2164d2011de9db > > >> ctests: update

Re: Endless loop in Text2.cpp

2019-02-07 Thread Kornel Benko
Am Mittwoch, 6. Februar 2019 17:25:52 CET schrieb Jean-Marc Lasgouttes : > Le 06/02/2019 à 17:21, Guenter Milde a écrit : > > I get a "frozen" LyX (maybe this endless loop) since some days when I try to > > delete an inset -- at least in some cases. > > > > Example: > >In the file > >auto

Re: My Thanks

2019-02-07 Thread Kornel Benko
Am Donnerstag, 7. Februar 2019 12:17:48 CET schrieb Joel Kulesza : > LyX Developers, > > Please accept my thanks for your work on LyX. It made writing my > dissertation far more pleasant than any other option I know of. As a small > token of my gratitude, please find my acknowledgement for your

Re: Bug #11484

2019-02-08 Thread Kornel Benko
Am Freitag, 8. Februar 2019 22:14:55 CET schrieb Jürgen Womser-Schütz : > Hi alltogether, as I can see: no volunteers desired. > Best regards Jürgen > > > Am 06.02.2019 um 16:25 schrieb Jürgen Womser-Schütz: > > Hi, > > > > in the surrounding field of bug #11484 I tried to improve the "user > >

Re: [LyX/master] Don't switch encodings to/from CJK if the document encoding is using the CJK package.

2019-02-09 Thread Kornel Benko
Am Samstag, 9. Februar 2019 20:41:00 CET schrieb Günter Milde : > commit 7bbf333fa1005a0eb9658b84e0c7d65e53fd9f20 > Author: Günter Milde > Date: Thu Feb 7 22:07:59 2019 +0100 > > Don't switch encodings to/from CJK if the document encoding is using the > CJK package. > > Also, sin

Re: Bug #11484

2019-02-10 Thread Kornel Benko
Am Mittwoch, 6. Februar 2019 17:57:55 CET schrieb Jürgen Womser-Schütz : > ... and a patch to git-master for convenience. > > Jürgen > Jürgen, if we would apply your patches, we would need your explicit permission. Like a short message on this list containing: "I hereby grant permission

Re: [LyX/master] Don't switch encodings to/from CJK if the document encoding is using the CJK package.

2019-02-10 Thread Kornel Benko
Am Sonntag, 10. Februar 2019 15:56:35 CET schrieb Guenter Milde : > On 2019-02-09, Kornel Benko wrote: > > Am Samstag, 9. Februar 2019 20:41:00 CET schrieb Günter Milde > > : > >> commit 7bbf333fa1005a0eb9658b84e0c7d65e53fd9f20 > > > After

Re: Testing 2.3 devel on Windows 10

2019-02-12 Thread Kornel Benko
Am Mittwoch, 13. Februar 2019 07:44:20 CET schrieb Daniel : > Even though I can compile LyX on Windows 10 now, I ended up not testing > 2.3 devel in detail because it is too slow to work seriously with. Even > moving the cursor around is very laggy. > > Daniel Please don't give up. If nobody te

Re: [LyX/master] ctest update: Set non-TeX fonts in documents, update comments and tags.

2019-02-13 Thread Kornel Benko
Am Mittwoch, 13. Februar 2019 10:31:58 CET schrieb Günter Milde : > commit 1879fbedfb67cc6e3d63d5c993a754d872543028 > Author: Günter Milde > Date: Wed Feb 13 10:34:18 2019 +0100 > > ctest update: Set non-TeX fonts in documents, update comments and tags. > Something I didn't dare to chan

Re: [LyX/master] ctest update: Set non-TeX fonts in documents, update comments and tags.

2019-02-13 Thread Kornel Benko
Am Mittwoch, 13. Februar 2019 15:36:11 CET schrieb Guenter Milde : > On 2019-02-13, Kornel Benko wrote: > > Am Mittwoch, 13. Februar 2019 10:31:58 CET schrieb Günter Milde > > : > >> commit 1879fbedfb67cc6e3d63d5c993a754d872543028 > > >> ctest update: Se

Re: [LyX/master] ctest update: Set non-TeX fonts in documents, update comments and tags.

2019-02-14 Thread Kornel Benko
Am Donnerstag, 14. Februar 2019 00:06:19 CET schrieb Guenter Milde : > On 2019-02-13, Kornel Benko wrote: > > > [-- Type: text/plain, Encoding: quoted-printable --] > > > Am Mittwoch, 13. Februar 2019 15:36:11 CET schrieb Guenter Milde > > : > >> On 2019-

Re: [LyX/master] ctest update: Set non-TeX fonts in documents, update comments and tags.

2019-02-15 Thread Kornel Benko
Am Freitag, 15. Februar 2019 06:47:00 CET schrieb Guenter Milde : > Dear Kornel, > > > Am Donnerstag, 14. Februar 2019 00:06:19 CET schrieb Guenter Milde > > : ... > >> Thank you for testing. (Interestingly, there are failures in files > >> that should not be affected by my recent commit.) >

Re: [LyX/master] ctest update: Set non-TeX fonts in documents, update comments and tags.

2019-02-16 Thread Kornel Benko
Am Freitag, 15. Februar 2019 22:57:53 CET schrieb Guenter Milde : > On 2019-02-15, Kornel Benko wrote: > > Am Freitag, 15. Februar 2019 06:47:00 CET schrieb Guenter Milde > > : ... > This leaves the following tests affected by my changes useSystemFonts.py: > &g

Re: Test

2019-02-17 Thread Kornel Benko
Am Sonntag, 17. Februar 2019 13:34:33 CET schrieb Richard Kimberly Heck : > Are the lists alive? > > Sure. But boring. Kornel signature.asc Description: This is a digitally signed message part.

Re: [LyX/master] ctest update: Set non-TeX fonts in documents, update comments and tags.

2019-02-20 Thread Kornel Benko
Am Mittwoch, 20. Februar 2019 16:45:29 CET schrieb Guenter Milde : > On 2019-02-16, Kornel Benko wrote: > > Am Freitag, 15. Februar 2019 22:57:53 CET schrieb Guenter Milde > > : > >> On 2019-02-15, Kornel Benko wrote: > >> > Am Freitag, 15. Februar 201

Re: Could not find LaTeX command for character '⌃' (code point 0x2303)

2019-02-24 Thread Kornel Benko
Am Sonntag, 24. Februar 2019 19:23:25 CET schrieb Stephan Witt : > Am 24.02.2019 um 12:45 schrieb Stephan Witt : > > > > Am 24.02.2019 um 12:33 schrieb Guenter Milde : > >> > >> On 2019-02-24, Jürgen Spitzmüller wrote: > >> > >>> [-- Type: text/plain, Encoding: quoted-printable --] > >> > >>>

Re: Could not find LaTeX command for character '⌃' (code point 0x2303)

2019-02-25 Thread Kornel Benko
Am Montag, 25. Februar 2019 07:17:29 CET schrieb Stephan Witt : > Am 24.02.2019 um 21:43 schrieb Kornel Benko : > > > > Am Sonntag, 24. Februar 2019 19:23:25 CET schrieb Stephan Witt > > : > >> > >> > >> I’m able to run the tests with aut

Re: Could not find LaTeX command for character '⌃' (code point 0x2303)

2019-02-25 Thread Kornel Benko
Am Montag, 25. Februar 2019 10:09:40 CET schrieb Stephan Witt : > Am 25.02.2019 um 09:20 schrieb Kornel Benko : > > > > Am Montag, 25. Februar 2019 07:17:29 CET schrieb Stephan Witt > > : > >> Am 24.02.2019 um 21:43 schrieb Kornel Benko : > >>> >

Re: Could not find LaTeX command for character '⌃' (code point 0x2303)

2019-02-25 Thread Kornel Benko
Am Montag, 25. Februar 2019 11:36:41 CET schrieb Stephan Witt : > Am 25.02.2019 um 10:31 schrieb Kornel Benko : > > > > Am Montag, 25. Februar 2019 10:09:40 CET schrieb Stephan Witt > > : > >> Am 25.02.2019 um 09:20 schrieb Kornel Benko : > >>> >

Re: Could not find LaTeX command for character '⌃' (code point 0x2303)

2019-02-25 Thread Kornel Benko
Am Montag, 25. Februar 2019 12:56:50 CET schrieb Stephan Witt : > Am 25.02.2019 um 12:10 schrieb Kornel Benko : > > > > Am Montag, 25. Februar 2019 11:36:41 CET schrieb Stephan Witt > > : > >> Am 25.02.2019 um 10:31 schrieb Kornel Benko : > >>> >

Re: Could not find LaTeX command for character '⌃' (code point 0x2303)

2019-02-25 Thread Kornel Benko
Am Montag, 25. Februar 2019 15:28:48 CET schrieb Stephan Witt : > Am 25.02.2019 um 13:28 schrieb Kornel Benko : > > > > Am Montag, 25. Februar 2019 12:56:50 CET schrieb Stephan Witt > > : > >> Am 25.02.2019 um 12:10 schrieb Kornel Benko : > >>> >

Re: Could not find LaTeX command for character '⌃' (code point 0x2303)

2019-02-25 Thread Kornel Benko
Am Montag, 25. Februar 2019 17:05:18 CET schrieb Stephan Witt : > Am 25.02.2019 um 16:41 schrieb Kornel Benko : > > > > Am Montag, 25. Februar 2019 15:28:48 CET schrieb Stephan Witt > > : > >> Am 25.02.2019 um 13:28 schrieb Kornel Benko : > >>> >

Re: [LyX/master] Make callstack printing useful and optional

2019-02-25 Thread Kornel Benko
Am Montag, 25. Februar 2019 18:04:10 CET schrieb Jean-Marc Lasgouttes : > Le 25/02/2019 à 17:55, Jean-Marc Lasgouttes a écrit : > > commit 4028eefe6190551c8be96cd451337dea2808742b > > Author: Jean-Marc Lasgouttes > > Date: Mon Feb 25 17:37:06 2019 +0100 > > > > Make callstack printing use

Re: [LyX/master] Make callstack printing useful and optional

2019-02-26 Thread Kornel Benko
Am Dienstag, 26. Februar 2019 09:50:06 CET schrieb Jean-Marc Lasgouttes : > Le 26 février 2019 08:46:35 GMT+01:00, Kornel Benko a écrit : > >Am Montag, 25. Februar 2019 18:04:10 CET schrieb Jean-Marc Lasgouttes > >: > >> Le 25/02/2019 à 17:55, Jean-Marc Lasgouttes

Re: Could not find LaTeX command for character '⌃' (code point 0x2303)

2019-02-26 Thread Kornel Benko
Am Dienstag, 26. Februar 2019 22:34:35 CET schrieb Stephan Witt : > Am 25.02.2019 um 10:31 schrieb Kornel Benko : > > > > Yes. But the log is very lengthy. > > The primary log-file is in the build-dir under > > Testing/Temporary/LastTest.log > > > > Bu

Search over CommandInset include

2019-02-26 Thread Kornel Benko
1.) Open EmbeddedObjects.lyx 2.) goto chapetr 8 Program Code Listings 3.) move cursor before the inset Program Listing 2: 4.) advanced search for the string Inserting (it is on the next line) 5.) if fast found, repeat the find from the previous position wait wait wait Somehow the pla

<    1   2   3   4   5   6   7   8   9   10   >