Re: [Updated PATCH] InsetInfo

2007-10-11 Thread Bo Peng
> OK, but I of course want to know what it is and how to use it. Please refer to my another post: summary of the InsetInfo feature. Bo

Re: Support request for Japanese without CJK

2007-10-11 Thread Uwe Stöhr
Koji Yokota schrieb: For pTeX, the output of 'ptex -version' (or 'platex -version') contains a line: > pTeX 3.141592-p3.1.9 (EUC) (Web2C 7.5.4) I'll try to implement the encoding check when I find some more time. Therefore I requested bugzilla entries as this assures that it won't be forgo

Re: [Updated PATCH] InsetInfo

2007-10-11 Thread Uwe Stöhr
Bo Peng schrieb: I am not sure we want to do that. This feature is designed for document maintainers. I do not see any use of this for normal users. I can of course document this feature if you think this is needed. OK, but I of course want to know what it is and how to use it. regards Uwe

Re: [Patch] PDFOptions final touches

2007-10-11 Thread Uwe Stöhr
Pavel Sanda schrieb: ok, this looks better. It's in. regards Uwe

Re: A few more unicode symbols.

2007-10-11 Thread Enrico Forestieri
On Thu, Oct 11, 2007 at 09:55:01AM +0200, Abdelrazak Younes wrote: > >> I'd prefer: > >>if (Encodings::isGreekChar(next)) > >> + break; Thanks for the suggestion. I also updated the patch in order to have a sane behaviour with change tracking. If there are no objecti

Re: close tab button...

2007-10-11 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: The parent was set to GuiView instead of the QTabWidget. how obvious now you tell me... That was exactly my reaction when I discovered this by luck ;-) Abdel.

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
this should be the proper lyx2lyx conversion needed for completing last pdf fixes. i made tests, but please overlook it. thanks for your help with that, pavel Index: development/FORMAT === --- development/FORMAT (revision 20918) +++

Re: close tab button...

2007-10-11 Thread Edwin Leuven
Bennett Helm wrote: Actually, the new icon just looks wrong on a Mac; this is the old icon

Re: close tab button...

2007-10-11 Thread Bennett Helm
On Oct 11, 2007, at 2:58 PM, Edwin Leuven wrote: Abdelrazak Younes wrote: What does that mean? The close button is back since last week I think... only noticed now! what was the problem? i'd like to apply attached (icon + patch) Fine with me. will apply then (this is how the qt people d

Re: trunk not compilable

2007-10-11 Thread Pavel Sanda
> Pavel Sanda wrote: >> i'm the only one seeing this ? > > can u update and try again yep, thanks.

Re: close tab button...

2007-10-11 Thread Edwin Leuven
Abdelrazak Younes wrote: The parent was set to GuiView instead of the QTabWidget. how obvious now you tell me...

Re: trunk not compilable

2007-10-11 Thread Edwin Leuven
Pavel Sanda wrote: i'm the only one seeing this ? can u update and try again missing include me thinks...

Re: close tab button...

2007-10-11 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: What does that mean? The close button is back since last week I think... only noticed now! what was the problem? The parent was set to GuiView instead of the QTabWidget. Abdel.

trunk not compilable

2007-10-11 Thread Pavel Sanda
i'm the only one seeing this ? g++ -DHAVE_CONFIG_H -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../src -I../../../src/frontends -I../../../images -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../../../boost -

Re: close tab button...

2007-10-11 Thread Edwin Leuven
Abdelrazak Younes wrote: What does that mean? The close button is back since last week I think... only noticed now! what was the problem? i'd like to apply attached (icon + patch) Fine with me. will apply then (this is how the qt people do it...)

Re: close tab button...

2007-10-11 Thread Abdelrazak Younes
Edwin Leuven wrote: ...magically reappeared thanks to a pixie on the list What does that mean? The close button is back since last week I think... i'd like to apply attached (icon + patch) things look nicer then ok? Fine with me. Abdel.

Re: 1.6svn mouse selection problems

2007-10-11 Thread Abdelrazak Younes
Helge Hafting wrote: Two mouse selection problems: * Try selecting more than the visible area by mouse. LyX will scroll, but the scrolling is rather slow and it gets stuck now and then. * Normally, you can click one place, then shift+click some other place in order to select everything inb

close tab button...

2007-10-11 Thread Edwin Leuven
...magically reappeared thanks to a pixie on the list i'd like to apply attached (icon + patch) things look nicer then ok? Index: src/frontends/qt4/GuiWorkArea.cpp === --- src/frontends/qt4/GuiWorkArea.cpp (revision 20913) +++

