Re: [Patch] gimmick: show word frequencies in new buffer

2005-02-08 Thread G. Milde
On 7.02.05, Andreas Vox wrote: Am 07.02.2005 um 13:37 schrieb Helge Hafting: Perhaps the program shouldn't add the entries at all, just move from word to word and ask wether to add an entry at that point? Good point. OTOH this would have to be repeated with every index word. Maybe an

Re: Bugs in LyX 1.3.5

2005-02-08 Thread John Levon
On Mon, Feb 07, 2005 at 09:24:11PM -1000, John Burgess wrote: In the process, I've come across some bugs. John, it's most helpful to us if you file these bugs in http://bugzilla.lyx.org/ (one bug per report please!) thanks, john

Re: [Patch] gimmick: show word frequencies in new buffer

2005-02-08 Thread Helge Hafting
Andreas Vox wrote: Also, make sure this thing does not get in the way of indexing whole phrases, math expressions, images and other stuff that don't show up in a wordlist. Well, I guess it doesn't, but still. Once there is index markup in place the system should handle it conservatively.

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: | +2005-02-08 Martin Vermeer [EMAIL PROTECTED] | + | + * math_gridinset.[hC]: add methods horLine, rmHorLine, | + vertLine, rmVertLine for drawing/deleting partition lines | + in matrix Please use less cryptic names. Spell it out.

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Martin Vermeer
On Tue, 2005-02-08 at 15:14, Lars Gullik Bjnnes wrote: Martin Vermeer [EMAIL PROTECTED] writes: | +2005-02-08 Martin Vermeer [EMAIL PROTECTED] | + | + * math_gridinset.[hC]: add methods horLine, rmHorLine, | + vertLine, rmVertLine for drawing/deleting partition lines | +

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin What would you consider legible? delHorLine? Martin deleteHorizontalLineAbove? I'm happy to please :-) I would say delete is better than rm because we use that term. And we use HLine too in tabular. So I would propose deleteHLine. JMarc

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: | On Tue, 2005-02-08 at 15:14, Lars Gullik Bjønnes wrote: Martin Vermeer [EMAIL PROTECTED] writes: | +2005-02-08 Martin Vermeer [EMAIL PROTECTED] | + | + * math_gridinset.[hC]: add methods horLine, rmHorLine, | + vertLine, rmVertLine for

Re: [Patch] gimmick: show word frequencies in new buffer

2005-02-08 Thread Andreas Vox
Am 08.02.2005 um 14:01 schrieb Helge Hafting: Andreas Vox wrote: But removing index references from that list using the jump function from below should be easier than the other way round. Maybe I don't understand. We have to go through the entire document anyway, don't we? No, I'd use the jump

Re: Bugs in LyX 1.3.5

2005-02-08 Thread Jean-Marc Lasgouttes
John == John Burgess [EMAIL PROTECTED] writes: John I've been using LyX since v 1.1?. I used it last year to write John an article for JASA (published in the July 2004 issue). It was John actually a test run based on a RevTeX 4 modification for JASA John using LaTeX. I had to write the layout

Re: Patches to update AASTeX support

2005-02-08 Thread Mike Ressler
On Tue, 2005-02-08 at 17:11 +0100, Jean-Marc Lasgouttes wrote: Mike == Mike Ressler [EMAIL PROTECTED] writes: Mike P.S. In the 2nd to last section of Extended (7.6 Non-standard Mike Paragraph Shapes), please put a page break immediately before Mike the section title, so that the funky

Feature Request: split window DVI viewer with LyX

2005-02-08 Thread Luke Simon
Regardless of what people say, non-trivial Latex documents involving mathematical notation or code samples almost always require last minute tweaking because the math or code environments don't wrap correctly and make ugly things occur. It would be very useful during the final phases of document

Feature Request: Uber Document Class

2005-02-08 Thread Luke Simon
It would be very useful to have a document class that contained a union of all known environments, so that in the early stages of writing a paper, before you know exactly where you are going to submit it, you could write it in the Uber Document Class and use environments as needed. Then when you

Re: Feature Request: split window DVI viewer with LyX

2005-02-08 Thread Jean-Marc Lasgouttes
Luke == Luke Simon [EMAIL PROTECTED] writes: Luke So if I need to tweak something I see as I am flipping through Luke the DVI viewer, the LyX editor is automatically scrolled to that Luke part of the document. LyX 1.4.0 will allow you to click on the xdvi image an have the cursor set on the

Re: Partitioning lines in matrices

2005-02-08 Thread Georg Baum
Martin Vermeer wrote: 1) What about getStatus... appears disabled. Can you explain that please? I don't understand the question. Georg

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Georg Baum
Martin Vermeer wrote: +void MathGridInset::horLine(row_type row) +{ +if (nrows() == 1) +return; +if (row + 1 == nrows()) +--row; +rowinfo_[row].lines_++; +} I don't understand this. I understand that this method adds a line above

