> "José" == José Matos <[EMAIL PROTECTED]> writes:
José> I think that this may be related. In the machine I'm testing I
José> don't have lyx installed and I don't see also the option to
José> import the tex file,
This is to be expected, you know :)
JMarc
> However, I think asking all 76 people in lib/CREDITS should be ok. Not
> that I believe this is practicable...
maybe it's worthwhile to do this. 10 people probably account for 90 percent of
the code anyway. if the big contributors agree then we could easily remove
code from people who complain
On Wednesday 08 January 2003 08:55, Jean-Marc Lasgouttes wrote:
Good morning :-)
> This is to be expected, you know :)
Why? It used to.
I made some work work to enable reLyX to run from the devel directory.
Also this is inconsistent lyx2lyx runs from the devel directory but reLyX
not. I
> > Not with Win32! Have a look into src/support/os_win32.C. There
> > os::read:mode() does return "rb" for Win32!
>
> I think this has nothing to do with the \r in LaTeX.C. There an ordinary
> ifstream is used without giving the std::ios_base::binary flag, so this
> should read in text mode.
>
> W
Is there anything else than
8, 436, 622, 638, 725, 763, 791
which I get with
http://bugzilla.lyx.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&target_milestone=1.3.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=anywords&keywo
> "José" == José Matos <[EMAIL PROTECTED]> writes:
José> On Wednesday 08 January 2003 08:55, Jean-Marc Lasgouttes wrote:
José> Good morning :-)
Good morning José!
>> This is to be expected, you know :)
José> Why? It used to. I made some work work to enable reLyX to run
José> from the deve
On Wed, Jan 08, 2003 at 09:55:18AM +0100, Claus Hentschel wrote:
> Lyx should run independent from the mode a drive is mounted. Therefore we
> need binary mode in some cases and text mode in some other cases whereas in
> most cases it doesn't matter.
>
> Of course it could be done easier with
>
http://bugzilla.lyx.org/show_bug.cgi?id=763
[EMAIL PROTECTED] changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
AssignedTo|[EMAIL
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Wed, Jan 08, 2003 at 09:55:18AM +0100, Claus Hentschel wrote:
| > Lyx should run independent from the mode a drive is mounted. Therefore we
| > need binary mode in some cases and text mode in some other cases whereas in
| > most cases it doesn't matte
http://bugzilla.lyx.org/show_bug.cgi?id=763
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Additional Comments From
On Wednesday 08 January 2003 22:52, [EMAIL PROTECTED] wrote:
>
> Which LyX version produces such a thing?
>
>
> Andre'
The file header says:
#This file was created by Thu Nov 20 17:46:00 1997
#LyX 0.11 (C) 1995-1997 Matthias Ettrich and the LyX Team
One possible solution would be in the 215
Currently nesting there is
1. level: 4 spaces
2. level: 1 tab
3. level: 1 tab + 4 spaces
etc. which is a mess when tab != 8 spaces.
Is this mandatory for python or can't we simply use the same rules as in
the rest of LyX?
Andre'
--
Those who desire to give up Freedom in order to gain Se
> | > Of course it could be done easier with
> | > ifstream ifs(tmp.c_str(), ios::in | ios::text);
> | > Maybe we should include that instead ;-) And we can rewrite all calls
to
> | > open a file for both reading and writing.
> |
> | Does that work?
No, not with gcc, because gcc is conform wit
On Wed, Jan 08, 2003 at 10:02:48AM +, José Matos wrote:
> #This file was created by Thu Nov 20 17:46:00 1997
> #LyX 0.11 (C) 1995-1997 Matthias Ettrich and the LyX Team
>
> One possible solution would be in the 215 -> 216 lyx2lyx step to search for
> such cases and remove the extra space.
"Claus Hentschel" <[EMAIL PROTECTED]> writes:
| > | > Of course it could be done easier with
| > | > ifstream ifs(tmp.c_str(), ios::in | ios::text);
| > | > Maybe we should include that instead ;-) And we can rewrite all calls
| to
| > | > open a file for both reading and writing.
| > |
| > |
On Wednesday 08 January 2003 10:00, Andre Poenitz wrote:
> Currently nesting there is
>
> 1. level: 4 spaces
> 2. level: 1 tab
> 3. level: 1 tab + 4 spaces
>
> etc. which is a mess when tab != 8 spaces.
>
> Is this mandatory for python or can't we simply use the same rules as in
> the rest of Ly
On Wednesday 08 January 2003 10:05, Andre Poenitz wrote:
>
> The proper way would to determine up to which version LyX could read
> this...
>
> As lyx2lyx is new I'd even put that in the 218 -> 220 script.
If 0.11.x was the last version that used this style I propose to put the
convertion code
On Wed, Jan 08, 2003 at 10:02:48AM +, José Matos wrote:
> What do you think?
Aehm... how does LyX currently lengths like '1 true in'?
Simply removing spaces would not help here...
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve
Andre Poenitz <[EMAIL PROTECTED]> writes:
| > Notice that 0.11 are not yet in lyx2lyx range, that will be for 1.4 but if
| > this is simple enough we could fix it now.
|
| So the target milestone should be changed. I got aware of it when asking
| for thing with 1.3.0 target.
I changed the mil
On Wed, Jan 08, 2003 at 10:20:00AM +, José Matos wrote:
> If 0.11.x was the last version that used this style I propose to put the
> convertion code there and not later.
Do as you like.
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they d
On Wed, Jan 08, 2003 at 11:18:40AM +0100, Lars Gullik Bjønnes wrote:
> One thing though: lyx2lyx should not try to do the best thing for
> formats it does not have, it should rather punt completely. A half
> converted format can be worse than having non at all...
I agree if called from LyX. For ca
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Andre Poenitz <[EMAIL PROTECTED]> writes: | > Notice that 0.11 are
Lars> not yet in lyx2lyx range, that will be for 1.4 but if | > this
Lars> is simple enough we could fix it now.
Lars> |
Lars> | So the target milestone should
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Wed, Jan 08, 2003 at 11:18:40AM +0100, Lars Gullik Bjønnes wrote:
| > One thing though: lyx2lyx should not try to do the best thing for
| > formats it does not have, it should rather punt completely. A half
| > converted format can be worse than havin
On Wednesday 08 January 2003 10:18, Lars Gullik Bjønnes wrote:
>
> One thing though: lyx2lyx should not try to do the best thing for
> formats it does not have, it should rather punt completely. A half
> converted format can be worse than having non at all...
The problem here is that 2.15 is not
On Wednesday 08 January 2003 10:23, Jean-Marc Lasgouttes wrote:
>
> It would be nice to cover 0.12, since this is basically KLyX format.
I have tried to do it. I expect it to convert it without flaws, so I would
appreciate to have users testing and reporting problems.
> JMarc
--
José Abílio
On Wednesday 08 January 2003 10:18, Andre Poenitz wrote:
>
> Aehm... how does LyX currently lengths like '1 true in'?
>
> Simply removing spaces would not help here...
Give me a general pattern and I will lift the Earth (or is it the other way)
;-)
> Andre'
--
José Abílio
> "Dominik" == Dominik Vogt <[EMAIL PROTECTED]> writes:
Dominik> When I run the configure script that comes with lyx-1.2.2, it
Dominik> deletes the /dev/null device entry.
Here is a patch to fix this in 1.3.0cvs. I intend to apply the same
patch to 1.2.3cvs.
Lars?
JMarc
? config.h.in
Ind
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> Andre Poenitz <[EMAIL PROTECTED]> writes: | > Notice that 0.11 are
| Lars> not yet in lyx2lyx range, that will be for 1.4 but if | > this
| Lars> is simple enough we could
On Wednesday 08 January 2003 10:32, Andre Poenitz wrote:
>
> So I'd rather have that in 'LyX style' with which emacs users _and_ I seem
> to be happy. Moreover, it would make the whole of LyX more consistent.
Lars, any clue how to force emacs to do this?
> Andre'
--
José Abílio
> Issues that remain are:
> -finding a suitable replacement for a unix style home directory
> -fix some external scripts
-ok/apply of dialogs crashes lyx
-lot of flicker on menu change (e.g. file -> edit -> insert )
-symbols don't show in math panel
-lyx starts with console window which remains op
Hi folks,
I wanted to convert a TeX document of a colleague of mine to LyX
(1.3.0cvs) but I failed for several reasons:
1. reLyX fails if there is a subdirectory with the same (base) name as
a TeX file
2. reLyX fails if the full path starting with the main document
directory is
specifie
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Dominik" == Dominik Vogt <[EMAIL PROTECTED]> writes:
|
| Dominik> When I run the configure script that comes with lyx-1.2.2, it
| Dominik> deletes the /dev/null device entry.
|
| Here is a patch to fix this in 1.3.0cvs. I intend to apply
On Wed, Jan 08, 2003 at 10:41:35AM +, José Matos wrote:
> On Wednesday 08 January 2003 10:18, Andre Poenitz wrote:
> >
> > Aehm... how does LyX currently lengths like '1 true in'?
> >
> > Simply removing spaces would not help here...
>
> Give me a general pattern and I will lift the Earth (
How about bugs #770, #795 ?
Michael
--
===
Michael Schmitt Telefon: +49 651 97551-40
Institut für TelematikTelefax: +49 651 97551-12
Bahnhofstrasse 30-32 WWW: http://ww
On Wednesday 08 January 2003 10:58 am, José Matos wrote:
> On Wednesday 08 January 2003 10:32, Andre Poenitz wrote:
> > So I'd rather have that in 'LyX style' with which emacs users _and_ I
> > seem to be happy. Moreover, it would make the whole of LyX more
> > consistent.
>
> Lars, any clue how
On Wed, Jan 08, 2003 at 11:55:09AM +0100, Michael Schmitt wrote:
> How about bugs #770, #795 ?
They have no target milestone.
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
There is a very nasty bug in LyX 1.2.2 configure script: if you
configure as root and an error occurs during the configure step
(e.g. xforms not found), the the script will delete the /dev/null
device. This undoubtly leads to very bad effect, since /dev/null is a
very basic device in any unix syst
len(foo) doesn't work:
(My first shot at python!)
def change_preamble(lines):
for line in lines:
words = string.split(line)
if len(words) > 2:
if [ "\\oddsidemargin", "\\evensidemargin", "\\marginparwidth",
José Matos <[EMAIL PROTECTED]> writes:
| On Wednesday 08 January 2003 10:32, Andre Poenitz wrote:
| >
| > So I'd rather have that in 'LyX style' with which emacs users _and_ I seem
| > to be happy. Moreover, it would make the whole of LyX more consistent.
|
| Lars, any clue how to force emacs
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Jan 08, 2003 at 10:41:35AM +, José Matos wrote:
>> On Wednesday 08 January 2003 10:18, Andre Poenitz wrote:
>> >
>> > Aehm... how does LyX currently lengths like '1 true in'?
>> >
>> > Simply removing spaces would not he
On Wed, Jan 08, 2003 at 12:40:02PM +0100, Jean-Marc Lasgouttes wrote:
> The good fix in this case is to enclose the length inside double
> quotes (and make sure that lyxlex is asked to honor these quotes).
Probably. Another fix might be as simple as "use rest of line"...
> What are the lyx tags
On Wed, Jan 08, 2003 at 12:34:51PM +0100, Andre Poenitz wrote:
>
> len(foo) doesn't work:
>
> (My first shot at python!)
>
> def change_preamble(lines):
> for line in lines:
> words = string.split(line)
> if len(words) > 2:
> if [ "\\oddsid
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Jan 08, 2003 at 12:40:02PM +0100, Jean-Marc Lasgouttes
Andre> wrote:
>> The good fix in this case is to enclose the length inside double
>> quotes (and make sure that lyxlex is asked to honor these quotes).
Andre> Probably.
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| José Matos <[EMAIL PROTECTED]> writes:
|
| | On Wednesday 08 January 2003 10:32, Andre Poenitz wrote:
| | >
| | > So I'd rather have that in 'LyX style' with which emacs users _and_ I seem
| | > to be happy. Moreover, it would make the whole of L
On Wed, Jan 08, 2003 at 01:52:04PM +0200, Dekel Tsur wrote:
> > if [ "\\oddsidemargin", "\\evensidemargin", "\\marginparwidth",
> > "\\textwidth", "\\topmargin",
>"\\textheight"].count(words[0]) != 0:
> > len = words[1] +
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| If you have been victim of this problem, please complain here and I'll
| try to find out how to reconstruct it (some magic command that I do
| not know yet).
On linux:
mknod /dev/null c 1 3
(also use the -m switch to set permissons correctly "r
On Wed, Jan 08, 2003 at 12:57:29PM +0100, Jean-Marc Lasgouttes wrote:
> Of these, only \topmargin still exist in 1.3.0cvs. Do you mean that
> the others are kept unchanged by lyx2lyx? This would be very wrong.
LyX ignores when reading the file...
> But indeed the code in buffer.C around line 765
On Wed, Jan 08, 2003 at 01:52:04PM +0200, Dekel Tsur wrote:
> However, it is probably better to use search&replace of regular expressions.
def change_preamble(lines):
for i in xrange(0, len(lines)):
words = string.split(lines[i])
if len(words) > 2 and words
On Wednesday 08 January 2003 10:45, Michael Schmitt wrote:
> Hi folks,
>
> I wanted to convert a TeX document of a colleague of mine to LyX
> (1.3.0cvs) but I failed for several reasons:
[...]
> 4. reLyX produces an old file format; when converting a fig inset into
> the LyX 1.3
> file
Andre Poenitz wrote:
On Wed, Jan 08, 2003 at 11:55:09AM +0100, Michael Schmitt wrote:
How about bugs #770, #795 ?
They have no target milestone.
#795 has a target milestone now :-)
135 bugzilla bug reports in total including unconfirmed and trivial
bugs! Not to bad.
I will check my
On Wednesday 08 January 2003 11:58, Lars Gullik Bjønnes wrote:
>
> (setq py-indent-offset 8)
>
> should do the trick.
>
> (M-x set-variable RET py-indent-offset RET 8 RET)
Ok, I already knew that (trial and error), but there is a small (not)
problem. It really inserts 8 spaces and not a tab. An
On Wed, Jan 08, 2003 at 12:27:53PM +, José Matos wrote:
> Ok, I already knew that (trial and error), but there is a small (not)
> problem. It really inserts 8 spaces and not a tab. André will not like it.
I like it better than the mixed version...
Andre'
--
Those who desire to give up F
On Wed, Jan 08, 2003 at 12:27:53PM +, Jos? Matos wrote:
> On Wednesday 08 January 2003 11:58, Lars Gullik Bj?nnes wrote:
> >
> > (setq py-indent-offset 8)
> >
> > should do the trick.
> >
> > (M-x set-variable RET py-indent-offset RET 8 RET)
>
> Ok, I already knew that (trial and error), bu
Am Mittwoch, 8. Januar 2003 12:32 schrieb Jean-Marc Lasgouttes:
> There is a very nasty bug in LyX 1.2.2 configure script: if you
> configure as root and an error occurs during the configure step
> (e.g. xforms not found), the the script will delete the /dev/null
> device. This undoubtly leads to v
For anyone who needs to recover, On my RedHat 8.0 machine /dev/null is a
character device with major mode 1, minor mode 3 and mode a+rw - use mknod
to make a new one. On Solaris, it's a soft link to
/devices/pseudo/mm@0:null - use ln to recreate.
Bill.
On 8 Jan 2003, Jean-Marc Lasgouttes wrote:
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Jan 08, 2003 at 12:57:29PM +0100, Jean-Marc Lasgouttes
Andre> wrote:
>> Of these, only \topmargin still exist in 1.3.0cvs. Do you mean that
>> the others are kept unchanged by lyx2lyx? This would be very wrong.
Andre> LyX i
Hello,
It seems that we need to release LyX 1.2.3 right now. Please find
appended the list of changes that are in cvs currently. If there is a
patch that you really think should be added, please tell me about it.
My current plan is to release what we have maybe tomorrow.
I anticipate that LyX 1.
On Wednesday 08 January 2003 1:02 pm, Jean-Marc Lasgouttes wrote:
> - when the lyx binary was actually a symbolic link, LyX printed
> annoying debug messages on console; they are debug messages now
s/annoying debug/annoying/ or this reads as 'no change' ;-)
--
Angus
On Wed, Jan 08, 2003 at 01:58:55PM +0100, Jean-Marc Lasgouttes wrote:
> Andre> LyX ignores when reading the file...
>
> But it spits an error, doesn't it?
I did not see any.
> Anyway they should be removed by lyx2lyx.
Probably.
How do we learn which option went at what time?
> Andre> Would b
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> Probably.
Andre> How do we learn which option went at what time?
In OLD_CHANGES, I find:
since 0.11.24
- changed from vmargin.sty to geometry.sty (Jug)
- changed also the configure-stuff from vmargin to geometry (Jug)
[...]
since
On Wednesday 08 January 2003 12:37, Dekel Tsur wrote:
> >
> > And ^Q + TAB is not a reasonable solution.
>
> You need to add
> (setq-default indent-tabs-mode t)
That did the trick, thanks.
--
José Abílio
> | > ios::text? No. It is a non-standard flag.
> | > ...
> | > ios::binary otoh is a standard flag and should work everywhere.
> |
> | So there seems not to be another way then removong those trailing \r's
the
> | way I'v done. We do need that in all cases where text read from a
(binary)
> | opene
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Jan 08, 2003 at 02:38:19PM +0100, Jean-Marc Lasgouttes
Andre> wrote:
>> > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>>
Andre> On Wed, Jan 08, 2003 at 02:02:36PM +0100, Jean-Marc Lasgouttes
Andre> wrote:
>> >>
On Tue, Jan 07, 2003 at 06:14:14PM +0100, Juergen Spitzmueller wrote:
> Dr. Richard E. Hawkins wrote:
> > Yes; I can't even reproduce the order or pattern of blank/nonblank. All
> > I have so far is that it seems to be affected by a failed import, abut
> > also by using anything on the menu.
> He
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote: The major (multicolumn) bug was a
Juergen> new regression in 1.3 Bug 572 is a rather minor annoyance.
Juergen> It's not urgent, but I could backport it if requested.
>> So we can live without
José Matos <[EMAIL PROTECTED]> writes:
| On Wednesday 08 January 2003 11:58, Lars Gullik Bjønnes wrote:
| >
| > (setq py-indent-offset 8)
| >
| > should do the trick.
| >
| > (M-x set-variable RET py-indent-offset RET 8 RET)
|
| Ok, I already knew that (trial and error), but there is a small (
"Claus Hentschel" <[EMAIL PROTECTED]> writes:
| > | > ios::text? No. It is a non-standard flag.
| > | > ...
| > | > ios::binary otoh is a standard flag and should work everywhere.
| > |
| > | So there seems not to be another way then removong those trailing \r's
| the
| > | way I'v done. We do nee
On Wed, Jan 08, 2003 at 11:55:09AM +0100, Michael Schmitt wrote:
> How about bugs #770, #795 ?
>
Why must they be fixed before 1.3.0 ? Juergen is going to apply a fix
for 770. Why must 795 be fixed ?
I dont understand why we've added a load of bugs as important now, just
as we're getting close
On Wed, Jan 08, 2003 at 11:32:10AM +0100, Andre Poenitz wrote:
> I don't use emacs. This 'default' is unreadable for me unless I set
> tabstop==8 (I usually have *shriek* 2), moreover it is a hassle to edit
Andre, Andre ... *shakes head*
/me runs
john
--
"CUT IT OUT FACEHEAD"
- jeffk
On Wed, Jan 08, 2003 at 02:50:06PM +0100, Jean-Marc Lasgouttes wrote:
> >> >> - fix functions word-find-forward and word-find-backward, which
> >> >> meaning was inverted
>
> I think `which' is right here, but my english is far from perfect. But
> I also think that the plural is needed. I add lyx
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Wed, Jan 08, 2003 at 02:50:06PM +0100, Jean-Marc Lasgouttes
John> wrote:
>> >> >> - fix functions word-find-forward and word-find-backward,
>> which >> >> meaning was inverted
>>
>> I think `which' is right here, but my english is fa
On Wednesday 08 January 2003 2:24 pm, Jean-Marc Lasgouttes wrote:
> > "John" == John Levon <[EMAIL PROTECTED]> writes:
>
> John> On Wed, Jan 08, 2003 at 02:50:06PM +0100, Jean-Marc Lasgouttes
>
> John> wrote:
> >> >> >> - fix functions word-find-forward and word-find-backward,
> >>
> >> which >
On Wed, Jan 08, 2003 at 03:24:48PM +0100, Jean-Marc Lasgouttes wrote:
> John> "whose" reads better, but I don't have a justification.
>
> That's a good enough justification. And should I use a plural for
> `meaning'?
It would be singular in German if that helps ;-]
Andre'
--
Those who desire t
Hi Dekel,
this bug is trigered by this piece
\begin_inset Figure size 288 178
file graphs/gridNtree-confReal2.eps
subcaption
flags 9
\end_inset
and you search it as
subcaptionText = get_value(lines, "subcaption", i+1, j)
the problem is that get_value always expect to have a
On most Linux-distros you won't be able to properly boot since
the root filesystem ist usually mounted read-only. Remounting
it as read-write will fail when /dev/null is not present (at least in SuSE).
So start you system in single user mode, log in as root on the console,
do a 'mount -o remount /
On Wed, Jan 08, 2003 at 12:32:24PM +0100, Jean-Marc Lasgouttes wrote:
>
> There is a very nasty bug in LyX 1.2.2 configure script: if you
> configure as root and an error occurs during the configure step
> (e.g. xforms not found), the the script will delete the /dev/null
> device. This undoubtly l
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Jan 08, 2003 at 03:24:48PM +0100, Jean-Marc Lasgouttes
Andre> wrote:
John> "whose" reads better, but I don't have a justification.
>> That's a good enough justification. And should I use a plural for
>> `meaning'?
Andre> I
On Wed, Jan 08, 2003 at 03:38:39PM +0100, Jean-Marc Lasgouttes wrote:
> Andre> It would be singular in German if that helps ;-]
>
> Usually, German does not help me much ;)
Seems to be a local thing...
Actually, when I think about the example I believe I was wrong and plural
is correct...
Andre
On Wed, Jan 08, 2003 at 02:40:18PM +, Jos? Matos wrote:
> the problem is that get_value always expect to have a value to catch a value
> there
>
> def get_value(lines, token, start, end = 0):
> i = find_token2(lines, token, start, end)
> if i == -1:
> return ""
> return s
When I make lyx, it ends with
make[1]: Leaving directory `/local/lasgoutt/qtbuild/src'
Making all in sourcedoc
make[1]: Entering directory `/local/lasgoutt/qtbuild/sourcedoc'
make[1]: *** No rule to make target `all'. Stop.
make[1]: Leaving directory `/local/lasgoutt/qtbuild/sourcedoc'
make: ***
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| When I make lyx, it ends with
|
| make[1]: Leaving directory `/local/lasgoutt/qtbuild/src'
| Making all in sourcedoc
| make[1]: Entering directory `/local/lasgoutt/qtbuild/sourcedoc'
| make[1]: *** No rule to make target `all'. Stop.
| make[1]:
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Jan 08, 2003 at 11:55:09AM +0100, Michael Schmitt wrote:
|
| > How about bugs #770, #795 ?
| >
|
| Why must they be fixed before 1.3.0 ? Juergen is going to apply a fix
| for 770. Why must 795 be fixed ?
|
| I dont understand why we've added a
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> When I make lyx, it ends with
Lars> |
Lars> | make[1]: Leaving directory `/local/lasgoutt/qtbuild/src' |
Lars> Making all in sourcedoc | make[1]: Entering directory
Lars>
On Wednesday 08 January 2003 14:46, Dekel Tsur wrote:
> > Notice the [1] we are assuming that there are always 2 member. Is it ok
> > to test for the presence of the second and if not present to return the
> > empty string?
>
> Yes, I think it would be fine.
>
> > Closing this bug there aren't
On Wed, Jan 08, 2003 at 04:08:11PM +0100, Lars Gullik Bj?nnes wrote:
> | especially bug 8 !
>
> The target milestone also says when bugs to look into before release,
> if it is decided that this problem is minor etc. The target milestone
> can be removed.
OK fine. Then I would say that bug 8 is
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> On Wednesday 08 January 2003 1:02 pm, Jean-Marc Lasgouttes
Angus> wrote:
>> - when the lyx binary was actually a symbolic link, LyX printed
>> annoying debug messages on console; they are debug messages now
Angus> s/annoying debu
On Wed, Jan 08, 2003 at 03:24:55PM +, Jos? Matos wrote:
> * in version 218 we have:
> * in version 220 we have:
> * in version 221 we have:
>
> Is this ok? If yes, I will commit the fix and close the bug.
I don't really remember the exact differences between version.
The change in get_valu
On Wednesday 08 January 2003 3:37 pm, Jean-Marc Lasgouttes wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> On Wednesday 08 January 2003 1:02 pm, Jean-Marc Lasgouttes
>
> Angus> wrote:
> >> - when the lyx binary was actually a symbolic link, LyX printed
> >> annoying
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Dr. Richard E. Hawkins wrote:
>> Yes; I can't even reproduce the order or pattern of blank/nonblank.
>> All I have so far is that it seems to be affected by a failed
>> import, abut also by using anything on the menu.
Ju
Ok?
Andre'
Index: formulabase.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/formulabase.C,v
retrieving revision 1.230
diff -u -p -r1.230 formulabase.C
--- formulabase.C 12 Dec 2002 09:42:35 - 1.230
+++ f
edit the replacement line, hit alt-r, and nothing happens
yesterday's cvs.
hawk
--
Richard E. Hawkins, Asst. Prof. of Economics/"\ ASCII ribbon campaign
[EMAIL PROTECTED] Smeal 178 (814) 375-4700 \ / against HTML mail
These opinions will not be those of Xand posti
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> Hi, please find the current list of compiler warnings below
Michael> (gcc-3.2, xforms frontend). I think a few of them are easily
Michael> fixable.
Michael> xscreen.C: In member function
Michael> `virtual void XScreen::draw(L
On Wednesday 08 January 2003 4:00 pm, Jean-Marc Lasgouttes wrote:
> Lars, since the "(3)" is your doing, feel free to replace that with any
> C++ally correct construct that may make you feel good.
>
> JMarc
Why not either of:
#include
#include
using std::vector;
using std::string;
void foo()
On Wed, Jan 08, 2003 at 05:26:48PM +0100, Jean-Marc Lasgouttes wrote:
> This one is weird: the code reads
>
> // is any optimization possible?
> if ((y - old_first) < owner_.workHeight()
> && (old_first - y) < owner_.workHeight())
>
> is there a reason why the test is not
>
Am Mittwoch, 8. Januar 2003 14:02 schrieb Jean-Marc Lasgouttes:
> Hello,
>
> It seems that we need to release LyX 1.2.3 right now. Please find
> appended the list of changes that are in cvs currently. If there is a
> patch that you really think should be added, please tell me about it.
i have one a
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
|
| Juergen> Dr. Richard E. Hawkins wrote:
| >> Yes; I can't even reproduce the order or pattern of blank/nonblank.
| >> All I have so far is that it seems to be affected by a fa
Andre Poenitz <[EMAIL PROTECTED]> writes:
| Ok?
sure.
--
Lgb
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Wed, Jan 08, 2003 at 05:26:48PM +0100, Jean-Marc Lasgouttes
John> wrote:
>> This one is weird: the code reads
>>
>> // is any optimization possible? if ((y - old_first) <
>> owner_.workHeight() && (old_first - y) < owner_.workHeight(
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> What was in place before I changed it? anyway it is fine as you
Lars> changed it.
You just added the (3), probably because you thought that the size was
known in advance. Unfortunately the effect was quite different.
I'll appl
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes:
Edwin> in the qt frontend that is. The minibuffer says "Command
Edwin> disabled" when I try to cut a range of cells of a tabular in a
Edwin> table float. Cutting cells wh
1 - 100 of 119 matches
Mail list logo