Re: Math bug: "}"or "$" missing with dvi/ps viewing

2002-08-12 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 12:39:58PM +0900, Rob Lahaye wrote: > I've got trouble with the following LyX math inset: Hm... one should not be able to type ^ in \text.. insets. Use \mathrm instead... I think this can be fixed easily once we have "local input dispatch" which I am working on right now.

getLabelList

2002-08-12 Thread Andre Poenitz
[I believe the getLabelList() should be named fillLabelList() or so, take a ref to a vector and fill it instead of returning the vector by value (most empty vectors btw). But that's not really important] Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 09:16:51PM +0200, David Kastrup wrote: > The default fonts on my system look like junk. Sorry, that's how it > is. In particular, the math fonts plainly are awful (basically being > sloppily rendered line drawings). This is _only_ for delimiters and accents. For "ordina

Re: undo - cvs

2002-08-12 Thread Juergen Vigna
John Levon wrote: > On Mon, Aug 12, 2002 at 10:04:15AM +0200, Juergen Vigna wrote: > > >>Well I don't think so it just should mean we store 100 undo operations, >>while one undo operation can contain between 1..n paragraphs where n is >>the max number of paragraphs in the buffer! > > > Surely

Re: configure script needs "lXpm" for the Xforms check.

2002-08-12 Thread Juergen Vigna
Duncan Simpson wrote: > Stop right there. This would be a really *bad idea* in many instances because > the only known method of doing this on linux is to statically link the library > with .a versions of the other libraries it needs. If the libraries required are > small (like libz) this is not a

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 08:30:11PM +0100, John Levon wrote: > > Good. I'll find out how, now that I am told. Will the casual user > > find this out easily? > > I believe we should implement a delay before reflowing anyway. Then the next person will complain about "sluggishness"... Andre' --

Re: [PATCH] lfun.diff

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 08:06:21PM +0100, John Levon wrote: > Hmm, why is this a step forward ? > > - lv_.getLyXFunc()->dispatch(FuncRequest(LFUN_TABULAR_INSERT, > val)); > + lv_.dispatch(FuncRequest(0, LFUN_TABULAR_INSERT, val)); > > this 0 thing just seems ugly and wrong.

Qt2Base.h: no matching function for call to `ControlBibtex::isReadonly() const'

2002-08-12 Thread Rob Lahaye
Hi, My make with Qt frontend ends with error: Qt2Base.h: In method `bool Qt2CB >::readOnly() const': QBibtexDialog.C:94: instantiated from here Qt2Base.h:163: no matching function for call to `ControlBibtex::isReadonly () const' Qt2Base.h:163: warning: control reaches end of non-void functio

New Graphics dialog layout

2002-08-12 Thread Rob Lahaye
Hi, As a tried to merge Xforms Graphics dialog with the Qt-version (Qt version is really nice!), I have come up with the layout for Xforms as attached. Main changes are: 1) Merge LyX-View tab into the File tab. Merge LaTeX-size tab and BoundingBox tab into a single Output size tab. Mov

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread Allan Rae
On 13 Aug 2002, David Kastrup wrote: > Allan Rae <[EMAIL PROTECTED]> writes: [...] > > Actually, I'd rather you showed both the preview and the editing > > much as is shown for Whizzy-TeX (even though that would almost be > > repeating Figure 6). > > Yes, figure 6 is supposed to show the various

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread David Kastrup
Allan Rae <[EMAIL PROTECTED]> writes: > Figure 7 shows the editing experience for the various systems maths > editors -- except it sems for preview-latex. I can't see a cursor in > that screen shot. Shouldn't that show the actual editing experience > with the raw latex maths? "Detail view" is

Math bug: "}"or "$" missing with dvi/ps viewing

2002-08-12 Thread Rob Lahaye
Hi, I've got trouble with the following LyX math inset: -- [...] \layout Standard \begin_inset Formula $\textrm{Cs^{+}}$ \end_inset \the_end -- This creates 6 error insets on my LyX canvas when PS-viewing; the L

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread Allan Rae
Figure 7 shows the editing experience for the various systems maths editors -- except it sems for preview-latex. I can't see a cursor in that screen shot. Shouldn't that show the actual editing experience with the raw latex maths? Actually, I'd rather you showed both the preview and the editin

