Re: BUG: Umlauts in qt-lyx

2002-11-20 Thread Juergen Vigna
Herbert Voss wrote: -german german "German" false iso8859-1 de "" -ngerman ngerman "German (new spelling)" false iso8859-1 de "" +german german "German" false iso8859-15 de "" +ngerman ngerman "German (new spelling)" false iso8859-15 de "" Hello Herbert! What I don't like

Re: Patch: alignment in fixed width columns in a table

2002-11-20 Thread Juergen Vigna
Dekel Tsur wrote: Currently, when creating a fixed width column n a tabular, the possible alignments are left, right and center. It is not possible to have block alignment. The following patch fixes that. OK to apply ? What I miss here is the LaTeX output for the BLOCK alignment, I don't see it

Re: Patch: alignment in fixed width columns in a table

2002-11-20 Thread Andre Poenitz
On Wed, Nov 20, 2002 at 06:44:12PM +0200, Dekel Tsur wrote: > The following patch fixes that. OK to apply ? Looks straight forward, doesn't it? Andre' PS: White space? + setEnabled(column_options_->radio_align_block, !pwidth.zero()); setEnabled(column_options_->radio_valign_top,

Re: BUG: Umlauts in qt-lyx

2002-11-20 Thread Juergen Spitzmueller
John Levon wrote: > On Wed, Nov 20, 2002 at 08:29:24PM +0100, Juergen Spitzmueller wrote: > > In the qt version, I can type neither Umlauts (ä, ö, ü) nor sharp s (ß) > > how are you typing it ? what does xev show ? Direct input with the (german) keyboard. xev for "ä": KeyRelease event, serial 2

Re: algorithm floats in 1.2.1

2002-11-20 Thread Andre Poenitz
On Wed, Nov 20, 2002 at 11:41:06AM +0100, Lars Gullik Bjønnes wrote: > I prefer > > string str("hello"); > > over > > string str = "hello"; > > > but > > string str = hello() + world(); > > over > > string str(hello() + world()); _I_ prefer the '=' all the time as I do not want to sp

Re: prefs comment...

2002-11-20 Thread Andre Poenitz
On Tue, Nov 19, 2002 at 08:04:28PM +, John Levon wrote: > > I've just committed a patch that propogates the virtual keyword through the > > rest of the xorms header files. 1 step closer to consistency. Happy now? > > Great ! > > Andre, what is the reason for not propogating ? shorter lines ?

Re: Is "sort -u" portable?

2002-11-20 Thread John Weiss
On Wed, Nov 20, 2002 at 06:25:24PM +, Angus Leeming wrote: > > My question: is "sort -u" standard, or should I pipe the results of > "sort" to "uniq"? An elderly copy of "Unix in a Nutshell" lists "-u" as an option to "sort". The info-page for GNU-sort does not list "-u" as one of the option

Re: Is "sort -u" portable?

2002-11-20 Thread Allan Rae
On Wed, 20 Nov 2002, Angus Leeming wrote: > I have been playing a little with the scripts we use to modify the code > output by fdesign. I have used "sort" to create a minimal list of the > functions called by the .C file: > > EXTERN_FUNCS=extern.tmp > sed -n 's/extern void \(.*\)/extern "C" void

Multilingual spell checking (with possible design changes)

2002-11-20 Thread Alexey Spiridonov
I often need to write documents using two languages *. I might mark the document as one written in English, and then mark specific areas written in two other languages. The current stable lyx allows me to alter the language, which the spell-checker uses to check my document (rather annoyingly -

[patch] Use Boost.Format for l10n messages

2002-11-20 Thread Lars Gullik Bjønnes
IMHO we should use Boost.Format to make l10n messages and strings easier to translate, and also enable reordering of arguments. A thing that is needed for several languages. This patch does this for all the obvious patches, lyxstring has not been tested. (as if I care...really) I consider this p

Re: BUG: Umlauts in qt-lyx

2002-11-20 Thread Herbert Voss
John Levon schrieb: On Wed, Nov 20, 2002 at 09:30:46PM +0100, Herbert Voss wrote: with Kornels patch (languages and QLyXKeySym.C) I get the lowercase umlauts but not the uppercase ones. Can you explain exactly what's going on ? i.e. an interaction list of what inputs lyx gets, and where

Re: BUG: Umlauts in qt-lyx

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 09:30:46PM +0100, Herbert Voss wrote: > with Kornels patch (languages and QLyXKeySym.C) I get the > lowercase umlauts but not the uppercase ones. Can you explain exactly what's going on ? i.e. an interaction list of what inputs lyx gets, and where we go wrong. What happens

Re: autoconf-2.53

2002-11-20 Thread Duncan Simpson
There is a bug in the macro which tried to that but unfortunately left out the middle argument (which probably why it did not work). If autoheader is not noticing that then I think AH_TEMPLATE is the right thing (presumably as part of the macro, that happens irrespective of the result). I could g

Re: BUG: Umlauts in qt-lyx

2002-11-20 Thread Herbert Voss
John Levon schrieb: I must admit I do not understand this patch with Kornels patch (languages and QLyXKeySym.C) I get the lowercase umlauts but not the uppercase ones. after digging around what's going there, I saw that the problem was the following: +/// I need this to get shift Umla

Re: BUG: Umlauts in qt-lyx

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 09:07:14PM +0100, Herbert Voss wrote: > Kornel and I had the same problem, but Kornels solution > does not work for me, so I have the attached hack. I must admit I do not understand this patch > -german german "German"false iso8859-1 de "" > -ngerman n

Re: BUG: Umlauts in qt-lyx

2002-11-20 Thread Herbert Voss
Juergen Spitzmueller schrieb: >In the qt version, I can type neither Umlauts (ä, ö, ü) nor sharp s (ß) > >-dbg any gives for "ä": > >Press key 65535 text "ä", ascii "228" >sym empty in getSymbolName() >getSymbolName() -> ä >KeySym is ä > Kornel and I had the same problem, but Kornels solution does

Re: BUG: Umlauts in qt-lyx

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 08:29:24PM +0100, Juergen Spitzmueller wrote: > In the qt version, I can type neither Umlauts (ä, ö, ü) nor sharp s (ß) how are you typing it ? what does xev show ? which qt version ? > Press key 65535 text "ä", ascii "228" > sym empty in getSymbolName() > getSymbolName

BUG: Umlauts in qt-lyx

2002-11-20 Thread Juergen Spitzmueller
In the qt version, I can type neither Umlauts (ä, ö, ü) nor sharp s (ß) -dbg any gives for "ä": Press key 65535 text "ä", ascii "228" sym empty in getSymbolName() getSymbolName() -> ä KeySym is ä Regards, Jürgen

Is "sort -u" portable?

2002-11-20 Thread Angus Leeming
I have been playing a little with the scripts we use to modify the code output by fdesign. I have used "sort" to create a minimal list of the functions called by the .C file: EXTERN_FUNCS=extern.tmp sed -n 's/extern void \(.*\)/extern "C" void \1/p' ${HIN} > ${EXTERN_FUNCS} if [ -s ${EXTERN_FUN

Re: footnotes (was Re: Wish)

2002-11-20 Thread Juergen Spitzmueller
Kuba Ober wrote: > Donald Knuth's wife used to say "Don, don't use footnotes". And he doesn't > use them and it seems to work. I presume human science papers are very > different from computer science papers. Thousands footnotes in a PhD > thesis. WOW is all I can say. Okay, okay, let's not start a

Qt menu problem

2002-11-20 Thread John Levon
I think I've spotted the menu disable thing, a silly. Checking onw regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

Re: Arabic Shaping Patch

2002-11-20 Thread Dekel Tsur
On Wed, Nov 20, 2002 at 01:49:56PM +0200, Isam Bayazidi wrote: > > BTW Dekel Tsur: Did you accept the patch ? is it OK ? will it be added to the > CVS TREE ? The patch looks OK. I'll apply it shortly.

Re: lyx-devel src/frontends/qt2/: ChangeLog QLPopupMenu.C qlkey.h

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 05:46:17PM +, [EMAIL PROTECTED] wrote: > Log message: > jmarc's shortcut patch Actually I've just noticed that thesaurus does not show S-F7 shortcut. Why is that ? regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is

Re: Changebar patch updated

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 05:41:19PM +0100, Jean-Marc Lasgouttes wrote: > Location: http://www.movement.uklinux.net/c12.diff.bz2 [following] > --17:40:29-- http://www.movement.uklinux.net:80/c12.diff.bz2%20 ^^^ older wgets do not stri

Patch: alignment in fixed width columns in a table

2002-11-20 Thread Dekel Tsur
Currently, when creating a fixed width column n a tabular, the possible alignments are left, right and center. It is not possible to have block alignment. The following patch fixes that. OK to apply ? patch.gz Description: application/gzip

Re: Changebar patch updated

2002-11-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Nov 20, 2002 at 05:28:10PM +0100, Jean-Marc Lasgouttes John> wrote: http://movementarian.org/c12.diff.bz2 >> John> http://movementarian.org/dvipost-0.9.tar.gz >> I cannot grab any of these files. John> upgrade wget, you have a

Re: Changebar patch updated

2002-11-20 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I just tried and all worked well. Would you like me to post Angus> them to you? (Total file size 40.5kB + 30kB) Here is what I get: fantomas: wget http://movementarian.org/c12.diff.bz2 --17:40:29-- http://movementarian.org:80/c12

Re: Changebar patch updated

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 05:28:10PM +0100, Jean-Marc Lasgouttes wrote: > John> http://movementarian.org/c12.diff.bz2 > > John> http://movementarian.org/dvipost-0.9.tar.gz > > I cannot grab any of these files. upgrade wget, you have a broken version. Or use http://www.movement.uklinux.net/c12...

Problems with lyx 1.1.6 fix3

2002-11-20 Thread Henrique Marks
I have some problems. I'm using lyx in a client machine. The server machine uses 16-bits depth, and the keyboard is brazilian. In my client machine i use 8 bits depth and the keyboard is english with dead keys. I have many problems with lyx crashing in the client machine. Is this problem common

Re: Changebar patch updated

2002-11-20 Thread Angus Leeming
On Wednesday 20 November 2002 4:28 pm, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> Now includes author/changetime stuff ... > > John> http://movementarian.org/c12.diff.bz2 > > John> you need also > > John> http://movementarian.org/dvipost-0.9.tar.g

Re: [PATCH] Re: The Qt port

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 05:26:23PM +0100, Jean-Marc Lasgouttes wrote: > Here is a patch which adds properly menu shortcuts (your patch tried > to add some to submenus too) and adds support for the KP_foo keysyms thanks. > (it was S-KP_Delete which was mistaken for S_ISO_LeftTab; this shows > btw

Re: Changebar patch updated

2002-11-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Now includes author/changetime stuff ... John> http://movementarian.org/c12.diff.bz2 John> you need also John> http://movementarian.org/dvipost-0.9.tar.gz I cannot grab any of these files. JMarc

[PATCH] Re: The Qt port

2002-11-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> There are two: something is going in wrong in the queries about John> the math menu, and something goes wrong with the code to add John> shortcuts to the menus (leading to ISO_Left_tab instead of the John> right one if you remember me sa

Math icon names fixed

2002-11-20 Thread John Levon
Hopefully they are now deficient-OS compliant. Kayvan, please check regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

Re: footnotes (was Re: Wish)

2002-11-20 Thread Kuba Ober
> However, my PhD has several thousand footnotes by now, which is not unusual > for a human science document. I'm just too lazy to open and close them > manually, and it also disturbs reading and concentration. Donald Knuth's wife used to say "Don, don't use footnotes". And he doesn't use them

Changebar patch updated

2002-11-20 Thread John Levon
Now includes author/changetime stuff ... http://movementarian.org/c12.diff.bz2 you need also http://movementarian.org/dvipost-0.9.tar.gz regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

Re: Signal (interrupt) handling by lyx_main.C

2002-11-20 Thread Lars Gullik Bjønnes
Rob Lahaye <[EMAIL PROTECTED]> writes: | Just wondering if this is going to be a welcome improvement. Yes I belive so, but we might want to tweak the interface a bit, both to be more OS independant and more C++ friendly. (boost::function, boost::signals) I have not had time to really look at it

Re: The Qt port

2002-11-20 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I have prog: qtconfig is that kde specific? No, it seems to be qt3 specific. I have a qconfig, but I have not been able to determine what it does :( JMarc

Re: The Qt port

2002-11-20 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: > >>> On Tue, Nov 19, 2002 at 04:54:22PM +0100, Jean-Marc Lasgouttes >>> wrote: > - [slightly OT]: I am on a non-kde system and use qt >>> 2.3.0. How can I > configure it to use something el

Re: algorithm floats in 1.2.1

2002-11-20 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Nov 14, 2002 at 09:32:04AM +0100, Andre Poenitz wrote: > >> On Wed, Nov 13, 2002 at 08:08:45PM +, John Levon wrote: >> > + LyXText * t(users->getLyXText()); >> >> Could you _please_ use >> >> LyXText * t = users->getLyXText(); >> >> here?

Re: Bugzilla.lyx.org

2002-11-20 Thread Jean-Marc Lasgouttes
> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: Christian> On 20 Nov 2002, Jean-Marc Lasgouttes wrote: >> > "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: >> >> Christian> I looked at bugzilla.org.lyx, and discovered that the Christian> simple bug rep

Re: Arabic Shaping Patch

2002-11-20 Thread Angus Leeming
On Wednesday 20 November 2002 11:49 am, Isam Bayazidi wrote: > On Wednesday 20 November 2002 12:37, Angus Leeming wrote: > > Isam, you seem to me to be describing input using the "Compose" key, > > a.k.a Multi_key, which LyX certainly does support. Eg with latin1 > > encoding Compose a ' -> �Compos

Re: Arabic Shaping Patch

2002-11-20 Thread Isam Bayazidi
On Wednesday 20 November 2002 12:37, Angus Leeming wrote: > Isam, you seem to me to be describing input using the "Compose" key, a.k.a > Multi_key, which LyX certainly does support. Eg with latin1 encoding > Compose a ' -> �Compose u " -> > Compose l = -> > > I'm no expert but assume that Arabic en

Re: Bugzilla.lyx.org

2002-11-20 Thread Christian Ridderström
On 20 Nov 2002, Jean-Marc Lasgouttes wrote: > > "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: > > > Christian> I looked at bugzilla.org.lyx, and discovered that the > Christian> simple bug report really was very simple... but I felt that > > It looks good. Note that in th

Re: Bugzilla.lyx.org

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 12:08:33PM +0100, Jean-Marc Lasgouttes wrote: > The problem is that I seem to remember that when a bug is fixed in > branch but not trunk, there are cases when the version has been > changed. Hmm, true. But not a really big deal ... > In fact, we should be able to select

Re: Bugzilla.lyx.org

2002-11-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Nov 20, 2002 at 11:43:02AM +0100, Jean-Marc Lasgouttes John> wrote: >> Also, could the 1.2.1 bug query be simplified a bit? Actually I am >> not sure what we want this query to mean. Known bugs in 1.2.1? Bugs >> fixed in 1.2.2cvs

Re: Bugzilla.lyx.org

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 11:43:02AM +0100, Jean-Marc Lasgouttes wrote: > Also, could the 1.2.1 bug query be simplified a bit? Actually I am not > sure what we want this query to mean. Known bugs in 1.2.1? Bugs fixed > in 1.2.2cvs? Bugs in 1.2.1 that are not yet fixed? The intention is to prevent d

Re: Bugzilla.lyx.org

2002-11-20 Thread Jean-Marc Lasgouttes
> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: Christian> I looked at bugzilla.org.lyx, and discovered that the Christian> simple bug report really was very simple... but I felt that Christian> it could be advertised a bit better. Anyway, here's a Christian> suggestion Ch

Re: The Qt port

2002-11-20 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: >> On Tue, Nov 19, 2002 at 04:54:22PM +0100, Jean-Marc Lasgouttes >> wrote: > - [slightly OT]: I am on a non-kde system and use qt >> 2.3.0. How can I > configure it to use something else than the ugly >> motif look? Edwin> lyx -style wind

Re: autoconf-2.53

2002-11-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Tue, Nov 19, 2002 at 02:08:36PM +0100, Jean-Marc Lasgouttes John> wrote: >> The problem is that the checking is done correctly, but we cannot >> get autoheader to guess that it has to provide a template for >> HAVE_DECL_MKSTEMP. Since

Re: Arabic Shaping Patch

2002-11-20 Thread Angus Leeming
On Sunday 17 November 2002 11:28 pm, Isam Bayazidi wrote: > There is still one issue in LyX shaping that this patch does not address .. > that is the Complex Letters .. there are some glyphs in Arabic that are a > combination of 2 letters ( one glyph for 2 letters) .. it highly increase > readabili

Re: crash --- QT

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 12:57:27PM +0800, Rod Pinna wrote: > Just checked, this only happens with my particular document. I doesn't > happen if I start from a blank window. Doc is attached. My silly, fixed > (It's still a draft, so no comments on the content :) ) Hmm I'm not sure I /could/ have

Re: Signal (interrupt) handling by lyx_main.C

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 12:41:35PM +0900, Rob Lahaye wrote: > I've been writing a general signal handler for my own project and was > wondering whether that (in a modified form) could be used for LyX. This would be probably useful, but at the least we'd want to use boost::signal for the handler c

Re: 130 qt

2002-11-20 Thread John Levon
On Wed, Nov 20, 2002 at 11:14:05AM +0800, Rod Pinna wrote: > Just trying 130 with qt on an article I'm working on. I've found that > changing the text colour doesn't work. Changing other colours seems to > work fine though. good spotting. Fixed. thanks john