Re: [PATCH] Re: commands disabled

2004-12-02 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> And I know now why: the statement Georg> flag = view()->getStatus(cmd); Georg> in LyXFunc::getStatus() cleared the message. Indeed. The right solution is to use |= instead of =. Georg> I added it a second time (not very elegant, b

Re: Latest LyX CVS: undo (C-z) is disabled.

2004-12-02 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> This is very strange. Is anyone else seeing this? In the Kayvan> latest LyX CVS, undo (C-z) is disabled. I just posted a patch to fix this and other things. JMarc

Hyphenation mess :-(

2004-12-02 Thread Martin Vermeer
Just found out that in order to get proper hypenation for Finnish out of teTeX, you have to turn it on through the texconfig utility! Believe it or not, by default you only have hyphenation for american, french and german... THIS IS A PROBLEM. I am reasonably well informed on (La)TeX and found t

Re: Hyphenation mess :-(

2004-12-02 Thread John Levon
On Thu, Dec 02, 2004 at 12:02:20PM +0200, Martin Vermeer wrote: > What about adding a panel Preferences->Language Settings->Hyphenation > shortly explaining this? Hmm, not a fan... > It could even compile a short test file in the > background extracting the phrase "hyphenation patterns for ... l

Re: Hyphenation mess :-(

2004-12-02 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | Just found out that in order to get proper hypenation for Finnish out of | teTeX, you have to turn it on through the texconfig utility! > | Believe it or not, by default you only have hyphenation for american, | french and german... > | THIS IS A PROBLE

Re: Hyphenation mess :-(

2004-12-02 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Dec 02, 2004 at 12:02:20PM +0200, Martin Vermeer wrote: >> What about adding a panel Preferences->Language >> Settings->Hyphenation shortly explaining this? John> Hmm, not a fan... >> It could even compile a short test file in

Re: Hyphenation mess :-(

2004-12-02 Thread Martin Vermeer
On Thu, 2004-12-02 at 12:39, Jean-Marc Lasgouttes wrote: ... > >> It could even compile a short test file in the background > >> extracting the phrase "hyphenation patterns for ... loaded" from > >> the log. (or Reconfigure could do that.) > > John> If we can test the case, then we can Edit->Rec

Re: Hyphenation mess :-(

2004-12-02 Thread Martin Vermeer
On Thu, 2004-12-02 at 12:16, Lars Gullik BjÃnnes wrote: ... > | Attached a patch to the User Guide. > > Very good. (haven't looked at it) Somebody, please do. Or I'll just commit a little later. - Martin signature.asc Description: This is a digitally signed message part

Re: [PATCH] Re: commands disabled

2004-12-02 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > The following patch merges your patch with my earlier patch. It seems > to work here, but I have not been very imaginative in my testing. It works here, too. I think you should apply it. It is better than the current state, and even if there is still some hidden bug

Re: [PATCH] Re: commands disabled

2004-12-02 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> The following patch merges your patch with my earlier patch. It >> seems to work here, but I have not been very imaginative in my >> testing. Georg> It works here, too. I think you should apply it. It is

Re: Hyphenation mess :-(

2004-12-02 Thread Helge Hafting
John Levon wrote: It could even compile a short test file in the background extracting the phrase "hyphenation patterns for ... loaded" from the log. (or Reconfigure could do that.) If we can test the case, then we can Edit->Reconfigure warn the user indeed. Is edit->reconfigure the right t

Re: [patch] restore TABULAR::UNSET_ALL_LINES

2004-12-02 Thread Jose' Matos
On Wednesday 01 December 2004 14:57, Jean-Marc Lasgouttes wrote: > > Jose'> Believe it or not I like to remove those 0.13 types of > Jose'> comment. ;-) -- José Abílio > > I believe you... :-) Patch attached, I will commit it soon. > JMarc -- José Abílio Index: lib/lyx2lyx/lyx_0_12.py ==

Re: Hyphenation mess :-(

2004-12-02 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> Is edit->reconfigure the right time though? A user may Helge> routinely use a couple of languages, and which one isn't known Helge> at reconfigure time. Edit>Reconfigure is the right time to tell the user what hyphenations are avai

Re: [patch] restore TABULAR::UNSET_ALL_LINES

2004-12-02 Thread Georg Baum
Jose' Matos wrote: > Patch attached, I will commit it soon. This is not correct IMHO. You need to increase the file format number and implement update_latexaccents in the conversion from 237 -> 238. Otherwise files from 0.??? that were run through an older lyx2lyx and still contain this obsolet

Re: [patch] restore TABULAR::UNSET_ALL_LINES

2004-12-02 Thread Georg Baum
Lars Gullik Bjønnes wrote: > Right. I have turned on completely on this issue... so expect to see a > lot of const added in future patches from me. > > - In delaration 'const' in POD (or value passed params) does not make > sense. > - In definition it is just like a local variable. (and we want >

Re: [patch] restore TABULAR::UNSET_ALL_LINES

2004-12-02 Thread Jose' Matos
On Thursday 02 December 2004 13:16, Georg Baum wrote: > Jose' Matos wrote: > > Patch attached, I will commit it soon. > > This is not correct IMHO. You need to increase the file format number and > implement update_latexaccents in the conversion from 237 -> 238. > Otherwise files from 0.??? that

Re: Hyphenation mess :-(

2004-12-02 Thread Martin Vermeer
On Thu, 2004-12-02 at 15:06, Jean-Marc Lasgouttes wrote: > > "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: > > Helge> Is edit->reconfigure the right time though? A user may > Helge> routinely use a couple of languages, and which one isn't known > Helge> at reconfigure time. > > Edit>Re

Re: [patch] restore TABULAR::UNSET_ALL_LINES

2004-12-02 Thread Jose' Matos
On Monday 29 November 2004 17:58, Georg Baum wrote: > > I looked it up, it is in update_tabular in lyx_1_2.py. At least the > version is changed there. The equivalent to setHeaderFooterRows() of > tabular.C is missing. Why? Or did I overlook something? I don't think so. I have a patch coming

Re: Hyphenation mess :-(

2004-12-02 Thread Angus Leeming
Martin Vermeer wrote: > On Thu, 2004-12-02 at 15:06, Jean-Marc Lasgouttes wrote: >> > "Helge" == Helge Hafting >> > <[EMAIL PROTECTED]> writes: >> >> Helge> Is edit->reconfigure the right time though? A user may >> Helge> routinely use a couple of languages, and which one isn't known >> H

Re: Hyphenation mess :-(

2004-12-02 Thread Martin Vermeer
On Thu, 2004-12-02 at 16:41, Angus Leeming wrote: > Martin Vermeer wrote: > > > On Thu, 2004-12-02 at 15:06, Jean-Marc Lasgouttes wrote: > >> > "Helge" == Helge Hafting > >> > <[EMAIL PROTECTED]> writes: > >> > >> Helge> Is edit->reconfigure the right time though? A user may > >> Helge> r

Lyx suggestion

2004-12-02 Thread Cyrille Artho
Hi all, it would be nice to have the ability to tile the text window so several documents can be viewed at once. This would be particularly useful for merging text from two documents. -- Regards, Cyrille Artho http://artho.com/ - ETHZ, RZ H14 - Tel. +41 - [0]1 - 632 09 88 British education is pro

Re: Hyphenation mess :-(

2004-12-02 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Yes, this works too :-) Martin> And then how to build on this? I do not have much time to look at it now, but the idea is that you should use sed to keep only the languages, and then do something like echo "s/@chk_languages@/$

Re: Hyphenation mess :-(

2004-12-02 Thread Angus Leeming
Martin Vermeer wrote: >> 'grep -A' is not POSIX. Tru64 Unix's version of grep, for example, >> doesn't recognize it. >> >> sed -n '/hyphenation patterns/{ >> :loop >> /loaded\.$/!{ >> $!{ >> N >> s/\n// >> tloop >> } >> } >> p >> }' chklatex.log > hyphenation.lst > > Yes, this works too :-) Actu

Re: Hyphenation mess :-(

2004-12-02 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Martin> And then how to build on this? > > I do not have much time to look at it now, but the idea is that you > should use sed to keep only the languages, and then do something like > > echo "s/@chk_languages@/${languages}/g" >>chkconfig.sed > > Then if you add the

Assertion tirggered

2004-12-02 Thread Lars Gullik Bjønnes
LyXText::getPitNearY: y: -5 cache size: 11 examining: pit: 1064 y: -410 examining: pit: 1065 y: -385 examining: pit: 1066 y: 10 examining: pit: 1067 y: 32 examining: pit: 1068 y: 102 examining: pit: 1069 y: 169 examining: pit: 1070 y: 255 examining: pit: 1071 y: 311 examining: pi

Bug discovered: libstdc++ debug stuff.

2004-12-02 Thread Lars Gullik Bjønnes
BufferView::Pimpl::update(fc=1, fu=1) buffer: 0x9f7c000 npit: 1148 pit1: 894 pit2: 894 bv:metrics: y1: -206 y2: 525 par ascent: 14 par descent: 14 /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../../include/c++/3.4.2/debug/vector:192: error: attempt to subscript container with out-of-bounds ind

Re: Hyphenation mess :-(

2004-12-02 Thread Martin Vermeer
On Thu, 2004-12-02 at 17:57, Angus Leeming wrote: > Jean-Marc Lasgouttes wrote: > > Martin> And then how to build on this? > > > > I do not have much time to look at it now, but the idea is that you > > should use sed to keep only the languages, and then do something like > > > > echo "s/@chk_lan

scrollbar problem (qt and xforms frontend)

2004-12-02 Thread Georg Baum
This is one for the coordinate/drawing experts: Open a document with a table with many rows or create a table in a new document and add rows until there are more rows than can be displayed -> the scrollbar does not become smaller, but it remains at the window height. Therefore it is impossible to s

Re: [patch] restore TABULAR::UNSET_ALL_LINES

2004-12-02 Thread Georg Baum
Jose' Matos wrote: > Any lyx version, starting from 0.12, has converted the inset latex > accents > to the right format. So this is not a new change, this was a change in the > file format from 2.10 to 2.15. Yes, it was a change from 2.10 to 2.15, but it is also a new change, because up to no