Stephan Witt gmx.net> writes:
>
> That's why it's crucial to have a so-called "shebang" at start of a script.
> If it's missing the script gets executed by the login shell. For scripts
> installed and used system-wide this is not good.
>
> I have the #! line at start of all of my own scripts.
S
I've found one more hiccup in the regexp functioning Tommaso involving
use of { and } in text. Obviously you wouldn't use a regexp just to look
for "a" in
abracadabra {a}bracadabra
but if you do enter "a" (without quotes) in a regexp inset, it will find
every "a" up to and including the one i
Enrico Forestieri lyx.org> writes:
> This seems to be a stupid Qt bug, so let's try without relying on Qt.
> Does the attached patch work for you?
>
I can now compile the UserGuide flawlessly.
--
Jean-Pierre
On 06/13/2011 02:13 PM, Enrico Forestieri wrote:
> On Mon, Jun 13, 2011 at 07:25:18AM +, Jean-Pierre Chrétien wrote:
>
>> Richard Heck comcast.net> writes:
>>
>>> Untested patch attached. But I think something like this is what needs
>>> doing. Anyone who wishes should feel free to play with
On Mon, Jun 13, 2011 at 07:25:18AM +, Jean-Pierre Chrétien wrote:
> Richard Heck comcast.net> writes:
>
> > >
> > Untested patch attached. But I think something like this is what needs
> > doing. Anyone who wishes should feel free to play with it and commit it
> > if it seems to work.
>
>
On 06/13/2011 11:32 AM, Julien Rioux wrote:
> On 11/06/2011 9:54 PM, Pavel Sanda wrote:
>> jri...@lyx.org wrote:
>>> Author: jrioux
>>> Date: Sat Jun 11 17:36:30 2011
>>> New Revision: 39007
>>> URL: http://www.lyx.org/trac/changeset/39007
>>>
>>> Log:
>>> Fix bug #7620 (LaTeX \unit{} in math mode)
On 11/06/2011 9:54 PM, Pavel Sanda wrote:
jri...@lyx.org wrote:
Author: jrioux
Date: Sat Jun 11 17:36:30 2011
New Revision: 39007
URL: http://www.lyx.org/trac/changeset/39007
Log:
Fix bug #7620 (LaTeX \unit{} in math mode): The
commands displayed in the toolbar menu now
correspond with the inte
On 06/13/2011 08:25 AM, Jean-Pierre Chrétien wrote:
> Richard Heck comcast.net> writes:
>
>
>> Untested patch attached. But I think something like this is what needs
>> doing. Anyone who wishes should feel free to play with it and commit it
>> if it seems to work.
> As the bug appears in 2.0.1 d
On 06/13/2011 03:25 AM, Jean-Pierre Chrétien wrote:
> Richard Heck comcast.net> writes:
>
>> Untested patch attached. But I think something like this is what needs
>> doing. Anyone who wishes should feel free to play with it and commit it
>> if it seems to work.
> Does not work here (Qt 4.4.3).
Am 13.06.2011 um 14:04 schrieb BH:
> On Mon, Jun 13, 2011 at 7:20 AM, Stephan Witt wrote:
>> Am 13.06.2011 um 12:21 schrieb Anders Ekberg:
>>
>>> On 2011-06-13 11.55, "Stephan Witt" wrote:
>>>
Am 12.06.2011 um 09:13 schrieb Anders Ekberg:
> On 2011-06-12 02.36, "Uwe Stöhr" wrot
Am 13.06.2011 um 15:40 schrieb Jean-Marc Lasgouttes:
> Le 13/06/2011 13:20, Stephan Witt a écrit :
>>
>> Yes, I cannot come up with a better one currently.
>>
>> But I don't like to make this platform specific. At least on Windows the
>> native
>> File Open dialog is used too and the very same
Le 13/06/2011 13:20, Stephan Witt a écrit :
Yes, I cannot come up with a better one currently.
But I don't like to make this platform specific. At least on Windows the native
File Open dialog is used too and the very same problem exists for the examples.
And for Linux desktop I saw the request
I think aussie may be able to be having trouble, I cannot download
lyx20-deps-msvc2010-x86.zip from aussie. This is presumably the cause
of the following error, as my local copy of
lyx20-deps-msvc2010-x86.zip is only 0 bytes. However it is far from
clear from the following output that the download
Dear all
Shouldn't we follow up on this idea? lyx.org is being systematically
brought down by users eager to try out LyX, and it would be a good
idea to have a server (or at least a mirror) that can cope with spikes
in demand.
Any reasons not to do this?
Liviu
On Tue, Feb 26, 2008 at 4:17 PM, B
Richard Heck comcast.net> writes:
> >
> Untested patch attached. But I think something like this is what needs
> doing. Anyone who wishes should feel free to play with it and commit it
> if it seems to work.
As the bug appears in 2.0.1 due to changeset 38746, you might revert this one
and sol
On Mon, Jun 13, 2011 at 7:20 AM, Stephan Witt wrote:
> Am 13.06.2011 um 12:21 schrieb Anders Ekberg:
>
>> On 2011-06-13 11.55, "Stephan Witt" wrote:
>>
>>> Am 12.06.2011 um 09:13 schrieb Anders Ekberg:
>>>
On 2011-06-12 02.36, "Uwe Stöhr" wrote:
> Am 11.06.2011 20:48, schrieb Willi
Am 13.06.2011 um 12:21 schrieb Anders Ekberg:
> On 2011-06-13 11.55, "Stephan Witt" wrote:
>
>> Am 12.06.2011 um 09:13 schrieb Anders Ekberg:
>>
>>> On 2011-06-12 02.36, "Uwe Stöhr" wrote:
>>>
Am 11.06.2011 20:48, schrieb William Harter:
> Help, please!
> Just following tut
On 2011-06-13 11.55, "Stephan Witt" wrote:
>Am 12.06.2011 um 09:13 schrieb Anders Ekberg:
>
>> On 2011-06-12 02.36, "Uwe Stöhr" wrote:
>>
>>> Am 11.06.2011 20:48, schrieb William Harter:
>>>
Help, please!
Just following tutorial after downloading Lyx to I-Mac OS 10.6. Having
sho
Am 12.06.2011 um 09:14 schrieb Jean-Pierre Chrétien:
> Julien Rioux physics.utoronto.ca> writes:
>
>> Could it be related to the missing a #! line in the epstopdf script?
>>
>
> I don't think so, eval is a shell command there, and the line was incorrect,
> a lot of scripts in the binary direct
Am 12.06.2011 um 09:13 schrieb Anders Ekberg:
> On 2011-06-12 02.36, "Uwe Stöhr" wrote:
>
>> Am 11.06.2011 20:48, schrieb William Harter:
>>
>>> Help, please!
>>> Just following tutorial after downloading Lyx to I-Mac OS 10.6. Having
>>> show-stopping problems with tutorial document involving t
Am pondelok 13 Jún 2011 schrieb Richard Heck:
...
> > The problem seems to lie in the use of setEnviroment, which is
> > deprecated. Removing all the code that changes the environment and
> > simply leaving the get-put part still gives an error. I think I see how
> > to fix this, but it'll definite
Richard Heck comcast.net> writes:
> >
> Untested patch attached. But I think something like this is what needs
> doing. Anyone who wishes should feel free to play with it and commit it
> if it seems to work.
Does not work here (Qt 4.4.3).
I'm not fluent enough in C++ to try to improve it, sorr
22 matches
Mail list logo