Re: CJK-LyX-1.2.3

2003-01-23 Thread Lars Gullik Bjønnes
<[EMAIL PROTECTED]> writes: | > It gets rid of Paragraph::wchar_type entirely. Instead, Paragraph::value_type | > is defined in terms of lyx::char_type. | > | | | Defining "lyx::char_type" can be a real life-saver only if this change | is adopted in the lyx source, Right ? You can expect that

Re: CJK-LyX-1.2.3

2003-01-23 Thread cghan
On 23 Jan 2003, Lars Gullik Bjønnes wrote: > > You can expect that this lyx::char_type will be adopted by LyX. > > 1.4.0cvs stuff. > > A wonderful news, indeed!! cghan

Re: 1.3pre2 - qt: math symbols are displayed wrong

2003-01-23 Thread Richard Geissler
Dekel Tsur wrote: On Wed, Jan 22, 2003 at 12:12:41PM +0100, Richard Geissler wrote: After getting 1.3pre2 from CVS and compiling it with frontend qt, I recognized that math symbols like "\alpha", "\leq" etc. are displayed as "~" (tilde symbol) or trademark symbol. Similar discussion went on i

Re: 1.3pre2 - qt: math symbols are displayed wrong

2003-01-23 Thread Dekel Tsur
On Thu, Jan 23, 2003 at 12:11:56PM +0100, Richard Geissler wrote: > > No, SuSE 8.0 and SuSE 8.1. > > >Did you install the latex ttf fonts (as described in the NEWS file) ? > > No, it was not clear to me whether this is really required or not. Now I > installed these fonts with the kde fontinsta

Re: CJK-LyX-1.2.3

2003-01-23 Thread Dekel Tsur
On Thu, Jan 23, 2003 at 02:43:08PM +0900, [EMAIL PROTECTED] wrote: > > Since you are caught here, and Miyata does not seem to be active in this > mailing list recently, I have a big question for you regarding i18n of > xforms library. One of the shortcomings of CJK-LyX is > that one cannot in

Re: CJK-LyX-1.2.3

2003-01-23 Thread Angus Leeming
[EMAIL PROTECTED] wrote: > On Wed, 22 Jan 2003, Angus Leeming wrote: >> Han, I have had a go at implementing my suggestions. The attached >> patch should be functionaly equivalent to yours but is 30kB smaller >> ;-) > Your patch works here very nicely, except that form_preferences.C is > generate

Re: LyX dies when started on display :0.1

2003-01-23 Thread Thomas Steffen
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > We have had reports of this kind some time ago already, but did not > manage to identify and fix the problem. Can you run xforms programs > (ie fdesign) succesfully? I don't have fdesign, but I tested xplot and xwatch, which work without any prob

Re: CJK-LyX-1.2.3

2003-01-23 Thread cghan
On Thu, 23 Jan 2003, Dekel Tsur wrote: > > Does CJK input works with the QT frontend ? > CJK-LyX with QT frontend is on my TO-DO list.

Re: Fixing viewcvs for files in the top level dir

2003-01-23 Thread Angus Leeming
Angus Leeming wrote: > Quite simple really, once I'd bought a book on perl and printed off > Cederqvist on cvs ;-) > > LyX has a 1:1 correspondence between the top-level dirs in the > repository and module names. As such, this patch is safe because we > always pass log_accum the module name (see

Re: PHP script (internationalization)

2003-01-23 Thread Michael Schmitt
Dear Angus, did my last change fix the setCookie problem on my web page? In the meantime, I had an idea why there are PHP warnings at the end of the document. As you can see, I have activated PHP error reporting at the beginning of the script. This is quite useful because people tend to make m

Re: CJK-LyX-1.2.3

2003-01-23 Thread cghan
On Thu, 23 Jan 2003, Angus Leeming wrote: > > Good morning from England. I'll not be able to play with this again > for a few days. I'll try and look at it at the weekend. > > All I did to form_preferences.fd was remove the '#ifdef I18N' and > '#endif' lines as they make no sense to fdesign.

Re: CJK-LyX-1.2.3

2003-01-23 Thread cghan
I forgot to attach screenshots in my previous mail. Sorry ! <><><><><><>

Re: PHP script (internationalization)

2003-01-23 Thread Angus Leeming
Michael Schmitt wrote: > Dear Angus, > > did my last change fix the setCookie problem on my web page? > > In the meantime, I had an idea why there are PHP warnings at the end > of the document. As you can see, I have activated PHP error > reporting at the beginning of the script. This is quite u

Re: Fixing viewcvs for files in the top level dir

2003-01-23 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: | | > Quite simple really, once I'd bought a book on perl and printed off | > Cederqvist on cvs ;-) | > | > LyX has a 1:1 correspondence between the top-level dirs in the | > repository and module names. As such, this patch is safe

