"Garst R. Reese" wrote:
>
> Allan Rae wrote:
>
> > I thought I just got export-ps to call the new Print dialog.
> > Then again this would probably be even less useful when using André's
> > --export facility.
> >
> > Garst you could always resort to File->Print (to file)
> >
>
> Sure. I presume
Firstly, Baruch, I like your RadioButtonGroup. Very neat and clever.
###
The rest is mainly for Angus. I took a quick look at FormCitation.C and
noticed something which will be a problem when we move to having multiple
LyXViews (ie. multiple main windows):
static vector citekeys;
Allan Rae wrote:
> I thought I just got export-ps to call the new Print dialog.
> Then again this would probably be even less useful when using André's
> --export facility.
>
> Garst you could always resort to File->Print (to file)
>
Sure. I presume that the export ps facility is to provide a
On 3 Aug 2000, Jean-Marc Lasgouttes wrote:
> > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
>
> Garst> I know this has been reported before. Are there any insights
> Garst> into the problem? I can ViewPostscript and save the file from
> Garst> gv and export tex. CVS Wed. PM. Garst
>
Hi,
I'm compiling CVS against Xforms 0.89 on a Linux RH6.2 PC.
The make ends in error:
[snip]
make[3]: Entering directory `/home/software/LyX/lyx-devel/src'
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I/usr/local/xforms -L/usr/local/xforms
-isystem /usr/X11R6/include -g -O -fno-rtti -fno-e
On 3 Aug 2000, Jean-Marc Lasgouttes wrote:
> > "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:
>
> Amir> gcc version 2.95 19990728 (release) CVS updated just now
>
> Amir> Apologies if someone else has already reported this (I get
> Amir> lyx-devel as a digest).
>
> I do not see where th
It changes '#include ' to '#include FORMS_H_LOCATION'
patch.gz
Angus Leeming <[EMAIL PROTECTED]> writes:
| I notice that the cvs server attempts to update directories that no longer
| exist. Specifically:
|
| config/gnome
| src/frontends/gtk
| src/frontends/include
All those directories exist but are empty, add -P to your updates,
then empty dirs will be p
I notice that the cvs server attempts to update directories that no longer
exist. Specifically:
config/gnome
src/frontends/gtk
src/frontends/include
It also updates a directory that exists but that we don't (currently) use,
src/xtl. Perhaps this too should be removed?
A.
Jean-Marc Lasgouttes wrote:
>
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> Not true anymore, I'm afraid. the pop-up always comes up. Only
> Angus> on pressing OK on the popup is the inset actually
> Angus> created/inserted in the list of insets. This is the same
> Angu
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:
Amir> gcc version 2.95 19990728 (release) CVS updated just now
Amir> Apologies if someone else has already reported this (I get
Amir> lyx-devel as a digest).
I do not see where the problem might be... cxx does not complain.
BTW Baruch, yo
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Not true anymore, I'm afraid. the pop-up always comes up. Only
Angus> on pressing OK on the popup is the inset actually
Angus> created/inserted in the list of insets. This is the same
Angus> behaviour as InsetCitation, InsetTOC, In
The code below would recreate exactly the behaviour of the old insert-index,
insert-index-last. It has not been tested, so don't apply it. I present it
merely to show that both paths are possible/easily achievable.
I await a decision as to which is preferable.
Angus
-
gcc version 2.95 19990728 (release)
CVS updated just now
Apologies if someone else has already reported this (I get lyx-devel as a
digest).
-Amir
Making all in insets
make[3]: Entering directory `/home/karger/lyx/CVS/lyx-devel/src/insets'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_
JMarc> Angus> Fix made (but not attached!). However I think that we should
JMarc> Angus> remove the "insert entry of last word" menu option and
JMarc> Angus> corresponding LFUN_INDEX_CREATE_LAST. The code already does
JMarc> Angus> this for "insert entry", LFUN_INDEX_CREATE.
JMarc> It only avoids
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lior" == Lior Silberman <[EMAIL PROTECTED]> writes:
|
| Lior> I have just smoothly compiled a Solaris 2.7 binary distribution,
| Lior> but I can't upload it :-(
|
| Thanks Lior.
|
| Lior> INSTALL says to put it in
| Lior> ftp://ftp.lyx
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Fix made (but not attached!). However I think that we should
Angus> remove the "insert entry of last word" menu option and
Angus> corresponding LFUN_INDEX_CREATE_LAST. The code already does
Angus> this for "insert entry", LFUN_INDE
On Thu, 3 Aug 2000, Juergen Vigna wrote:
>
> On 03-Aug-2000 Baruch Even wrote:
>
> >#6 0x81d56fc in FormCommand::free (this=0x82d64e0) at FormCommand.C:93
> >#7 0x81d2c45 in FormCitation::~FormCitation (this=0x82d64e0, __in_chrg=3)
> > at FormCitation.C:55
>
> When did you last update yo
JMarc> I think that, while the restriction makes sense for
JMarc> LFUN_INDEX_CREATE_LAST, it does not for insert-index, especially since
JMarc> there is no error message. Inserting an empty index entry would make
JMarc> more sense.
Fix made (but not attached!). However I think that we should remo
A real good thing would be to make a
package for it.
See http://www.sunfreeware.com/ for it and why not upload it to
http://www.sunfreeware.com/ too ?
I can't help here our last sun is quite old
and it runs solaris 2.4.
>
> I have just smoothly compiled a Solaris 2.7 binary distribution, bu
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Ok. I'll have a go. In the meantime here is the fix to the
Angus> crashes. It was indeed my fault :( I was deleting the xforms
Angus> structure and then trying to access its contents!
I'll apply it.
JMarc
JMarc> I think that, while the restriction makes sense for
JMarc> LFUN_INDEX_CREATE_LAST, it does not for insert-index, especially since
JMarc> there is no error message. Inserting an empty index entry would make
JMarc> more sense.
Ok. I'll have a go.
In the meantime here is the fix to the crashe
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
JMarc> Also Angus, it is not possible to insert an index entry at the
JMarc> beginning of a paragraph.
Angus> That's because LyXFunc::Dispatch() contains the code:
Angus> case LFUN_INDEX_CREATE: case LFUN_INDEX_CREATE_LAST: { //
Angus>
> "Lior" == Lior Silberman <[EMAIL PROTECTED]> writes:
Lior> I have just smoothly compiled a Solaris 2.7 binary distribution,
Lior> but I can't upload it :-(
Thanks Lior.
Lior> INSTALL says to put it in
Lior> ftp://ftp.lyx.org/pub/lyx/uploads - but this directory does not
Lior> exist. For
JMarc> Also Angus, it is not possible to insert an index entry at the
JMarc> beginning of a paragraph.
That's because LyXFunc::Dispatch() contains the code:
case LFUN_INDEX_CREATE:
case LFUN_INDEX_CREATE_LAST:
{
// Can't do that at the beginning of a parag
JMarc> Angus, if I load a file and then immediately exit, I get a crash. It
JMarc> seems (sorry I compiled without debug info) to be in
JMarc> FormCommand::free.
JMarc> I'll commit anyway.
Thanks for the feedback. I'll have a look.
A.
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I'll apply it, hopefully with more success than last time.
Jean-Marc> I was in the pro
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I'll apply it, hopefully with more success than last time.
Jean-Marc> I was in the process of applying and testing it, so unless
Jean-Marc> you have begun w
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> I'll apply it, hopefully with more success than last time.
|
| I was in the process of applying and testing it, so unless you have
| begun with it, I can just continue.
On 3 Aug 2000, Jean-Marc Lasgouttes wrote:
> > "Bing" == Li Bing <[EMAIL PROTECTED]> writes:
>
> Bing> Dear All, Could you tell me where I can find binary one for
> Bing> Solaris so that I needn't compile the source code when
> Bing> installing?
>
> It would be nice if some kind soul using
> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
R> Have you noticed that the underlines are troublesome in a few
R> cases:
I think underlines should be OK now, except for the repaint problems.
JMarc
> "M" == M Schwarz <[EMAIL PROTECTED]> writes:
M> Hi * cannot start lyx remote from NCD15r Xterm. errormessage: Sorry
M> you have found a bug in lyx
M> Then I tried some options: -debug 65... results in
M> Speicherzugriffsfehler (german suse 6.3 host) = segmentation
M> violation?
M> -displa
> "giovanni" == giovanni feverati <[EMAIL PROTECTED]> writes:
giovanni> I have installed lyx on my workstation: DIGITAL UNIX alpha
giovanni> V4.0 878 OSF1 - 128 MB
giovanni> Moreover, I installed Xforms 089 and xpm 3.4.
giovanni> Using lyx I found a bug, using cut copy and paste bottons.
gi
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I'll apply it, hopefully with more success than last time.
I was in the process of applying and testing it, so unless you have
begun with it, I can just continue.
JMarc
Angus Leeming <[EMAIL PROTECTED]> writes:
| Attached is a patch to make insetindex GUI-independent. I've also cleaned up
| some of my earlier work in the xforms directory (better comments etc).
|
| Could some kind sole with CVS write permissions please apply and
| test in their
| own repository
Duuu!
Here is the patch!
Attached is a patch to make insetindex GUI-independent. I've also cleaned up
some of my earlier work in the xforms directory (better comments etc).
Could some kind sole with CVS write permissions please apply and test in their
own repository before applying globally.
Attached is a patch to make insetindex GUI-independent. I've also cleaned up
some of my earlier work in the xforms directory (better comments etc).
Could some kind sole with CVS write permissions please apply and test in their
own repository before applying globally. I don't think anything is wro
> "Bing" == Li Bing <[EMAIL PROTECTED]> writes:
Bing> Dear All, Could you tell me where I can find binary one for
Bing> Solaris so that I needn't compile the source code when
Bing> installing?
It would be nice if some kind soul using solaris 2.7 would take a look
at the instructions in INSTA
I have installed lyx on my workstation:
DIGITAL UNIX alpha V4.0 878
OSF1 - 128 MB
Moreover, I installed Xforms 089 and xpm 3.4.
Using lyx I found a bug, using cut copy and paste bottons.
The lyx session is closed. To obtain this crash I have to use
the "edit" bottons at least four or five times
Dear All,
Could you tell me where I can find binary one for Solaris so that I needn't
compile the source code when installing?
Thanks,
Bing
---
See you! __|__ ## CSE, ASU ## www.public.asu.edu/~libing ##
Hi,
Thanks for your answer.
"Lars Gullik Bjønnes" wrote:
>
> Christoph Bauer <[EMAIL PROTECTED]> writes:
>
> | Hi there!
> |
> | I tried to install to instll lyx-1.1.5fix1 on a Solaris-2.6 with
> | gcc-2.95.1.
> | I installed libXpm and Xforms.
> | First i got the same problems as described her
On Thu, 3 Aug 2000, Juergen Vigna wrote:
>
> On 03-Aug-2000 Baruch Even wrote:
>
> >#6 0x81d56fc in FormCommand::free (this=0x82d64e0) at FormCommand.C:93
> >#7 0x81d2c45 in FormCitation::~FormCitation (this=0x82d64e0, __in_chrg=3)
> > at FormCitation.C:55
>
> When did you last update yo
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
Garst> Thanks It might be a good idea to grey it out until it is
Garst> enabled. I sent what I thought was an updated book to my print
Garst> shop. It was just by luck that they caught it before printing
Garst> 200 copies. Garst
It's the
Li Bing wrote:
>
> Dear All,
>
> Anyone could provide me with LyX for Solaris Binary Version? I find it
> trouble to compile the source code. I met the following mistakes,
>
> # ./configure
> loading cache ./config.cache
> configuring LyX version 1.1.5
> checking host system type... sparc-sun-s
Jean-Marc Lasgouttes wrote:
>
> > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
>
> Garst> I know this has been reported before. Are there any insights
> Garst> into the problem? I can ViewPostscript and save the file from
> Garst> gv and export tex. CVS Wed. PM. Garst
>
> This has b
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
Garst> I know this has been reported before. Are there any insights
Garst> into the problem? I can ViewPostscript and save the file from
Garst> gv and export tex. CVS Wed. PM. Garst
This has been disabled for now by Allan. I guess anyway
Dear All,
Anyone could provide me with LyX for Solaris Binary Version? I find it
trouble to compile the source code. I met the following mistakes,
# ./configure
loading cache ./config.cache
configuring LyX version 1.1.5
checking host system type... sparc-sun-solaris2.7
checking target system typ
I know this has been reported before. Are there any insights into the
problem?
I can ViewPostscript and save the file from gv and export tex.
CVS Wed. PM.
Garst
On 03-Aug-2000 Baruch Even wrote:
>#6 0x81d56fc in FormCommand::free (this=0x82d64e0) at FormCommand.C:93
>#7 0x81d2c45 in FormCitation::~FormCitation (this=0x82d64e0, __in_chrg=3)
> at FormCitation.C:55
When did you last update your sourcetree? This seems like the error
we resolved yeste
Baruch Even wrote:
>
> Hello,
>
> After much testing and trying, I found that using another account on my
> computer everything worked fine, that is lyx needed to create its
> directory structure there and then everything worked.
>
> I renamed my configuration directory on my real account and s
Hello,
After much testing and trying, I found that using another account on my
computer everything worked fine, that is lyx needed to create its
directory structure there and then everything worked.
I renamed my configuration directory on my real account and started lyx,
not it works (at least i
51 matches
Mail list logo