make Error: boost/checked_delete.hpp:25: incomplete `x' defined here

2002-08-12 Thread Rob Lahaye
Hi, Current CVS doesn't compile: [...] FormDocument.C: In method `Buffer::Buffer(const Buffer &)': ../../../boost/boost/scoped_ptr.hpp:36: `boost::scoped_ptr::scoped_ptr(const boost::scoped_ptr &)' is private FormDocument.C:404: within this context ../../../boost/boost/checked_delete.hpp: In f

Re: lyx-devel lib/lyx2lyx/: lyxconvert_218.py parser_tools.py

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 11:48:47PM +, [EMAIL PROTECTED] wrote: > Log message: > old ERT insets should just be ignored Eh ? Isn't this serious data loss ? regards john -- "It is unbecoming for young men to utter maxims." - Aristotle

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread David Kastrup
Dekel Tsur <[EMAIL PROTECTED]> writes: > On Mon, Aug 12, 2002 at 07:12:35PM +0200, David Kastrup wrote: > > > > Available at > > http://preview-latex.sourceforge.net/wysiwyg-draft.pdf>. Now > > the deadline for the proceedings is already over, but this will > > certainly not be the last time I

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Angus Leeming
On Monday 12 August 2002 3:34 pm, Martin Vermeer wrote: > Here it is. Tested as well as I could, but give it hell. > If still alive after that, commit it. It seemed Ok to me, so I committed it, although I admit I didn't try /really/ hard. Keep up the good work and I look forward to Counters for

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread Dekel Tsur
On Mon, Aug 12, 2002 at 09:16:51PM +0200, David Kastrup wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > > "It must be noted that LyX screen display in particular in the math > > area does not seem to be optimized for readability." > > > > What does this mean ? > > The default fonts on my

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 09:42:08PM +0200, Lars Gullik Bjønnes wrote: > I kindo like the instant reflow... I'll bite: why ? john -- "It is unbecoming for young men to utter maxims." - Aristotle

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Aug 12, 2002 at 09:16:51PM +0200, David Kastrup wrote: | | > > "LyX has the same update-per-keystroke policy that, in connection | > > with justification, leads to the concertina effect of shrinking | > > and expanding lines during normal tex

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread David Kastrup
John Levon <[EMAIL PROTECTED]> writes: > On Mon, Aug 12, 2002 at 07:12:35PM +0200, David Kastrup wrote: > > > > > Comments? > > another thing: I believe Angus has implemented preview mode for \input Right. I'll try to keep that in mind during the talk. It provides a (somewhat artificial) wa

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 09:16:51PM +0200, David Kastrup wrote: > > "LyX has the same update-per-keystroke policy that, in connection > > with justification, leads to the concertina effect of shrinking > > and expanding lines during normal text insertion." > > > > LyX can be configured to sh

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 07:12:35PM +0200, David Kastrup wrote: > > Comments? another thing: I believe Angus has implemented preview mode for \input regards john -- "It is unbecoming for young men to utter maxims." - Aristotle

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Monday 12 August 2002 6:01 pm, Angus Leeming wrote: | > On Monday 12 August 2002 6:13 pm, Lars Gullik Bjønnes wrote: | > > The real problem comes when you allocate _two_ pointers. | | Lars, since we're on this subject, I'd like to make the following

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 07:12:35PM +0200, David Kastrup wrote: > Comments? >From my point of view, your comments on ERT are perhaps misleading. We want to provide useful visual feedback for commonly used LaTeX/TeX features - a really good example here would be short versions of \section for TOC

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Martin Vermeer
On Mon, Aug 12, 2002 at 08:02:32PM +0100, Angus Leeming wrote: > On Monday 12 August 2002 8:03 pm, Martin Vermeer wrote: > > > Why are you changing back something I just changed? > > Because it crashed... see Angus' comment. > > > > I said that your change reset() -> reset("") will resul

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Angus Leeming
On Monday 12 August 2002 6:01 pm, Angus Leeming wrote: > On Monday 12 August 2002 6:13 pm, Lars Gullik Bjønnes wrote: > > The real problem comes when you allocate _two_ pointers. Lars, since we're on this subject, I'd like to make the following change. Are you happy now that this is safe? I'll

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Angus Leeming
On Monday 12 August 2002 8:03 pm, Martin Vermeer wrote: > > Why are you changing back something I just changed? > Because it crashed... see Angus' comment. I said that your change reset() -> reset("") will result in an instant crash. Angus

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread David Kastrup
Dekel Tsur <[EMAIL PROTECTED]> writes: > On Mon, Aug 12, 2002 at 07:12:35PM +0200, David Kastrup wrote: > > > > Available at > > http://preview-latex.sourceforge.net/wysiwyg-draft.pdf>. Now > > the deadline for the proceedings is already over, but this will > > certainly not be the last time I

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Martin Vermeer
On Mon, Aug 12, 2002 at 05:33:44PM +0200, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | Index: buffer.C > | === > | RCS file: /cvs/lyx/lyx-devel/src/buffer.C,v > | retrieving revision 1.367 > | diff

