Hi,
I've just downloaded the latest CVS and I noticed
that many dialogs have a limited "resizeability".
I wonder wether that is on purpose, or that this
is a "under-construction" feature.
For example the Citation, Reference, Url etc. dialogs
can only be resized in X direction. Others are even
t
pspell-.11.2
aspell-.32.5
gzipped log attached.
cvs 1900h ADT Sep 15
Garst
makepspell.log.gz
A new version of lyx2pdf is out.
I have not tested it a lot. So, there might still be some bugs in it.
You are welcome to find them ... :-)
Look at the following page for more information:
http://www.cs.tu-berlin.de/~tron/scripts/lyx2pdf
Thanks to anyone who has helped me with feedback and/or
Excuse me for barging in the discussion, but it's still Friday here.
On Fri, 15 Sep 2000, hawk wrote:
> I think I've found a new best friend :)
>
> I'm also pulling from replies at various levels to put this in 1
> message rather than several.
>
> From Jules Bean
>
> > b) Actions which are us
dekel denoted,
> The users are already used to the M-m bindings.
> So it makes more sense to change the math menu shortcut to M-a
> (or remove the menu).
> If we are going to change the math bindings, then it must be to something
> better.
Yes. Gratuitous change (a la a certain major softwar
Marko Vendelin <[EMAIL PROTECTED]> writes:
| On 15 Sep 2000, Lars Gullik Bjønnes wrote:
|
| > One not however: do not use defines, ever!
| >
| > #define CONF_COLUMN "column"
| >
| > should be
| >
| > static string const CONF_COLUMN("column");
|
| I will submit a patch with all these def
On 15 Sep 2000, Lars Gullik Bjønnes wrote:
> One not however: do not use defines, ever!
>
> #define CONF_COLUMN "column"
>
> should be
>
> static string const CONF_COLUMN("column");
I will submit a patch with all these defines removed. But can you tell me
why should we avoid the define
On Fri, Sep 15, 2000 at 04:35:13PM +0200, Jean-Marc Lasgouttes wrote:
> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> Dekel> The least used commands can be moved into a submenu, (which
> Dekel> will add one key to their bindings).
>
> Do we need to do that, since we have the math p
the vile heretic Allan added,
> On Thu, 14 Sep 2000, hawk wrote:
> > Lars leered,
> > > Andre Poenitz <[EMAIL PROTECTED]> writes:
> > > | > Other options is to use:
> > > | > C-c C-m or C-c m
> > > | Too long.
> > > Say that to thousends of emacs users.
> > vile heretics, all :)
> C-c C-
>But I have a strange feeling this discussion has gone on before somewhere
>... ;)
--
Marko Vendelin <[EMAIL PROTECTED]> writes:
| On 15 Sep 2000, Lars Gullik Bjønnes wrote:
|
| > | Any good library (C/C++) which is able to check whether a string matches
| > | given regexp. Return value TRUE/FALSE/invalid regexp is expected :)
| >
| > We already have that included under src/supp
I think I've found a new best friend :)
I'm also pulling from replies at various levels to put this in 1
message rather than several.
>From Jules Bean
> As a warning, I'm a mathematician, so a) I talk like a mathematician,
> and b) I mainly use LyX for mathematics (although I've done a couple
>
John Levon <[EMAIL PROTECTED]> writes:
| I'm not seeing this either from cvs update or a clean checkout ? Is there
| usually a delay on the anon CVS like this or is something wrong ?
There is a delay for anoncvs. The Anoncvs repository is updated every
half hour.
Fri Sep 15 18:34:19 CEST 2000
On 15 Sep 2000, Lars Gullik Bjønnes wrote:
> | Any good library (C/C++) which is able to check whether a string matches
> | given regexp. Return value TRUE/FALSE/invalid regexp is expected :)
>
> We already have that included under src/support so it is easy to use.
The following patch adds sup
On Fri, 15 Sep 2000 [EMAIL PROTECTED] wrote:
>
> Date: Friday September 15, 2000 @ 17:32
> Author: larsbj
>
> Update of /usr/local/lyx/cvsroot/lyx-devel/src/frontends/kde
> In directory baywatch.lyx.org:/tmp/cvs-serv14150/src/frontends/kde
>
> Modified Files:
> FormRef.C FormRef.h
Dekel Tsur <[EMAIL PROTECTED]> writes:
| The parsing of latex errors assumes that an error begins with a line
| beginning with "! ", and afterwards there is a line beginning with "l."
| containing the error line number.
| However, the "l." lines doesn't already exist.
| For example, by putting "\
On Fri, 15 Sep 2000, Angus Leeming wrote:
> Ahh! But I'm not running or compiling a linux kernel!
>
Of course, I was just trying to explain why I had done that, and not been
more careful. As lars (and dec cxx ;) pointed out, its non-standard and
hence must go.
> I'll continue with these compile
> Your patch has :
>
> - GOTOREF, GOTOBACK,
> + GOTOREF, GOTOBACK
>
> Is this really necessary ? I know for structures at least a trailing , is
> part of the standard, maybe it's different for enums.
If I have the following code in FormRef.h
enum GotoType {
On Fri, Sep 15, 2000 at 05:27:04PM +0200, Jean-Marc Lasgouttes wrote:
> > "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:
>
> We could have "Insert->Inline equation and "Insert->Displayed
> equation". Then we'd need a toggle somewhere between the two. The
> current situation (where M-m d is
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> Clean reinstall from one hour old CVS. Create new document:
Andre> Name is '/home/poenitznewfile.lyx'
Andre> Note the missing directory seperator. This happens not only in
Andre> the window title but is also used for export.
Ind
John Levon <[EMAIL PROTECTED]> writes:
| On Fri, 15 Sep 2000, John Levon wrote:
|
|
| > Of course the std::endl thing looks fine.
| >
|
| sorry to reply to myself, but does anyone know if there's an option to g++
| to ask it to warn me about these namespace things ?
It will warn you about all
On 15 Sep 2000, Lars Gullik Bjønnes wrote:
> in C++ you are not allowed to do this.
>
> Lgb
>
Ok, this is a result of my lack of C++ knowledge. I will remember
this in future.
thanks Lars for the explanation.
john
--
"There is a fine line between genius and insanity. I have erased
John Levon <[EMAIL PROTECTED]> writes:
| On Fri, 15 Sep 2000, Angus Leeming wrote:
|
| > John,
| > thanks for the advice. I have compiled the stuff in src/frontends/kde against
| > kde-1.1.2, as you suggested. I used the DEC cxx compiler to test the code, so
| > haven't tried to link. The code
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:
Amir> How many people use the math menu for anything except opening
Amir> the Math Panel? I guess you could move that to Insert->Math.
Amir> Only problem is, what about Math Mode (put it in layout?) and
Amir> Display?
We could have "Insert-
On Fri, 15 Sep 2000, John Levon wrote:
> Of course the std::endl thing looks fine.
>
sorry to reply to myself, but does anyone know if there's an option to g++
to ask it to warn me about these namespace things ?
thanks
john
--
"There is a fine line between genius and insanity. I have erase
On Fri, 15 Sep 2000, Angus Leeming wrote:
> John,
> thanks for the advice. I have compiled the stuff in src/frontends/kde against
> kde-1.1.2, as you suggested. I used the DEC cxx compiler to test the code, so
> haven't tried to link. The code compiles fine with this compiler; see
> attached p
On Fri, Sep 15, 2000 at 02:47:52PM +0200, Jean-Marc Lasgouttes wrote:
> > "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:
>
> Amir> I want
> Amir> *all* of my shortcuts to be Alt. Why? Because it's *much* easier
> Amir> to remember that way! Especially if you're talking about
> Amir> someth
This comes right from the feedback thingie.
JMarc
--- Start of forwarded message ---
FROM: [EMAIL PROTECTED]
Subject: [Lyx-feedback] Feedback from www.lyx.org
To: [EMAIL PROTECTED]
Date: Fri, 15 Sep 2000 17:05:35 +0200
Message-Id: <[EMAIL PROTECTED]>
Bob Boyken ([EMAIL PROTECTED]) ente
John,
thanks for the advice. I have compiled the stuff in src/frontends/kde against
kde-1.1.2, as you suggested. I used the DEC cxx compiler to test the code, so
haven't tried to link. The code compiles fine with this compiler; see
attached patch.
Incidentally, "make clean" doesn't remove the
On Fri, 15 Sep 2000, John Levon wrote:
> same here !
>
> I literally have great trouble programming without vi. I find it very
> painful. But writing a report in LyX is no real problem.
>
> But at the same time abiword actually has vi bindings. But I don't think
> there's much point in having t
On Fri, Sep 15, 2000 at 01:48:42PM +1000, Allan Rae wrote:
> On 13 Sep 2000, Lars Gullik Bjønnes wrote:
>
> I have modified GNU diff to be able to emulate `cvs diff`. This allows
> anyone with two copies of a cvs snapshot to modify one and generate a
> diff between the two that is the equivalent
On Fri, 15 Sep 2000, Amir Karger wrote:
> > If vi is so popular why isn't there a vi binding for LyX?
>
> Because LyX is a totally different application. Programming often requires
> lots of small changes to text. Writing a paper does require small changes,
> but also more straight typing of par
Happy Friday! We haven't had a holy war in a long time.
On Fri, Sep 15, 2000 at 12:04:07PM +1000, Allan Rae wrote:
> On Thu, 14 Sep 2000, hawk wrote:
>
> > vile heretics, all :)
>
> C-c C-m Two keystrokes(4 keys)
> C-c m again two keystrokes (3 keys)
>
> How often would you do t
"Lars Gullik Bjønnes" wrote:
>
> "Garst R. Reese" <[EMAIL PROTECTED]> writes:
>
> | The basic question is, does it work.
> | I installed the STL headers and used
> | --with-extra-inc=/usr/local/include/stl
> | to point to them. LyX cvs would not compile. Is it supposed to?
>
> What STL headers
Marko Vendelin <[EMAIL PROTECTED]> writes:
| On 15 Sep 2000, Jean-Marc Lasgouttes wrote:
|
| > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
| >
| > Lars> You don't need to master regeps to use them "lars" is also a
| > Lars> regexp.
| >
| > But then you have to understand wh
On 15 Sep 2000, Jean-Marc Lasgouttes wrote:
> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
> Lars> You don't need to master regeps to use them "lars" is also a
> Lars> regexp.
>
> But then you have to understand why . * and many others behave
> strangely.
>
> All I meant
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> The least used commands can be moved into a submenu, (which
Dekel> will add one key to their bindings).
Do we need to do that, since we have the math panel? This would be IMO
counter-productive.
Dekel> Another solution to the math
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Thu, Sep 14, 2000 at 12:22:54PM -0400, [EMAIL PROTECTED] wrote:
| > dekel deklared,
| >
| > > Why not put more items in the math menu ?
| > > E.g.
| > > Menu "math"
| > >...
| > >Item "Delim ()|(" "math-delim ( )"
| >
| > > We can then use the
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> You don't need to master regeps to use them "lars" is also a
Lars> regexp.
But then you have to understand why . * and many others behave
strangely.
All I meant to say is that regexp support is not a top priority for
many use
On Thu, Sep 14, 2000 at 12:22:54PM -0400, [EMAIL PROTECTED] wrote:
> dekel deklared,
>
> > Why not put more items in the math menu ?
> > E.g.
> > Menu "math"
> >...
> >Item "Delim ()|(" "math-delim ( )"
>
> > We can then use the old key bindings.
>
>
> There's *way* too many math bindi
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
|
| Andre> Being able to search for the regexp /John/ should benifit
| Andre> not-so-experienced users too...
|
| I mean this is very important for experienced users (I'd personally
| l
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> Being able to search for the regexp /John/ should benifit
Andre> not-so-experienced users too...
I mean this is very important for experienced users (I'd personally
love to have that), but I do not personnally know many people who
> A quick search in the list of entries would indeed be nice. As far as
> regexp are concerned, this is indeed nice, but only for experienced
> users.
Why?
Being able to search for the regexp /John/ should benifit
not-so-experienced users too...
--
Andre' Poenitz ...
> "Marko" == Marko Vendelin <[EMAIL PROTECTED]> writes:
Marko> Well. If I want to add new citation to already existing
Marko> citation list, it shows only "Opened inset" to me :(.
Hmm, I guess something is wrong, then.
Marko> (2) find a new dialog box in your screen and move there with
Mark
On 15 Sep 2000, Jean-Marc Lasgouttes wrote:
> > "Marko" == Marko Vendelin <[EMAIL PROTECTED]> writes:
>
> Marko> On contrary, when you try to add
> Marko> new citation to the citation list in LyX, (1) you have to
> Marko> trigger somehow the citation box (I know only how to do it with
> Ma
On Fri, 15 Sep 2000, Angus Leeming wrote:
> I have found one more bug. Patch attached.
>
> l've only got as far as trying to compile FormUrl.C because things die in
> qevent.h:
>
> So far, I haven't got any further than this.
>
Qt seems to have some horrible interactions with the X headers. I
> "Marko" == Marko Vendelin <[EMAIL PROTECTED]> writes:
Marko> On contrary, when you try to add
Marko> new citation to the citation list in LyX, (1) you have to
Marko> trigger somehow the citation box (I know only how to do it with
Marko> mouse),
The corresponding shortcut is then shown in
> Incidentally, I haven't actually configured my setup to use kde, just hacked
> the Makefile in src/frontends/kde a little. I'm running kde2.0Beta4 on this
> box. It was compiled my someone in Austria, I expect with g++. I run cxx
> here. Am I right in saying that I won't be able to link in t
Clean reinstall from one hour old CVS.
Create new document:
Name is '/home/poenitznewfile.lyx'
Note the missing directory seperator.
This happens not only in the window title but is also used for export.
Andre'
--
Andre' Poenitz [EMAIL PROTECTED]
I have found one more bug. Patch attached.
l've only got as far as trying to compile FormUrl.C because things die in
qevent.h:
Looking at the source of qevent.h, I read:
enum Type {
// NOTE: if you get a strange compiler error on the line with "None",
// it's probably
The attached patch removes GTKGUI and KDEGUI defines as they are no longer
used, and also implements some KDE improvements and cleanups as suggested
by Dekel and Allan.
thanks
john
--
"There is a fine line between genius and insanity. I have erased this line."
- Oscar Levant
sep15.d
> a) If something's easy & quick in LaTeX then it should be easy & quick
>in LyX (unless it really isn't very common).
> b) Actions which are used frequently should be a single key-press,
>even if that's not very easy to remember. You learn it.
> c) Actions which are used rarely should
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:
Amir> I'll also note that noone created the layout.bind that Lars
Amir> suggested, so the paragraph layout stuff isn't there any more.
Amir> Nor are the character changing commands.
So, who will be brave enough to try to put all these back
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> Hi Angus, thanks for looking out on the KDE stuff. I just wanted
John> to ask, apart from the obvious std namespace stuff which I left
John> out, is there anything else I should be wary of that g++
John> warnings won't pick up but DEC c
> "Jules" == Jules Bean <[EMAIL PROTECTED]> writes:
Jules> I wrote quite a long email about math mode HMI back in March.
Jules> I don't think anyone replied ;-)
I happen to have kept it (I can tell you it was sent "25 weeks, 2
days, 14 hours, 47 minutes, 49 seconds ago", as far as Gnus reme
On Fri, 15 Sep 2000, Angus Leeming wrote:
> Attached is a small patch allowing error and warning free compilation of
> current CVS with DEC cxx.
> Angus
Hi Angus, thanks for looking out on the KDE stuff. I just wanted to ask,
apart from the obvious std namespace stuff which I left out, is there
After all, I might as well forward it to the list.
JMarc
--- Start of forwarded message ---
Date: Tue, 21 Mar 2000 21:23:26 +
To: [EMAIL PROTECTED]
Subject: Various (math-mode) HMI improvements
From: Jules Bean <[EMAIL PROTECTED]>
Hiya,
I've been using Lyx for a year or two now, a
On Thu, Sep 14, 2000 at 12:22:54PM -0400, [EMAIL PROTECTED] wrote:
> dekel deklared,
>
> > On Thu, Sep 14, 2000 at 04:48:37PM +0200, Lars Gullik Bjønnes wrote:
>
> > > Other options is to use:
>
> > > C-c C-m or C-c m
>
> > > We cannot expect to solve al binding by just one indirecton.
>
> >
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
|
| Lars> Is the C++ scoping rules not present in cxx?
|
| Jean-Marc> No, it just outputs proper warnings on stupid code like
| Jean-Marc> for (j = j + 1; j <= pos; ++j
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Lars> Is the C++ scoping rules not present in cxx?
Jean-Marc> No, it just outputs proper warnings on stupid code like
Jean-Marc> for (j = j + 1; j <= pos; ++j) {
Oops, I took the wrong line from the patch. The senseles
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> Angus Leeming <[EMAIL PROTECTED]> writes: | Attached is a small
| Lars> patch allowing error and warning free compilation of | current
| Lars> CVS with DEC cxx.
|
| Lars>
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Angus Leeming <[EMAIL PROTECTED]> writes: | Attached is a small
Lars> patch allowing error and warning free compilation of | current
Lars> CVS with DEC cxx.
Lars> Please enlighten me why this is needed:
The second for() loop
Angus Leeming <[EMAIL PROTECTED]> writes:
| Attached is a small patch allowing error and warning free compilation of
| current CVS with DEC cxx.
Please enlighten me why this is needed:
@@ -2664,14 +2665,15 @@
{
#warning Use a real stack! (Lgb)
// pop all tags till specified one
-
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Attached is a small patch allowing error and warning free
Angus> compilation of current CVS with DEC cxx.
I was about to commit mostly the same, but you seem to have stuff in
the KDE dept that I did not see (I do not test KDE). I
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> I have changed most non-pod return to return a const object,
| Lars> this avoid spurrius changes to temporary object and is in most
| Lars> cases a lot nicer (with a poten
Attached is a small patch allowing error and warning free compilation of
current CVS with DEC cxx.
Angus
patch15Sep2000.bz2
"Garst R. Reese" <[EMAIL PROTECTED]> writes:
| The basic question is, does it work.
| I installed the STL headers and used
| --with-extra-inc=/usr/local/include/stl
| to point to them. LyX cvs would not compile. Is it supposed to?
What STL headers are you talking about? STLPort?
Lgb
Amir Karger <[EMAIL PROTECTED]> writes:
| OK, maybe it's late for me to be getting into this discussion. But I just
| tried to play with the new LyX (now that I can compile it) and realized how
| annoying it was not to have the math bindings any more.
|
| I'll also note that noone created the la
The day before yesterday, I complained about lyx not working any more
after installing XFree 4.0. Today, I noticed that this is my fault,
because I didn't install the fonts properly. I'm sorry about this, and I
hope you did not spend too much time on trying to make out what
happened.
Anyway, I thi
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I have changed most non-pod return to return a const object,
Lars> this avoid spurrius changes to temporary object and is in most
Lars> cases a lot nicer (with a potential speedup)
Could you enlighten me on what a pod is?
Lar
>
> Nothing, as I said above in the first case. The only problem comes with
> the fact that new files are not included by the -N. Only new files that
> have been added to cvs using `cvs add` are actually caught by the -N flag.
> To be able to run `cvs add` you have to be given at least read-onl
> "Paolo" == Paolo M Pumilia <[EMAIL PROTECTED]> writes:
Paolo> I would prefer a dot string (...) inserted just after the
Paolo> highest directory in the address string; this way, you can
Paolo> always tell which is which among files with the same name (e.g.
Paolo> "Notes.lyx") but stored in
> "dochawk" == dochawk <[EMAIL PROTECTED]> writes:
dochawk> There's *way* too many math bindings for that :)
Sure. However, I am not sure that the entries in the current math menu
are really useful as they are. Therefore I have a different
suggestion: why not remove the math menu altogether
> "hawk" == hawk <[EMAIL PROTECTED]> writes:
hawk> hawk, who still needs to file bug reports on mkdir and rmdir, as
hawk> any commands that important should only be two letters . . .
Use MSDOS.
JMarc
> C-x C-s Two keystrokes(3 keys) one hand (adjacent keys)
> S-: w Enter Three keystrokes (4 keys) two hands (all over the place)
You misspelled
"S-z S-z Two keystrokes (2 keys) (no finger breaking when using right shift)"
quite a bit...
> I agree with all but the order of
75 matches
Mail list logo