> Hi, Eitan.The entry in blanket-permissions.txt would currently appear as:
>
> Eitan
> See lyx-devel list message entitled "BibTeX annotation support" of 18
> March 2005.
>
> I think it would be better if you had a family name. (Rather, it would be
> better if you told us what your family
Eitan Frachtenberg wrote:
> Hi Angus.
> I've resubscribed to the list with my latest email account. Please use
> this email address on the blanket file (sky8an () gmail ! com), which
> actually does show my family name (Frachtenberg). Thanks,
> --Eitan.
Got it. Thanks, Eitan.
--
Angus
Am Samstag, 19. März 2005 18:21 schrieb Angus Leeming:
> Wißt du, warum Ihr guter Ehemann nicht geantwortet
> hat?
_Weißt_ du, warum _dein_ _geschätzter_ Ehemann (or better: Gatte) noch nicht
geantwortet hat?
Jürgen
Juergen Spitzmueller wrote:
> Am Samstag, 19. März 2005 18:21 schrieb Angus Leeming:
>> Wißt du, warum Ihr guter Ehemann nicht geantwortet
>> hat?
>
> _Weißt_ du, warum _dein_ _geschätzter_ Ehemann (or better: Gatte) noch
> nicht geantwortet hat?
Ach. Vielen Dank.
--
Angus
On Sat, Mar 19, 2005 at 06:47:25PM +, Angus Leeming wrote:
> >> And I am still interested why I should sign not just GPL v2 (which is
> >> just fine) but also any following version including the one that says
> >> that FooBar Inc owns all my code.
> >
> > For convenience.
>
> Even less exciti
On Fri, Mar 18, 2005 at 11:56:10PM +0100, Helge Hafting wrote:
> On Fri, Mar 18, 2005 at 11:49:58PM +0100, Helge Hafting wrote:
> > I have a table where the cells consist of single digits,
> > sometimes with an underbar or two. The ones that need
> > one underbar use underlining of normal text. Th
Andre Poenitz wrote:
> On Sat, Mar 19, 2005 at 06:47:25PM +, Angus Leeming wrote:
>> >> And I am still interested why I should sign not just GPL v2 (which is
>> >> just fine) but also any following version including the one that says
>> >> that FooBar Inc owns all my code.
>> >
>> > For conve
John Spray wrote:
>
> I've now done Page, Margin, and Language tabs of the gtk document
> dialog: attached.
>
> John
Looks good. Minor nits:
Add an extra 'const':
char const * const encodings[] = ...
Hmmm
// Be a cheesy bastard, for the moment
bc().valid();
I thought the lett
Juergen Spitzmueller wrote:
> Martin Vermeer wrote:
>> I think I know where the problem is, not how to fix it :-(
>
> Me too. It seems that MOUSE_MOTION moves inside nested insets despite of
>
> // only accept motions to places not deeper nested than the real anchor
> if (bvcur.anchor_.hasPart(c
On Sun, 2005-03-20 at 12:42 +, Angus Leeming wrote:
> Add an extra 'const':
> char const * const encodings[] = ...
Done. Someone might want to do the same for QDocument.C, since that's
where I ripped it from (I can only commit to gtk directory).
> Hmmm
> // Be a cheesy bastard, fo
Am Samstag, 19. März 2005 20:40 schrieb Johan Ingvast:
> Hi
> I sent this consern to the users some days ago but did not get any
> response. So, I hope it fits into the devel list better.
I must have missed your post on the users list.
> So I tried to define a file format and some converters. Th
Am Samstag, 19. März 2005 18:59 schrieb Angus Leeming:
> Georg Baum wrote:
>
> > Helge Hafting wrote:
> >
> >> One can normally not insert a label inside ERT, as most of the
toolbar
> >> goes gray when entering an ERT. It is possible another way though:
> >>
> >> 1. Insert a label. Type somet
On Sun, Mar 20, 2005 at 01:02:43PM +, John Spray wrote:
> On Sun, 2005-03-20 at 12:42 +, Angus Leeming wrote:
> > Add an extra 'const':
> > char const * const encodings[] = ...
> Done. Someone might want to do the same for QDocument.C, since that's
> where I ripped it from (I can only comm
On Sun, 2005-03-20 at 15:10 +0200, Martin Vermeer wrote:
> On Sun, Mar 20, 2005 at 01:02:43PM +, John Spray wrote:
> > On Sun, 2005-03-20 at 12:42 +, Angus Leeming wrote:
> > > Add an extra 'const':
> > > char const * const encodings[] = ...
> > Done. Someone might want to do the same for
Hi
The wiki's functionality for managing files isn't great, so I'm thinking
of installing a separate "file manager" that would let us upload files and
perform simple operations on them.
Since the wiki is written in PhP and this is available on the server, the
file manager should also be based on
Shows as a disalignement for instance in selections of nested tables.
Alfredo
Index: insets/insettabular.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettabular.C,v
retrieving revision 1.457
diff -u -p -u -r1.457 inse
On Sun, Mar 20, 2005 at 01:48:08PM +0100, Alfredo Braunstein wrote:
> Juergen Spitzmueller wrote:
>
> > Martin Vermeer wrote:
> >> I think I know where the problem is, not how to fix it :-(
> >
> > Me too. It seems that MOUSE_MOTION moves inside nested insets despite of
> >
> > // only accept mo
On Sun, Mar 20, 2005 at 01:15:46PM +, John Spray wrote:
> On Sun, 2005-03-20 at 15:10 +0200, Martin Vermeer wrote:
> >
> > Hmmm... is there a way to _include_ things like this between frontends,
> > rather than _copy_ them?
>
> In this particular case, the list is slightly different between
>
Alfredo Braunstein wrote:
> I attach a tentative solution (make setPos not descend), tested only
> once ;-). Feedback greatly appreciated
Works fine here too.
Jürgen
On Sat, Mar 19, 2005 at 08:47:28PM +0100, Andre Poenitz wrote:
>
> But so far IT has seen quite a couple of guys jumping from good to bad
> to in-between and the other way round (IBM, SCO, MS, ...) and there is
> no guarantee that the FSF won't sell there ideals or will be forced to
> do so to Foo
The following patch eliminates the infinite loop while scrolling in the gtk
frontend. It introduces a flag to eliminate reentrance between onScroll and
setScrollbarParameters. Is not that I'm really able to follow al the
signals whereabouts, but this seems to work.
Current impressions with the gtk
The striking-out line for erased text is misplaced in the first row of the
main text, since this also includes the top margin, which is not honoured by
the strikeout calculation. The attached patch fixes it.
The offset is still there for headings, if they are not in the first row. The
labeladdo
On Sun, 2005-03-20 at 17:14 +0100, Alfredo Braunstein wrote:
> The following patch eliminates the infinite loop while scrolling in the gtk
> frontend. It introduces a flag to eliminate reentrance between onScroll and
> setScrollbarParameters. Is not that I'm really able to follow al the
> signals w
John Spray wrote:
> Works for me too, once I added the "bool adjusting_" member to the
> header. I'll commit it later if you don't. Thanks!
I've just commited it, thanks.
>> Current impressions with the gtk frontend: very slow, and crashed in
>> 0x00262809 in XftGlyphExtents () from /usr/X11R6
Georg Baum wrote:
>> If I may misquote our UI guru (let's call him John L.), "modal dialogs
>> suck". Apparently. John can probably provide references to appropriately
>> important web pages to back up my (mis)quoting.
>
> OK, but LyX does not seem to be ready to use non-modal inset dialogs. In
>
Martin Vermeer wrote:
> On Sun, Mar 20, 2005 at 01:02:43PM +, John Spray wrote:
>> On Sun, 2005-03-20 at 12:42 +, Angus Leeming wrote:
>> > Add an extra 'const':
>> > char const * const encodings[] = ...
>> Done. Someone might want to do the same for QDocument.C, since that's
>> where I r
On Sun, Mar 20, 2005 at 03:47:59PM +0100, Juergen Spitzmueller wrote:
> Alfredo Braunstein wrote:
> > I attach a tentative solution (make setPos not descend), tested only
> > once ;-). Feedback greatly appreciated
>
> Works fine here too.
In such cases please also check whether it works with a ma
On Sat, Mar 19, 2005 at 08:06:17AM +0100, Andre Poenitz wrote:
> On Fri, Mar 18, 2005 at 11:56:10PM +0100, Helge Hafting wrote:
> > On Fri, Mar 18, 2005 at 11:49:58PM +0100, Helge Hafting wrote:
> > > I have a table where the cells consist of single digits,
> > > sometimes with an underbar or two.
Andre Poenitz wrote:
> So a good check is always math-in-math-in-note-in-table-in-table. If
> something works in this scenario it is fairly safe to assume it works
> everywhere.
This works too.
Jürgen
On Sun, 2005-03-20 at 23:58, Helge Hafting wrote:
> On Sat, Mar 19, 2005 at 08:06:17AM +0100, Andre Poenitz wrote:
> > On Fri, Mar 18, 2005 at 11:56:10PM +0100, Helge Hafting wrote:
> > > On Fri, Mar 18, 2005 at 11:49:58PM +0100, Helge Hafting wrote:
> > > > I have a table where the cells consist o
30 matches
Mail list logo