Re: Showing changes between files

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 09:48:28PM +0300, Martin Vermeer wrote: > Probably not. Consider also the 'comment' LaTeX package, allowing you to > comment out and selectively process parts of your document. Would be a > nice addition. But in this case we want to process the whole thing anyway, no ?

Re: [PATCH] lfun.diff

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 08:38:06PM +0200, Andre Poenitz wrote: > This basically moves the 'BufferView * bv' argument which the > "localDispatch" methods use into the second argument (the FuncRequest). - /// view of a buffer. FuncRequestually there will be several. + /// view of a buf

Re: Showing changes between files

2002-08-12 Thread Martin Vermeer
On Mon, Aug 12, 2002 at 05:22:56PM +0100, John Levon wrote: > On Mon, Aug 12, 2002 at 04:46:25PM +0200, Andre Poenitz wrote: > > > Could you be a bit more specific as to what kind of UI you want? Like "Is > > running an external program like xxdiff sufficient" or "build-in support by > > LyX" (

[PATCH] lfun.diff

2002-08-12 Thread Andre Poenitz
This basically moves the 'BufferView * bv' argument which the "localDispatch" methods use into the second argument (the FuncRequest). Then there is a LyXView::dispatch which dispatches to "its own bufferview" (saves a dozen or so #include "lyxfunc" all over the place btw) And finally, it "local

Re: lyxlock

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 08:45:01PM +0300, Dekel Tsur wrote: > > To jump over the inset with a sinle or instead of entering > > the inset. > > It is useless in my opinion. Yeah. But I don't care as _I_ use it all the time and am happy with it. > You need to make several keystrokes (to lock an

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 08:38:14PM +0300, Dekel Tsur wrote: > "It must be noted that LyX screen display in particular in the math area does > not seem to be optimized for readability." > > What does this mean ? That we draw paranthesis manually perhaps? But again, nothing will be fixed if no

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 07:12:35PM +0200, David Kastrup wrote: > Comments? Glancing over it it looks ok. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: lyxlock

2002-08-12 Thread Dekel Tsur
On Mon, Aug 12, 2002 at 07:25:55PM +0200, Andre Poenitz wrote: > On Mon, Aug 12, 2002 at 08:24:09PM +0300, Dekel Tsur wrote: > > What is locking good for ? > > To jump over the inset with a sinle or instead of entering > the inset. It is useless in my opinion. You need to make several keystrok

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread Dekel Tsur
On Mon, Aug 12, 2002 at 07:12:35PM +0200, David Kastrup wrote: > > Available at > http://preview-latex.sourceforge.net/wysiwyg-draft.pdf>. Now > the deadline for the proceedings is already over, but this will > certainly not be the last time I try to hand something in, and the > talk itself is y

Re: lyxlock

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 08:24:09PM +0300, Dekel Tsur wrote: > What is locking good for ? To jump over the inset with a sinle or instead of entering the inset. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferso

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 07:12:35PM +0200, David Kastrup wrote: > Another question: suppose I want to get a demonstrable versions of > some pre-1.3.0 CVS, any chance at getting at a binary for > RedHat-7.3? What libraries? There are nightly builds on Kayvan Sylvan's site (ftp.sylvan.com I believe

lyxlock

2002-08-12 Thread Dekel Tsur
On Mon, Aug 12, 2002 at 07:13:58PM +, [EMAIL PROTECTED] wrote: > > Modified files: > lyx-devel/development/: FORMAT > > Log message: > add comment to \lyxlock What is locking good for ?

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Angus Leeming
On Monday 12 August 2002 6:13 pm, Lars Gullik Bjønnes wrote: > The real problem comes when you allocate _two_ pointers. And in this case I wrap by new inside a boost::scoped_ptr, so it's guaranteed to be safe. Just to check, here's the code snippet. Angus class Counters; class Buffer { pr

Re: LFUNs for mouse events

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 07:05:54PM +0200, Lars Gullik Bjønnes wrote: > The sequence PRESS->MOVE->RELEASE should imho not generate MOVE but > DRAG instead. To me MOVE is without state, DRAG is with state. Currently we have MOVE with the corresponding button pressed. It might simplyfy code if I do

Re: LFUNs for mouse events

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 07:05:54PM +0200, Lars Gullik Bjønnes wrote: > | I just added RELEASE, MOVE and PRESS. No DRAG. > > The sequence PRESS->MOVE->RELEASE should imho not generate MOVE but > DRAG instead. To me MOVE is without state, DRAG is with state. A rose by any other name. You have to

Re: lyx-devel development/: ChangeLog FORMAT src/insets/: ChangeLo ...

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 05:26:10PM +0100, Angus Leeming wrote: > > * Fix reading of lyxsize_type in 1.2.0 documents. > > * Document change to format. > > André, didn't you make some small change to the math inset format? Could you > add a brief description to development/FORMAT. It'll en

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Monday 12 August 2002 4:36 pm, Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> | == >> | +#include "counters.h" >> | >> | Buffer::Buffer(string const & file, bool ronly) >> | >> |: niceFile(true), lyx_clean(true), b

Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-12 Thread David Kastrup
Available at http://preview-latex.sourceforge.net/wysiwyg-draft.pdf>. Now the deadline for the proceedings is already over, but this will certainly not be the last time I try to hand something in, and the talk itself is yet to happen. Comments? Another question: suppose I want to get a demonst

Re: configure completely hosed!

2002-08-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Monday 12 August 2002 4:37 pm, Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> | This is bollocks! >> | automake 1.5 and autoconf 2.13 >> >> okokokook I know what the problem is (and so do you if you read the >> messages to

Re: LFUNs for mouse events

2002-08-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Aug 12, 2002 at 05:27:55PM +0100, John Levon wrote: >> > Not my fault that the frontends don't generate them... ;-) >> > In fact, they should (rather than calling these edit/Button* functions) >> >> Uh, what does DRAG mean to you ? > | I just a

Re: LFUNs for mouse events

2002-08-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Aug 12, 2002 at 05:08:20PM +0100, John Levon wrote: >> On Mon, Aug 12, 2002 at 09:09:29AM +0200, Andre Poenitz wrote: >> >> > > LFUN_DRAG too then? >> > >> > Why not. >> > >> > I take this as a 'go' then... >> >> PLease don't add code for so

Re: Does LyX 1.2.0 support character styles?

2002-08-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Aug 12, 2002 at 05:42:19PM +0200, Lars Gullik Bjønnes wrote: > >> For the manual fontchanges we automatically create a unnamed >> CharacterStyle for it. (some magic internal name) > | I'd rather not allow such manual changes. A user must create a n

Re: lyx-devel development/: ChangeLog FORMAT src/insets/: ChangeLo ...

2002-08-12 Thread Angus Leeming
On Monday 12 August 2002 7:41 pm, [EMAIL PROTECTED] wrote: > Log message: > * Fix reading of lyxsize_type in 1.2.0 documents. > * Document change to format. André, didn't you make some small change to the math inset format? Could you add a brief description to development/FORMAT. It'

Re: Does LyX 1.2.0 support character styles?

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 05:42:19PM +0200, Lars Gullik Bjønnes wrote: > For the manual fontchanges we automatically create a unnamed > CharacterStyle for it. (some magic internal name) I'd rather not allow such manual changes. A user must create a new name if they want bold italic text, even if t

Re: LFUNs for mouse events

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 05:27:55PM +0100, John Levon wrote: > > Not my fault that the frontends don't generate them... ;-) > > In fact, they should (rather than calling these edit/Button* functions) > > Uh, what does DRAG mean to you ? I just added RELEASE, MOVE and PRESS. No DRAG. Andre' --

Re: LFUNs for mouse events

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 06:14:25PM +0200, Andre Poenitz wrote: > Not my fault that the frontends don't generate them... ;-) > In fact, they should (rather than calling these edit/Button* functions) Uh, what does DRAG mean to you ? john -- "It is unbecoming for young men to utter maxims."

Re: configure script needs "lXpm" for the Xforms check.

2002-08-12 Thread Duncan Simpson
Juergen Vigna wrote assert that > No as Albert Chin explained us recently it is an xforms bug. When > creating .a libraries they should contain all other needed libraries or > at least contain the dependencies on them when build. Stop right there. This would be a really *bad idea* in many inst

Re: Does LyX 1.2.0 support character styles?

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 07:11:55PM +0300, Dekel Tsur wrote: > It allows you to save a position in the document and return to it later. No big deal I'd say. Something like an invisible label that does not get saved... > > I am not talking about _insets_, I am talking about "taking math font > > i

Re: Does LyX 1.2.0 support character styles?

2002-08-12 Thread Dekel Tsur
On Mon, Aug 12, 2002 at 01:46:06AM +0200, Lars Gullik Bjønnes wrote: > > | p.s. fwiw I agree it is worth waiting a bit longer to do this right. We > | have too many craply-implemented features in lyx and we suffer for > | it > > right. The main problem with badly implemented features, like min

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Angus Leeming
On Monday 12 August 2002 4:36 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | == > | +#include "counters.h" > | > | Buffer::Buffer(string const & file, bool ronly) > | > | : niceFile(true), lyx_clean(true), bak_clean(true), > | > | unnamed(false), dep_c

Re: Showing changes between files

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 04:46:25PM +0200, Andre Poenitz wrote: > Could you be a bit more specific as to what kind of UI you want? Like "Is > running an external program like xxdiff sufficient" or "build-in support by > LyX" (if so, what exactly should it look like) etc. I want to see what I used

Re: configure completely hosed!

2002-08-12 Thread Angus Leeming
On Monday 12 August 2002 4:37 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | This is bollocks! > | automake 1.5 and autoconf 2.13 > > okokokook I know what the problem is (and so do you if you read the > messages to this list.) sure. Here's the fix sed -e 's/AC_LA

Re: ERT inset states

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 04:36:42PM +0200, Andre Poenitz wrote: > > +-++ > > some text |LABEL|text| more text > > +-++ > > same way current collapsible inset is drawn > > +-+ > > |LABEL| > > ++ > > |text... | > > |text... | > > +-

Re: LFUNs for mouse events

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 05:08:20PM +0100, John Levon wrote: > On Mon, Aug 12, 2002 at 09:09:29AM +0200, Andre Poenitz wrote: > > > > LFUN_DRAG too then? > > > > Why not. > > > > I take this as a 'go' then... > > PLease don't add code for something no frontend generates. Not my fault that the

Re: Does LyX 1.2.0 support character styles?

2002-08-12 Thread Dekel Tsur
On Mon, Aug 12, 2002 at 05:40:56PM +0200, Andre Poenitz wrote: > > Other disadvantages: > > > > 1) Current inset code doesn't allow inheritance of font settings from the > > current paragraph or from parent inset. > > For example, if I have a paragraph which set the font to italics > > (e.g. a Th

Re: Does LyX 1.2.0 support character styles?

2002-08-12 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Mon, Aug 12, 2002 at 09:50:55AM +0200, Andre Poenitz wrote: >> >> Ok: Character styles should be done by using something similar to >> MathFontInsets. > | Regular font (i.e. commands like \textbf) should be implemented like character | styles, so this

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | Index: buffer.C | === | RCS file: /cvs/lyx/lyx-devel/src/buffer.C,v | retrieving revision 1.367 | diff -u -p -r1.367 buffer.C | --- buffer.C 2002/08/12 00:15:16 1.367 | +++ buffer.C

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | == | +#include "counters.h" > | Buffer::Buffer(string const & file, bool ronly) | : niceFile(true), lyx_clean(true), bak_clean(true), | unnamed(false), dep_clean(0), read_only(ronly), | - filename_(file), users(0) | + file

Re: configure completely hosed!

2002-08-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | This is bollocks! | automake 1.5 and autoconf 2.13 okokokook I know what the problem is (and so do you if you read the messages to this list.) -- Lgb

Re: undo - cvs

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 10:04:15AM +0200, Juergen Vigna wrote: > Well I don't think so it just should mean we store 100 undo operations, > while one undo operation can contain between 1..n paragraphs where n is > the max number of paragraphs in the buffer! Surely only if the operation involved e

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Angus Leeming
On Monday 12 August 2002 3:34 pm, Martin Vermeer wrote: > Here it is. Tested as well as I could, but give it hell. > If still alive after that, commit it. Did you really test it against current CVS? - par->counters().reset(); + buf->counters().reset(""

Re: LFUNs for mouse events

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 09:09:29AM +0200, Andre Poenitz wrote: > > LFUN_DRAG too then? > > Why not. > > I take this as a 'go' then... PLease don't add code for something no frontend generates. regards john -- "It is unbecoming for young men to utter maxims." - Aristotle

Re: Qt vs. Xforms dialogs; lots of differences

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 11:55:36AM +0900, Rob Lahaye wrote: > >I don't see these as problems. > > In my opinion this breaks the idea of GUII. Au contraire, this has been the intention of LyX's GUII work for a very long time. We are *not* going to go down the XUL path ;) > I'll report whenever

Re: [Devel] [PATCH]: Button 3 opens inset dialogs and uncollapses insets

2002-08-12 Thread John Levon
On Mon, Aug 12, 2002 at 11:24:36AM +0200, Juergen Vigna wrote: > Hmm, chicken ;) yep :) > >Frankly, I don't *want* to make sense of that (like why on earth does > >moving the > >showInsetDialog up to the start of the method break things ?) > > Easy enough if I have a collapsable inset inside

Re: Showing changes between files

2002-08-12 Thread Michael Meskes
On Mon, Aug 12, 2002 at 04:46:25PM +0200, Andre Poenitz wrote: > Could you be a bit more specific as to what kind of UI you want? Like "Is > running an external program like xxdiff sufficient" or "build-in support by > LyX" (if so, what exactly should it look like) etc. As Jean-Luc already pointe

Re: Showing changes between files

2002-08-12 Thread Michael Meskes
On Mon, Aug 12, 2002 at 04:38:17PM +0200, Jean-Marc Lasgouttes wrote: > I did experiments using the wdiff utility some time ago: > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg16018.html > > Is that what you mean? Yes, this surely looks like what our customer was talking about. I have

Re: LyX CVS: make rpmdist failure

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 04:11:40PM +0100, Angus Leeming wrote: > > funcrequest.h exists in cvs. > > But I bet it's not in Makefile.am... Indeed. Hopefully fixed. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jeffer

Re: Does LyX 1.2.0 support character styles?

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 06:18:55PM +0300, Dekel Tsur wrote: > > Ok: Character styles should be done by using something similar to > > MathFontInsets. > > Regular font (i.e. commands like \textbf) should be implemented like character > styles, so this means removing the font list from the paragra

Re: LyX CVS: make rpmdist failure

2002-08-12 Thread Angus Leeming
On Monday 12 August 2002 4:27 pm, Andre Poenitz wrote: > On Mon, Aug 12, 2002 at 07:58:13AM -0700, Kayvan A. Sylvan wrote: > > formulabase.C:28: funcrequest.h: No such file or directory > > funcrequest.h exists in cvs. But I bet it's not in Makefile.am... A

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 03:39:18PM +0100, Angus Leeming wrote: > U. Would anyone mind terribly if I changed buffer.[Ch]: > > buffer.h > == > -#include "counters.h" > +class Counters; Seems worthwhile. Andre' -- Those who desire to give up Freedom in order to gain Security, will not ha

Re: LyX CVS: make rpmdist failure

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 07:58:13AM -0700, Kayvan A. Sylvan wrote: > formulabase.C:28: funcrequest.h: No such file or directory funcrequest.h exists in cvs. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

now successfully building in FreeBSD

2002-08-12 Thread Dr. Richard E. Hawkins
It's taken a few days of waiting for to patches to filter through the cvs, but Lars' changes now make FreeBSD build happily with no adjustments (at least if you know to use gmake). thanks hawk -- Richard E. Hawkins, Asst. Prof. of Economics/"\ ASCII ribbon campaign [EMAIL PROTECTED] Sm

Re: Does LyX 1.2.0 support character styles?

2002-08-12 Thread Dekel Tsur
On Mon, Aug 12, 2002 at 09:50:55AM +0200, Andre Poenitz wrote: > > Ok: Character styles should be done by using something similar to > MathFontInsets. Regular font (i.e. commands like \textbf) should be implemented like character styles, so this means removing the font list from the paragraph c

configure completely hosed!

2002-08-12 Thread Angus Leeming
This is bollocks! automake 1.5 and autoconf 2.13 checking whether the C++ compiler understands explicit... no checking whether the systems std::string is really good... no checking for C headers wrappers... no checking whether C library functions are already in the global namespace... yes checki

Re: PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Angus Leeming
On Monday 12 August 2002 3:34 pm, Martin Vermeer wrote: > Here it is. Tested as well as I could, but give it hell. > If still alive after that, commit it. > > ChangeLog: > > 2002-08-12 Martin Vermeer <[EMAIL PROTECTED]> > > * buffer.C: > buffer.h: > lyxtext.h: > paragraph.

Re: LyX CVS: make rpmdist failure

2002-08-12 Thread Kayvan A. Sylvan
On Sun, Aug 11, 2002 at 09:00:17PM +0100, John Levon wrote: > > On Sun, Aug 11, 2002 at 11:20:59AM -0700, Kayvan A. Sylvan wrote: > > > ../../src/insets/inset.h:22: WordLangTuple.h: No such file or directory > > fixed. > > thanks Great. Another from this morning: g++ -DHAVE_CONFIG_H -I. -I.

Re: Don't try the above at home -- yet :-)

2002-08-12 Thread Martin Vermeer
On Mon, Aug 12, 2002 at 05:34:50PM +0300, Dekel Tsur wrote: > On Mon, Aug 12, 2002 at 05:20:35PM +0300, Martin Vermeer wrote: > > > > Only that it assumes that the counters for the paragraphs *up to that > > point* are in order. If you use per-buffer counters, you will find that > > this doe

Re: ERT inset states

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 04:43:41PM +0200, Jean-Marc Lasgouttes wrote: > Andre> But this does not save any code than, so it's just a UI thing? > > You know, some people are interested in other things than saving > code... Really? There must be funny people out there... Andre' -- Those who des

Re: Showing changes between files

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 03:54:44PM +0200, Michael Meskes wrote: > Anyway, I found a customer who's using LyX quite a lot and who's looking > for a revision mode like the one he knows in MS Word. That is he wants > to see which changes were made to the document. I take it some of you > know what I

PATCH: Per-buffer counters, updateCounters clean-up

2002-08-12 Thread Martin Vermeer
Here it is. Tested as well as I could, but give it hell. If still alive after that, commit it. ChangeLog: 2002-08-12 Martin Vermeer <[EMAIL PROTECTED]> * buffer.C: buffer.h: lyxtext.h: paragraph.C: paragraph_pimpl.h: text.C: text2.C:

Re: ERT inset states

2002-08-12 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> But this does not save any code than, so it's just a UI thing? You know, some people are interested in other things than saving code... JMarc

Re: Don't try the above at home -- yet :-)

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 05:20:35PM +0300, Martin Vermeer wrote: > Only that it assumes that the counters for the paragraphs *up to that > point* are in order. If you use per-buffer counters, you will find that > this doesn't work anymore. The routine just continues counting on from > the last f

Re: ERT inset states

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 05:29:32PM +0300, Dekel Tsur wrote: > We can make the other collapsible inset behave in the same way (see below). > A perhaps better behavior of collapsible inset is as follows: > An open collapsible inset is drawn inline as follows: > +-++ > some text |L

Re: Showing changes between files

2002-08-12 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Meskes <[EMAIL PROTECTED]> writes: Michael> Hi, I'm not sure if anyone here still remembers me, but I'm Michael> still using LyX. :-) Michael> Anyway, I found a customer who's using LyX quite a lot and Michael> who's looking for a revision mode like the one he knows in