Re: Summary of the InsetInfo feature.

2007-10-11 Thread Edwin Leuven
Bo Peng wrote: I think it is a good idea to show config.log in a dialog. i can commit the attached if others think so too Index: src/frontends/qt4/GuiLog.cpp === --- src/frontends/qt4/GuiLog.cpp(revision 20916) +++ src/fr

"copy to clipboard" button on log dialog

2007-10-11 Thread Edwin Leuven
i just added this http://www.lyx.org/trac/changeset/20916 assuming it is uncontroversial

Re: Summary of the InsetInfo feature.

2007-10-11 Thread Bo Peng
> damn! just when i was about to commit the attached... > > ;-) I think it is a good idea to show config.log in a dialog. This does not contradict with what I have done. I mean, LaTeXConfig.ly and config.log serve different purposes. Bo

Re: Support request for Japanese without CJK

2007-10-11 Thread Georg Baum
Uwe Stöhr wrote: > Koji Yokota schrieb: > >> Shift-JIS (Japanese encoding by Microsoft) can contain problematic >> character in the second byte, so the CJK package cannot be handled *as >> is*. Exactly. This is also documented in the encodings file (it does not hurt to look through the existing

Summary of the InsetInfo feature.

2007-10-11 Thread Bo Peng
Dear all, I have submitted the InsetInfo patch in ten pieces. This makes it easy for you to review, and to revert certain features if we decide to revert them later. Here is a summary of this feature. InsetInfo displays package, textclass, shortcut, lyxrc and menu information in a non-editable bo

Re: [Updated PATCH] InsetInfo

2007-10-11 Thread Bo Peng
> could you please also document your new InsetInfo feature in the > Customization or Extended manual? I am not sure we want to do that. This feature is designed for document maintainers. I do not see any use of this for normal users. I can of course document this feature if you think this is ne

Re: Compile problem with LyX 1.4.5.1 on SPARC/Solaris9

2007-10-11 Thread Enrico Forestieri
On Thu, Oct 11, 2007 at 09:37:23AM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > The problem here is that he is using the Sun compiler which uses > > the switch -xOn (uppercase O followed by a digit 1, 2, 3, 4, or 5) > > to specify the optimization level. H

Re: Support request for Japanese without CJK

2007-10-11 Thread Koji Yokota
Uwe Stöhr さんは書きました: That means the LyX's configure.py should check what encoding is used by the found LaTeX-system and then set the correct default encoding for japanese-plain in LyX's encodings file? I think we could try this, but how can we get the information what encoding a LaTeX is built f

Re: [Patch] sanitize formula breaking when pressing C-Enter in a simple formula

2007-10-11 Thread Martin Vermeer
On Thu, 11 Oct 2007 16:20:21 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Martin Vermeer wrote: > > This sanitizes the behaviour. This was a major irritant for me. Start > > typing a formula, like E = mc^2, and press Control-Enter. The "= mc^2" > > goes to the next line, which in 99% of ca

Re: [Updated PATCH] InsetInfo

2007-10-11 Thread Uwe Stöhr
Hello Bo, could you please also document your new InsetInfo feature in the Customization or Extended manual? thanks and regards Uwe

Re: Support request for Japanese without CJK

2007-10-11 Thread Uwe Stöhr
Koji Yokota schrieb: Shift-JIS (Japanese encoding by Microsoft) can contain problematic character in the second byte, so the CJK package cannot be handled *as is*. To use Shift-JIS code, the document file must be "pre-processed" with sjisconv which comes with the CJK package before compiling w

Re: Document header error in trunk.

2007-10-11 Thread José Matos
On Thursday 11 October 2007 15:44:04 Pavel Sanda wrote: > i changed few things. still i'm not able to make > > document.header[i].replace('"', '') > > work. have you some idea whats wrong? Yes, that does not change the string in place but it returns the string. The right version is then: docum

Re: Support request for Japanese without CJK

2007-10-11 Thread Uwe Stöhr
Koji Yokota schrieb: Another problem is that these Japanese-aware latex's are usually compiled separately for EUC, JIS, SJIS and UTF-8 to suit users' environment. Now, default of "Japanese (non-CJK)" is to use EUC but this may cause a problem for users on Windows (SJIS). I've seen this too -

Context Menu

2007-10-11 Thread Richard Heck
I have a friend I'm converting to LyX, and he likes it but misses the right-click context menu that is common in other apps. Has previous thought been given to this? rh -- == Richard G Heck, Jr Professor of Philosophy Brown Univ

Re: [Cvslog] r20902 - in /lyx-devel/trunk/src: BufferView.cpp LyXFunc.cpp

2007-10-11 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: younes > Date: Thu Oct 11 15:20:21 2007 > New Revision: 20902 > > URL: http://www.lyx.org/trac/changeset/20902 > Log: > Transfer some LFUNs from LyXFunc::getStatus() to BufferView::getStatus(). > What a mess! Great! JMarc

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
> On Thursday 11 October 2007 11:35:26 Pavel Sanda wrote: > > no, they are not related. added & discarded unconditionally. > > > > pavel > > Something like this? i changed few things. still i'm not able to make document.header[i].replace('"', '') work. have you some idea whats wrong? in the a

Re: [Updated PATCH] InsetInfo

2007-10-11 Thread Bo Peng
> Just some stylish issue with nested loops and ifs. Thank you. I will fix these and commit the patch in pieces. Cheers, Bo

Re: [Cvslog] r20899 - /lyx-devel/trunk/src/mathed/MathData.cpp

2007-10-11 Thread Martin Vermeer
On Thu, 11 Oct 2007 10:33:38 + [EMAIL PROTECTED] wrote: > Author: younes > Date: Thu Oct 11 12:33:36 2007 > New Revision: 20899 > > URL: http://www.lyx.org/trac/changeset/20899 > Log: > Metrics fix. Empty math inset doesn't have zero dimension. Thanks! - Martin

Re: [Patch] sanitize formula breaking when pressing C-Enter in a simple formula

2007-10-11 Thread Abdelrazak Younes
Martin Vermeer wrote: This sanitizes the behaviour. This was a major irritant for me. Start typing a formula, like E = mc^2, and press Control-Enter. The "= mc^2" goes to the next line, which in 99% of cases we don't want. Perfect for me :-) There's a bugzilla entry for that IIRC. I am baffled

Re: Support request for Japanese without CJK

2007-10-11 Thread Koji Yokota
Uwe Stöhr さんは書きました: To put it in the nutshell: Now LyX supports all you need, right? Yes, I believe the core part is already implemented. Thank you very much. # Our competitors (YKWIM) have been promoting their product in the Japanese market saying that its advantage is it can handle Japanes

Re: Support request for Japanese without CJK

2007-10-11 Thread Koji Yokota
Uwe Stöhr さんは書きました: What about adding this encoding?: # For japanese Encoding shift-jis SJIS SJIS variable CJK End Or don't we have this encoding because the CJK package don't support it? I'm wondering because in your patch I applied your defined Encoding shift-jis-plain SJIS-plain SJIS vari

[Patch] sanitize formula breaking when pressing C-Enter in a simple formula

2007-10-11 Thread Martin Vermeer
This sanitizes the behaviour. This was a major irritant for me. Start typing a formula, like E = mc^2, and press Control-Enter. The "= mc^2" goes to the next line, which in 99% of cases we don't want. - Martin Index: InsetMathHull.cpp ==

Re: Support for environments options ?

2007-10-11 Thread Martin Vermeer
On Thu, 11 Oct 2007 14:11:03 +0200 Helge Hafting <[EMAIL PROTECTED]> wrote: > Different idea: > Make the optarg inset so it only will go at the > start of the paragraph. No cursor position in front of it so > the cursor can't go there. And special-case its insertion so it > always inserts at the

Re: 1.6svn problem: Cursor movement in wide tables sometimes goes off-screen - more info

2007-10-11 Thread Helge Hafting
Helge Hafting wrote: [...] Perhaps this is to be expected right now with the tables being worked on? Otherwise, I guess there is two conflicting ways of calculating a good sidescroll offset, that result in this jumping. Furthermore, one of these methods is wrong. Seems that this happens whenever

Re: [Cvslog] r20895 - /lyx-devel/trunk/src/LyXFunc.cpp

2007-10-11 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: Author: younes Date: Thu Oct 11 11:57:52 2007 New Revision: 20895 URL: http://www.lyx.org/trac/changeset/20895 Log: Crash fix. I don't know why this is triggered only now... I guess someone changed the way toolbars are initialized. The cha

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
> On Thursday 11 October 2007 11:35:26 Pavel Sanda wrote: > > no, they are not related. added & discarded unconditionally. > > > > pavel > > Something like this? you are my hero :) > (Not tested) i will pavel

