On Sat, Nov 15, 2003 at 06:25:36PM +0100, Georg Baum wrote:
> Am Freitag, 14. November 2003 21:11 schrieb Georg Baum:
> > Yes. We can even steal the list of 'known' commands from
> > lib/reLyX/syntax.default. Creating this list was the main thing that I
> > did not like with this solution.
>
> It
On Sun, Nov 16, 2003 at 10:07:34PM +0100, Alfredo Braunstein wrote:
> Kornel Benko wrote:
>
> > in lyxfind.C:95 . why not
>
> Yes, I like it better.
Without the unneeded parantheses in 'return true;' perhaps?
Andre'
Andre Poenitz wrote:
>> Yes, I like it better.
>
> Without the unneeded parantheses in 'return true;' perhaps?
Yep. (I'm commiting)
Alfredo
On Sun, Nov 16, 2003 at 02:31:05PM +, Angus Leeming wrote:
> Georg Baum wrote:
> Very neat solution!
>
> > +read_syntaxfile(system_syntaxfile);
> > +if(syntaxfile.size())
> > +read_syntaxfile(syntaxfile);
>
> Isn't it better to use if (!syntaxfile.empty()) here
- impossible to enter mathed by clicking
- double click on mathed->crash
- C-m -> the cursor inside mathed is not visible (exit and enter
mathed with right-left and it is)
- impossible to enter tables by clicking either (what is it needed? some
InsetOld::getInset(int), so any inset can contain m
Alfredo Braunstein wrote:
> Ps: why is it so quiet inhere?
Because we're all busy in the world outside LyX?
--
Angus
Angus Leeming wrote:
> Because we're all busy in the world outside LyX?
Is there such thing? ;-)
Alfredo
On Mon, Nov 17, 2003 at 10:18:47AM +, Angus Leeming wrote:
> Alfredo Braunstein wrote:
> > Ps: why is it so quiet inhere?
>
> Because we're all busy in the world outside LyX?
Is there such a thing?
Andre'
Andre Poenitz wrote:
> > Because we're all busy in the world outside LyX?
>
> Is there such a thing?
Alfredo Braunstein wrote:
> Is there such thing? ;-)
You're a perfect team obviously.
Jürgen.
Alfredo Braunstein wrote:
> This path is the previous +
I'll apply the remaining parts of this on this afternoon if there are no
objections.
Alfredo
Juergen Spitzmueller wrote:
> Andre Poenitz wrote:
>> > Because we're all busy in the world outside LyX?
>>
>> Is there such a thing?
> Alfredo Braunstein wrote:
>> Is there such thing? ;-)
>
> You're a perfect team obviously.
I'd say that it's clear that Angus is bluffing. ;-)
Alfredo
On Mon, Nov 17, 2003 at 11:27:12AM +0100, Juergen Spitzmueller wrote:
> Andre Poenitz wrote:
> > > Because we're all busy in the world outside LyX?
> >
> > Is there such a thing?
> Alfredo Braunstein wrote:
> > Is there such thing? ;-)
>
> You're a perfect team obviously.
Alfredo is still trying
not really needed.
What's the current state of coordinate handling btw?
Andre'
--
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
Index: insets/insettext.C
==
This means that we can click now into minipages of the first table
cell.. 'bare cell text' does not seem to work, and neither do cells
other than the first..
Andre'
--
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferso
Dear Jean-Marc,
concerning the problem that de.pox is not generated correctly, I noticed
the following: The awk scripts in the Makefile generate a po file with
ISO-8859-1 encoding first. This final rule:
$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in l10n_pots
$(XGETTEXT) -
Currently we have cursor left/right/up/down handled twice (once in
InsetText and once in LyXText). There is no real reason that both can't
be combined. This is a first step by moving the somewhat more powerful
version from InsetText to LyXText. Both versions are still used...
Andre'
--
Those wh
Looks as if it works...
--
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
? .text3.C.swp
? 1.diff
? 1.diff.gz
? 2.diff
? 3.diff
? ?t
? fullredraw.diff
? par-row.diff
? textcache.diff
? in
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Am Freitag, 14. November 2003 21:11 schrieb Georg Baum:
>> Yes. We can even steal the list of 'known' commands from
>> lib/reLyX/syntax.default. Creating this list was the main thing
>> that I did not like with this solution.
Georg> I
Hi,
what is the actual problem. I downloaded the stuff and run the scripts,
the only thing that might cause problems are the required packages:
-caption2
-dropping
-endfloat
-fancyhdr
-graphicx
-lastpage
-setspace
-subfigure
Regards
Stephen
Am Mo, den 17.11.200
Attached. Work in progress, but getting better... more logical now and
more parametrized.
If everybody thinks this is going in the right direction, I'll put it
in tomorrow.
- Martin
--
Martin Vermeer [EMAIL PROTECTED]
Helsinki University of Technology
Dept. of Surveying, Inst. of Geodesy
P.
Andre Poenitz wrote:
> not really needed.
>
> What's the current state of coordinate handling btw?
My selection2.diff patch makes passing mouse events to the main LyXText in
coordinates relatives to the LyXText itself (like for insets right now),
i.e. no more as screen coordinates. This in parti
Andre Poenitz wrote:
> Looks as if it works...
Cool. ;-)
Alfredo
Andre Poenitz wrote:
> Alfredo is still trying to be nice. We have to work on that...
So I can become an angry caveman too? ;-)
Alfredo
Alfredo Braunstein wrote:
> > Alfredo is still trying to be nice. We have to work on that...
>
> So I can become an angry caveman too? ;-)
You have to be patient. André is practicing grumpiness for a long time now. Be
he is for sure a good teacher.
Jürgen.
On Monday 17 November 2003 16:56, Martin Vermeer wrote:
> Attached. Work in progress, but getting better... more logical now and
> more parametrized.
That is true.
> If everybody thinks this is going in the right direction, I'll put it
> in tomorrow.
But I don't know if this is the right dir
Am Montag, 17. November 2003 09:52 schrieb Andre Poenitz:
> Looks good. Is this ready for 'commit'?
Yes. Maybe with the size() -> !empty() change suggested by Angus. BTW, this
construct is used at a few other places in tex2lyx, some from me, some from
others.
Georg
Am Montag, 17. November 2003 16:42 schrieb Jean-Marc Lasgouttes:
> BTW, what does the following comment mean? What are the entries that
> you skip?
>
> + // We can use our TeX parser, since the syntax of the layout file is
> + // modeled after TeX.
> + // Unknown tokens are just silentl
On Mon, Nov 17, 2003 at 07:30:44PM +, Jose' Matos spake thusly:
> On Monday 17 November 2003 16:56, Martin Vermeer wrote:
> > Attached. Work in progress, but getting better... more logical now and
> > more parametrized.
>
> That is true.
>
> > If everybody thinks this is going in the righ
28 matches
Mail list logo