Re: [patch] getRowNearY (was: anchor_row_)

2003-08-16 Thread Alfredo Braunstein
Alfredo Braunstein wrote: John Levon wrote: On Sat, Aug 16, 2003 at 12:51:20AM +0200, Alfredo Braunstein wrote: RowList::iterator LyXText::getRowNearY(int y, - ParagraphList::iterator pit) const + ParagraphList::iterator pit) const

offline for a week

2003-08-16 Thread Alfredo Braunstein
Bye! Alfredo

Re: Hello again!

2003-08-16 Thread Martin Vermeer
On Wed, Aug 13, 2003 at 01:16:58AM +0200, Lars Gullik Bjønnes spake thusly: ill (millstone?) of my own making. I would have liked Lars | to review this one, or at least give the go-ahead as he is Mr. LyX | and this *is* major new functionality. If you post a new patch fully up-to-date. I

Re: [patch] getRowNearY (was: anchor_row_)

2003-08-16 Thread John Levon
On Sat, Aug 16, 2003 at 08:46:19AM +0200, Alfredo Braunstein wrote: Arghh... cannot get emacs to align with only spaces (.emacs help welcomed). Wish I could help you ... But am I right in that this should be aligned with ~40 spaces? Yes. Spaces for alignment, tabs for indentation :) regards

Link to an article about data structures for storing text

2003-08-16 Thread Christian Ridderström
Hi I came across this link, and thought maybe it would be interesting to some of you. http://www.cs.unm.edu/~crowley/papers/sds/sds.html It's an article with the title: Data Structures for Text Sequences, and here's the abstract: The data structure used ot maintain the

Re: Link to an article about data structures for storing text

2003-08-16 Thread Christian Ridderström
On Sat, 16 Aug 2003, Christian Ridderström wrote: Hi I came across this link, and thought maybe it would be interesting to some of you. http://www.cs.unm.edu/~crowley/papers/sds/sds.html Here's a link to a PDF-version, the HTML-version is crappy (no figures or equations):

Re: gzip support problems

2003-08-16 Thread José Abílio Oliveira Matos
On Sun, Aug 03, 2003 at 04:40:33PM +0100, John Levon wrote: 1) you can't load or handle compressed files from a previous version of lyx. This is an important bug. Could you post an example where this fails? /snippet regards john -- Khendon's Law: If the same point is made

Re: LyX New From Template - letter (weird errors)

2003-08-16 Thread José Abílio Oliveira Matos
On Tue, Aug 12, 2003 at 10:31:56AM -0700, Kayvan A. Sylvan wrote: I did a New From Template and selected letter.lyx. On the command line I see: lyxlex: UNcompressed sys:1: DeprecationWarning: Non-ASCII character '\xe9' in file /usr/local/share/l yx/lyx2lyx/lyx2lyx on line 2, but no encoding

Re: Hello again!

2003-08-16 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: | See attached. Against CVS of an hour ago. I am not looking at how this work only on how it is implemented. | +string Branch::getBranch() const | +{ | + return branch_; | +} Why are you not returning a const reference? | +string Branch::getColor()

lyx2lyx mmap munmap

2003-08-16 Thread Garst R. Reese
Hello José Abílio Oliveira Matos Do you have any ideas why running lyx2lyx from lyx gives me zillions of mmap2 munmaps to the same address (strace) with lyx1.4cvs ? There appears to be some race condition that only shows up with large files containing lots of tables. I can run lyx2lyx separately

Re: lyx2lyx mmap munmap

2003-08-16 Thread José Abílio Oliveira Matos
On Sat, Aug 16, 2003 at 02:21:51PM -0300, Garst R. Reese wrote: Hello José Abílio Oliveira Matos this should be some kind of copy paste, José is my first name so unless there are too many José's on this list you can treat me as José. :-) BTW, I arrived today from 2 weeks holidays so I read

Re: lyx2lyx mmap munmap

2003-08-16 Thread Garst R. Reese
José Abílio Oliveira Matos wrote: On Sat, Aug 16, 2003 at 02:21:51PM -0300, Garst R. Reese wrote: Hello José Abílio Oliveira Matos this should be some kind of copy paste, José is my first name so unless there are too many José's on this list you can treat me as José. :-) I was in the

FAQ moved to new wiki-site

2003-08-16 Thread Christian Ridderström
Hi I've moved the FAQ-pages to the new wiki-site: http://wiki.lyx.org/pmwiki.php/FAQ/HomePage feel free to check it out and give me comments. I won't announce it on the user's list until in a few days. /Christian -- Christian Ridderström

Re: LyX New From Template - letter (weird errors)

2003-08-16 Thread Kayvan A. Sylvan
On Sat, Aug 16, 2003 at 06:01:16PM +0100, José Abílio Oliveira Matos wrote: Let me guess, you are using python 2.3, right? ;-) No. python-1.5.2 I take all the trouble to make lyx2lyx compatible with 1.5.2 and then get complains like that ;-). I would not mind to have lyx2lyx using all

