Abdelrazak Younes wrote:
> Indeed, for me neither. Works for other programs though... Surely
> because it is a graphical program.
No. The reason is that debug output is sent to stderr, not stdout. "lyx -dbg
info 2> foo.log" works on linux, but I don't know if the windows shell is
clever enough to
Michael Gerz wrote:
> >The attached patch (against 1.4svn) should fix it, but since I cannot
> >reproduce the problem here, Michael or someone who sees it should test.
> >
>
> Looks good. Please commit.
Jean-Marc, okay?
BTW Michael, do you see the same problem in trunk?
Jürgen
As the last thing before I actually go on vacation, I've activated a
recipe for the wiki called 'blocklist2'
http://pmwiki.org/wiki/Cookbook/Blocklist2
Currently it blocks any changes to a page that contains the text
'ringtone' or the text 'insurance'.
In case this causes problems, e
> Do you want a patch along these lines? I think it is more elegant.
Here is my proposed patch.
I like this *a lot* better than executing two commands. If you have
tested it, I will apply it unless I heard some other opinions.
Bo
On Thu, Jun 29, 2006 at 10:07:53PM +0200, Enrico Forestieri wrote:
> On Thu, Jun 29, 2006 at 01:32:27PM -0500, Bo Peng wrote:
> > OK. Here is the suggested patch that removes the last (?) call to
> > shell. Any objection?
>
> Actually, I was trying another solution...
> My idea is to query the reg
On Thu, Jun 29, 2006 at 10:05:50PM +0300, Martin Vermeer wrote:
> On Thu, 29 Jun 2006 13:54:09 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
> wrote:
>
> > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
> >
> > > I suspect you are now referring to a different bug. I, to the
> > >
Hello,
This patch cleans up a lot of thing. It removes the work_area_ member
from BufferView and all the cursor handling. The next thing to cleanup
on the list is LyXView but that's another story.
Qt4 and qt3 have been tested. I would like to commit that instead of
going through a branch. An
Juergen Spitzmueller wrote:
Juergen Spitzmueller wrote:
I do not have access to my tree now for a
few days, but I may have a look at the end of the week if it's not done
until then.
The attached patch (against 1.4svn) should fix it, but since I cannot
reproduce the problem here, Mich
On Thu, Jun 29, 2006 at 01:32:27PM -0500, Bo Peng wrote:
> OK. Here is the suggested patch that removes the last (?) call to
> shell. Any objection?
Actually, I was trying another solution...
My idea is to query the registry about cygwin. I just tested the
attached source and it works...
Do you w
Alex wrote:
Dear All,
Usual update in the attachment.
Alex
Committed!
Michael
On Thu, 29 Jun 2006 13:54:09 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> > I suspect you are now referring to a different bug. I, to the
> > note-within-inset extends-past-cell-right-edge one.
>
> Actually, I believe i
Juergen Spitzmueller wrote:
> I do not have access to my tree now for a
> few days, but I may have a look at the end of the week if it's not done
> until then.
The attached patch (against 1.4svn) should fix it, but since I cannot
reproduce the problem here, Michael or someone who sees it should t
OK. Here is the suggested patch that removes the last (?) call to
shell. Any objection?
Index: src/support/os_win32.C
===
--- src/support/os_win32.C (revision 14265)
+++ src/support/os_win32.C (working copy)
@@ -163,8 +163,
> >That's from src/support/os_win32.C in the init() function.
> >Here "sh -c uname" is tried in order to detect a cygwin environment.
> >If the command is not found, it is assumed that there is no such
> >environment. Hence, the warning is not harmful.
>
> If you only want to check if an environme
Edwin Leuven wrote:
Abdelrazak Younes wrote:
You can adjust the proprerties by clicking on the top-left corner of
the window.
i know, but i cannot increase the buffer beyond 999 lines...
Weird, mine is 3000.
You can also do "lyx -dbg info > foo.log"
doesn't do anything for me
Indeed,
On Thu, Jun 29, 2006 at 11:33:29AM -0500, Bo Peng wrote:
> >That's from src/support/os_win32.C in the init() function.
> >Here "sh -c uname" is tried in order to detect a cygwin environment.
> >If the command is not found, it is assumed that there is no such
> >environment. Hence, the warning is no
Abdelrazak Younes wrote:
You can adjust the proprerties by clicking on the top-left corner of the
window.
i know, but i cannot increase the buffer beyond 999 lines...
You can also do "lyx -dbg info > foo.log"
doesn't do anything for me
Edwin Leuven wrote:
Bo Peng wrote:
when i launch lyx is see this in the command window:
Could you provide more debug information, like lyx -dbg info?
have no idea how to make the command buffer store more than 999 lines in
windows...
You can adjust the proprerties by clicking on the top-
That's from src/support/os_win32.C in the init() function.
Here "sh -c uname" is tried in order to detect a cygwin environment.
If the command is not found, it is assumed that there is no such
environment. Hence, the warning is not harmful.
If you only want to check if an environment is cygwin,
On Thu, Jun 29, 2006 at 05:43:15PM +0200, Edwin Leuven wrote:
> Bo Peng wrote:
> >>does this mean we don't need shell anymore?
> >
> >Yes. No shell is needed for lyx/trunk now. The windows installer of
> >lyx-1.4.3 (?) no longer has to bundle sh, sed, find etc.
>
> when i launch lyx is see this in
Bo Peng wrote:
when i launch lyx is see this in the command window:
Could you provide more debug information, like lyx -dbg info?
have no idea how to make the command buffer store more than 999 lines in
windows...
when i launch lyx is see this in the command window:
Could you provide more debug information, like lyx -dbg info?
Bo
when i launch lyx is see this in the command window:
'sh' is not recognized as an internal or external command,
operable program or batch file.
Under linux, if I remove /bin/sh, I do not see this error, but lyx2lyx
does not work.
Bo
Bo Peng wrote:
does this mean we don't need shell anymore?
Yes. No shell is needed for lyx/trunk now. The windows installer of
lyx-1.4.3 (?) no longer has to bundle sh, sed, find etc.
when i launch lyx is see this in the command window:
'sh' is not recognized as an internal or external comm
does this mean we don't need shell anymore?
Yes. No shell is needed for lyx/trunk now. The windows installer of
lyx-1.4.3 (?) no longer has to bundle sh, sed, find etc.
Bo
Bo Peng wrote:
Here is the result of my tests.
Thank you very much. The problems have been corrected, and the patch
submitted.
does this mean we don't need shell anymore?
Here is the result of my tests.
Thank you very much. The problems have been corrected, and the patch submitted.
Bo
[EMAIL PROTECTED] wrote:
> I just wanted to say nice work to Juergen, for doing this
> http://wiki.lyx.org/FAQ/Pronunciation
Thanks.
> "Glad sommar", I'm off to Bulgaria for two weeks now!
> /Christian
>
> PS. When I'll get back I'll have a look at some "infra-structure" for
> dealing wit
On Wed, Jun 28, 2006 at 10:44:55PM -0500, Bo Peng wrote:
> Attached. Please test.
>
> Method:
> python fig2pstex.py file.fig file.pstex
> python fig2pdftex.py file1.fig file1.pdftex
>
> You should get valid file.eps, file.pstex, file1.pdf, file1.pdftex.
Here is the result of my tests.
1) When t
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
> I suspect you are now referring to a different bug. I, to the
> note-within-inset extends-past-cell-right-edge one.
Actually, I believe it is the same bug:
wide-collapsable-inset-always-uses-the-whole-screen-enven-when-it-does-not-nee
On Thu, 29 Jun 2006 12:47:03 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> Here is my patch improved as I think it should be. This works,
> Martin> and reserves even the right amount of space in a cell, not too
>
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> Note that the bug does not need a tabular inset to express
Jean-Marc> itself. Try to insert a not inset in an empty document.
"a note inset" of course.
JMarc
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Here is my patch improved as I think it should be. This works,
Martin> and reserves even the right amount of space in a cell, not too
Martin> much.
Martin> The expression for openinlined_ may perhaps be refined still,
Martin> bu
On Thu, Jun 29, 2006 at 11:05:31AM +0300, Martin Vermeer wrote:
> On Thu, Jun 29, 2006 at 01:08:32AM +0300, Martin Vermeer wrote:
> > On Wed, Jun 28, 2006 at 03:06:36PM +0200, Jean-Marc Lasgouttes wrote:
> > > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> > >
> > > Jean-M
On Thu, Jun 29, 2006 at 01:08:32AM +0300, Martin Vermeer wrote:
> On Wed, Jun 28, 2006 at 03:06:36PM +0200, Jean-Marc Lasgouttes wrote:
> > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> >
> > Jean-Marc> This is because the rowpainter code sets Wide() on these
> > Jean-Mar
On Thu, Jun 22, 2006 at 12:23:38PM +0200, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
...
> Martin> Attached the tabular background patch for 1.4 (still not
> Martin> applied)
>
> This part is OK.
Checked it in, so it isn't forgotten.
Log:
36 matches
Mail list logo