Crash while Ctrl+click on tabular material

2005-02-08 Thread Guillaume Yziquel
Hello, I pressed (Ctrl or alt, I wasn't really aware) + clicking the mouse on a Tabular Material in Lyx. Lyx crashed. That is the bug report Apple wants me to send back. I send it back to you. (I run a Mac OS X). This little crash doesn't really bother me, and I do not wait for an answer.

Re: Feature Request: split window DVI viewer with LyX

2005-02-08 Thread Andreas Vox
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: The problem is that this is difficult to do. What we have, though, is inline preview of math equations. So why don't we add preview for paragraphs? :-) You leave the paragraph, LyX creates a preview for this paragraph, inserting a page break if

Re: Feature Request: Uber Document Class

2005-02-08 Thread Andreas Vox
Luke Simon [EMAIL PROTECTED] writes: It would be very useful to have a document class that contained a union of all known environments, so that in the early stages of writing a paper, before you know exactly where you are going to submit it, you could write it in the Uber Document Class and

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Martin Vermeer
On Tue, 2005-02-08 at 19:25 +0100, Georg Baum wrote: Martin Vermeer wrote: +void MathGridInset::horLine(row_type row) +{ +if (nrows() == 1) +return; +if (row + 1 == nrows()) +--row; +rowinfo_[row].lines_++; +} I don't

Re: Bug 1119: is LyX multithreaded after all?

2005-02-08 Thread Andreas Vox
Martin Vermeer [EMAIL PROTECTED] writes: // FIXME! Should check that the dialog IS an inset dialog. - dialog-show(data); open_insets_[name] = inset; + dialog-show(data); That seems rather clear to me. As I understand (Angus would know) this open_insets_ table

Re: Crash while Ctrl+click on tabular material

2005-02-08 Thread Andreas Vox
Guillaume Yziquel [EMAIL PROTECTED] writes: I pressed (Ctrl or alt, I wasn't really aware) + clicking the mouse on a Tabular Material in Lyx. Lyx crashed. That should be the CTRL key, since that emulates the right mousebutton on Mac. That is the bug report Apple wants me to send

Hypertext links in LyX documents

2005-02-08 Thread chr
Regarding the ability to create hypertext links in LyX documents (originated in a discussion on the lyx-docs list) Jean-Marc wrote: chr * Link to another part of the same document (this we have chr already, right?) Yes, but this means using a reference that will appear in the printout. This

Re: [Patch] gimmick: show word frequencies in new buffer

2005-02-08 Thread G. Milde
On 7.02.05, Andreas Vox wrote: > Am 07.02.2005 um 13:37 schrieb Helge Hafting: > > Perhaps the program shouldn't add the entries at all, just move from > > word to word and ask wether to add an entry at that point? > > Good point. OTOH this would have to be repeated with every index word. >

Re: Bugs in LyX 1.3.5

2005-02-08 Thread John Levon
On Mon, Feb 07, 2005 at 09:24:11PM -1000, John Burgess wrote: > In the process, I've come across some bugs. John, it's most helpful to us if you file these bugs in http://bugzilla.lyx.org/ (one bug per report please!) thanks, john

Re: [Patch] gimmick: show word frequencies in new buffer

2005-02-08 Thread Helge Hafting
Andreas Vox wrote: Also, make sure this thing does not get in the way of indexing whole phrases, math expressions, images and other stuff that don't show up in a wordlist. Well, I guess it doesn't, but still. Once there is index markup in place the system should handle it conservatively.

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | +2005-02-08 Martin Vermeer <[EMAIL PROTECTED]> | + | + * math_gridinset.[hC]: add methods horLine, rmHorLine, | + vertLine, rmVertLine for drawing/deleting partition lines | + in matrix Please use less cryptic names. Spell it out.

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Martin Vermeer
On Tue, 2005-02-08 at 15:14, Lars Gullik BjÃnnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | +2005-02-08 Martin Vermeer <[EMAIL PROTECTED]> > > | + > > | + * math_gridinset.[hC]: add methods horLine, rmHorLine, > > | + vertLine, rmVertLine for drawing/deleting partition

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> What would you consider legible? delHorLine? Martin> deleteHorizontalLineAbove? I'm happy to please :-) I would say delete is better than rm because we use that term. And we use HLine too in tabular. So I would propose

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Tue, 2005-02-08 at 15:14, Lars Gullik Bjønnes wrote: >> Martin Vermeer <[EMAIL PROTECTED]> writes: >> >> | +2005-02-08 Martin Vermeer <[EMAIL PROTECTED]> >> >> | + >> >> | + * math_gridinset.[hC]: add methods horLine, rmHorLine, >> >> | +

Re: [Patch] gimmick: show word frequencies in new buffer

2005-02-08 Thread Andreas Vox
Am 08.02.2005 um 14:01 schrieb Helge Hafting: Andreas Vox wrote: But removing index references from that list using the jump function from below should be easier than the other way round. Maybe I don't understand. We have to go through the entire document anyway, don't we? No, I'd use the jump

Re: Bugs in LyX 1.3.5

2005-02-08 Thread Jean-Marc Lasgouttes
> "John" == John Burgess <[EMAIL PROTECTED]> writes: John> I've been using LyX since v 1.1?. I used it last year to write John> an article for JASA (published in the July 2004 issue). It was John> actually a test run based on a RevTeX 4 modification for JASA John> using LaTeX. I had to write

Re: Patches to update AASTeX support

2005-02-08 Thread Mike Ressler
On Tue, 2005-02-08 at 17:11 +0100, Jean-Marc Lasgouttes wrote: > > "Mike" == Mike Ressler <[EMAIL PROTECTED]> writes: > Mike> P.S. In the 2nd to last section of Extended (7.6 Non-standard > Mike> Paragraph Shapes), please put a page break immediately before > Mike> the section title, so that

Feature Request: split window DVI viewer with LyX

2005-02-08 Thread Luke Simon
Regardless of what people say, non-trivial Latex documents involving mathematical notation or code samples almost always require last minute tweaking because the math or code environments don't wrap correctly and make ugly things occur. It would be very useful during the final phases of document

Feature Request: Uber Document Class

2005-02-08 Thread Luke Simon
It would be very useful to have a document class that contained a union of all known environments, so that in the early stages of writing a paper, before you know exactly where you are going to submit it, you could write it in the "Uber Document Class" and use environments as needed. Then when

Re: Feature Request: split window DVI viewer with LyX

2005-02-08 Thread Jean-Marc Lasgouttes
> "Luke" == Luke Simon <[EMAIL PROTECTED]> writes: Luke> So if I need to tweak something I see as I am flipping through Luke> the DVI viewer, the LyX editor is automatically scrolled to that Luke> part of the document. LyX 1.4.0 will allow you to click on the xdvi image an have the cursor

Re: Partitioning lines in matrices

2005-02-08 Thread Georg Baum
Martin Vermeer wrote: > 1) What about getStatus... appears disabled. Can you explain that please? I don't understand the question. Georg

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Georg Baum
Martin Vermeer wrote: > +void MathGridInset::horLine(row_type row) > +{ > +if (nrows() == 1) > +return; > +if (row + 1 == nrows()) > +--row; > +rowinfo_[row].lines_++; > +} I don't understand this. I understand that this method adds a line

Crash while Ctrl+click on tabular material

2005-02-08 Thread Guillaume Yziquel
Hello, I pressed (Ctrl or alt, I wasn't really aware) + clicking the mouse on a "Tabular Material" in Lyx. Lyx crashed. That is the bug report Apple wants me to send back. I send it back to you. (I run a Mac OS X). This little crash doesn't really bother me, and I do not wait for an

Re: Feature Request: split window DVI viewer with LyX

2005-02-08 Thread Andreas Vox
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > The problem is that this is difficult to do. What we have, though, is > inline preview of math equations. So why don't we add preview for paragraphs? :-) You leave the paragraph, LyX creates a preview for this paragraph, inserting a page break

Re: Feature Request: Uber Document Class

2005-02-08 Thread Andreas Vox
Luke Simon <[EMAIL PROTECTED]> writes: > > It would be very useful to have a document class that contained a union > of all known environments, so that in the early stages of writing a > paper, before you know exactly where you are going to submit it, you > could write it in the "Uber Document

Re: [PATCH] UI: matrix partitioning

2005-02-08 Thread Martin Vermeer
On Tue, 2005-02-08 at 19:25 +0100, Georg Baum wrote: > Martin Vermeer wrote: > > > +void MathGridInset::horLine(row_type row) > > +{ > > +if (nrows() == 1) > > +return; > > +if (row + 1 == nrows()) > > +--row; > > +rowinfo_[row].lines_++; >

Re: Bug 1119: is LyX multithreaded after all?

2005-02-08 Thread Andreas Vox
Martin Vermeer <[EMAIL PROTECTED]> writes: > > // FIXME! Should check that the dialog IS an inset dialog. > - dialog->show(data); > open_insets_[name] = inset; > + dialog->show(data); > > That seems rather clear to me. As I understand (Angus would know) this >

Re: Crash while Ctrl+click on tabular material

2005-02-08 Thread Andreas Vox
Guillaume Yziquel <[EMAIL PROTECTED]> writes: > I pressed (Ctrl or alt, I wasn't really aware) + clicking the mouse on > a "Tabular Material" in Lyx. Lyx crashed. That should be the CTRL key, since that emulates the right mousebutton on Mac. > That is the bug report Apple > wants me to

"Hypertext" links in LyX documents

2005-02-08 Thread chr
Regarding the ability to create "hypertext" links in LyX documents (originated in a discussion on the lyx-docs list) Jean-Marc wrote: > chr> * Link to another part of the same document (this we have > chr> already, right?) > > Yes, but this means using a reference that will appear in the >