On Sun, Aug 11, 2002 at 01:02:41PM +0900, Rob Lahaye wrote:
> http://marc.theaimsgroup.com/?l=lyx-devel&r=1&w=2
I added a mention today.
> news://news.gmane.org/gmane.editors.lyx.devel
Good idea.
regards
john
--
"It is unbecoming for young men to utter maxims."
- Aristotle
Hi,
The LyX webpages provide as current mailinglist archives at
"www.lyx.org/internet/mailing.php3",
only the one at www.mail-archive.com.
Since this mailinglist is slow and has frequently update problems, I recommend to
provide
here a more complete list of equivalent archives:
http://w
Hi,
po/bg.po (Bulgarian) has in its header:
"Content-Type: text/plain; charset=windows-1251\n"
"Content-Transfer-Encoding: 8bit\n"
and po/he.po (Hebrew) has there:
"Content-Type: text/plain; charset=unknown\n"
"Content-Transfer-Encoding: unknown\n"
This results in unpleasant warnin
On Sat, Aug 10, 2002 at 09:40:45PM -0500, George K. Thiruvathukal wrote:
> What would probably make sense is for me to send you a complete "log" of
> the configure so you can see for yourself. Would that be good?
Sure. And the output to the console (which is different, annoyingly).
> On the Mac
Hi, John,
I'm not sure why the problems are happening either; however, I am pretty
convinced that I have the required setup to do the build correctly.
I'm using the same version of autoconf (I think, 2.13) as found and
checked in your configure script. I doubt there's a problem with macros
but a
Jean-Marc Lasgouttes wrote:
>>"R" == R Lahaye <[EMAIL PROTECTED]> writes:
>
>
> R> Hi,
>
> R> Recently the new menu policy shows all entries, but greys out those
> R> who are not appropriate.
>
> R> However, if there's an item with subitems, then it would be nice if
> R> the item gets g
On Sat, Aug 10, 2002 at 04:01:06PM -0500, George K. Thiruvathukal wrote:
> 1.1.6, which had the same build problems). I hope that my feedback will be
> helpful to you and that you can modify your configure.in (where most all
> of the problems are) so there can one day be a clean build on OS X.
I
On Sun, Aug 11, 2002 at 01:52:13AM +0200, Lars Gullik Bjønnes wrote:
> What version of autoconf is this?
autoconf-2.13-9
a real autoconf bug then ?
john
--
"It is unbecoming for young men to utter maxims."
- Aristotle
John Levon <[EMAIL PROTECTED]> writes:
| On Sat, Aug 10, 2002 at 08:00:08PM +0200, Lars Gullik Bjønnes wrote:
|
| > Please review this and comment.
|
| I don't like this "de/increasePosAfterPos" thing, it's thoroughly
| confusing to name two different things pos.
|
| How about :
|
| voi
John Levon <[EMAIL PROTECTED]> writes:
| seems to work anyhoo, but several of these :
|
| checking xforms header version... (cached) 1.0.0
| ./configure: C: command not found
What version of autoconf is this?
My RH-7.3 version does not show this.
--
Lgb
Hi!
I am happy to report that I have identified and documented the issues to
get Lyx 1.2.0 built on Mac OS X. I realize that the Fink project will get
it working as well; however, I have some doubts that they are
communicating all the issues to the Lyx team to ensure that future
releases build co
On Sat, Aug 10, 2002 at 08:00:08PM +0200, Lars Gullik Bjønnes wrote:
> Please review this and comment.
I don't like this "de/increasePosAfterPos" thing, it's thoroughly
confusing to name two different things pos.
How about :
void fixupPos(InsetList::iterator b, InsetList::iterator e, i
I've been too busy recently, so I don't know how long this has been going on:
make[1]: Entering directory `/home/kayvan/src/lyx/config'
make[1]: *** No rule to make target `sigc++.m4', needed by `distdir'. Stop.
make[1]: Leaving directory `/home/kayvan/src/lyx/config'
make: *** [distdir] Error 1
seems to work anyhoo, but several of these :
checking xforms header version... (cached) 1.0.0
./configure: C: command not found
(cached or not)
john
--
"It is unbecoming for young men to utter maxims."
- Aristotle
Please review this and comment.
? build
Index: src/BufferView2.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView2.C,v
retrieving revision 1.139
diff -u -p -r1.139 BufferView2.C
--- src/BufferView2.C 10 Aug 2002 15:20
On Sat, Aug 10, 2002 at 07:31:52PM +0200, Lars Gullik Bjønnes wrote:
> sorry about that.
thanks for the quick fix ;)
john
--
"It is unbecoming for young men to utter maxims."
- Aristotle
John Levon <[EMAIL PROTECTED]> writes:
| autoconf: Undefined macros:
| ***BUG in Autoconf--please report*** AC_LANG_PUSH
| ***BUG in Autoconf--please report*** AC_LANG_POP
|
| 2.13
|
| Lars can you please test with both versions before committing ? These
| breakages block any testing etc. I nee
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_LANG_PUSH
***BUG in Autoconf--please report*** AC_LANG_POP
2.13
Lars can you please test with both versions before committing ? These
breakages block any testing etc. I need to do !
regards
john
--
"It is unbecoming for youn
On Sat, Aug 10, 2002 at 12:07:40PM +0200, Lars Gullik Bjønnes wrote:
> | LFUN_PRESS(x,y,button,state)
> | LFUN_RELEASE(x,y,button,state)
> | LFUN_MOVE(x,y,...)
>
> LFUN_DRAG too then?
that is what "MOVE" is, we pass the button(s) held like we do now.
If you mean drag and drop, then I think we
Looks already good, doesn't it?
Pity it doesn't work so good. And I'm not even sure I'm on the right
track.
Martin
short.png
Description: PNG image
msg42354/pgp0.pgp
Description: PGP signature
John Levon wrote:
> How well tested is it ? Have you tried the usual corner cases like
> URL-in-tabular, URL-in-minipage-in-tabular etc. ?
The patch only applies to collapsable insets! A minipage inside a table
causes no harm.
>> - The usual question: Can it be applied to 1.3.0/1.2.1cvs?
>
John Levon <[EMAIL PROTECTED]> writes:
| On Fri, Aug 09, 2002 at 03:17:31PM +0200, Andre Poenitz wrote:
|
| > What is 'state'?
|
| Actually we don't use it yet but it was going to be key state
| (ctrl alt shift)
|
| so scrub that
Nah... if possible we should have that as well.
--
Lg
John Levon <[EMAIL PROTECTED]> writes:
| On Fri, Aug 09, 2002 at 02:34:28PM +0200, Andre Poenitz wrote:
|
| > But I have no strong opinion on how the lfuns should look like.
| >
| > Maybe a single LFUN_MOUSE?
|
| no
|
| LFUN_PRESS(x,y,button,state)
| LFUN_RELEASE(x,y,button,state)
| LFUN_MOVE
Andre Poenitz <[EMAIL PROTECTED]> writes:
| Has anybody any opinion on that topic?
|
| I'd use such thing for interanal use in mathed but it looks as the "real"
| inset could use them, too.
Sure, I'd like it.
--
Lgb
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Friday 09 August 2002 1:53 pm, Lars Gullik Bjønnes wrote:
| > Angus Leeming <[EMAIL PROTECTED]> writes:
| > | +void Counters::reset()
| > | +{
| > | + CounterList::iterator it = counterList.begin();
| > | + CounterList::iterator end = counterList.en
25 matches
Mail list logo