Re: Document header error in trunk.

2007-10-11 Thread José Matos
On Thursday 11 October 2007 11:35:26 Pavel Sanda wrote: > no, they are not related. added & discarded unconditionally. > > pavel Something like this? (Not tested) -- José Abílio Index: LyX.py === --- LyX.py (revision 20899) +++ LyX.

Re: crash in trunk (blinkingcursor)

2007-10-11 Thread Jean-Marc Lasgouttes
"Leuven, E." <[EMAIL PROTECTED]> writes: > PS if you wonder why i am fiddling with ctrl-w: i was tricked by my > french (azerty) keyboard with US international bindings... I know this feeling... JMarc

Re: macros for commands

2007-10-11 Thread Helge Hafting
Bernhard Roider wrote: That's true. What about abbreviation command definition (CmdDef) shortcut is also already used lyxmacro? edit(or) macro? Helge Hafting

Re: crash in trunk (blinkingcursor)

2007-10-11 Thread Abdelrazak Younes
Leuven, E. wrote: ctrl-n ctrl-w BOOM! backtrace below Oups my fault... side effect of my fix to the disappearing cursor. I'll correct that. Abdel.

Re: Support for environments options ?

2007-10-11 Thread Helge Hafting
Martin Vermeer wrote: On Wed, Oct 10, 2007 at 01:31:40PM -0400, Paul A. Rubin wrote: Martin Vermeer wrote: On Wed, Oct 10, 2007 at 11:55:12AM -0400, Richard Heck wrote: Tommaso Cucinotta wrote: like a "paragraph settings" or "layout settings" dialog. Or,

