Re: LyX meeting in Paris. When?

2005-04-18 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> I have a list of dates for the LyX meeting in Paris. Jean-Marc> Unfortunately it is a bit short, but we'll see if they suit Jean-Marc> enough people to be useful. So it sound the dates are not to

Re: [PATCH] Can't test due to broken QDocumentDialog.h

2005-04-18 Thread Angus Leeming
Helge Hafting wrote: In file included from QDocumentDialog_moc.C:11: ../QDocumentDialog.h:90: error: parse error before `<<' token ../QDocumentDialog.h:99: error: parse error before `==' token ../QDocumentDialog.h:108: error: parse error before `>>' token This file wasn't touched by the patch, but

Re: [PATCH] Can't test due to broken QDocumentDialog.h

2005-04-18 Thread Helge Hafting
On Mon, Apr 18, 2005 at 08:58:02PM +0300, Martin Vermeer wrote: > > The attached should do the job, and still do what the setCurrentFont > call was supposed to do. That was too brute-force... > In file included from QDocumentDialog_moc.C:11: ../QDocumentDialog.h:90: error: parse error before `<<'

Re: lyxrc.tex_allow_spaces and the frontends

2005-04-18 Thread Angus Leeming
Michael Schmitt wrote: Angus Leeming wrote: Proposal 1 == Modify the lib/configure test so that it becomes a loop over possible characters. Essentially, slotting this script into lib/configure: Proposal 2 == The current test in the frontends is too crude in that it is applied not

Re: lyxrc.tex_allow_spaces and the frontends

2005-04-18 Thread Michael Schmitt
Angus Leeming wrote: Proposal 1 == Modify the lib/configure test so that it becomes a loop over possible characters. Essentially, slotting this script into lib/configure: Proposal 2 == The current test in the frontends is too crude in that it is applied not only to a LyX/LaTeX do

Re: gtk version feedback

2005-04-18 Thread Will Ratcliffe
Trial and error yield success with the following bin_PROGRAMS = lyx $(FRONTENDS_PROGS) #noinst_PROGRAMS = $(FRONTENDS_PROGS) #EXTRA_PROGRAMS = lyx-xforms lyx-qt lyx-gtk I'm not sure if this is correct as, checking the docs, EXTRA_PROGRAMS is the correct way to add optional programs. Regards Will

Re: gtk version feedback

2005-04-18 Thread Will Ratcliffe
Well I'm no expert on automake but it seems that adding the programs we have requested to build to noinst_ is going to guarantee that they don't get installed. what does bin_PROGRAMS = $(FRONTENDS_PROGS) do i wonder? On Mon, 2005-04-18 at 19:03 +0100, John Spray wrote: > On Mon, 2005-04-18 at

Re: Charstyles changeover?

2005-04-18 Thread Martin Vermeer
On Mon, Apr 18, 2005 at 04:29:17PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> What about this? > > It looks good to me. The Insert>Character Styles submenu could be an > OptSubMenu, so that it does not appear when they are no char

Re: gtk version feedback

2005-04-18 Thread John Spray
On Mon, 2005-04-18 at 18:07 +0100, Will Ratcliffe wrote: > Also when i 'make install' only the xforms version is installed to > $prefix. Is this intentional? I'd like to install the gtk version > properly. It appears that only the file symlinked to by src/lyx is installed. So, although I have lyx

[PATCH] Re: 1.4cvs: can't write emphasized text anymore

2005-04-18 Thread Martin Vermeer
On Mon, Apr 18, 2005 at 03:45:41PM +0200, Helge Hafting wrote: > Todays 1.4cvs has regressed. (Not necessarily today, but it was ok > sometime last week.) > > I can no longer turn on emphasizing by pressing "ctrl+e" > The minibuffer indicates that ctrl+e turns on emphasizing > when I press ctrl+e

Re: Charstyles changeover?

2005-04-18 Thread Martin Vermeer
On Mon, Apr 18, 2005 at 05:23:18PM +0100, John Levon wrote: > On Mon, Apr 18, 2005 at 03:04:54PM +0300, Martin Vermeer wrote: > > > I changed the names slightly on the toolbar, so as to reduce the > > potential for confusion: emph and noun aren't really styles, just > > attributes. Also I removed

gtk version feedback

2005-04-18 Thread Will Ratcliffe
Hi, I've just built the gtk version from CVS. First of all I'd like to say its looking great -- good work. I am trying to write some equations in it but I am finding that the greek alphabet characters are not visible, instead there is a blank space. The xforms version which was compiled when i bu

Re: LyX meeting in Paris. When?

2005-04-18 Thread John Levon
On Mon, Apr 18, 2005 at 05:15:32PM +0200, Jean-Marc Lasgouttes wrote: > Who else is wanting to come? All answers are appreciated, even > ``I can't tell you yet'' or ``I'd hate to be there''. Yet again (sigh) it's extremely unlikely I can make it... john

Re: Charstyles changeover?

2005-04-18 Thread John Levon
On Mon, Apr 18, 2005 at 03:04:54PM +0300, Martin Vermeer wrote: > I changed the names slightly on the toolbar, so as to reduce the > potential for confusion: emph and noun aren't really styles, just > attributes. Also I removed "Toggle" from user style, because it only > toggles if you turned "tog

Re: LyX meeting in Paris. When?

2005-04-18 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > - who will not be able to come, whatever the date? Me. The agenda is again too overloaded this summer, I'm afraid :-( Jürgen

Re: LyX meeting in Paris. When?

2005-04-18 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> Who else is wanting to come? All answers are appreciated, even ``I >> can't tell you yet'' or ``I'd hate to be there''. Georg> I'd like to come. July 16 is not possible for me, but all other Georg> menti

lyxrc.tex_allow_spaces and the frontends

2005-04-18 Thread Angus Leeming
Preamble Currently, the frontends' file browser does not allow a file to be selected if that file's name contains spaces because of this code in controllers/helper_funcs.C's browseFile: typedef std::pair Result; FileDialog::Result result; result = fileDlg.open(lastPath, pat

Re: LyX meeting in Paris. When?

2005-04-18 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Who else is wanting to come? All answers are appreciated, even > ``I can't tell you yet'' or ``I'd hate to be there''. I'd like to come. July 16 is not possible for me, but all other mentioned dates are. Georg

Re: LyX meeting in Paris. When?

2005-04-18 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: >> Who else is wanting to come? All answers are appreciated, even ``I >> can't tell you yet'' or ``I'd hate to be there''. Angus> I'd like to come. I'll ask permission this evening :) It would be great.

Re: LyX meeting in Paris. When?

2005-04-18 Thread Jean-Marc Lasgouttes
> "Asger" == Asger Ottar Alstrup <[EMAIL PROTECTED]> writes: Asger> No good for me. We bought a house in Turkey, and we are going Asger> there to see it, decorate it, and enjoy it for three weeks Asger> starting from the second week of July. Is there internet access there? Just wondering...

Re: LyX meeting in Paris. When?

2005-04-18 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Who else is wanting to come? All answers are appreciated, even > ``I can't tell you yet'' or ``I'd hate to be there''. I'd like to come. I'll ask permission this evening :) -- Angus

Re: LyX meeting in Paris. When?

2005-04-18 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: Alfredo> But I have a small little problem. I'm having a daughter Alfredo> around Jul 20... There are worse problems in life ! I'm glad for both of you. Alfredo> So, I might be able to come if it is substantially before Alfredo>

Re: LyX meeting in Paris. When?

2005-04-18 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> * Funny enough, we marry afterwards. Why not? Congratulations, in any case! JMarc

Re: LyX meeting in Paris. When?

2005-04-18 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> I have a list of dates for the LyX meeting in Paris. Jean-Marc> Unfortunately it is a bit short, but we'll see if they suit Jean-Marc> enough people to be useful. So it sound the dates are not too bad. Let's see who

Re: Charstyles changeover?

2005-04-18 Thread Martin Vermeer
On Mon, Apr 18, 2005 at 04:29:17PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> What about this? > > It looks good to me. The Insert>Character Styles submenu could be an > OptSubMenu, so that it does not appear when they are no char

Re: 1.4cvs: can't write emphasized text anymore

2005-04-18 Thread Martin Vermeer
On Mon, Apr 18, 2005 at 03:45:41PM +0200, Helge Hafting wrote: > Todays 1.4cvs has regressed. (Not necessarily today, but it was ok > sometime last week.) > > I can no longer turn on emphasizing by pressing "ctrl+e" > The minibuffer indicates that ctrl+e turns on emphasizing > when I press ctrl+e

Re: Charstyles changeover?

2005-04-18 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> What about this? It looks good to me. The Insert>Character Styles submenu could be an OptSubMenu, so that it does not appear when they are no character styles. Martin> I changed the names slightly on the toolbar, so as to reduc

Re: Charstyles changeover?

2005-04-18 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Yes... _because_ they are hardwired to textit and textsc. Martin> Physical mark-up. In that case let's be brutally honest and Martin> talk only about 'italic' and 'small caps'. There is a Martin> half-finished infrastructure for

Re: [PATCH 13x, 14x] latex_path

2005-04-18 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I've posted this patch several times over the last few days, Angus> but it's now in a form that I think is suitable for inclusion Angus> in the cvs trees. Please have a look. Ok to commit? I think it's OK. JMarc

1.4cvs: can't write emphasized text anymore

2005-04-18 Thread Helge Hafting
Todays 1.4cvs has regressed. (Not necessarily today, but it was ok sometime last week.) I can no longer turn on emphasizing by pressing "ctrl+e" The minibuffer indicates that ctrl+e turns on emphasizing when I press ctrl+e, but indicates standard font again as soon as I actually write anything. T

Each recompile+install of 1.4cvs resets screen fonts

2005-04-18 Thread Helge Hafting
Each recompile+install resets the screen font for me. Today, the "sans serif" font remained "Impact" as I set it up, but typewriter & roman were both reset. In the font dialog they appear as "abandoned bitplane" which is a hopeless font. Fortunately that one isn't actually used, I get a reasonable

Re: Charstyles changeover?

2005-04-18 Thread Martin Vermeer
On Mon, 2005-04-18 at 12:32, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Martin Vermeer wrote: > >> Currently however, both the toolbar buttons and the keystroke C-e > >> at least, still produce font-noun and font-emph attribute-type > >> cha

Re: [Patch] fix validate for nested charstyle insets

2005-04-18 Thread Martin Vermeer
On Mon, 2005-04-18 at 14:41, Lars Gullik BjÃnnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | On Mon, 2005-04-18 at 12:32, Jean-Marc Lasgouttes wrote: > >> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > >> > >> Martin> Attached. OK to go in? > >> > >> I think so. >

Re: [Patch] fix validate for nested charstyle insets

2005-04-18 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Mon, 2005-04-18 at 12:32, Jean-Marc Lasgouttes wrote: >> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: >> >> Martin> Attached. OK to go in? >> >> I think so. >> >> JMarc > | In. Hmm... when does nested charstyle insets really make

Re: [Patch] fix validate for nested charstyle insets

2005-04-18 Thread Martin Vermeer
On Mon, 2005-04-18 at 12:32, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Attached. OK to go in? > > I think so. > > JMarc In. - Martin signature.asc Description: This is a digitally signed message part

Re: Charstyles changeover?

2005-04-18 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Mon, 2005-04-18 at 13:03, Lars Gullik Bjønnes wrote: >> Martin Vermeer <[EMAIL PROTECTED]> writes: >> >> | On Mon, 2005-04-18 at 11:26, Lars Gullik Bjønnes wrote: >> >> Angus Leeming <[EMAIL PROTECTED]> writes: >> >> >> >> | Martin Vermeer wrote:

Re: Charstyles changeover?

2005-04-18 Thread Martin Vermeer
On Mon, 2005-04-18 at 13:03, Lars Gullik BjÃnnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | On Mon, 2005-04-18 at 11:26, Lars Gullik BjÃÂnnes wrote: > >> Angus Leeming <[EMAIL PROTECTED]> writes: > >> > >> | Martin Vermeer wrote: > >> >> Currently however, both the toolbar buttons

Re: Charstyles changeover?

2005-04-18 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Mon, 2005-04-18 at 11:26, Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> >> | Martin Vermeer wrote: >> >> Currently however, both the toolbar buttons and the keystroke C-e at >> >> least, still produce font-noun and font-

double/triple clicking (bug 1811)

2005-04-18 Thread Juergen Spitzmueller
I investigated a bit into why selection with mouse double/triple clicking fails. It seems that the selection is being made but not drawn, because LyXText::drawSelection checks for bv->cursor(), while the selection has been passed to the (local?) cur in dispatch. The attached patch gets the sele

Re: Charstyles changeover?

2005-04-18 Thread Martin Vermeer
On Mon, 2005-04-18 at 12:32, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Martin Vermeer wrote: > >> Currently however, both the toolbar buttons and the keystroke C-e > >> at least, still produce font-noun and font-emph attribute-type > >> cha

Re: Charstyles changeover?

2005-04-18 Thread Martin Vermeer
On Mon, 2005-04-18 at 11:26, Lars Gullik BjÃnnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Martin Vermeer wrote: > >> Currently however, both the toolbar buttons and the keystroke C-e at > >> least, still produce font-noun and font-emph attribute-type charstyles. > >> Should we, for

Re: [Patch] fix validate for nested charstyle insets

2005-04-18 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Attached. OK to go in? I think so. JMarc

Re: Charstyles changeover?

2005-04-18 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Martin Vermeer wrote: >> Currently however, both the toolbar buttons and the keystroke C-e >> at least, still produce font-noun and font-emph attribute-type >> charstyles. Should we, for 1.4.0, switch to inset-type character >> styl

Re: [patch] Add missing math environments to the math_insert menu

2005-04-18 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> It was pointed out on the users list that the aligned Georg> environment is not available in the math menu. This patch fixes Georg> that. OK to apply? I guess so, but our menus are really becoming overcrowded. JMarc

[PATCH 13x, 14x] latex_path

2005-04-18 Thread Angus Leeming
Continuing the process of breaking my monster patch of Friday into more manageable chunks, here're the parts of the patch that: * invoke a new function, latex_path, when creating a reference to an external file in the generated latex file. * corresponing fix to Win32's os::external_path to replace

Re: Charstyles changeover?

2005-04-18 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Martin Vermeer wrote: >> Currently however, both the toolbar buttons and the keystroke C-e at >> least, still produce font-noun and font-emph attribute-type charstyles. >> Should we, for 1.4.0, switch to inset-type character styles for this, >> and make

[Patch] fix validate for nested charstyle insets

2005-04-18 Thread Martin Vermeer
Attached. OK to go in? - Martin Index: insetcharstyle.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insetcharstyle.C,v retrieving revision 1.31 diff -u -p -r1.31 insetcharstyle.C --- insetcharstyle.C 10 Apr 2005 14:07:3

Re: Charstyles changeover?

2005-04-18 Thread Angus Leeming
Martin Vermeer wrote: > Currently however, both the toolbar buttons and the keystroke C-e at > least, still produce font-noun and font-emph attribute-type charstyles. > Should we, for 1.4.0, switch to inset-type character styles for this, > and make it the preferred way, marking the text attribute

Re: Space in path to graphics

2005-04-18 Thread Angus Leeming
Herbert Voss wrote: >> If you find a solution for "ima%ge.png", please let me know. > > \documentclass[a4paper]{article} > > \usepackage{graphicx} > > \makeatletter > [EMAIL PROTECTED] > \makeatother > > \begin{document} > > \includegraphics{/tmp/ima\percent ge} > > \end{document} Thanks, He

Charstyles changeover?

2005-04-18 Thread Martin Vermeer
I want to return to the following discussion: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg65034.html The current situation is considerably better than the one existing then: 1) We now have character style insets in "conglomerate" style, unintrusively part of the running text. 2) Char