Re: Mysterious addition of dots after citation

2005-11-29 Thread Bo Peng
> I asked to a friend of mine to send me an email with lines starting with > a dot. Now I am using thunderbird to reply. Tell me what you see. > .this line starts with a single dot > ..this line starts with two and only two dots > this line ends with a single dot. > I see correct things. OE/thund

Re: Mysterious addition of dots after citation

2005-11-29 Thread Enrico Forestieri
Bo Peng ha scritto: >>I verified that MS/OE behaves the same, i.e., if the first character on >>a line is a dot (no matter if in the email body or in a text attachment) >>it gets doubled when sending. Conversely, if the first two characters on >>a line are two dots they are collapsed to a single do

Re: Mysterious addition of dots after citation

2005-11-29 Thread Bo Peng
I am totally lost. The problem happens when 1. use windows/OE, send a windows-newlined file to gmail.com and my unix mail server. Gmail.com get the file sent without change, unix side gets a unix-newlined file with dots added. 2. use windows/ie/gmail.com, do the same thing, both gmail.com and uni

Re: Mysterious addition of dots after citation

2005-11-29 Thread Bo Peng
> How do you verify this? I send an email with ./.. etc using MS/OE and > get the correct email from another account. More tests: 1. from windows -> windows, no problem. 2. from unix -> windows, no problem 3. from windows -> unix/ cc gmail.com, email/unix has dots, but not gmail.com The only gues

Re: Mysterious addition of dots after citation