Re: [Cvslog] r20895 - /lyx-devel/trunk/src/LyXFunc.cpp

2007-10-11 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: younes > Date: Thu Oct 11 11:57:52 2007 > New Revision: 20895 > > URL: http://www.lyx.org/trac/changeset/20895 > Log: > Crash fix. I don't know why this is triggered only now... I guess someone > changed the way toolbars are initialized. The changes are safer a

Re: [Patch] PDFOptions final touches

2007-10-11 Thread Pavel Sanda
ok, this looks better. pavel Index: src/PDFOptions.cpp === --- src/PDFOptions.cpp (revision 20899) +++ src/PDFOptions.cpp (working copy) @@ -70,7 +70,7 @@ os << "\\pdf_bookmarks " << convert(bookmarks) << '\n'; os <<

Lyx 1.5.2-1 (Windows) crashes on creatin new file, worked in Lyx 1.4.4

2007-10-11 Thread Ekkehart Schlicht
When issuing a "New File" command (from the Menu) or a "New File from Template", lyx crashes. Windows reports: "lyxc.exe has encountered a problem and needs to close. We are sorry for the inconvenience." Lyx reports: "lyx: Disabling LyX socket. Assertion triggered in __thiscall lyx::suppor

1.6svn problem: Cursor movement in wide tables sometimes goes off-screen

2007-10-11 Thread Helge Hafting
Make a table with lots of columns, so it is wider than the visible area. Move the cursor to the right in this table. Expected behaviour: LyX should sidescroll in new columns now and then. What happens: LyX sidescrolls in new columns now and then. This brings in a little more table than really ne

Re: After changing encoding, lyx-1.6 reuses old export files and stumbles on the now unknown symbols

2007-10-11 Thread Helge Hafting
Juergen Spitzmueller wrote: Helge Hafting wrote: After changing encoding, lyx don't regenerate every file, and so view->pdf may fail as latex uses a new encoding scheme with files that had the old encoding. Could you post the LaTeX log file of the latex run that failed? We probably ca

crash in trunk (blinkingcursor)

2007-10-11 Thread Leuven, E.
ctrl-n ctrl-w BOOM! backtrace below edwin PS if you wonder why i am fiddling with ctrl-w: i was tricked by my french (azerty) keyboard with US international bindings... PPS > lyx.exe!lyx::support::abort() Line 25 + 0x8 bytes C++ lyx.exe!error_handler(int err_sig=11) Line

RE: Re: Question mathed: addCol(newcol)

2007-10-11 Thread Leuven, E.
> And that should not be the case? Are you suggesting that we should > dissolve the inset in this case? just ignore me. i am obviously in need of indecent amounts of coffee today...

Re: Question mathed: addCol(newcol)

