Uwe Stöhr wrote:
> p.s. please CC answers to me
Please consider reading the list via the mailing list<->news interface at
gmane (see http://www.gmane.org, the group name is gmane.editors.lyx.devel)
if you don't want to get it by mail. You can even use a browser interface
there. Gmane is very e
Jose' Matos wrote:
> Hello,
> I have implemented the --try-hard option. As you can see it will catch any
> python exception in the convertion step and ignore it.
>
> My question is how to warn the user that something wrong happened during
> the convertion? The goal would be to ask the user to rep
On Wednesday 08 June 2005 00:05, Uwe Stöhr wrote:
> > Do you get a pop up dialog appearing
> >
> > Failed attempting to set 'path_prefix' in the configure
> > script"
>
> OK
>
> No because the 'path_prefix' is set correctly. As the path to the
> sh.exe isn't in
> Do you get a pop up dialog appearing
> Failed attempting to set 'path_prefix' in the configure script"
OK
No because the 'path_prefix' is set correctly. As the path to the sh.exe
isn't in the PATH (I haven't installed MSYS and use stripped files),
Windows sho
> I've updated http://wiki.lyx.org/Windows/LyX136pre to cover
everything > you've reported, some of which I've resolved and some of
which remain. > Have I missed anything?
No. But could you give the installer package file a new number when you
upload a new version. E.g. "lyx_setup_136_07062005
On Tuesday 07 June 2005 18:03, Jean-Pierre Chretien wrote:
> Hello Angus,
Bonsoir, Jean-Pierre.
> Attached is an updated version of french.nsh.
Thank you. I'll upload this tomorrow.
> A few remarks after an install on Win 2000 from scratch
> (no python, no miktex, ...):
> - the installer did n
Uwe Stöhr wrote:
Hi Angus,
Good eening, Uwe.
I've some more annotations:
I mean that the folder of the stripped files have to be in the
system environment variable "PATH" so that every script can find
them.
That's what happens now. LyX fires up, reads its lyxrc.defaults file
and prepends
Uwe Stöhr wrote:
Hi Angus,
there is n annoying menu problem in your LyXWin version that don't exist
in Ruurds version:
- create a displayed formula, leave the cursor in this formula
- now open the menu Edit -> Math
- move the mouse over the appearing submenu "Change Limits Type" and the
sub
Uwe Stöhr wrote:
I can't get the spellchecker to work altough aspell is installed. This
is a regression as it works in Ruurds version. I wrote once a section in
the WindowsSetup wiki page about enabling the spellchecker in LyXWin.
Hopefully this helps you to enable aspell for your version.
Ye
Uwe Stöhr wrote:
Now two general annotations for LyX 1.3.6CVS's preferences:
- Why is the screen DPI decreased to 72? Could you please reset its
default value to 96 as it is the case in LyX 1.2.x till now?
I don't touch \screen_dpi and, indeed, there is no such entry in
lyxrc.defaults or in
Hi Angus,
there is n annoying menu problem in your LyXWin version that don't exist
in Ruurds version:
- create a displayed formula, leave the cursor in this formula
- now open the menu Edit -> Math
- move the mouse over the appearing submenu "Change Limits Type" and the
submenus will appear
Johann Kellerman wrote:
Can't get the spell checker to work at all.
Angus Leeming replied:
aspell support is compiled in, but I haven't included any dictionaries.
Ok, I dug further. It seems I messed up :(
`aspell dump config` reveals why:
# conf current: aspell.conf
# conf-dir current:
Hi Angus,
I've some more annotations:
I mean that the folder of the stripped files have to be in the
system environment variable "PATH" so that every script can find
them.
That's what happens now. LyX fires up, reads its lyxrc.defaults file
and prepends its PATH environment variable with the
Georg Baum wrote:
> Attached is a tested, working 1.3 patch that fixes bug 1665, following an
> idea of Jean-Marc (see http://bugzilla.lyx.org/show_bug.cgi?id=1665). I
> know that this is no crash, but it is very annoying for me (because we
> produce many of our documents via commandline export),
Hello,
I have implemented the --try-hard option. As you can see it will catch
any
python exception in the convertion step and ignore it.
My question is how to warn the user that something wrong happened
during
the convertion? The goal would be to ask the user to report it to us
Jean-Marc Lasgouttes wrote:
> Actually, if want_gui is false, only Buffer::dispatch is invoked, and
> this one only supports LFUN_EXPORT. This means that -x cannot do
> anything that -e does not already do. This is broken IMO.
Agreed. It should now work again.
GeorgIndex: src/ChangeLog
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> H. I wonder what happened there? The test looks far too
Angus> specific to be an accident...
Yes.
Angus> But I also see that there is no HAVE_READ or HAVE_WRITE in
Angus> config.h on either the linux or the windows boxes.
The
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> I set it to false because it seemed that this was wanted, but
Georg> it is not needed. We can of course decide that -x wants a gui.
Georg> The problem is that there are some cases where -x needs a gui
Georg> and others where it does no
On Tue, 7 Jun 2005, Angus Leeming wrote:
> Christian wrote:
> > Oh, and Angus would like to become a member of the group 'wiki'.
> Lars replied:
> > Already done.
>
> Thanks, Lars. So, Christian, all you need do now is tell me where the wiki
> pages are stored. I don't see a /home/wiki on aussie.
Christian wrote:
> Oh, and Angus would like to become a member of the group 'wiki'.
Lars replied:
> Already done.
Thanks, Lars. So, Christian, all you need do now is tell me where the wiki
pages are stored. I don't see a /home/wiki on aussie...
--
Angus
Jean-Marc Lasgouttes wrote:
> Since Georg recent patch to fix gui-less operation, it is not possible
> anymore to do benchmarking with something like
>
> lyx -x 'command-sequence repeat 100 screen-down ; lyx-quit' UserGuide.lyx
>
> This is because parse_execute in lyx_main.C sets is_gui to false
Jean-Marc Lasgouttes wrote:
>
> The code in lyxsocket.C starts with
>
> #if !(defined(HAVE_READ) && defined(HAVE_WRITE) && defined(HAVE_CLOSE))
>
> Unfortunately, while configure.ac checks for close(), there is no test
> for read() or write() that I could find. Angus, what is the fix?
> Should
[EMAIL PROTECTED] writes:
| On Tue, 7 Jun 2005, Georg Baum wrote:
>
>> [EMAIL PROTECTED] wrote:
>>
>> > The IPFM (a filemanager) should in theory be able to handle the upload,
>> > but it seems it chokes on files bigger than 2 MB :-( That's an Apache
>> > limit if IRCC.
>>
>> It is usually set
On Tue, 7 Jun 2005, Georg Baum wrote:
> [EMAIL PROTECTED] wrote:
>
> > The IPFM (a filemanager) should in theory be able to handle the upload,
> > but it seems it chokes on files bigger than 2 MB :-( That's an Apache
> > limit if IRCC.
>
> It is usually set in php.ini:
>
> ; Maximum allowed si
The code in lyxsocket.C starts with
#if !(defined(HAVE_READ) && defined(HAVE_WRITE) && defined(HAVE_CLOSE))
Unfortunately, while configure.ac checks for close(), there is no test
for read() or write() that I could find. Angus, what is the fix?
Should I just add thoese tests? Is there a need to t
Since Georg recent patch to fix gui-less operation, it is not possible
anymore to do benchmarking with something like
lyx -x 'command-sequence repeat 100 screen-down ; lyx-quit' UserGuide.lyx
This is because parse_execute in lyx_main.C sets is_gui to false.
Georg, was this something we could not
Jose' Matos wrote:
> The patch will catch all exceptions during convertions if a given flag
> is
> given. I suggest also not to change the lyx2lyx version but to pass
> directly the 221 format since it is known.
The latter is already done. I changed the version because I did not want to
annoy
On Tuesday 07 June 2005 12:15, Georg Baum wrote:
>
> Ok, here is the lyx2lyx backport patch. It works for me, and I am going
> to commit that tomorrow if nobody says no. The changes to buffer.C will
> follow after that.
Thanks, I will test the changes to make it more robust. I expect to have a
Georg Baum wrote:
> That makes sense. However there is one part missing, and I'll add that:
> Currently LyX sends only older files through lyx2lyx, but it should also
> convert newer files.
Ok, here is the lyx2lyx backport patch. It works for me, and I am going to
commit that tomorrow if nobody s
Angus Leeming wrote:
Then the user chooses an install directory for LyX and the
LyX-files are extracted there. The stripped versions of python etc.
are included in the install package. Assuming the install directory
is C:\LyX they are extracted in C:\LyX\bin (the same directory like
the lyx.exe)
[EMAIL PROTECTED] wrote:
> The IPFM (a filemanager) should in theory be able to handle the upload,
> but it seems it chokes on files bigger than 2 MB :-( That's an Apache
> limit if IRCC.
It is usually set in php.ini:
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
Of cours
On Tue, 7 Jun 2005, Angus Leeming wrote:
> Christian, I'm not sure if you follow the lyx-devel list too closely,
> so I'm taking the liberty of forwarding this message to you direct.
I follow the devel list, but not too closely. I also follow the user's
list, but even less closely. However, put
Johann Kellerman wrote:
> Hi,
>
> I used the installer from http://www.lyx.org/~leeming/lyx_setup_136.exe
> and it works great! Windows compatibility has imoroved by miles. Instant
> preview works 100% and the math boxes seems to be completely aligned.
Good to hear. I propose to post updated vers
Hi,
I used the installer from http://www.lyx.org/~leeming/lyx_setup_136.exe
and it works great! Windows compatibility has imoroved by miles. Instant
preview works 100% and the math boxes seems to be completely aligned.
Some minor issues:
When installation is done the first time lyx is run I get
Jean-Pierre Chrétien wrote:
I uploaded a first proposal for this file in the wiki
http://wiki.lyx.org/uploads/Windows/french.nsh
Thank you, Jean-Pierre. I've grabbed it (removed it from the wiki too) and
added it to the installer.
How can I test it ? (if needed, seems that what should be va
Martin Vermeer <[EMAIL PROTECTED]> writes:
| Remind me to tell you all about an earlier disaster visit to Paris, with
| Sabena. After a few beers ;-)
I just got my ticket from kilroy. You do have that in finland don't
you? (at least a finnish server was involved when I ordered)
http://www.kilroy
Jean-Pierre Chrétien wrote:
I uploaded a first proposal for this file in the wiki
http://wiki.lyx.org/uploads/Windows/french.nsh
Thank you, Jean-Pierre. I've grabbed it (removed it from the wiki too) and
added it to the installer.
How can I test it ? (if needed, seems that what should be va
On Sun, 2005-06-05 at 22:53, Martin Vermeer wrote:
> On Fri, May 20, 2005 at 11:31:15PM +0200, Jean-Marc Lasgouttes wrote:
> > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
> >
> > Lars> So July 14-18 (the 16. weekend) it is?
> >
> > Yes sir!
> >
> > JMarc
>
> Assuming this is
Lars Gullik Bjønnes wrote:
> "Jose' Matos" <[EMAIL PROTECTED]> writes:
>
> | And why should them be read if they are newer? It was me who motivated
> | Lars to do this change. The argument is simple, every knowledge about
> | the lyx file format should go into lyx2lyx.
>
> Yes, that is right.
This is under Cygwin, using xforms frontend:
Using CVS lyx, upon Insert->File->Plain Text As Paragraphs
Lyx crashes with the following messages (Plain Text As Lines works, though):
virtual void InsetText::doDispatch(LCursor&, FuncRequest&) [ cmd.action = 217]
*** LyXText::dispatch: cmd: action
I uploaded a first proposal for this file in the wiki
http://wiki.lyx.org/uploads/Windows/french.nsh
How can I test it ? (if needed, seems that what should be validated
is only the understandabiblity of the French translations, but
I think it's better to see it in situation than in an i18n file).
[EMAIL PROTECTED] wrote:
> On Tue, 7 Jun 2005, Alstrup, Asger Kunuk Ottar wrote:
>
>> In my book, Angus is a superstar. Angus, do not worry about all the
>> flack. That is only because there is a lot of interest in a windows
>> installer. And if the itch scratches enough for the whiners, they can
[EMAIL PROTECTED] wrote:
>> Christian, can I get you to move the binary
>> http://www.lyx.org/~leeming/lyx_setup_136.exe to the wiki upload
>> area. I guess it should be moved to
>> http://wiki.lyx.org/uploads/Windows/LyX136pre/lyx_setup_136.exe ?
>> It's too big (6MB) for me to do this myself, I b
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> Jean-Marc Lasgouttes wrote:
>> Hello Michael,
>>
>> Do you have a more precise idea of when you will be coming?
>>
>>
Michael> I just bought my ticket. I will arrive at Gare du Nord on
Michael> 16.07. at 13:05 and leave on
On Monday 06 June 2005 22:41, Uwe Stöhr wrote:
> Angus Leeming wrote:
> >> Why extensive testing? We know which files are needed and
> >> provide the official actual versions (the same that are used in
> >> the actual MSYS version).
> >
> > I'm afraid that I don't believe that this is so. Seve
45 matches
Mail list logo