Re: PHP script (internationalization)

2003-01-23 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Index: end.php3 | === | RCS file: /usr/local/lyx/cvsroot/www-devel/end.php3,v | retrieving revision 1.11 | diff -u -r1.11 end.php3 | --- end.php328 Nov 2002 01:41:22 - 1.11 | ++

Re: PHP script (internationalization)

2003-01-23 Thread Angus Leeming
Michael Schmitt wrote: > Dear Angus, > > did my last change fix the setCookie problem on my web page? > > In the meantime, I had an idea why there are PHP warnings at the end > of the document. As you can see, I have activated PHP error > reporting at the beginning of the script. This is quite u

Re: [PATCH] Final polishing of text messages

2003-01-23 Thread John Levon
On Thu, Jan 23, 2003 at 01:27:34PM +0100, Michael Schmitt wrote: > Please apply the patch if you find time. Readable patch please. regards john

Re: PHP script (internationalization)

2003-01-23 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | Index: end.php3 > | -if ($counter_file) { > | +if (isset($counter_file)) { > | counter($counter_file); > | } > > Then you need an else clause, I belive that counter() emmits a > warning messge if it is unable to o

Re: [PATCH] Final polishing of text messages

2003-01-23 Thread Michael Schmitt
John Levon wrote: Please apply the patch if you find time. Readable patch please. ?? It wasn't readable ??? Here it comes again. Michael Index: lyx-devel/src/BufferView.C === RCS file: /cvs/lyx/lyx-devel/src/BufferView.C,v

Re: PHP script (internationalization)

2003-01-23 Thread Michael Schmitt
Angus Leeming wrote: Incidentally, Michael, two points: 1. The hebrew translator "anon@anon" isn't very useful. I'll replace him with "". Fine. I hope you know that you have to remove the translator name from the corresponding po file he.po. Afterwards, you can re-reate the i18n.php3 file wit

Re: 1.3pre2 - qt: math symbols are displayed wrong

2003-01-23 Thread Richard Geissler
Dekel Tsur wrote: On Thu, Jan 23, 2003 at 12:11:56PM +0100, Richard Geissler wrote: No, SuSE 8.0 and SuSE 8.1. Did you install the latex ttf fonts (as described in the NEWS file) ? No, it was not clear to me whether this is really required or not. Now I installed these fonts with the kde f

Re: [PATCH] Final polishing of text messages

2003-01-23 Thread Michael Schmitt
Michael Schmitt wrote: enclosed please find an extended patch concerning spelling, Capital letters, punctuation, spaces, etc. within text messages. Once again, I haven't touched the logic of LyX but only modified messages in order to make the GUIs more consistent and to reduce the number of ne

Re: [PATCH] Final polishing of text messages

2003-01-23 Thread John Levon
On Thu, Jan 23, 2003 at 03:59:23PM +0100, Michael Schmitt wrote: > ?? It wasn't readable ??? not really. > -Quote style > +Quote Style This is correct, but did you catch all of the group box titles ? > -Postscript &driver : > +

A5 small margins

2003-01-23 Thread Andre Poenitz
Try layout->document->paper, special "very small marigin". Ok. layout->document->paper, A5 Gets accepted, but the the .tex contains "a4wide" and no "a5" whatsoever. Looks like a bug, doesn't it? Andre' -- Those who desire to give up Freedom in order to gain Security, wil

Re: What is "rpmbuild"?

2003-01-23 Thread Ronny Buchmann
Am Dienstag, 21. Januar 2003 16:14 schrieb Angus Leeming: > Kayvan A. Sylvan wrote: > > Make rpmdist now fails again on the latest CVS: > > > > /bin/sh /home/kayvan/src/lyx/config/missing --run tar chof - > > lyx-1.3.0pre2 | +GZIP=--best gzip -c >lyx-1.3.0pre2.tar.gz > > chmod -R a+w lyx-1.3.0pre2

Re: CJK-LyX-1.2.3

2003-01-23 Thread Angus Leeming
[EMAIL PROTECTED] wrote: > Let me explain the problem with the attached screenshots. > > 1. On CJK-LyX main window, "shift-space" from the keyboard changes > the blinking cursor to stand-still cursor, indicating local input > method is on (screenshot0.png). > > 2. input method is composing chara

Re: Bug in mathed/selection

2003-01-23 Thread Andre Poenitz
On Wed, Jan 22, 2003 at 06:01:34PM -0200, Joao Luis Meloni Assirati wrote: > Open the attached file and select the hole equation, then Edit -> Copy (or > Control-C). Lyx freezes for a while and spends several seconds in maximun > cpu usage. After this, it is enough to select the equation again (no

Re: [PATCH] Final polishing of text messages

2003-01-23 Thread Michael Schmitt
John Levon wrote: -Quote style +Quote Style This is correct, but did you catch all of the group box titles ? Well, you said that the usage of capital letters is not consistent in the xforms GUI. I suspect the same holds for Qt. To answer your question: No,

Re: [PATCH] Final polishing of text messages

2003-01-23 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Jan 23, 2003 at 03:59:23PM +0100, Michael Schmitt wrote: | | > ?? It wasn't readable ??? | | not really. | | > -Quote style | > +Quote Style | | This is correct, but did you catch all of the group box titles ? |

Re: [PATCH] Final polishing of text messages

2003-01-23 Thread John Levon
On Thu, Jan 23, 2003 at 05:00:03PM +0100, Michael Schmitt wrote: > Well, you said that the usage of capital letters is not consistent in > the xforms GUI. I suspect the same holds for Qt. To answer your > question: No, I did not check this systematically. I vgrepped all group boxes and fixed it

Po remerge

2003-01-23 Thread Michael Schmitt
Hello, could somebody please remerge the po files? Thanks in advance, Michael

Re: Fixing viewcvs for files in the top level dir

2003-01-23 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Angus Leeming wrote: > | > | > Quite simple really, once I'd bought a book on perl and printed > | > off Cederqvist on cvs ;-) > | > > | > LyX has a 1:1 correspondence between the top-level dirs in the > | > repository

[patch] scroll line by line when mouseing

2003-01-23 Thread Lars Gullik Bjønnes
Please test. Index: src/BufferView.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView.C,v retrieving revision 1.115 diff -u -p -r1.115 BufferView.C --- src/BufferView.C 23 Jan 2003 16:23:35 - 1.115 +++ src/BufferVie

Re: Bug in mathed/selection

2003-01-23 Thread Joao Luis Meloni Assirati
On Thu, 23 Jan 2003, Andre Poenitz wrote: > This seems somehow related to "undo" as the debugger is usually there when > this happens but I have really no clue. Should I file a bug in bugzilla then? João.

lyx_main.C: parsinint output?

2003-01-23 Thread Rob Lahaye
Hi, John, recently you've added to CVS (src/lyx_main.C) the lyxerr-statements below as "Michael's text fixes": lyxerr << argc << endl; if (want_gui) { lyxerr << "parsinint" << endl; lyx_gui::parse_init(argc, argv); } lyxerr << ar

[PATCH] Font size names (A *real* problem)

2003-01-23 Thread Michael Schmitt
Dear Lars, I know that no textual changes are allowed anymore but... W E H A V E A R E A L P R O B L E M ! The problem is that LyX uses two different schemes for font sizes: 1. Tiny / Smallest / Smaller / Small / Normal / Large / Larger ... 2. tiny | script | footnote | small | no

Re: lyx_main.C: parsinint output?

2003-01-23 Thread John Levon
On Fri, Jan 24, 2003 at 11:01:16AM +0900, Rob Lahaye wrote: > lyxerr << "parsinint" << endl; oops. good catch. fixed regards john -- " It is quite humbling to realize that the storage occupied by the longest line from a typical Usenet posting is sufficient to provide a state s

Re: [patch] scroll line by line when mouseing

2003-01-23 Thread Joao Luis Meloni Assirati
On 23 Jan 2003, Lars Gullik Bjønnes wrote: > Please test. If there is a table or an equation below the visible page, the cursor gets trapped inside it and the scrolling stops. Tested with qt and xforms. João.

Re: Bug in mathed/selection

2003-01-23 Thread Andre Poenitz
On Thu, Jan 23, 2003 at 09:17:18PM -0200, Joao Luis Meloni Assirati wrote: > On Thu, 23 Jan 2003, Andre Poenitz wrote: > > > This seems somehow related to "undo" as the debugger is usually there when > > this happens but I have really no clue. > > Should I file a bug in bugzilla then? Good idea.

Re: elsart style (fwd)

2003-01-23 Thread Rod Pinna
> > Thanks a lot. The layout file works fine. The template needed a few > changes to work correctly with lyx 1.1. (Yes, I'm still using and loving > lyx 1.1.6fix4.) Yup, it was developed for 1.2. > I had one little hiccup when converting a standard article to elsart. Lyx > does not insert th

Re: elsart style (fwd)

2003-01-23 Thread Steven Homolya
On Fri, 24 Jan 2003, Rod Pinna wrote: > > I had one little hiccup when converting a standard article to elsart. Lyx > > does not insert the required StartTitlePage before title and EndTitlePage > > before main text (start and end frontmatter), so these have to be entered > > manually. Took me a