2007-10-11 Thread Abdelrazak Younes
Martin Vermeer wrote: On Thu, 11 Oct 2007 11:07:44 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Martin Vermeer wrote: BTW Abdel, mathed placeholders now render OK, You mean the empty blue boxes? but they still believe their size is 0 :-( Could you be a bit more explicit please? Abde

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
> >1. fileformat version & lyx2lyx > >to sum up the .lyx fileformat changes: > > >option discarded:\pdf_store_options bool > >option added:\pdfusetitle bool > > Are these two options related? Should these changes be applied uncoditionally? no, they are not related. added & discarded uncondition

Re: Question mathed: addCol(newcol)

2007-10-11 Thread Abdelrazak Younes
Martin Vermeer wrote: On Thu, 11 Oct 2007 11:07:44 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Martin Vermeer wrote: BTW Abdel, mathed placeholders now render OK, You mean the empty blue boxes? but they still believe their size is 0 :-( Could you be a bit more explicit please? Abde

Re: Question mathed: addCol(newcol)

2007-10-11 Thread Abdelrazak Younes
Leuven, E. wrote: maybe that starting math (C-M) and leaving them (right arrow) leaves a blue box? And that should not be the case? Are you suggesting that we should dissolve the inset in this case? Abdel.

Re: Re: Question mathed: addCol(newcol)

2007-10-11 Thread Martin Vermeer
On Thu, 11 Oct 2007 11:13:26 +0200 "Leuven, E." <[EMAIL PROTECTED]> wrote: > maybe that starting math (C-M) and leaving them (right arrow) leaves a blue > box? Yes, that's a good way to demonstrate it too. The blue box doesn't fit inside the red corners of the mathinset. - Martin > -Origin

Re: Question mathed: addCol(newcol)

2007-10-11 Thread Martin Vermeer
On Thu, 11 Oct 2007 11:07:44 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Martin Vermeer wrote: > > > > BTW Abdel, mathed placeholders now render OK, > > You mean the empty blue boxes? > > > but they still believe > > their size is 0 :-( > > Could you be a bit more explicit please? >

Re: Document header error in trunk.

2007-10-11 Thread José Matos
On Thursday 11 October 2007 10:35:11 Pavel Sanda wrote: > > > i can post quick fix, which won't solve the real problem though. > > > pavel > > > > This should not ever happen. :-( > > > > This is a blocker for patches acceptance. > > i havent commited this and also stated clearly, that this has to

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
arrgh my email client sucks ignore that mail. > > i planned to do it, but before i spent day on that pyhton stuff i also asked > for 5min of > > Please let us have a proper fix. > > yes this

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
> > i can post quick fix, which won't solve the real problem though. > > pavel > > This should not ever happen. :-( > > This is a blocker for patches acceptance. i havent commited this and also stated clearly, that this has to be done to be the patch complete (in fact i was asking for help from

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
> > i can post quick fix, which won't solve the real problem though. > > pavel > > This should not ever happen. :-( > > This is a blocker for patches acceptance. i havent comitted it and stated clearly that lyx2lyx has to be done to be the patch complete. i planned to do it, but before i spent

RE: Re: Question mathed: addCol(newcol)

2007-10-11 Thread Leuven, E.
maybe that starting math (C-M) and leaving them (right arrow) leaves a blue box? -Original Message- From: news on behalf of Abdelrazak Younes Sent: Thu 10/11/07 11:07 To: lyx-devel@lists.lyx.org Subject: Re: Question mathed: addCol(newcol) Martin Vermeer wrote: > > BTW Abdel, mathed p

Re: Question mathed: addCol(newcol)

2007-10-11 Thread Abdelrazak Younes
Martin Vermeer wrote: BTW Abdel, mathed placeholders now render OK, You mean the empty blue boxes? but they still believe their size is 0 :-( Could you be a bit more explicit please? Abdel.

Question mathed: addCol(newcol)

2007-10-11 Thread Martin Vermeer
void InsetMathGrid::addCol(col_type newcol) { const col_type nc = ncols(); const row_type nr = nrows(); cells_type new_cells((nc + 1) * nr); vector new_cellinfo((nc + 1) * nr); for (row_type row = 0; row < nr; ++row) for (col_type col = 0;

Re: Document header error in trunk.

2007-10-11 Thread José Matos
On Thursday 11 October 2007 01:37:31 Pavel Sanda wrote: > > Lyx trunk, open User's guide, I get 'document header error', unknown > > token false false. Can anyone confirm? > > yes, this must be the result of http://www.lyx.org/trac/changeset/20881 , > as the patch was comitted without fileformat ch

Re: [PATCH] InsetInfo and document help->Shortcuts (feature creep)

2007-10-11 Thread José Matos
On Wednesday 10 October 2007 18:24:55 Edwin Leuven wrote: > that's why we need a proper ui interface to load packages and set their > options IMHO that is not lyx job's. -- José Abílio

Re: A few more unicode symbols.

2007-10-11 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Thu, Oct 11, 2007 at 08:12:18AM +0200, Abdelrazak Younes wrote: Enrico Forestieri wrote: On Wed, Oct 10, 2007 at 12:07:51AM -0500, Bo Peng wrote: The first patch implements the ideas above (without ranges) and works perfectly. You can even mark as greek the chars an

Re: A few more unicode symbols.

2007-10-11 Thread Enrico Forestieri
On Thu, Oct 11, 2007 at 08:12:18AM +0200, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > > On Wed, Oct 10, 2007 at 12:07:51AM -0500, Bo Peng wrote: > >>> The first patch implements the ideas above (without ranges) and > >>> works perfectly. You can even mark as greek the chars and get the >

Re: Compile problem with LyX 1.4.5.1 on SPARC/Solaris9

2007-10-11 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > On Wed, Oct 10, 2007 at 04:17:16PM +0200, Honest Guvnor wrote: >> On 10/10/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: >> > >> > I suspect this is a solaris problem... Enrico? > > Hmm. I feared I was losing emails, but then realized that this

Re: [Patch] better behaviour on inserting inset around selection

2007-10-11 Thread Jean-Marc Lasgouttes
Martin Vermeer <[EMAIL PROTECTED]> writes: > The attached adds and uses an allowMultiPar() method, and everything > still works (I also made Box insetlayoutable, as it wouldn't work right > without). Yes. It might be a good idea to define it in the insets that do not allow multipar, and to move

Re: Scrolling annoyance

2007-10-11 Thread Abdelrazak Younes
Jean-Marc Valin wrote: Hi, I've been a LyX user since about version 0.10 and use it for almost everything I write. I've overall been very happy with it (thanks guys), except for one thing that really irritates me and I'm hoping will be fixed at some point. That thing is irregular scrolling sp

Re: [PATCH] InsetInfo and document help->Shortcuts

2007-10-11 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: > On Wed, Oct 10, 2007 at 12:43:03PM +0200, Jean-Marc Lasgouttes wrote: >> BTW, when opening the bindongs.lyx file, I get: >> >> BufferParams::readToken(): Unknown token: false >> Object::connect: No such slot >> lyx::frontend::GuiErrorList::select_adapt

Re: macros for commands

2007-10-11 Thread Jean-Marc Lasgouttes
Bernhard Roider <[EMAIL PROTECTED]> writes: >> - it is wrong to define that in binding files, since these definitions >> are available to menus and toolbars too. I propose to move the >> definitions to their own file. > > ok, then should we create another directory like "bind" or "ui"? Either

Re: macros for commands

2007-10-11 Thread Jean-Marc Lasgouttes
Bernhard Roider <[EMAIL PROTECTED]> writes: >> - the "macro" name is a bit confusing wrt mathed macros and latex >> macros (if we support them one day). Even if it is only in the code, >> it is better to avoid that. Unfortunately, I do not have plenty of >> good names. Procedure? > > That's

Re: Scrolling annoyance

2007-10-11 Thread Abdelrazak Younes
Jean-Marc Valin wrote: Hi, I've been a LyX user since about version 0.10 and use it for almost everything I write. I've overall been very happy with it (thanks guys), except for one thing that really irritates me and I'm hoping will be fixed at some point. That thing is irregular scrolling sp

Scrolling annoyance

2007-10-11 Thread Jean-Marc Valin
Hi, I've been a LyX user since about version 0.10 and use it for almost everything I write. I've overall been very happy with it (thanks guys), except for one thing that really irritates me and I'm hoping will be fixed at some point. That thing is irregular scrolling speed. Whenever I have bi

Re: 1.6svn The insert key kills the cursor!

2007-10-11 Thread Abdelrazak Younes
Helge Hafting wrote: * Open a LyX document * Press the insert key on the keyboard LyX will use the status line to tell that this is an unknown function - fine. It also turn the cursor off completely, so I loose track of where it is. Any action will turn it on again, but this is confusing. Espe