Re: Don't try the above at home -- yet :-)

2002-08-12 Thread Dekel Tsur
On Mon, Aug 12, 2002 at 05:20:35PM +0300, Martin Vermeer wrote: > > Only that it assumes that the counters for the paragraphs *up to that > point* are in order. If you use per-buffer counters, you will find that > this doesn't work anymore. The routine just continues counting on from > the la

Re: ERT inset states

2002-08-12 Thread Dekel Tsur
On Mon, Aug 12, 2002 at 02:16:34PM +0100, Angus Leeming wrote: > On Monday 12 August 2002 2:29 pm, Dekel Tsur wrote: > > No, I meant Inline and Collapsed. > > > > > I occasionally have an ERT inset containing several lines of LaTeX. I'm > > > sure Herbert has too... > > > > You can have more than

Re: Don't try the above at home -- yet :-)

2002-08-12 Thread Martin Vermeer
On Mon, Aug 12, 2002 at 03:39:46PM +0300, Dekel Tsur wrote: > On Sun, Aug 11, 2002 at 09:25:44PM +0300, Martin Vermeer wrote: > > ...because if you do, you will discover the main reason why the counter > > array has been attached to paragraph and not to buffer: > > > > if you change someth

letterhead broken--where did parkave14.1800pk come from?

2002-08-12 Thread Dr. Richard E. Hawkins
ugh. I'm trying to send out something on letterhead for the first time in forever, and latex (apparently) catches errors that didn't used to bother it. It complains that the TFM metrics aren't found for a couple of the sizes I use. In fact, for all three instances of parkave it complains. I us

Showing changes between files

2002-08-12 Thread Michael Meskes
Hi, I'm not sure if anyone here still remembers me, but I'm still using LyX. :-) Anyway, I found a customer who's using LyX quite a lot and who's looking for a revision mode like the one he knows in MS Word. That is he wants to see which changes were made to the document. I take it some of you k

Re: ERT inset states

2002-08-12 Thread Angus Leeming
On Monday 12 August 2002 2:29 pm, Dekel Tsur wrote: > No, I meant Inline and Collapsed. > > > I occasionally have an ERT inset containing several lines of LaTeX. I'm > > sure Herbert has too... > > You can have more than one line of text in an inline ERT inset. > In that case, it behaves exactly a

  1   2   >