Re: [patch] getRowNearY (was: anchor_row_)

2003-08-16 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > John Levon wrote: > >> On Sat, Aug 16, 2003 at 12:51:20AM +0200, Alfredo Braunstein wrote: >> >>> RowList::iterator LyXText::getRowNearY(int & y, >>> - ParagraphList::iterator & pit) const >>> + ParagraphList::iterator &

offline for a week

2003-08-16 Thread Alfredo Braunstein
Bye! Alfredo

Re: Hello again!

2003-08-16 Thread Martin Vermeer
On Wed, Aug 13, 2003 at 01:16:58AM +0200, Lars Gullik Bjønnes spake thusly: > ill (millstone?) of my own making. I would have liked Lars > | to review this one, or at least give the go-ahead as he is "Mr. LyX" > | and this *is* major new functionality. > > If you post a new patch fully

Re: [patch] getRowNearY (was: anchor_row_)

2003-08-16 Thread John Levon
On Sat, Aug 16, 2003 at 08:46:19AM +0200, Alfredo Braunstein wrote: > Arghh... cannot get emacs to align with only spaces (.emacs help welcomed). Wish I could help you ... > But am I right in that this should be aligned with ~40 spaces? Yes. "Spaces for alignment, tabs for indentation" :)

Link to an article about data structures for storing text

2003-08-16 Thread Christian Ridderström
Hi I came across this link, and thought maybe it would be interesting to some of you. http://www.cs.unm.edu/~crowley/papers/sds/sds.html It's an article with the title: "Data Structures for Text Sequences", and here's the abstract: The data structure used ot maintain the

Re: Link to an article about data structures for storing text

2003-08-16 Thread Christian Ridderström
On Sat, 16 Aug 2003, Christian Ridderström wrote: > Hi > > I came across this link, and thought maybe it would be interesting to some > of you. > > http://www.cs.unm.edu/~crowley/papers/sds/sds.html Here's a link to a PDF-version, the HTML-version is crappy (no figures or equations):

Re: gzip support problems

2003-08-16 Thread José Abílio Oliveira Matos
On Sun, Aug 03, 2003 at 04:40:33PM +0100, John Levon wrote: > > 1) you can't load or handle compressed files from a previous version of >lyx. This is an important bug. Could you post an example where this fails? > regards > john > > -- > Khendon's Law: > If the same point is made

Re: LyX New From Template -> letter (weird errors)

2003-08-16 Thread José Abílio Oliveira Matos
On Tue, Aug 12, 2003 at 10:31:56AM -0700, Kayvan A. Sylvan wrote: > I did a "New From Template" and selected letter.lyx. On the command line > I see: > > lyxlex: UNcompressed > sys:1: DeprecationWarning: Non-ASCII character '\xe9' in file /usr/local/share/l > yx/lyx2lyx/lyx2lyx on line 2, but no

Re: Hello again!

2003-08-16 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | See attached. Against CVS of an hour ago. I am not looking at how this work only on how it is implemented. | +string Branch::getBranch() const | +{ | + return branch_; | +} Why are you not returning a const reference? | +string

lyx2lyx & mmap munmap

2003-08-16 Thread Garst R. Reese
Hello José Abílio Oliveira Matos Do you have any ideas why running lyx2lyx from lyx gives me zillions of mmap2 munmaps to the same address (strace) with lyx1.4cvs ? There appears to be some race condition that only shows up with large files containing lots of tables. I can run lyx2lyx separately

Re: lyx2lyx & mmap munmap

2003-08-16 Thread José Abílio Oliveira Matos
On Sat, Aug 16, 2003 at 02:21:51PM -0300, Garst R. Reese wrote: > Hello José Abílio Oliveira Matos this should be some kind of copy & paste, José is my first name so unless there are too many José's on this list you can treat me as José. :-) BTW, I arrived today from 2 weeks holidays so I

Re: lyx2lyx & mmap munmap

2003-08-16 Thread Garst R. Reese
José Abílio Oliveira Matos wrote: > > On Sat, Aug 16, 2003 at 02:21:51PM -0300, Garst R. Reese wrote: > > Hello José Abílio Oliveira Matos > > this should be some kind of copy & paste, José is my first name so unless > there are too many José's on this list you can treat me as José. :-) I was

FAQ moved to new wiki-site

2003-08-16 Thread Christian Ridderström
Hi I've moved the FAQ-pages to the new wiki-site: http://wiki.lyx.org/pmwiki.php/FAQ/HomePage feel free to check it out and give me comments. I won't announce it on the user's list until in a few days. /Christian -- Christian Ridderström

Re: LyX New From Template -> letter (weird errors)

2003-08-16 Thread Kayvan A. Sylvan
On Sat, Aug 16, 2003 at 06:01:16PM +0100, José Abílio Oliveira Matos wrote: > > Let me guess, you are using python 2.3, right? ;-) No. python-1.5.2 > I take all the trouble to make lyx2lyx compatible with 1.5.2 and then get > complains like that ;-). I would not mind to have lyx2lyx using