Dear list,
Finally, I get the latest cvs. My configure.py generates identical
lyxrc.defaults (subject to sort) and doc/Latexconfig.lyx as the bsh
version, after changing the case of four characters. Anyway, the
updated version is attached.
This is under my linux box. No testing has been done unde
> Well, you can always use
Always? devel.lyx.org died. wiki pointed me to
:ext:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot
(http://wiki.lyx.org/DevelTips/UsingCVS), the old devel site said
pserver:[EMAIL PROTECTED]:/lyx/cvs , Augus said
pserver:anoncvs AT anoncvs.us.lyx.org:/var/cvs.
None of them wo
On Fri, Sep 16, 2005 at 09:12:20PM -0700, Bo Peng wrote:
> Since I do not have access to lyx/cvs, I can only test it against
> 1.4.0pre1 from ftp.lyx.org.
Well, you can always use
CVSROOT=:pserver:[EMAIL PROTECTED]:/var/cvs/lyx
Then "cvs login" (password is "lyx")
Failing that, you can always b
Dear list,
Attached is a python version of lib/configure for 1.4.0 cvs. It is
written according to the m4 file at
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/configure.m4 .
Since I do not have access to lyx/cvs, I can only test it against
1.4.0pre1 from ftp.lyx.org.
Please test this scri
The displayed width of a space on-screen is taken from the wrong
position in the row... but only for RtL text. And thus the row display
is messed up if it contains spaces. Patch fixes this.
I believe this to be correct, but please test. Bug and patch are in
bugzilla: bug 2029.
- Martin
Index: r
Georg Baum wrote:
if you place the cursor in front of a vspace inset, it is displayed way
too high.
Did you try different vspace values (very large, very small)? I am not sure
whether this behaviour is on purpose or not.
Yes, I did. The LyX cursor is determined by the font size of the
On 9/16/05, Bo Peng <[EMAIL PROTECTED]> wrote:
> > Try pserver:anoncvs AT anoncvs.us.lyx.org:/var/cvs
> >
> > Peplace " AT " with "@".
>
> % cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs login
> Logging in to :pserver:[EMAIL PROTECTED]:2401/var/cvs
> CVS password:
> Fatal error, aborting.
> anoncvs:
Michael Gerz wrote:
> Hello,
>
> if you place the cursor in front of a vspace inset, it is displayed way
> too high.
Did you try different vspace values (very large, very small)? I am not sure
whether this behaviour is on purpose or not.
> I had a look at method "metrics" in insetvspace.C which
Juergen Spitzmueller wrote:
=> Question: How do I deactivate the line for the current cell?
a.) using the tabular dialog instead of the toolbar
b.) M-x m-toggle-line-top
I am not sure whether the user will actually be aware of these options.
Seriously, your bug report only refers to th
Hello,
if you place the cursor in front of a vspace inset, it is displayed way
too high.
I had a look at method "metrics" in insetvspace.C which IMHO is a bit
confusing (and partially wrong - Why is size set to 10 initially? Why do
we decrease the font size twice but compute some values in b
> Try pserver:anoncvs AT anoncvs.us.lyx.org:/var/cvs
>
> Peplace " AT " with "@".
% cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs login
Logging in to :pserver:[EMAIL PROTECTED]:2401/var/cvs
CVS password:
Fatal error, aborting.
anoncvs: no such user
Bo
Angus Leeming <[EMAIL PROTECTED]> writes:
| Bo Peng wrote:
|
| Hi, Bo. Yes, www.devel.lyx.org is currently dead. For CVS try
Not just currently, it will stay so. I might add a redirecting alias
later.
--
Lgb
Bo Peng wrote:
Hi, Bo. Yes, www.devel.lyx.org is currently dead. For CVS try
Try pserver:anoncvs AT anoncvs.us.lyx.org:/var/cvs
Peplace " AT " with "@".
--
Angus
Lars Gullik Bjønnes wrote:
> Test it hard, and get ok from J-M as well.
Certainly. Maybe even André finds the time to review the three assert fixes
over the weekend.
Jürgen
Jean-Marc Lasgouttes wrote:
>> "Georg" == Georg Baum
>> <[EMAIL PROTECTED]>
>> writes:
>
> Georg> Due to a lyx2lyx bug we have broken documents in lib/doc. See
> Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2027 for details. This
> Georg> patch repairs the documents, but does not fi
Hello,
last time I checked LyX/Win 1.4-MinGW, it crashed right after the start.
The debugger pointed to some gettext-related problem.
Yesterday, I tried to recompile the whole sources and - by accident - I
noticed a compiler warning in intl/printf-args.c, line 83. gcc told me
that the wrong
I can not use pserver:[EMAIL PROTECTED]:/lyx/cvs to get the
latest cvs either.
Bo
In <[EMAIL PROTECTED]>, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> typed:
> Mike> Configure ignores (some of) the --datadir, --bindir and --mandir
> Mike> options. I set them all to
> Mike> /Users/mwm/Applications/LyX.app/Contents/... to install
> Mike> 1.4.0CVSin ~/Applications, and "make intsall" s
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
| While thinking about the last (!) remaining critical bug in the 1.4 pipe, I
| stumbled over an old patch from Alfredo, which was rejected due to the
| feature freeze
| (http://marc.theaimsgroup.com/?l=lyx-devel&m=110186623406865&q=p3)
|
| The t
On Tue, 2005-08-16 at 09:05 +0200, Lars Gullik Bjønnes wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> | On Mon, Aug 15, 2005 at 03:12:03PM +0200, Lars Gullik Bjønnes wrote:
> >>
> >> My main reaons for being so unwilling is the changes to the .layout
> >> format. It really looks like a c
On Sep 16, 2005, at 9:33 AM, Mike Meyer wrote:
Readme.MacOSX refers to
ftp://ftp.lyx.org/pub/lyx/stable/lyx-mac-1.3.5-skeleton.tar.gz. That
file doesn't exist - it's actually a .zip file.
This file needs to be updated in at least a couple ways. First, it
should be renamed to Install.MacOSX
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Due to a lyx2lyx bug we have broken documents in lib/doc. See
Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2027 for details. This
Georg> patch repairs the documents, but does not fix the original
Georg> lyx2lyx bug.
Georg> OK to app
While thinking about the last (!) remaining critical bug in the 1.4 pipe, I
stumbled over an old patch from Alfredo, which was rejected due to the
feature freeze
(http://marc.theaimsgroup.com/?l=lyx-devel&m=110186623406865&q=p3)
The thing is, now, that this patch fixes the assert in a really ele
> "Mike" == Mike Meyer <[EMAIL PROTECTED]> writes:
Mike> Readme.MacOSX refers to
Mike> ftp://ftp.lyx.org/pub/lyx/stable/lyx-mac-1.3.5-skeleton.tar.gz.
Mike> That file doesn't exist - it's actually a .zip file.
This will need to be updated (actually put in CVS like we did for 1.3.x).
Mike> Co
Lars Gullik Bjønnes wrote:
> We can keep them separate from the users pov, but have them in the
> same cvs module, and in the same virtual host on the web server.
Is somebody working on this? If it is just a matter of copying the files to
the www-user cvs module and adjusting links etc. I could d
In <[EMAIL PROTECTED]>, Bo Peng <[EMAIL PROTECTED]> typed:
> One problem with the rc approach is that re-configuration is required
> whenever users change a filetype association. Also, opening a file
> with its associated application is quite easy under windows. (There are APIs.)
Since Bo Peng d
Due to a lyx2lyx bug we have broken documents in lib/doc. See
http://bugzilla.lyx.org/show_bug.cgi?id=2027 for details.
This patch repairs the documents, but does not fix the original lyx2lyx bug.
OK to apply?
GeorgIndex: lib/doc/ChangeLog
Readme.MacOSX refers to
ftp://ftp.lyx.org/pub/lyx/stable/lyx-mac-1.3.5-skeleton.tar.gz. That
file doesn't exist - it's actually a .zip file.
Configure ignores (some of) the --datadir, --bindir and --mandir
options. I set them all to
/Users/mwm/Applications/LyX.app/Contents/... to install 1.4.0CVSi
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
Bo> One problem with the rc approach is that re-configuration is
Bo> required whenever users change a filetype association.
Not if you use "start" as viewer of any file that is supported by
windows (the problem is to discover that).
Bo> Also, op
One problem with the rc approach is that re-configuration is required
whenever users change a filetype association. Also, opening a file
with its associated application is quite easy under windows. (There are APIs.)
Bo
> "michael" == michael gerz <[EMAIL PROTECTED]> writes:
michael> Hello, in a "g-brief-de" document, the top label "Brieftext"
michael> (letter text) is printed too low (BUG!). Yesterday, I looked
michael> at the LyX code and discovered the reason. The problem is
michael> that RowPainter::paint
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> The result is classcrash.diff below, which contains several
Jean-Marc> contents telling where more cleanup can/should be done.
Jean-Marc> Then it occurred to me that it is enough to just set the
Jean-Marc> textclass
This pair of patches is for
http://bugzilla.lyx.org/show_bug.cgi?id=1987
Test case:
1. New document
2. Change layout of empty paragraph to "Date"
3. Change document class to "Broadway"
=> Crash
I began by trying to move more code (in particular the
LFUN_TEXTCLASS_APPLY) into LFUN_
Lars Gullik Bjønnes wrote:
> | > | That's my point. I wasn't even aware that there had been an
> | > | upgrade two years ago.
> | >
> | > You have head me wanting to get rid of the php3 extension right?
> | > Did you think I pulled that out of thin air?
> |
> | I have no idea what goes on inside
> | | | > | There appears to be a problem with some of the web pages.
> | | | > | Eg http://www.lyx.org/about/credits.php
> | | | > | http://www.lyx.org/about/blanket-permission.php
> | | | > |
> | | | > | Warning: Directory system set up for just ONE level
> | | | > | ofsubdirectories. See main s
On Fri, 2005-09-16 at 12:46 +0200, Juergen Spitzmueller wrote:
> Martin,
> what is this fix for bug 1981 supposed to do?
> case LFUN_CUT:
> + cur.pos() = 0; // Prevent stale position >= size crash
> cutSelection(cur, true, true);
> cur.message(_("Cut"))
Martin,
what is this fix for bug 1981 supposed to do?
case LFUN_CUT:
+ cur.pos() = 0; // Prevent stale position >= size crash
cutSelection(cur, true, true);
cur.message(_("Cut"));
break;
It is the cause of a rather silly behavio
Angus Leeming <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > | That's my point. I wasn't even aware that there had been an
| > | upgrade two years ago.
| >
| > You have head me wanting to get rid of the php3 extension right?
| > Did you think I pulled that out of thin air?
|
| I ha
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> you are including the patch "inline" and not as attachment.
|
| "K b" is your friend in GNUS in such cases.
nice to know
--
Lgb
Lars Gullik Bjønnes wrote:
> | That's my point. I wasn't even aware that there had been an
> | upgrade two years ago.
>
> You have head me wanting to get rid of the php3 extension right?
> Did you think I pulled that out of thin air?
I have no idea what goes on inside that head of yours :)
> | C
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
|
| | Angus Leeming <[EMAIL PROTECTED]> writes:
| |
| | | Lars Gullik Bjønnes wrote:
| | |
| | | > Angus Leeming <[EMAIL PROTECTED]> writes:
| | | >
| | | > | There appears to be a problem with so
On Fri, 2005-09-16 at 11:59 +0200, Lars Gullik Bjønnes wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> | On Thu, 2005-09-15 at 14:10 +0200, Juergen Spitzmueller wrote:
> | > Martin Vermeer wrote:
> | > > > Please post the patch to bugzilla. I'll be happy to test it once my
> tree
> | > >
Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Thu, 2005-09-15 at 14:10 +0200, Juergen Spitzmueller wrote:
| > Martin Vermeer wrote:
| > > > Please post the patch to bugzilla. I'll be happy to test it once my tree
| > > > is ready for it (i.e., my tabular changes are in).
| > >
| > > So done.
| >
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
| Do we want to do the same for 1.3.7?
Lars> I'd say no. but your call.
Well, I'll do what Norwegian guys tell me to do. So I have one "no"
vote.
JMarc
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> you are including the patch "inline" and not as attachment.
"K b" is your friend in GNUS in such cases.
JMarc
Angus Leeming <[EMAIL PROTECTED]> writes:
| That's my point. I wasn't even aware that there had been an upgrade
| two years ago.
You have head me wanting to get rid of the php3 extension right?
Did you think I pulled that out of thin air?
| Communicate more!
| Ask for help more!
|
| Can you sum
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| Angus Leeming <[EMAIL PROTECTED]> writes:
|
| | Lars Gullik Bjønnes wrote:
| |
| | > Angus Leeming <[EMAIL PROTECTED]> writes:
| | >
| | > | There appears to be a problem with some of the web pages. Eg
| | > | http://www.lyx.org/about/credits.ph
Lars Gullik Bjønnes wrote:
> | > They all neet a goot look over to work properly with php 5.
> |
> |
> | Lars, sometimes your upgrading is just half-baked, y'know! Upgrade
> | by all means, but get people on board before you do it and they'll
> | be willing and able to help you resolve these prob
On Thu, 2005-09-15 at 14:10 +0200, Juergen Spitzmueller wrote:
> Martin Vermeer wrote:
> > > Please post the patch to bugzilla. I'll be happy to test it once my tree
> > > is ready for it (i.e., my tabular changes are in).
> >
> > So done.
>
> The patch fixes the bug, as far a can tell from my tes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes:
|
| Helge> I noticed that "cvs diff" skipped three files: * po/Makefile Is
| Helge> this one autogenerated with languages from po/LINGUAS?
|
| Helge> * lib/doc/Makefile * lib/doc/Makefil
Angus Leeming <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
|
| > Angus Leeming <[EMAIL PROTECTED]> writes:
| >
| > | There appears to be a problem with some of the web pages. Eg
| > | http://www.lyx.org/about/credits.php
| > | http://www.lyx.org/about/blanket-permission.php
| > |
|
Helge Hafting <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
|
| >Helge Hafting <[EMAIL PROTECTED]> writes:
| >[...]
| >| Should I send a diff for the changed files and let one of you
| >| do the rename in cvs, or is there a way of making a patch
| >| that removes the "no" files and ad
Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
>
> | There appears to be a problem with some of the web pages. Eg
> | http://www.lyx.org/about/credits.php
> | http://www.lyx.org/about/blanket-permission.php
> |
> | Warning: Directory system set up for just ONE level
> | o
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes:
Helge> I noticed that "cvs diff" skipped three files: * po/Makefile Is
Helge> this one autogenerated with languages from po/LINGUAS?
Helge> * lib/doc/Makefile * lib/doc/Makefile.in Autogenerated from
Helge> lib/doc/Makefile.am ?
These fi
Lars Gullik Bjønnes wrote:
Helge Hafting <[EMAIL PROTECTED]> writes:
[...]
| Should I send a diff for the changed files and let one of you
| do the rename in cvs, or is there a way of making a patch
| that removes the "no" files and add the "nb" files?
Send it to me with a list of what needs to
Angus Leeming wrote:
> As for python's abilities in this regard, googling on "python search
> registry" turns up lots of stuff. Eg
> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/174627
Also
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146305
--
Angus
Angus Leeming <[EMAIL PROTECTED]> writes:
| There appears to be a problem with some of the web pages. Eg
| http://www.lyx.org/about/credits.php
| http://www.lyx.org/about/blanket-permission.php
|
| Warning: Directory system set up for just ONE level ofsubdirectories.
| See main start.php3 file
|
Jean-Marc Lasgouttes wrote:
> Juergen> Can this one pass?
>
> Sure. You understand more about undo that I do now :)
I don't claim to understand the internals, but I think I'm beginning to
understand how it is meant to be used (which is not much, but enough to fix
this bug).
Anyway, it will be i
Jean-Marc Lasgouttes wrote:
> Concerning Bo's remark that a lot of win32/mac specific code is
> going to be added, we should think a bit about that before actually
> doing it.
>
> One solution would be to add code at LyX level to use OS-provided
> hooks for opening documents. Then we could decide
There appears to be a problem with some of the web pages. Eg
http://www.lyx.org/about/credits.php
http://www.lyx.org/about/blanket-permission.php
Warning: Directory system set up for just ONE level ofsubdirectories.
See main start.php3 file
This page used to display properly. Anybody know what's
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Bo Peng wrote:
>>> Here's the output from my linux box together with a small fix.
>>>
>>> $ diff -u -Bbw ../build/lib/lyxrc.defaults . > lyxrc.diff $ diff
>>> -u configure_orig.py configure.py > configure.diff
>> How do you like t
> "Mike" == Mike Meyer <[EMAIL PROTECTED]> writes:
Mike> Details on my environment:
A small offtopic remark:
Mike> --with-pspell
This does nothing, since pspell is autodiscovered. Only
--without-pspell matters.
Mike> --with-extra-libs=/usr/opt/lib --with-extra-inc=/usr/opt/include
You ca
Helge Hafting <[EMAIL PROTECTED]> writes:
| I now have a working lyx-1.4cvs which uses nb instead of no.
| I get translated text with LANG=nb_NO, and I get the
| freshly renamed nb_Intro.lyx from the help menu.
|
| This was less work than expected. Just a few renames,
| makefile changes, and cha
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Michael Gerz wrote:
>> >Please test. >
>>
>> Works like a charm! Thank you!
Juergen> Thanks for testing!
Juergen> Can this one pass?
Sure. You understand more about undo that I do now :)
JMarc
Helge Hafting wrote:
> Should I send a diff for the changed files and let one of you
> do the rename in cvs, or is there a way of making a patch
> that removes the "no" files and add the "nb" files?
rename is not possible in cvs. You need to do
cvs remove no.po
cvs add nb.po
and the the diff wo
I now have a working lyx-1.4cvs which uses nb instead of no.
I get translated text with LANG=nb_NO, and I get the
freshly renamed nb_Intro.lyx from the help menu.
This was less work than expected. Just a few renames,
makefile changes, and changelog updates.
How to I submit a patch with renamed
Bo Peng wrote:
>> Here's the output from my linux box together with a small fix.
>>
>> $ diff -u -Bbw ../build/lib/lyxrc.defaults . > lyxrc.diff
>> $ diff -u configure_orig.py configure.py > configure.diff
>
> How do you like the attached new version? checkProg() now
> handles rc file and all in
Michael Gerz wrote:
> >Please test.
> >
>
> Works like a charm! Thank you!
Thanks for testing!
Can this one pass?
Jürgen
68 matches
Mail list logo