On Fri, 2 Dec 2005 23:21:51 +0200, Martin Vermeer wrote:
> On Fri, Dec 02, 2005 at 09:02:21PM +0100, Enrico Forestieri wrote:
[...]
> From the SMTP definition (RFC-822):
>
> "1. Before sending a line of mail text the sender-SMTP checks
> the first character of the line. If it is a period, one
Michael Gerz wrote:
>> Thanks for the infos. I compiled Qtwin once with the MinGW compiler and
>> was shocked that this took several hours. How long does MinGW need to
>> compile LyX?
>> Fortunately Qtwin can be compiled with MSVC.
>>
>> I'll surely come up with further questions about compiling i
Andre Poenitz wrote:
> On Mon, Nov 28, 2005 at 10:41:25AM +0100, Jean-Marc Lasgouttes wrote:
>> > "Andre" == Andre Poenitz
>> >
<[EMAIL PROTECTED]>
>> > writes:
>>
>> Andre> I think paragraph ids are an anachrnism. We have stable(!) doc
>> Andre> iterators nowadays, so positions could
On Fri, Dec 02, 2005 at 09:02:21PM +0100, Enrico Forestieri wrote:
> Helge Hafting ha scritto:
>
> > Please submit bug reports - to the makers of bad email clients.
> > I tried sending with thunderbird 1.0.7 and receiving with mutt - no
> > problem.
>
> I tried to read some RFCs on the subject an
On Friday 02 December 2005 20:58, Bo Peng wrote:
>
> BTW, will the GUI improvements on compressed file handling
> (http://bugzilla.lyx.org/show_bug.cgi?id=2145) be done before 1.4.0?
Unlikely. We should concentrate in getting 1.4.0 out of the door. I think
that this is a feature that could in 1
> I tried to read some RFCs on the subject and I think that it could be
> the fault of broken email clients. I report here on some experiments I
> did.
You mean sendmail does not add a dot to your first single dot, rather
delete one from the line with double dots? This is different from what
I obs
Helge Hafting ha scritto:
> Please submit bug reports - to the makers of bad email clients.
> I tried sending with thunderbird 1.0.7 and receiving with mutt - no
> problem.
I tried to read some RFCs on the subject and I think that it could be
the fault of broken email clients. I report here on so
On Mon, Nov 28, 2005 at 10:41:25AM +0100, Jean-Marc Lasgouttes wrote:
> > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> Andre> I think paragraph ids are an anachrnism. We have stable(!) doc
> Andre> iterators nowadays, so positions could be indicated by those.
>
> That would make B
Thanks for the infos. I compiled Qtwin once with the MinGW compiler and
was shocked that this took several hours. How long does MinGW need to
compile LyX?
Fortunately Qtwin can be compiled with MSVC.
I'll surely come up with further questions about compiling issues.
See my previous email. Lin
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Do you know a way to similarly initialize current language?
Martin> That would fix a bug properly that I sort-of fixed a long time
Martin> ago in an ugly way. (And the fix doesn't work; just make your
Martin> doc language differe
On Fri, Dec 02, 2005 at 03:42:50PM +0100, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> From within an inset, I can confirm that indeed the default
> Martin> font settings are returned when you change layout to Section.
> Martin> When in the
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> From within an inset, I can confirm that indeed the default
Martin> font settings are returned when you change layout to Section.
Martin> When in the main text, ALL_INHERIT is returned as should.
Martin> Looking at the code in P
On Fri, Dec 02, 2005 at 11:23:24AM +0100, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> I think this is an unrelated bug, having to do with
> Martin> initialization inside an inset. As you correctly remark it
> Martin> only happens first tim
On Dec 1, 2005, at 9:11 AM, Jean-Marc Lasgouttes wrote:
"Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> shows me that the Boost.Format library has been completely
Angus> rewritten since LyX 1.3 was released.
I am not sure this is related to boost.format, but I may be wrong...
Ang
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> The following patch fixes the position of the centered
Jean-Marc> label. The old code divided also the left margin by 2,
Jean-Marc> whereas only the width should be concerned.
Jean-Marc> Since it is obvious, I'll com
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> I think this is an unrelated bug, having to do with
Martin> initialization inside an inset. As you correctly remark it
Martin> only happens first time for that inset.
Martin> I still propose to check this patch in, and change th
On Fri, Dec 02, 2005 at 09:47:44AM +0100, Helge Hafting wrote:
> Martin Vermeer wrote:
>
> >Attached my fix. Reduces line count for a change.
> >
> >
> This fix is only partial. It helps if I insert a branch, types some
> text, and then
> changes the paragraph type to "subsection" or similiar.
>
Jean-Marc Lasgouttes wrote:
I doubt that those two bugs are Qt/win free bugs. Isn't this how LyX
behaves anyway? The bug might be that Qt/win free is much slower than
the official version...
You can't see any flickering with the official library. Somebody sent a
patch to Qtwin to reduce flick
Uwe Stöhr wrote:
>> Hello Angus, I found new problems of the Qt/Win Free library:
>> - When you select text the screen is updated whenever a character
>> is highlighted. This is very annoying especially when you highlight
>> text in large tables.
>> - The screen is updated whenever you click on
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes:
Helge> Jean-Marc Lasgouttes wrote:
>> So a solution would be to change the format and replace "." by
>> something like \dot (like we do for \backspace). But then lyx2lyx
>> would have to be very very careful to avoid to replace \dot macros
Angus Leeming wrote:
I hate to be a party pooper, but I'm afraid that LyX 1.3.x won't compile
with MSVC.
> In summary, the only way to compile LyX 1.3 on Windows ATM is to use
> the MinGW/MSYS environment. Ie, to use g++ with its extraordinarily
> long link times.
Thanks for the infos. I compi
Martin Vermeer wrote:
Attached my fix. Reduces line count for a change.
This fix is only partial. It helps if I insert a branch, types some
text, and then
changes the paragraph type to "subsection" or similiar.
The old problem is still there if I insert a branch, changes to "subsection"
as
Juergen Spitzmueller wrote:
Helge Hafting wrote:
Mathed can be brought into a strange state where the keys ^ and _ doesn't
work as expected.
1. Activate math, type the word test
2. Press ^ to get superscript
3. Press space, this ought to cancel superscript
4. Press ^ again, note that inst
However, you really, really should invest some time and effort in
getting things to compile yourself...
I know, I know. I have MSVC now and will try to do this myself.
I hate to be a party pooper, but I'm afraid that LyX 1.3.x won't compile
with MSVC. There are two reasons for this:
If al
Jean-Marc Lasgouttes wrote:
So a solution would be to change the format and replace "." by
something like \dot (like we do for \backspace). But then lyx2lyx
would have to be very very careful to avoid to replace \dot macros in
mathed, for example.
Well, choose something unique so as to avoid
Bo Peng wrote:
Please submit bug reports - to the makers of bad email clients.
I tried sending with thunderbird 1.0.7 and receiving with mutt - no problem.
Mutt has this problem in my case. I guess this is because your
thunderbird encoded the file (in base64 I assume) before it pass the
m
26 matches
Mail list logo