John Levon wrote:
> Possibly but then we're not far away from being back in DEPM land anyway
> in terms of complexity (since you have to keep the cursor row stable).
I'm not so sure. I think it's a matter of putting the reference row to the
cursor row (instead of the top row) if it's visible, on
Andre Poenitz <[EMAIL PROTECTED]> writes:
| I must have missed some point.
Yes.
--
Lgb
On Wed, Mar 12, 2003 at 08:17:45PM +, John Levon wrote:
> On Wed, Mar 12, 2003 at 09:13:56PM +0100, Lars Gullik Bj?nnes wrote:
>
> > The error:
> > "Textclass error
> > Document uses an unknown textclass 'Standard'.-- substituting"
> >
> > Can this be the last paragraph chang
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Wed, Mar 12, 2003 at 07:34:02PM +0100, Lars Gullik Bjønnes wrote:
| > This patch fixes some GCC 3.3 warnings. If this is the best way to do
| > it can be argued.
| >
| > Comments?
|
| I don't like it.
|
| If anything at all I'd accept a functions s
On Wed, Mar 12, 2003 at 07:09:23PM +, Angus Leeming wrote:
> -theCatcode['&'] = catAlign;
> +theCatcode[static_cast('\\')] = catEscape;
>
> Why not:
>
> setCatcode('&', catAlign);
Because that's simply assigning a value to an array element.
I ordinarily do not use a
On Wed, Mar 12, 2003 at 07:34:02PM +0100, Lars Gullik Bjønnes wrote:
> This patch fixes some GCC 3.3 warnings. If this is the best way to do
> it can be argued.
>
> Comments?
I don't like it.
If anything at all I'd accept a functions style cast
char c;
foo[int(c)];
but we'd better look f
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Wed, Mar 12, 2003 at 06:02:34PM +0100, Lars Gullik Bjønnes wrote:
| > You use one wrong construct: "new InsetNewline()"
| > that should be: "new InsetNewline" (remvoe the parenthesis)
|
| I like the latter more, too, but I think in this case it is e
On Wed, Mar 12, 2003 at 06:43:27PM +0100, Lars Gullik Bjønnes wrote:
> | Lars won't thank you for this ;-)
>
> Mmmm... I expect that was a fluke...
Indeed. I started off with the wrong "template".
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do th
On Wed, Mar 12, 2003 at 06:29:36PM +0100, Jean-Marc Lasgouttes wrote:
> Seconded. I can accept to see new features arriving and some temporary
> breaking, but if andre' already lost interest in making bibitem work
> _properly_, then I am worried.
Bibliography is one of the "environment style" inse
On Wed, Mar 12, 2003 at 06:02:34PM +0100, Lars Gullik Bjønnes wrote:
> You use one wrong construct: "new InsetNewline()"
> that should be: "new InsetNewline" (remvoe the parenthesis)
I like the latter more, too, but I think in this case it is equivalent
(assuming that it compiles at all)
Andre'
For info/review:
John's ParagraphParameter::read and write methods have been put to speedy
use ;-)
Here is the Paragraph dialog receiving its data as a string and returning it
to dispatch(). Behaviour of the dialog is unchanged but everything is now
controlled by the kernel.
I have one questi
John Levon wrote:
> On Tue, Mar 11, 2003 at 08:56:21AM +0900, Rob Lahaye wrote:
>
>
>>Actually, this problem occurs when two documents are in the buffer
>>and Changes-tracking is used. Somehow, the Changes features does not
>>work well when there's more than one document is in the buffer
>>(or an
On Tue, 11 Mar 2003, Alfredo Braunstein wrote:
> Alfredo
I put some screenshots of different cursors here:
http://www.md.kth.se/~chr/lyx/test/horizontal_cursor/screenshots/
but I'm not that happy with them. And it's difficult to get the blinking
effect...
The document in the backgroun
Here is a good, self-contained patch, touching only the build mechanism.
Please apply, and "cvs add" config/cygwin.m4
--
Kayvan A. Sylvan | Proud husband of | Father to my kids:
Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http://sylvan.com/~kayva
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| I just saw that there are problems with new documents, I'll look at
| that shortly.
Update: this allows creating new docs as well. It is now close to
something I'd like to apply.
Index: src/lyxrow.C
==
On Wed, 12 Mar 2003, John Levon wrote:
> On Wed, Mar 12, 2003 at 09:45:29PM +0100, Christian Ridderstr?m wrote:
>
> > I agree with that... and I wonder how my behaviour that I described above
> > would change using it?
>
> It would break
>
duh... you mean my brain would go "clonk" :-) You've
On Wed, 12 Mar 2003, Alfredo Braunstein wrote:
> Christian Ridderström wrote:
>
> > Here's a new idea (dare I say "novel" ;-)
> >
> > Give empty paragraphs (and empty double spaces) a visual marker, for
> > instance a different background colour? Flashing background? Animations of
> > a black ho
On Wed, 12 Mar 2003, Andre Poenitz wrote:
> On Wed, Mar 12, 2003 at 10:41:09AM -0500, Aleksandar Donev wrote:
> > I have noticed a feature of LyX which is very nice, but also
> > undocumented (as far as I can tell) and sometimes may be in the way, and
> > want to mention it. I have two papers op
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| I have now a patch that fixes this.
|
| I'll post it when the compile finishes.
| IMHO if anything breaks by this, it is only an exposed bug that we hid
| earlier.
|
| I have not done extensive testing, but loading the UserGuide and
| cursoring t
On 13 Mar 2003, Darren Freeman wrote:
> Dear List,
>
> lyx1.3.1CVS, xforms-0.89
>
> I think the behaviour of lyx-code with newlines is very irritating.
>
> For example, if I include a blank line on screen, it doesn't exist in
> the output, which is opposite of what the user expects from lyx-cod
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Mar 12, 2003 at 05:31:49PM +, John Levon wrote:
|
| > Forget it, I can't get the patch to work at all anyway, it segfaults
| > looking for an inset at the end of a par that contains a newline. Lord
| > knows why.
|
| Heh, good one META_I
On Wed, 12 Mar 2003, Andre Poenitz wrote:
> On Wed, Mar 12, 2003 at 04:27:15PM +0100, Helge Hafting wrote:
> > >I find it annoying that the floating windows (such as Layout->Character
> > >at the moment) are not always on top. That is, I select text, select
> > >Layout->Character, do my stuff, the
On Tue, Mar 11, 2003 at 09:03:37AM -0300, Joao Luis Meloni Assirati wrote:
> This is a small bug. When resizing the Qt "Preferences" dialog, instead of
> making wider the text boxes in the righ (what would be useful, for
> example to enter large paths or commands with lots of options), it is the
>
On 13 Mar 2003, Lars Gullik Bjønnes wrote:
> Christian Ridderström <[EMAIL PROTECTED]> writes:
>
> |
> | Background and goal:
> | I've got multiple accounts (several at work, at home and on a laptop),
> | but I want to have a similar environment and similarly configured
> | software on all the
On Thu, Mar 13, 2003 at 12:43:06AM +0100, Lars Gullik Bjønnes wrote:
> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
>
> | Here is one response from the bug-libtool people. Should I rework the Cygwin
> | patch to just go to configure.in?
>
> Yes.
Great.
> Would it be possible to enclose this i
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| Here is one response from the bug-libtool people. Should I rework the Cygwin
| patch to just go to configure.in?
Yes.
Would it be possible to enclose this isn a CHECK_CYGWIN autoconf
function?
--
Lgb
On Tue, Mar 11, 2003 at 08:56:21AM +0900, Rob Lahaye wrote:
> Actually, this problem occurs when two documents are in the buffer
> and Changes-tracking is used. Somehow, the Changes features does not
> work well when there's more than one document is in the buffer
> (or another had been loaded pri
On Wed, Mar 12, 2003 at 08:48:31PM +0100, Alfredo Braunstein wrote:
> Dunno, nobody answered to the poll, and I probably lack the lyx knowledge to
> make my patch to work flawlessly (or even know how much work is needed).
Probably not much at all.
> Maybe it's not the right time.
It's the right
Here is one response from the bug-libtool people. Should I rework the Cygwin
patch to just go to configure.in?
- Forwarded message from Max Bowsher <[EMAIL PROTECTED]> -
From: "Max Bowsher" <[EMAIL PROTECTED]>
To: "Kayvan A. Sylvan" <[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]>
Subject
On Wed, Mar 12, 2003 at 11:24:10PM +, Angus Leeming wrote:
> >> Would it be possible to have the collapsing of empty paragraphs take
> >> place when the user presses a newline anywhere else in the document?
> >
> > This way the document jumps about oddly.
>
> > Look at the complaints we had
John Levon wrote:
> On Wed, Mar 12, 2003 at 11:51:34PM +0200, Martin Vermeer wrote:
>
>> Would it be possible to have the collapsing of empty paragraphs take
>> place when the user presses a newline anywhere else in the document?
>
> This way the document jumps about oddly.
> Look at the compl
The Paragraph controller currently contains the following code.
void ControlParagraph::setParams()
{
if (!pp_.get())
pp_.reset(new ParagraphParameters());
/// get paragraph
Paragraph const * par_ = bufferview()->getLyXText()->cursor.par();
/// Set
On Wed, Mar 12, 2003 at 10:51:08PM +, Angus Leeming wrote:
> John?
That's intriguing isn't it !
Luckily, it's a last-minute silly, I think. Hold on
john
On Wed, Mar 12, 2003 at 11:51:34PM +0200, Martin Vermeer wrote:
> Would it be possible to have the collapsing of empty paragraphs take
> place when the user presses a newline anywhere else in the document?
This way the document jumps about oddly. Look at the complaints we had
about the graphics l
Christian Ridderström <[EMAIL PROTECTED]> writes:
|
| Background and goal:
| I've got multiple accounts (several at work, at home and on a laptop),
| but I want to have a similar environment and similarly configured
| software on all the machines. So far I've been using scripts, CVS and
| manua
John?
--
Angus
On Wed, 12 Mar 2003, Kuba Ober wrote:
> No sarcasm intended, but I'd drop CVS and switch to Aegis. I'm using Aegis and
> it does exactly what you're looking for. No need to write scripts to do
> simple things like that.
>
Sorry for going off topic here... but does anyone have a tool that solves
On Tue, Mar 11, 2003 at 03:47:47PM +0100, Lars Gullik Bjønnes wrote:
> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
>
> | This makes it possible to build lyx on Cygwin with GCC 3.2 (instead
> | of requiring that lyx be built with GCC2).
> |
> | Please apply.
>
> Note that libtool.m4 is not our
Martin Vermeer wrote:
> Would it be possible to have the collapsing of empty paragraphs take
> place when the user presses a newline anywhere else in the document?
> Then you can freely move the cursor about to fetch a piece to insert,
> but there will never be more than one "hole" waiting for the
John Levon wrote:
> We have bogus getChar()s in a number of places. Can we at least start
> making some console noise for them ?
Ho no. Could it be that you have found the root of the existance of the
little square? Damn!
Alfredo
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Wed, Mar 12, 2003 at 09:41:00PM +0100, Lars Gullik Bj?nnes wrote:
| > | > The why is my Userguide loading?
| > | > (older format I guess)
| > |
| > | Yes, lyx2lyx will be ok ...
| > |
| > | > And at least temporary you need to handle this with some bac
Christian Ridderström wrote:
> Here's a new idea (dare I say "novel" ;-)
>
> Give empty paragraphs (and empty double spaces) a visual marker, for
> instance a different background colour? Flashing background? Animations of
> a black hole? Ok... maybe just a different background, light gray?
>
>
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Wed, Mar 12, 2003 at 07:23:10PM +0100, Lars Gullik Bj?nnes wrote:
| > Kuba Ober <[EMAIL PROTECTED]> writes:
| >
| > I'll have a look at aegis.
| >
| > At first glance it seems to be similar to BitKeeper? What are the
| > differences? (And why doesn't L
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Wed, Mar 12, 2003 at 07:23:10PM +0100, Lars Gullik Bj?nnes wrote:
| > Kuba Ober <[EMAIL PROTECTED]> writes:
| >
| > I'll have a look at aegis.
| >
| > At first glance it seems to be similar to BitKeeper? What are the
| > differences? (And why doesn't L
On Wed, Mar 12, 2003 at 09:41:00PM +0100, Lars Gullik Bj?nnes wrote:
> | > The why is my Userguide loading?
> | > (older format I guess)
> |
> | Yes, lyx2lyx will be ok ...
> |
> | > And at least temporary you need to handle this with some backwards
> | > compability stuff.
> |
> | Hmm OK.
> |
On Wed, Mar 12, 2003 at 04:51:22PM +, John Levon spake thusly:
>
> Here's a paragraph. Here's a CoMPLICAted-MarkUP-PHRASE.
> Blah blah blah blah
> |
> Blah blah blah blah x 1000
>
> Now move the cursor up to select the complicated markup for copying and
> you have to introduce a newline a
On Wed, 12 Mar 2003, Alfredo Braunstein wrote:
> The patch was good only to show what it feels like anyway. I don't know how
> hard would it be to solve all little (?) arising problems. John's patch
> seems to be in a quasi-working state.
Here's a new idea (dare I say "novel" ;-)
Give empty parag
On Wed, Mar 12, 2003 at 07:23:10PM +0100, Lars Gullik Bj?nnes wrote:
> Kuba Ober <[EMAIL PROTECTED]> writes:
>
> I'll have a look at aegis.
>
> At first glance it seems to be similar to BitKeeper? What are the
> differences? (And why doesn't Linus want to use aegis?)
>
> I'll go through the docu
On 12 Mar 2003, Jean-Marc Lasgouttes wrote:
> > "John" == John Levon <[EMAIL PROTECTED]> writes:
>
> John> Maybe. But it is new and quite unexpected. It *does* feel
> John> reasonably natural, but I am still worried.
>
> I have not tested it, so I cannot really comment.
>
Here's just a thou
Garst R. Reese wrote:
> Last night's CVS
> xforms-1.0
>
> Garst
Works for me when I place the cursor inside the tabuular.
--
Angus
On Wed, Mar 12, 2003 at 09:45:29PM +0100, Christian Ridderstr?m wrote:
> My brain seem to work so that I first think about _where_ I'm going to
> add text, and then I go there and create some space, then I go and get
> whatever it is... does this seem familiar to any of you?
>
> > That's the bi
On 12 Mar 2003, Jean-Marc Lasgouttes wrote:
> > "John" == John Levon <[EMAIL PROTECTED]> writes:
>
>
> John> 2) not annoy the user with vanishing paragraphs
>
> Are you sure this is _so_ annoying? I tend to like this behaviour
I usually like it to, but sometimes it _is_ annoying, namely in
On Wed, Mar 12, 2003 at 09:41:00PM +0100, Lars Gullik Bj?nnes wrote:
> Ever wondered why the compability code was so hard to get right?
>
> Easier solution is perhaps to up the format.
And the easiest and sanest solution is to get the 3 people who have
documents from 1.4.0cvs to add \end_header
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Mar 12, 2003 at 09:25:14PM +0100, Lars Gullik Bj?nnes wrote:
|
| > The why is my Userguide loading?
| > (older format I guess)
|
| Yes, lyx2lyx will be ok ...
|
| > And at least temporary you need to handle this with some backwards
| > compabilit
On Wed, Mar 12, 2003 at 09:25:14PM +0100, Lars Gullik Bj?nnes wrote:
> The why is my Userguide loading?
> (older format I guess)
Yes, lyx2lyx will be ok ...
> And at least temporary you need to handle this with some backwards
> compability stuff.
Hmm OK.
I don't know how though, how do we dete
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Mar 12, 2003 at 09:13:56PM +0100, Lars Gullik Bj?nnes wrote:
|
| > The error:
| > "Textclass error
| > Document uses an unknown textclass 'Standard'.-- substituting"
| >
| > Can this be the last paragraph changes?
|
| Add "\end_h
On Wed, Mar 12, 2003 at 09:13:56PM +0100, Lars Gullik Bj?nnes wrote:
> The error:
> "Textclass error
> Document uses an unknown textclass 'Standard'.-- substituting"
>
> Can this be the last paragraph changes?
Add "\end_header" to the end of the header. I didn't bother bumping t
The error:
"Textclass error
Document uses an unknown textclass 'Standard'.-- substituting"
Can this be the last paragraph changes?
With this document:
newfile1.lyx
Description: Binary data
--
Lgb
John Levon wrote:
> On Wed, Mar 12, 2003 at 06:29:54PM +0100, Alfredo Braunstein wrote:
>> John, is it too hard to forbid them consistently?
> Isn't that DEPM ?
Not exactly, because the empty line cleanup can be done at edit time, not at
cursor moving time. But I agree that we have some DEPM nigh
On Wed, Mar 12, 2003 at 02:13:16PM -0500, Kuba Ober wrote:
> Probably because Aegis, although a very cleanly and understanably coded
> project, is essentially one man's work for most part. If something happens to
It's more likely that it can't handle what he needs. at least your
description of
On środa 12 marzec 2003 01:23 pm, Lars Gullik Bjønnes wrote:
> Kuba Ober <[EMAIL PROTECTED]> writes:
>
> I'll have a look at aegis.
>
> At first glance it seems to be similar to BitKeeper? What are the
> differences? (And why doesn't Linus want to use aegis?)
>
> I'll go through the documentation.
Angus Leeming <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
|
| > This patch fixes some GCC 3.3 warnings. If this is the best way to
| > do it can be argued.
| >
| > Comments?
|
| -theCatcode['&'] = catAlign;
| +theCatcode[static_cast('\\')] = catEscape;
|
| Why not
Angus Leeming <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
|
| > This patch fixes some GCC 3.3 warnings. If this is the best way to
| > do it can be argued.
| >
| > Comments?
|
| Why not do it properly and make papersize2 of type vector::size_type?
| In fact, don't we have a lyx::i
Kuba Ober <[EMAIL PROTECTED]> writes:
| > | Doesn't Kuba mean
| > |
| > | /tmp/lyx --- owned by you
| >
| > The problem is then to make this happen.
| >
| > So the top dir would have to be /tmp/lyx- that you
| > can lookup somewhere else, f.ex. in ~/.lyx/pipeinfo
|
| Like DCOP does ;-)
Yes, I th
Lars Gullik Bjønnes wrote:
> This patch fixes some GCC 3.3 warnings. If this is the best way to
> do it can be argued.
>
> Comments?
-theCatcode['&'] = catAlign;
+theCatcode[static_cast('\\')] = catEscape;
Why not:
setCatcode('&', catAlign);
void setCatcode(char c, CA
On środa 12 marzec 2003 01:27 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | Alfredo Braunstein wrote:
> | > Kuba Ober wrote:
> | >> There's no reason for a globally fixed filename. At least, the file
> | >> name containing the user name or uid. That's what DCOP does
Lars Gullik Bjønnes wrote:
> This patch fixes some GCC 3.3 warnings. If this is the best way to
> do it can be argued.
>
> Comments?
Why not do it properly and make papersize2 of type vector::size_type?
In fact, don't we have a lyx::index_type that could fit here?
I've looked through a whole h
On Wed, Mar 12, 2003 at 03:33:04PM +0100, Jean-Marc Lasgouttes wrote:
>
> Actually, the latest changes to lyx2lyx are not enough to be able to
> update revtex4.cls.
>
> The attached diff shows 2 problems:
>
> 1/ in the old Info inset, the beginning of the message is on the same
> line as \begin_
On Wed, Mar 12, 2003 at 03:12:26PM +0100, Jean-Marc Lasgouttes wrote:
>
> And I cannot make -o work (although the code for it seems resonable).
It works for me. Note that the -o should appear before the filename.
On Wed, Mar 12, 2003 at 03:07:59PM +0100, Jean-Marc Lasgouttes wrote:
>
> If I try to convert revtex4.lyx with latest lyx2lyx to fix it using
> lyx2lyx/lyx2lyx -f 218 templates/revtex4.lyx
> I see the warning:
> Proposed and input file formats do not match: 218 221
>
> This is good, except t
This patch fixes some GCC 3.3 warnings. If this is the best way to do
it can be argued.
Comments?
Index: src/bufferparams.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/bufferparams.C,v
retrieving revision 1.48
diff -u -p -r1.
Angus Leeming <[EMAIL PROTECTED]> writes:
| Alfredo Braunstein wrote:
|
| > Kuba Ober wrote:
| >
| >> There's no reason for a globally fixed filename. At least, the file
| >> name containing the user name or uid. That's what DCOP does in KDE.
| >
| > The file name containing only the user name
Kuba Ober <[EMAIL PROTECTED]> writes:
I'll have a look at aegis.
At first glance it seems to be similar to BitKeeper? What are the
differences? (And why doesn't Linus want to use aegis?)
I'll go through the documentation.
--
Lgb
Alfredo Braunstein wrote:
> Kuba Ober wrote:
>
>> There's no reason for a globally fixed filename. At least, the file
>> name containing the user name or uid. That's what DCOP does in KDE.
>
> The file name containing only the user name or uid doesn't forbid
> another user to take it first.
>
>
On środa 12 marzec 2003 11:45 am, you wrote:
> On Wed, Mar 12, 2003 at 11:42:40AM -0500, Kuba Ober wrote:
> > I guess that one has to have an attitude of burning bridges behind
> > oneself in order to really enjoy Aegis. I had the pleasure of not having
> > a VCS at all in my development, and start
Kuba Ober wrote:
> There's no reason for a globally fixed filename. At least, the file name
> containing the user name or uid. That's what DCOP does in KDE.
The file name containing only the user name or uid doesn't forbid another
user to take it first.
If DCOP allows another user to forbid me
On Wed, Mar 12, 2003 at 06:51:20PM +0100, Lars Gullik Bj?nnes wrote:
> | Heh, good one META_INSET is now == 0. Guess what we return on a
> | bogus getChar(pos) ...
>
> Move to 1?
I'm building that now.
john
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Mar 12, 2003 at 05:31:49PM +, John Levon wrote:
|
| > Forget it, I can't get the patch to work at all anyway, it segfaults
| > looking for an inset at the end of a par that contains a newline. Lord
| > knows why.
|
| Heh, good one META_I
On Wed, Mar 12, 2003 at 06:29:54PM +0100, Alfredo Braunstein wrote:
> John, is it too hard to forbid them consistently?
Isn't that DEPM ?
OK theoretically we can suck in the remaining cases where we can have >
1 empty paragraph in a row. But I'm not going to put the effort in at
the moment sinc
Angus Leeming <[EMAIL PROTECTED]> writes:
| Andre Poenitz wrote:
|
| > +#ifdef __GNUG__
| > +#pragma implementation
| > +#endif
|
| Lars won't thank you for this ;-)
Mmmm... I expect that was a fluke...
--
Lgb
On Wed, Mar 12, 2003 at 05:31:49PM +, John Levon wrote:
> Forget it, I can't get the patch to work at all anyway, it segfaults
> looking for an inset at the end of a par that contains a newline. Lord
> knows why.
Heh, good one META_INSET is now == 0. Guess what we return on a
bogus getC
Angus Leeming <[EMAIL PROTECTED]> writes:
| There is no such legal entity as "The LyX Team"
But it is fun to use that expression anyway.
--
Lgb
On środa 12 marzec 2003 11:29 am, Alfredo Braunstein wrote:
> Kuba Ober wrote:
> >> Why not? I don't want other users to break my lyx installation, why
> >> should they be able to?
> >
> > Umm, your files in /tmp belong to you! Look at lyx's temporary directory
> > already in /tmp.
>
> Of course th
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> On Tue, Mar 11, 2003 at 03:36:20PM +0100, Jean-Marc Lasgouttes
Dekel> wrote:
>> The revtex4 template contains snippets like:
>>
>> \begin_inset Info Use Thanks layout instead of inserting footnotes.
>> Footnotes in the title will do w
On Wed, Mar 12, 2003 at 06:26:11PM +0100, Jean-Marc Lasgouttes wrote:
> But having the possibility of leaving blank paragraphs here and there
> without knowing whether they will still be there after saving is not
> nice either. Do _you_ know which style layouts have KeepEmpty?
What, and at least
Jean-Marc Lasgouttes wrote:
> Alfredo> With John's patch it's forbidden to enter two consecutive
> Alfredo> newlines (the second does nothing), but you can obtain all
> Alfredo> newlines you want by other methods. It seems weird.
>
> I agree with that.
>
> Alfredo> I think that we must choose be
On Wed, Mar 12, 2003 at 05:21:13PM +, John Levon wrote:
> I did ??? Where ?
Forget it, I can't get the patch to work at all anyway, it segfaults
looking for an inset at the end of a par that contains a newline. Lord
knows why.
john
> "John" == John Levon <[EMAIL PROTECTED]> writes:
>> This will exist in parallel to the current List/whatever for a few
>> days.
John> Hmm... and bibitem is still horked...
Seconded. I can accept to see new features arriving and some temporary
breaking, but if andre' already lost interest i
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Wed, Mar 12, 2003 at 05:40:05PM +0100, Jean-Marc Lasgouttes
John> wrote:
>> The suggestion of trying to remember what is currently happening
>> (horizontal cursor) seems intriguing and interesting to me.
>> Unfortunately, I do not hav
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Wed, Mar 12, 2003 at 05:43:46PM +0100, Jean-Marc Lasgouttes
John> wrote: 2) not annoy the user with vanishing paragraphs
>> Are you sure this is _so_ annoying? I tend to like this behaviour
John> I suspect you're used to it.
It may
On Wed, Mar 12, 2003 at 06:02:34PM +0100, Lars Gullik Bj?nnes wrote:
> Also it seems that you removed all backward comp wrt reading old
> files, if you do this, then lyx2lyx should be updated at the same
> time.
I did ??? Where ?
john
Andre Poenitz wrote:
> +#ifdef __GNUG__
> +#pragma implementation
> +#endif
Lars won't thank you for this ;-)
--
Angus
Andre Poenitz wrote:
> On Wed, Mar 12, 2003 at 04:55:25PM +, John Levon wrote:
>> > +/* This file is part of
>> > + * ==
>> > + *
>> > + * LyX, The Document Processor
>> > + *
>> > + * Copyright 2002 The LyX Team.
>> > + *
John Levon <[EMAIL PROTECTED]> writes:
| Probably won't build but it's a sketch ... comments ?
|
| Note we could make it have a really big width but this would actually
| just complicated rowBreakPoint() and we'd *still* have to special case
| it anyway.
It removes a lot of lines good.
You use
On Wed, Mar 12, 2003 at 05:57:18PM +0100, Lars Gullik Bjønnes wrote:
> | First patch is adding a LFUN to insert such a beast.
>
> This patch seem truncated.
Huch?
I'll try again.
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, eithe
On Wed, Mar 12, 2003 at 05:50:38PM +0100, Andre Poenitz wrote:
> > Old header.
>
> New is what?
what you have in insethfill.h
> > I assume you're going to be doing some major surgery here.
>
> This will exist in parallel to the current List/whatever for a few days.
Hmm... and bibitem is still
On Wed, Mar 12, 2003 at 05:50:38PM +0100, Andre' Poenitz wrote:
> New is what?
Found it:
// -*- C++ -*-
/**
* \file insetenv.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author
*
* Full author contact details are availa
On Wed, Mar 12, 2003 at 04:55:25PM +, John Levon wrote:
> > +/* This file is part of
> > + * ==
> > + *
> > + * LyX, The Document Processor
> > + *
> > + * Copyright 2002 The LyX Team.
> > + *
> > + *
Andre Poenitz <[EMAIL PROTECTED]> writes:
| I think I've the infra structure for "environment like" insets ready.
| No rocket science actually.
|
| This will serve as a base for list, itemize, enumerate insets and this
| could be the base of user defined environments via layout files.
|
| I'll f
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Wed, Mar 12, 2003 at 04:39:04PM +, John Levon wrote:
>> > You can probably make InsetNewline::noFontChange() return true,
>> and > font setting will be closed and reopened later.
>>
>> OK
John> Actually I don't really understand
1 - 100 of 223 matches
Mail list logo