Re: #6558: Edit->Language lacks keyboard shortcuts.

2010-02-26 Thread John McCabe-Dansted
On Thu, Feb 25, 2010 at 9:24 PM, Jürgen Spitzmüller wrote: >> 3) On Linux/Ubuntu Languages that the user has installed >> language-packs for (or maybe aspell/hunspell packs) >> 4) Languages that the user has configured input methods for. >> >> In my case this would mean that I always have English

Re: Possible bug with bibtex parsing at startup

2010-02-26 Thread Manoj Rajagopalan
I've also discovered that the presence of unicode characters causes a soft failure. Issue #6534 is possibly related to this: http://www.lyx.org/trac/ticket/6534 Can the fix to this issue (escaping the unicode characters etc.) be applied to the bibtex parsing at initial startup also? That might

Re: LyX 2-dev on MacOSX compiled

2010-02-26 Thread BH
On Fri, Feb 26, 2010 at 2:29 PM, Joachim Osnabryg wrote: > But: > this result, the _overwriting_ of the former LyX 1.6 had not been intended > by me. To keep the actual LyX 1.6.5 installation, what should I had typed > within the $ ./configure command? > > $ ./configure --prefix=/Applications/LyX-

Possible bug with bibtex parsing at startup

2010-02-26 Thread Manoj Rajagopalan
Hi lyx-devel, When the abstract field has single-quotes in it (eg. Green's functions), bibtex parsing at startup fails with an error message like the following: InsetBibtex::fillWithBibKeys: Unable to read value for field: abstract, for key: Heitz-excited-states-energy-relaxation-stacked-InA

Re: Swap/copy rows/cols in tables

2010-02-26 Thread Manoj Rajagopalan
On Friday 26 February 2010 07:00:00 pm Vincent van Ravesteijn wrote: > Manoj Rajagopalan schreef: > > Hi lyx-devel, > > > >Classes related to tabular seem to expose functions for copy and > > swapping rows and columns but I don't see these features exposed in the > > GUI. I also tried issuing

Re: Greek text mixed with English

2010-02-26 Thread Vincent van Ravesteijn
Νίκος Αλεξανδρής schreef: Hi! I use LyX and (probably) only LyX for everything that has to do with writing a nice-&-clean looking text/ document. I would love to see the "Greek-English" problem solved once and forever [1]. I mean, to set the language in Greek, write your stuff in Greek and in E

Re: Swap/copy rows/cols in tables

2010-02-26 Thread Vincent van Ravesteijn
Manoj Rajagopalan schreef: Hi lyx-devel, Classes related to tabular seem to expose functions for copy and swapping rows and columns but I don't see these features exposed in the GUI. I also tried issuing commands like "tabular-feature copy-row" in the command buffer with cursor placed in a

Re: #6533: Spell-as-you-type is confused when one types too fast

2010-02-26 Thread Jean-Marc Lasgouttes
But I think the idea is that some repaint events are skipped and spell-as-you-type cannot cope with that. I'll try to have a look this week-end. There is no hurry. I wanted to be sure you had this on your radar. JMarc

Swap/copy rows/cols in tables

2010-02-26 Thread Manoj Rajagopalan
Hi lyx-devel, Classes related to tabular seem to expose functions for copy and swapping rows and columns but I don't see these features exposed in the GUI. I also tried issuing commands like "tabular-feature copy-row" in the command buffer with cursor placed in a table cell but the status me

[Branch?] r33586 - lyx-devel/trunk/src/insets

2010-02-26 Thread rgheck
On 02/26/2010 03:16 PM, rgh...@lyx.org wrote: Author: rgheck Date: Fri Feb 26 21:16:12 2010 New Revision: 33586 URL: http://www.lyx.org/trac/changeset/33586 Log: Truncate long cross-references and show the whole thing in a tooltip. This could go to branch, Jurgen. rh Modified: lyx-d

Re: Lyx trunk crashes on scrolling with continuous spelling on

2010-02-26 Thread Stefano Franchi
On 02/26/10, Pavel Sanda wrote: >Stefano Franchi wrote: >> Perhaps the (continuous) spellchecker dislikes funny diacritics? > >maybe lyx, being latex pop-cultural derivate, has some philosophical >difficulties with slavoj's ideas ;p > >> Anyways, hope it helps, > >for sure, can you please put this

Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-26 Thread rgheck
On 02/26/2010 10:55 AM, Vincent van Ravesteijn - TNW wrote: I have attached InlineBib.py (which is a modified version of the earlier script). Some remarks about this script: def CreateBbl(n): #Creates .aux and .bbl from .tex #- argument = "latex " + n[:-4]#n[:-4] is the na

RE: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-26 Thread Vincent van Ravesteijn - TNW
> I have attached InlineBib.py (which is a modified version of the earlier script). Some remarks about this script: def CreateBbl(n): #Creates .aux and .bbl from .tex #- argument = "latex " + n[:-4]#n[:-4] is the name of the file without extension #- os.system(argument) argumen

Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-26 Thread Manoj Rajagopalan
On Wednesday 24 February 2010 10:21:35 pm rgheck wrote: > Come to think of it, there's an even easier way to do this: Just define > the ltx2 format, as before, but now use an appropriate modification of > IncludeBib.py as a LaTeX --> ltx2 *converter*. I think you can just > remove the LyxToTeX s

Re: #6533: Spell-as-you-type is confused when one types too fast

2010-02-26 Thread Abdelrazak Younes
On 02/26/2010 03:11 PM, Jean-Marc Lasgouttes wrote: Abdelrazak Younes writes: On 02/25/2010 12:39 PM, LyX Ticket Tracker wrote: Comment(by lasgouttes): Abdel? This is pretty important IMO. What is the gcc option to enable sdlib-debug? It is done by switching on

Re: #6533: Spell-as-you-type is confused when one types too fast

2010-02-26 Thread Jean-Marc Lasgouttes
Abdelrazak Younes writes: > On 02/25/2010 12:39 PM, LyX Ticket Tracker wrote: >> Comment(by lasgouttes): >> >> Abdel? This is pretty important IMO. >> > > What is the gcc option to enable sdlib-debug? It is done by switching on the following defines on config.h: /* libstdc++ debug mode */

Re: #6533: Spell-as-you-type is confused when one types too fast

2010-02-26 Thread Abdelrazak Younes
On 02/25/2010 12:39 PM, LyX Ticket Tracker wrote: Comment(by lasgouttes): Abdel? This is pretty important IMO. What is the gcc option to enable sdlib-debug? Abdel.

Re: #6558: Edit->Language lacks keyboard shortcuts.

2010-02-26 Thread Abdelrazak Younes
On 02/26/2010 12:05 PM, Jean-Marc Lasgouttes wrote: Guenter Milde writes: Actually, I'd prefer to move the language setting out of the character dialogue completely. Language is an important semantic feature, while all other settings in this dialogue concern presentational markup. It

Re: #6558: Edit->Language lacks keyboard shortcuts.

2010-02-26 Thread Jean-Marc Lasgouttes
Guenter Milde writes: > Actually, I'd prefer to move the language setting out of the character > dialogue completely. Language is an important semantic feature, while all > other settings in this dialogue concern presentational markup. It makes sense. JMarc

Re: #6558: Edit->Language lacks keyboard shortcuts.

2010-02-26 Thread Guenter Milde
On 2010-02-25, Jürgen Spitzmüller wrote: > Jean-Marc Lasgouttes wrote: Thanks for the work on the language menu, while there is still room for improvement, I think it is going in the right direction. >> in the rather usual case when only one language is used ... ... >> This new menu entry is a

Re: Greek text mixed with English

2010-02-26 Thread Guenter Milde
On 2010-02-25, Νίκος Αλεξανδρής wrote: > I use LyX and (probably) only LyX for everything that has to do with > writing a nice-&-clean looking text/ document. I would love to see the > "Greek-English" problem solved once and forever [1]. > I mean, to set the language in Greek, write your stuff in