2005-11-29 Thread Bo Peng
> I verified that MS/OE behaves the same, i.e., if the first character on > a line is a dot (no matter if in the email body or in a text attachment) > it gets doubled when sending. Conversely, if the first two characters on > a line are two dots they are collapsed to a single dot. How do you verif

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Angus Leeming
Uwe Stöhr wrote: > Angus Leeming wrote: > >> Thanks, Uwe. I've applied the two .diff files to my local tree, but I'm >> missing the translation itself, no? > > It only enables LyX to be in hungarian after it is installed. Your > installer already includes the mo-file for hungarian. > The install

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Uwe Stöhr
Angus Leeming wrote: Thanks, Uwe. I've applied the two .diff files to my local tree, but I'm missing the translation itself, no? It only enables LyX to be in hungarian after it is installed. Your installer already includes the mo-file for hungarian. The installer strings aren't translated.

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Angus Leeming
On Tuesday 29 November 2005 22:31, Uwe Stöhr wrote: > Hello Angus, > > attached the patch to enable hungarian in your installer version. Thanks, Uwe. I've applied the two .diff files to my local tree, but I'm missing the translation itself, no? Angus

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Uwe Stöhr
Hello Angus, attached the patch to enable hungarian in your installer version. regards Uwe --- lyx_utils.nsh Sat Jun 18 21:35:58 2005 +++ lyx_utils_hungarian.nsh Tue Nov 29 23:24:12 2005 @@ -64,6 +64,10 @@ StrCpy ${LangNme} "Français" ${endif} + ${if} ${LangISOCode} = 1038 + StrCpy $

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Uwe Stöhr
Angus Leeming wrote: The new preferences file contains all settings from the global one plus the addidions/changes you made. Great! However, what happens if I upgrade my LyX distro rather than install from scratch? (Assuming that the installer doesn't remove App Data\LyX)? If I understand co

Re: Possible cure to a pdf generation anomaly

2005-11-29 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > There's already code in the script to test whether ps2pdf13 exists. That > code should be extended to test whether the ps2pdf version that's used > actually works with pdflatex. > > Something like: > >

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Angus Leeming
Uwe Stöhr wrote: > The new preferences file contains all settings from the global one plus > the addidions/changes you made. Great! However, what happens if I upgrade my LyX distro rather than install from scratch? (Assuming that the installer doesn't remove App Data\LyX)? If I understand correct

Re: Mysterious addition of dots after citation

2005-11-29 Thread Enrico Forestieri
Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Bo Peng ...> writes: > > > > > Pay attention whether it is an email transfer problem. Dot doubling > > > happens > > > to me when the sender uses thunderbird. > > > > This is unlikely the case since > > 1. I am using mutt and one of my friends

Re: Failure to launch Lyx after successful installation

2005-11-29 Thread Paul A. Rubin
Tan Kai Meng wrote: Hi, I tried installing Lyx 1.3.6 for Windows for my machine running on Windows XP SP2, but was unable to launch Lyx after successful installation, with the following error message: "Lyx wasn't able to find its layout descriptions! Check that the file "textclass.lst" is insta

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Paul A. Rubin
Angus Leeming wrote: Paul A. Rubin wrote: If so, maybe I can hack the script to pause right at the top, so that (maybe) I could see what if anything was painted in the DOS window that spawned (and died). It is. Try adding something like: $ cat trial.sh #! /bin/sh while true do echo "Hell

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: What I would do is something like (I do not care about the right syntax): - when reading: LyXRC system_lyxrc; read(system_lyxrc, "$user/lyxrc.default"); read(system_lyxrc, "$sys/preferences"); LyXRC lyxrc = system_lyxrc; read(lyxrc, "$user/prefrences");

Re: Mac: LyX-1.3.x (gcc-4) crash on launch

2005-11-29 Thread Bennett Helm
On Nov 24, 2005, at 10:56 AM, Jean-Marc Lasgouttes wrote: A shot in the dark: what happens of you set #undef MODERN_STL_STREAMS in src/config.h? I am not even sure this would compile... It compiles fine, but the results are no different: crash on launch. Here's the backtrace (which is pretty

Re: [PATCH] bug 2096: LyX file inserting is broken

2005-11-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> It works perfectly. One minor note: Is the debug message Georg> lyxerr[Debug::DEBUG] << " pasteSelection " << sel_index << Georg> endl; Georg> in pasteSelection still needed? I removed the message and committed. JMarc

Re: [patch] 1.3: Index insertion

2005-11-29 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I think it is overkill because index is the only inset that does not > delete the selection when it is inserted. > > I think I'll apply this patch. OK. Thank you for jumping in. Jürgen

Re: [PATCH] bug 2096: LyX file inserting is broken

2005-11-29 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Georg> I could only find one: The error list is not shown if the file > Georg> is corrupt. This could probably be fixed by handing the temp > Georg> buffer to InsertLyXFile: > > Is it really necessary to disconnect, or is it done when the buffer is > deleted? It is

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Uwe Stöhr
Angus Leeming wrote: That's not quite what I meant. What I meant was: If you have a preferences file in C:\Progrm Files\LyX\Resources\lyx and I tune my preferences, creating a preferences file in C:\Documents and Settings\Angus\Application Data\LyX will my new preferences file contain all

Re: Possible cure to a pdf generation anomaly

2005-11-29 Thread Angus Leeming
Enrico Forestieri wrote: Using the pdflatex in teTeX 2.0 to compile the following: \documentclass{article} \usepackage{graphicx} \begin{document} \includegraphics{test.pdf} \end{document} where test.pdf is version 1.5, gives the following error: Error: pdflatex (file test.pdf): pdf inclusion:

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> and I tune my preferences, creating a preferences file in Angus> C:\Documents and Settings\Angus\Application Data\LyX Angus> will my new preferences file contain all the tweaks that are in Angus> your original, or are these now lost

Re: Possible cure to a pdf generation anomaly

2005-11-29 Thread Georg Baum
Uwe Stöhr wrote: > That means when we want to support teTeX 1.x we need to go down to > ps2pdf12 or we could directly upgrade to ps2pdf14. teTeX 2.0 was > released on 20/01/2003 so it is possible that somebody is still using > teTeX 1.x. IMO we can ignore teTeX 1.x. We never had any complaint, an

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Angus Leeming
Uwe Stöhr wrote: @Angus: This works for all users because I packed the "preferences" ile to the subfolder ~\Resources\lyx of LyX's installation directory. And what happens when the user makes changes to his preferences? Do these system-wide preferences get stored in the local preferences file?

Re: [patch] fix bug 2121

2005-11-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> The attached patch fixes an endless loop. See Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2121 for details. OK to Georg> commit? Yes, definitely. JMarc

[patch] fix bug 2121

2005-11-29 Thread Georg Baum
The attached patch fixes an endless loop. See http://bugzilla.lyx.org/show_bug.cgi?id=2121 for details. OK to commit? GeorgIndex: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.2330

Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Ekkehart Schlicht
Paul Rubin wrote I just installed 1.3.7pre4 (after uninstalling prior versions) and had a mild adventure. During installation, I got a message to the effect that the configuration script had failed (and, indeed, it did not appear to run). I had the box to start LyX at the end of the installati

Re: [PATCH] bug 2096: LyX file inserting is broken

2005-11-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I could only find one: The error list is not shown if the file Georg> is corrupt. This could probably be fixed by handing the temp Georg> buffer to InsertLyXFile: Is it really necessary to disconnect, or is it done when the buffer is

Re: [experimental patch] fix bug 1973

2005-11-29 Thread Helge Hafting
Georg Baum wrote: Helge Hafting wrote: The output is now correct, but instead we sort of have the exact opposite problem: 1. Select _more_ than the table and apply a font change. Everything is correct, on screen and in output. 2. Select a few cells inside the changed table, and change

Failure to launch Lyx after successful installation

2005-11-29 Thread Tan Kai Meng
Hi, I tried installing Lyx 1.3.6 for Windows for my machine running on Windows XP SP2, but was unable to launch Lyx after successful installation, with the following error message: "Lyx wasn't able to find its layout descriptions! Check that the file "textclass.lst" is installed correctly. Sorry

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Right. That's the PITA I was referring to in my original Angus> response. However, the fact is that we need a unix shell Angus> environment to be available to use LyX ATM. People who fail to Angus> install LyX properly because it ca

Re: Installing LyX 1.3.7pre4 (Win XP)

2005-11-29 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> And what happens when the user makes changes to his Angus> preferences? Do these system-wide preferences get stored in the Angus> local preferences file? User preference store the diff between prefs seen by LyX and lyxrc.default. S

Re: [patch] 1.3: Index insertion

2005-11-29 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: >> What about this different version? Juergen> What about moving your code there and adding another bool for Juergen> the case "just copy the selection and paste it inside the Juergen> inset"? Or do you think this is overkill? I