John Levon <[EMAIL PROTECTED]> writes:
| Someone pointed me to
| http://groups.yahoo.com/group/boost/files/format2/format.html
|
| Can we remove (the unused ?) support/fmt.C ?
Yes, if/when we need this functionality we will use boost::format
instead.
| Also are we planning to use the boost fi
On Mon, Aug 19, 2002 at 08:13:13PM +0100, Angus Leeming wrote:
> I'm damned if I can see what's wrong with this Makefile. Running make gives:
> aleem@thorax:xforms$ make
> make: *** No rule to make target `form_client.C', needed by `all'. Stop.
Is there a form_client.C in the directory from whic
Someone pointed me to
http://groups.yahoo.com/group/boost/files/format2/format.html
Can we remove (the unused ?) support/fmt.C ?
Also are we planning to use the boost filesystem stuff at some point ?
regards
john
--
"Way back at the beginning of time around 1970 the first man page was
handed
Angus Leeming wrote:
>
> This is looking good Rob. Any patch that has more lines starting with "-"
> thatn with "+" is probably doing the right thing ;-) In your case you have
> 1731 '-'s and 673 '+'s. And you reckon functionality is unchanged? Excellent.
Lots of stuff concerning size_kind/typ
http://bugzilla.lyx.org/show_bug.cgi?id=476
Can somebody please look at it ?
thanks
john
p.s. herbert same goes for listings I'll try to look at the bits I can
follow soon
--
"Way back at the beginning of time around 1970 the first man page was
handed down from on high. Every one since is a
How does the patch in bug 353 relate to the recent changes ?
http://bugzilla.lyx.org/show_bug.cgi?id=353
I guess the bug should be closed when Rob's stuff gets applied ?
thanks
john
--
"Way back at the beginning of time around 1970 the first man page was
handed down from on high. Every one s
On Monday 19 August 2002 8:13 pm, Angus Leeming wrote:
> I'm damned if I can see what's wrong with this Makefile. Running make
> gives: aleem@thorax:xforms$ make
> make: *** No rule to make target `form_client.C', needed by `all'. Stop.
>
> Could someone put me out if my misery please!
> Angus
D
search[25].htm
Description: Binary data
-BEGIN PGP SIGNED MESSAGE-
On Monday 19 August 2002 21:13, Angus Leeming wrote:
> .SUFFIXES = .fd .C
Try to use
.SUFFIXES: .fd .C
Kornel
- --
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
iQCVAwUBPWFZ8LewfbDGmeqhAQG5ygP+IemIPDwNpp/fbqkUK+JkfWe
I'm damned if I can see what's wrong with this Makefile. Running make gives:
aleem@thorax:xforms$ make
make: *** No rule to make target `form_client.C', needed by `all'. Stop.
Could someone put me out if my misery please!
Angus
Makefile:
FDSRCS = form_client.fd
FDC = $(FDSRCS:.fd=.C)
all: ${F
On Monday 19 August 2002 7:47 pm, Martin Vermeer wrote:
> On Mon, Aug 19, 2002 at 06:18:50PM +0100, Angus Leeming wrote:
> > > Here is the code.
> >
> > Sigh. It would be nice if you'd incorparate my change of
> > InsetShortTitle * Paragraph::shortTitleInset() const;
> > to
> > namespace {
On Mon, Aug 19, 2002 at 09:07:17PM +0300, Dekel Tsur wrote:
> The code should be
> if (style->hasoption) {
> InsetShortTitle * it = shortTitleInset();
> if (it != 0)
> it->latexOptional(buf, os, false, false);
> }
> os << style->latex
On Mon, Aug 19, 2002 at 06:18:50PM +0100, Angus Leeming wrote:
>
> > Here is the code.
>
> Sigh. It would be nice if you'd incorparate my change of
> InsetShortTitle * Paragraph::shortTitleInset() const;
> to
> namespace {
> InsetShortTitle * shortTitleInset(Paragraph
On Mon, Aug 19, 2002 at 08:50:45PM +0300, Martin Vermeer wrote:
> + InsetShortTitle * it = shortTitleInset();
> switch (style->latextype) {
> case LATEX_COMMAND:
> os << '\\'
> -<< style->latexname()
> -<< style->latexparam();
> +
On Monday 19 August 2002 17:46, Martin Vermeer wrote:
> > And what about layouts who already used latexparams in a legitimate
> > way?? This part of the patch really needs to be fixed.
>
> Actually I believe that those are only found in the XML domain, where
> this code isn't used. I have been thi
On Monday 19 August 2002 6:50 pm, Martin Vermeer wrote:
> On Mon, Aug 19, 2002 at 07:46:08PM +0300, Martin Vermeer wrote:
> > Anyway, when the ongoing compilation ends, this problem will be
> > obsolete. I have introduced a boolean HasOption, as per your suggestion.
>
> Here is the code.
Sigh. It
On Mon, Aug 19, 2002 at 07:46:08PM +0300, Martin Vermeer wrote:
> Anyway, when the ongoing compilation ends, this problem will be
> obsolete. I have introduced a boolean HasOption, as per your suggestion.
Here is the code.
2002-08-19 Martin Vermeer <[EMAIL PROTECTED]> (with lots of help
On Mon, Aug 19, 2002 at 02:49:10PM +0200, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> - 'void' or 'Allow': This layout is allowed to have an
> Martin> optional argument (short title).
>
> Martin> - 'none' or 'Deny' or absence of LatexP
On Mon, Aug 19, 2002 at 02:01:25PM +0100, Angus Leeming wrote:
>
> > Martin> wrote:
> > >> Finally, LFUN_INSET_SHORTTITLE should be disabled when it does not
> > >> mke sense.
> >
> > Martin> Good ideas welcome. It isn't *that* simple...
> >
> > It should be done somewhere in LyXFunc::getStatus
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> I've said it before the problem is simple: I am entirely unsure
John> that the fill-on-demand thing is even possible. I've already
John> proven that "update all the menus" is unworkable, I suppose I
John> shall have to try the same with
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Mon, Aug 19, 2002 at 12:53:12PM +0200, Jean-Marc Lasgouttes
John> wrote:
>> What I had in mind is that, if qt can provide some unicode
>> character, then we have code in end Encoding class to convert that
>> the the appropriate char.
On Monday 19 August 2002 3:45 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | On Monday 19 August 2002 3:31 pm, Lars Gullik Bjønnes wrote:
> >> Remember that a socket could be stale...
> |
> | Surely the LyXServer's d-tor should delete it?
>
> In an ideal world yes..
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Monday 19 August 2002 3:31 pm, Lars Gullik Bjønnes wrote:
>> Remember that a socket could be stale...
>
| Surely the LyXServer's d-tor should delete it?
In an ideal world yes but perhaps we crashed before that could
happen.
--
Lgb
On Mon, Aug 19, 2002 at 04:29:18PM +0200, Lars Gullik Bjønnes wrote:
> I wonder... can we stop making the Qt frontend the best that ever was
Well this isn't like you :D
> and just make a working Qt frontend now? Then we can get 1.3.0 out,
> and also get some broader audience for the Qt frontend
On Monday 19 August 2002 3:31 pm, Lars Gullik Bjønnes wrote:
> Remember that a socket could be stale...
Surely the LyXServer's d-tor should delete it?
Angus
On Mon, Aug 19, 2002 at 03:22:31PM +0100, John Levon wrote:
> Hmm, I forgot about klyx.
This certainly qualifies for the quote-of-the-year contest ;-}
> And I have no understanding of what I do to convert the unicode symbol
> from the key event into whatever it is that the lyx core wants. You
>
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Monday 19 August 2002 2:30 pm, Lars Gullik Bjønnes wrote:
>> | Anyway, I'm perfectly happy to use named sockets rather than pipes, but
>> | AFAICS there is still a problem. If I'm an external program, how do I
>> | find out the /name/ of this named s
John Levon <[EMAIL PROTECTED]> writes:
| On Mon, Aug 19, 2002 at 12:24:31PM +0200, Jean-Marc Lasgouttes wrote:
>
>> John> Mmm, I think so. I need an efficient way to update. I still
>> John> really want to see specific signals for these things like
>> John> lastfiles.
>>
>> Are you kidding? How
On Mon, Aug 19, 2002 at 12:53:12PM +0200, Jean-Marc Lasgouttes wrote:
> What I had in mind is that, if qt can provide some unicode character,
> then we have code in end Encoding class to convert that the the
> appropriate char. But I do not know whether this is what John needs.
Tell me what func
On Monday 19 August 2002 2:30 pm, Lars Gullik Bjønnes wrote:
> | Anyway, I'm perfectly happy to use named sockets rather than pipes, but
> | AFAICS there is still a problem. If I'm an external program, how do I
> | find out the /name/ of this named socket if LyX is going to have many of
> | them.
On Mon, Aug 19, 2002 at 12:24:31PM +0200, Jean-Marc Lasgouttes wrote:
> John> Mmm, I think so. I need an efficient way to update. I still
> John> really want to see specific signals for these things like
> John> lastfiles.
>
> Are you kidding? How many clock ticks are you expecting to gain with
On Monday 19 August 2002 12:22 am, Duncan Simpson wrote:
> Do I understand the design? I think the design is that an event invokes the
> local inset's dispatch() function, which either handles it or passes it up
> to it's parent inset.
That's exactly the design that André is implementing at the m
On Mon, Aug 19, 2002 at 12:22:05AM +0100, Duncan Simpson wrote:
> Do I understand the design? I think the design is that an event invokes the
> local inset's dispatch() function, which either handles it or passes it up to
> it's parent inset. If this is not the design dare I suggest this is what i
Do I understand the design? I think the design is that an event invokes the
local inset's dispatch() function, which either handles it or passes it up to
it's parent inset. If this is not the design dare I suggest this is what it
should be? Things like end would work everywhere for free, presumab
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Monday 19 August 2002 1:34 pm, Lars Gullik Bjønnes wrote:
>> Try this:
>>
>> cd /tmp
>> mkfifo fifo
>> cat fifo &
>> cat fifo &
>> echo "hello there" > fifo
>>
>> How many "hello there" do you get?
>
| Yes, yes. I understand. But your statement about
On Monday 19 August 2002 2:15 pm, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> On Mon, Aug 19, 2002 at 01:59:35PM +0200, Jean-Marc Lasgouttes
>
> Martin> wrote:
> >> Finally, LFUN_INSET_SHORTTITLE should be disabled when it does not
> >> m
On Monday 19 August 2002 12:55 pm, Rob Lahaye wrote:
> Rob Lahaye wrote:
> > Hi,
> >
> > Attached is the patch that implements the new layout for the graphics
> > dialog with xforms.
>
> Thanks for the feed back. This is a new patch that deals with the image
> scaling only locally in FormGraphics.
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> 2. What to do to an existing InsetShortTitle if the envronment
Angus> is changed to one that does not allow it. Personally, I think
Angus> you should convert the contents of the inset to LyXText and
Angus> insert that in place of t
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> On Mon, Aug 19, 2002 at 01:59:35PM +0200, Jean-Marc Lasgouttes
Martin> wrote:
>> Finally, LFUN_INSET_SHORTTITLE should be disabled when it does not
>> mke sense.
Martin> Good ideas welcome. It isn't *that* simple...
It should
"Lars Gullik Bjønnes" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> | No local sockets on Windows...
>
> I think they have local sockets on Windows...
> (at least Java on Windows has LocalSocket)
>
Must be some sort of emulation...
AF_UNIX (AF_LOCAL) is just
On Monday 19 August 2002 1:34 pm, Lars Gullik Bjønnes wrote:
> Try this:
>
> cd /tmp
> mkfifo fifo
> cat fifo &
> cat fifo &
> echo "hello there" > fifo
>
> How many "hello there" do you get?
Yes, yes. I understand. But your statement about LyX not being able to have
multiple clients is nonsense
On Monday 19 August 2002 2:07 pm, Martin Vermeer wrote:
> On Mon, Aug 19, 2002 at 01:59:35PM +0200, Jean-Marc Lasgouttes wrote:
> > Finally, LFUN_INSET_SHORTTITLE should be disabled when it does not mke
> > sense.
>
> Good ideas welcome. It isn't *that* simple...
>
> Like this:
>
>
> Index: Buffer
On Mon, Aug 19, 2002 at 01:59:35PM +0200, Jean-Marc Lasgouttes wrote:
>
> Finally, LFUN_INSET_SHORTTITLE should be disabled when it does not mke
> sense.
Good ideas welcome. It isn't *that* simple...
Like this:
Index: BufferView_pimpl.C
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> - 'void' or 'Allow': This layout is allowed to have an
Martin> optional argument (short title).
Martin> - 'none' or 'Deny' or absence of LatexParams: This layout is
Martin> not allowed to have an optional argument or short titl
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Hmmm. Shortcircuit between the ears. Could somebody explain,
Martin> or better, implement this?
Hmm, I am sure you are eager to learn how to do it, but you dare not
ask :)
The idea is to add a member optionalargument_ in lyxla
On Mon, Aug 19, 2002 at 12:44:47PM +0100, Angus Leeming wrote:
> Can we not reconcile the two by having a LyXText::dispatch, but move
> lfunAppendix out of LyXText. Ie, it becomes a function that takes a LyXText
> argument. You could shove this new function into text_funcs.[Ch].
The function c
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Monday 19 August 2002 1:10 pm, Lars Gullik Bjønnes wrote:
>> The really great benefit of named sockets/local sockets is that they
>> allow multiple clients. With named pipes you can only have one client
>> at a time.
>
| That's not strictly true. The
On Monday 19 August 2002 1:41 pm, Martin Vermeer wrote:
> On Mon, Aug 19, 2002 at 10:27:15AM +0200, Jean-Marc Lasgouttes wrote:
> > > "mv" == mv <[EMAIL PROTECTED]> writes:
> >
> > mv> ...
> >
> > >> Can't comment on short2.diff.
> >
> > mv> Apropos of which, I think upon mature consideration
On Mon, Aug 19, 2002 at 02:15:29PM +0200, Jean-Marc Lasgouttes wrote:
>
> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> Dekel> Why impose such a restriction, which also complicated the code
> Dekel> ? We can allow having both InsetOptional (short title) and
> Dekel> LaTeXParam stri
On Mon, Aug 19, 2002 at 10:27:15AM +0200, Jean-Marc Lasgouttes wrote:
>
> > "mv" == mv <[EMAIL PROTECTED]> writes:
>
> mv> ...
> >> Can't comment on short2.diff.
>
> mv> Apropos of which, I think upon mature consideration that the
> mv> strings 'void' and 'none' in the layout files would b
On Monday 19 August 2002 1:10 pm, Lars Gullik Bjønnes wrote:
> The really great benefit of named sockets/local sockets is that they
> allow multiple clients. With named pipes you can only have one client
> at a time.
That's not strictly true. The LyXServer can have many clients so long as they
s
On Mon, Aug 19, 2002 at 02:09:22PM +0200, Andre' Poenitz wrote:
> So you really think inserting something in a LyXText should be handled by
> the BufferView?
Btw: the patch changes the originally public toggleAppendix into a
private lfunAppendix. So this looks like better encapsulation that is n
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> Why impose such a restriction, which also complicated the code
Dekel> ? We can allow having both InsetOptional (short title) and
Dekel> LaTeXParam string e.g. \foo[a]{b}{c} where {b} in LatexParam,
Dekel> and [a] is short inset. I don
On Monday 19 August 2002 1:10 pm, Lars Gullik Bjønnes wrote:
> so you have not played with network programming?
No I'm a fluid dynamics engineer who has been picking up the language of the
computer scientist by playing with LyX.
Angus
On Mon, Aug 19, 2002 at 01:59:35PM +0200, Jean-Marc Lasgouttes wrote:
>
> I want this one in too if only the use of LatexParam is removed. What
> I want is something like
>
> LatexParamType == None || Short || Static
>
> None: no parameter
> Short: specify parameter using a short title inset
>
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Monday 19 August 2002 12:43 pm, Ruurd Reitsma wrote:
>> "Angus Leeming" <[EMAIL PROTECTED]> wrote in message
>> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>>
>> > > And I really think that we should ditch pipes as well and move on to
>> > > local
On Mon, Aug 19, 2002 at 02:00:47PM +0200, Lars Gullik Bjønnes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> | I'd like to move "text related stuff" from BufferView to LyXText.
> | Attached patch creates a dispatch() for LyXText and moves the handling of
> | LFUN_APPENDIX to LyXText.
> >
On Monday 19 August 2002 1:00 pm, Lars Gullik Bjønnes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
> | I'd like to move "text related stuff" from BufferView to LyXText.
> | Attached patch creates a dispatch() for LyXText and moves the handling of
> | LFUN_APPENDIX to LyXText.
> |
> | Good/ba
Andre Poenitz <[EMAIL PROTECTED]> writes:
| I'd like to move "text related stuff" from BufferView to LyXText.
| Attached patch creates a dispatch() for LyXText and moves the handling of
| LFUN_APPENDIX to LyXText.
>
| Good/bad idea? Other comments?
I am working/aiming to make LyXText _a lot_ sm
"Ruurd Reitsma" <[EMAIL PROTECTED]> writes:
| "Angus Leeming" <[EMAIL PROTECTED]> wrote in message
| [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>> >
>> > And I really think that we should ditch pipes as well and move on to
>> > local sockets.
>>
>> What about OS/2 and Windows? Do they have loc
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> I made the changes that I suggested to paragraph.[Ch] and have
Angus> tested it fairly it hard. Let me say:
Angus> I think that this is GREAT!
Angus> I have also re-packaged it for anyone else to try out
Angus> painlessly. Attach
On Monday 19 August 2002 12:43 pm, Ruurd Reitsma wrote:
> "Angus Leeming" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> > > And I really think that we should ditch pipes as well and move on to
> > > local sockets.
> >
> > What about OS/2 and Windows? Do t
Rob Lahaye wrote:
>
> Hi,
>
> Attached is the patch that implements the new layout for the graphics
> dialog with xforms.
Thanks for the feed back. This is a new patch that deals with the image
scaling only locally in FormGraphics. None of the unit lists elsewhere
are touched.
New Patch for t
"Angus Leeming" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >
> > And I really think that we should ditch pipes as well and move on to
> > local sockets.
>
> What about OS/2 and Windows? Do they have local sockets?
>
No local sockets on Windows... Actually,
I'd like to move "text related stuff" from BufferView to LyXText.
Attached patch creates a dispatch() for LyXText and moves the handling of
LFUN_APPENDIX to LyXText.
Good/bad idea? Other comments?
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do
On Monday 19 August 2002 11:41 am, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | On Monday 19 August 2002 11:27 am, Lars Gullik Bjønnes wrote:
> >> Angus Leeming <[EMAIL PROTECTED]> writes:
> >> | On Monday 19 August 2002 10:43 am, Lars Gullik Bjønnes wrote:
> >> >> I
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> On Thu, Aug 15, 2002 at 10:34:38PM -,
Dekel> [EMAIL PROTECTED] wrote:
>> http://bugzilla.lyx.org/show_bug.cgi?id=394
>>
>> [EMAIL PROTECTED] changed:
>>
>> What |Removed |Added
>>
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> Well the X input routine needs such a beast and we need it
Juergen> for the keyboard handling. Have a look at how this is encoded
Juergen> for the XForms frontend, now John has the problem that he
Juergen> doesn't have the base
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Monday 19 August 2002 11:27 am, Lars Gullik Bjønnes wrote:
>> Angus Leeming <[EMAIL PROTECTED]> writes:
>> | On Monday 19 August 2002 10:43 am, Lars Gullik Bjønnes wrote:
>> >> I have a small socket lib that I use from time to time...
>> >> (It works
Jean-Marc Lasgouttes wrote:
>>"John" == John Levon <[EMAIL PROTECTED]> writes:
>
>
> John> On Fri, Aug 16, 2002 at 05:10:16PM +0200, Jean-Marc Lasgouttes
> John> wrote:
>
>Does Qt use the default.ui file for its menu layout?
> John> Yes (but this will need to change)
>
>>> What
On Monday 19 August 2002 11:27 am, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | On Monday 19 August 2002 10:43 am, Lars Gullik Bjønnes wrote:
> >> I have a small socket lib that I use from time to time...
> >> (It works for named sockets/unix sockets/local sockets as
On Mon, Aug 19, 2002 at 12:06:00PM +0200, Jean-Marc Lasgouttes wrote:
> Dekel> It should also be applied to 1.2.1cvs. A pactch is attached.
>
> A question: why is it needed to have typewriter quotes in hebrew?
This is the style of quotes used in Hebrew.
> Doesn't hebrew use quotes? I am beginni
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Monday 19 August 2002 10:43 am, Lars Gullik Bjønnes wrote:
>> I have a small socket lib that I use from time to time...
>> (It works for named sockets/unix sockets/local sockets as well.)
>
| Isn't this just what lyxserver needs? It just sends and re
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Fri, Aug 16, 2002 at 05:10:16PM +0200, Jean-Marc Lasgouttes
John> wrote:
>> >> Does Qt use the default.ui file for its menu layout?
>>
John> Yes (but this will need to change)
>> What will need to change?
John> Some things like He
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Mon, Aug 19, 2002 at 12:12:35PM +0200, Jean-Marc Lasgouttes wrote:
>> Andre> Ok. Nobody complained for almost three days now and I've used
>> Andre> it successfully for a whole morning (whoahey..), so I'll just
>> Andre> commit what I have soon.
>>
On Mon, Aug 19, 2002 at 12:12:35PM +0200, Jean-Marc Lasgouttes wrote:
> Andre> Ok. Nobody complained for almost three days now and I've used
> Andre> it successfully for a whole morning (whoahey..), so I'll just
> Andre> commit what I have soon.
>
> I have a question now that you have done all th
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
| Dekel> On Sun, Aug 18, 2002 at 07:15:26PM +, [EMAIL PROTECTED] wrote:
>>> CVSROOT: /usr/local/lyx/cvsroot Module name: lyx-devel Repository:
>>> lyx-devel/src/ Changes by: [EMAIL PROT
On Monday 19 August 2002 10:43 am, Lars Gullik Bjønnes wrote:
> I have a small socket lib that I use from time to time...
> (It works for named sockets/unix sockets/local sockets as well.)
Isn't this just what lyxserver needs? It just sends and receives dats to and
from FIFO files. Could I have
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Fri, Aug 16, 2002 at 05:21:21PM +0200, Andre' Poenitz wrote:
>> As nobody commented, here follows a working patch that replaces all
>> Button*Notify routines with some "lfun handler" [maily a matter of
>> changing the function s
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> s/developpers/developers/ s/collapsable/collapsible/
Angus> s/positionning/positioning/ s/envirnment/environment/
Angus> - revert to the old behaviour when creating new floats (figure,
Angus> table...): the empty paragraph in the
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> On Sun, Aug 18, 2002 at 07:15:26PM +, [EMAIL PROTECTED] wrote:
>> CVSROOT: /usr/local/lyx/cvsroot Module name: lyx-devel Repository:
>> lyx-devel/src/ Changes by: [EMAIL PROTECTED] 02/08/18 19:15:26
>>
>> Modified files: lyx-deve
On Monday 19 August 2002 10:46 am, Andre Poenitz wrote:
> PS: I'll attach the stuff in case anybody wants to have a look.
Ok, this does rather more than I was anticipating.
It takes a command as argument, eg "maple -q" and forks a new process,
allowing you to send data to, and receive data fro
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> This applies to 1.2.1cvs, I'll have something similar in my
Andre> 1.3.0 tree which should get commited sometimes.
Andre> Jean-Marc, I think this is safe for 1.2.x.
Yes, it seems it is. Applied in a minute.
JMarc
On Fri, Aug 16, 2002 at 05:21:21PM +0200, Andre' Poenitz wrote:
> As nobody commented, here follows a working patch that replaces all
> Button*Notify routines with some "lfun handler" [maily a matter of changing
> the function signature and calling them wia 'localDispatch']
>
> This is just a ste
On Mon, Aug 19, 2002 at 06:05:58PM +0900, Rob Lahaye wrote:
> Jean-Marc Lasgouttes wrote:
> >>"Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
> >
> >
> > Angus> Hm. What do the LaTeX experts say? Angus
> >
> > That will be a problem when it is used somewhere which is not an
> >
On Mon, Aug 19, 2002 at 10:12:34AM +0100, Angus Leeming wrote:
> Didn't André post a pipestream class to the list some time ago? These sort of
> semantic differences should be encapsulated and hidden away.
I believe there was a strong connection between "my" pipestream class
and socket++ (i.e. t
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Monday 19 August 2002 9:33 am, Jean-Marc Lasgouttes wrote:
>> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>>
>> Angus> So, why's LyX going crazy and continually opening and closing
>> Angus> the connection under Tru64 unix? Is this som
On Monday 19 August 2002 9:33 am, Jean-Marc Lasgouttes wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> So, why's LyX going crazy and continually opening and closing
> Angus> the connection under Tru64 unix? Is this something I should
> Angus> worry about?
>
> The sem
Angus Leeming wrote:
> On Monday 19 August 2002 10:03 am, Jean-Marc Lasgouttes wrote:
>
>>>"Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>>
>>Angus> Hm. What do the LaTeX experts say? Angus
>>
>>That will be a problem when it is used somewhere which is not an
>>image (minipage
Jean-Marc Lasgouttes wrote:
>>"Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
>
> Angus> Hm. What do the LaTeX experts say? Angus
>
> That will be a problem when it is used somewhere which is not an
> image (minipage width or whatever).
Argh. Well, I may have to find another
On Monday 19 August 2002 10:03 am, Jean-Marc Lasgouttes wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> Hm. What do the LaTeX experts say? Angus
>
> That will be a problem when it is used somewhere which is not an
> image (minipage width or whatever).
Then it sh
On Monday 19 August 2002 9:59 am, Rob Lahaye wrote:
> >>but I need here also something like "image%%". May I add that?
> >
> > Not to xforms_helpers. It's used only by FormGraphics, so should go
> > there.
>
> I don't agree (I believe).
> I'll have an image% (well actually I renamed it to "scale%"
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Hm. What do the LaTeX experts say? Angus
That will be a problem when it is used somewhere which is not an
image (minipage width or whatever).
JMarc
Angus Leeming wrote:
> On Sunday 18 August 2002 3:50 am, Rob Lahaye wrote:
>
>>Angus Leeming wrote:
>>
>>>On Saturday 17 August 2002 7:05 am, Rob Lahaye wrote:
>>>
1) Image percentage unit needed for Width/Height output size.
>>>
>>>See xhorms_helpers.h. Do you want "choice_Length_All" rather
On Sunday 18 August 2002 3:50 am, Rob Lahaye wrote:
> Angus Leeming wrote:
> > On Saturday 17 August 2002 7:05 am, Rob Lahaye wrote:
> >>1) Image percentage unit needed for Width/Height output size.
> >
> > See xhorms_helpers.h. Do you want "choice_Length_All" rather than
> > "choice_Length_WithUn
On Mon, Aug 19, 2002 at 05:11:33PM +0900, Rob Lahaye wrote:
> > readFigInset() can be erased.
> > figinset insets are converted by lyx2lyx to insetgraphics.
>
> Double check: You mean the whole routine can be deleted right away.
> It's of no use anymore?
Yes.
On Sunday 18 August 2002 11:01 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | On Friday 16 August 2002 9:09 am, Andre Poenitz wrote:
> | > On Fri, Aug 16, 2002 at 09:50:53AM +0200, Lars Gullik Bjønnes wrote:
> | > > | Actually I think this implements _your_ idea of
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> So, why's LyX going crazy and continually opening and closing
Angus> the connection under Tru64 unix? Is this something I should
Angus> worry about?
The semantics of select on a named pipe are different on tru64 and
others. This m
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> I believe that this is what is meant:
Yes, probably.
JMarc
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Fri, Aug 16, 2002 at 04:01:10PM +0100, Angus Leeming wrote:
>> Modify it as you desire (using your script) and then return it to
>> the lyxserver with LFUN_INSET_MODIFY,
John> hmm OK. Maybe I just haven't thought about it. We use th
1 - 100 of 103 matches
Mail list logo