language.C

2000-09-23 Thread Garst R. Reese
Attached is a proposed replacement for language.C ChangeLog Add langage_country codes to satisfy the requirements of aspell/pspell delete english (this could be just a problem with the default config of aspell. english gets the american dict.) add british (this is certainly

Re: cvs --with-pspell no go

2000-09-23 Thread Garst R. Reese
Juergen Vigna wrote: > > On 22-Sep-2000 Juergen Vigna wrote: > > > Any idea? > > I got it working (just followed the pspell manual ;), now we can > spellcheck also other language directories (or canadian for Garst :) > with the pspell module. > > What now is missing is: > > - multi language d

Re: Lost math bindings

2000-09-23 Thread Garst R. Reese
[EMAIL PROTECTED] wrote: > > lars lamented, > > > Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: > > > | Yes, LyX had the hability to give users the choice to use the interface > > | they liked the more. Is really necessary to take away that? > > > We won't take away _anything_ from the

Re: Lost math bindings

2000-09-23 Thread Garst R. Reese
Marko Vendelin wrote: > > On Fri, 22 Sep 2000, Garst R. Reese wrote: > > > I'll expand my earlier suggestion. > > Let menu shortcuts be M-Uppercase letter > > bindings M-lowercase letter > > The menus all start with an uppercase letter anyway. > > Whe

Re: Lost math bindings

2000-09-22 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > | What has changed is that now, M-m invokes the math menu (like menu > | work is most programs, BTW). This means that the "virtual menu > | entries" we had in the math menu (and some others) are not possible >

BUG cvs latest

2000-09-22 Thread Garst R. Reese
Changed a doc. Tried to close message Do you want to save Yes message Do you want to save Yes . . . Repeats forever Save Close Garst

Re: cvs --with-pspell no go

2000-09-22 Thread Garst R. Reese
"Garst R. Reese" wrote: > > BTW: Pspell will currently ignore the country code so the Canadian > > dictionary won't work quite yet. I will add support for using the country > > code in the next release. > Tanks a lot this Friday. > looking in my locale

Re: cvs --with-pspell no go

2000-09-22 Thread Garst R. Reese
Kevin Atkinson wrote: > > On Fri, 22 Sep 2000, Juergen Vigna wrote: > > > I'll add it to language.[Ch] I don't know how you can use it :), > > but for now you could get a general language code from the init call! > > (I'll change the code so that in the init_spell... call you get as > > lang-str

Re: Lost math bindings

2000-09-21 Thread Garst R. Reese
Alejandro Aguilar Sierra wrote: > > On 21 Sep 2000, Jean-Marc Lasgouttes wrote: > > > So, if we get rid of the math menu, should we keep the math bindings > > on M-m? I think if we don't, there will be a riot from users, but Lars > > disagrees... > > Yes, LyX had the hability to give users the

Re: Dialogs only resizeable in one direction?

2000-09-18 Thread Garst R. Reese
Allan Rae wrote: > > On Sat, 16 Sep 2000, R. Lahaye wrote: > > > > > 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. > > On purpose. >

Re: cvs --with-pspell no go

2000-09-18 Thread Garst R. Reese
Kevin Atkinson wrote: > > On Mon, 18 Sep 2000, Garst R. Reese wrote: > > > "Lars Gullik Bjønnes" wrote: > > > > > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > spellchecker put up an error box saying "unable to loa

Re: cvs --with-pspell no go

2000-09-18 Thread Garst R. Reese
Kevin Atkinson wrote: > > On Mon, 18 Sep 2000, Garst R. Reese wrote: > > > spellchecker put up an error box saying "unable to load the aspell > > module." > > That is probably because you don't have Pspell compiled correctly. If you > are using Li

Re: cvs --with-pspell no go

2000-09-18 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | > Fixed as Kevin said (word.c_str())! > | > > | > Jürgen > | > > | Did you commit that? I don't see any changes to spellchecker.C in 4PM

Re: cvs --with-pspell no go

2000-09-18 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | > Fixed as Kevin said (word.c_str())! > | > > | > Jürgen > | > > | Did you commit that? I don't see any changes to spellchecker.C in 4PM

Re: cvs --with-pspell no go

2000-09-18 Thread Garst R. Reese
Juergen Vigna wrote: > > On 16-Sep-2000 Garst R. Reese wrote: > > pspell-.11.2 > > aspell-.32.5 > > gzipped log attached. > > cvs 1900h ADT Sep 15 > > Garst > > Fixed as Kevin said (word.c_str())! > > Jürgen > Did you commit that? I

Re: math-mode feature or bug?

2000-09-18 Thread Garst R. Reese
Marko Vendelin wrote: > > Hi! > > I would like to report the following bug in the mathmode: > > 1. create a new document (File/New) > 2. open math-mode by clicking on the toolbar or by selecting Math/Math >Mode in menu > 3. type "\alpha " and enjoy LyX dumping a core. > > Marko > > PS: I

Re: cvs --with-pspell no go

2000-09-16 Thread Garst R. Reese
Kevin Atkinson wrote: > > This is due to larsbj change to use string instead of char *. Change each > instance of word the compiler complains about to word.c_str() and it > should compile OK. > I presume you are talking about changes in pspell. In anycase, that could mean some number of attempt

cvs --with-pspell no go

2000-09-15 Thread Garst R. Reese
pspell-.11.2 aspell-.32.5 gzipped log attached. cvs 1900h ADT Sep 15 Garst makepspell.log.gz

Re: STL & gcc-2.95.2 question

2000-09-15 Thread Garst R. Reese
"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 co

Re: "LyX/Literate programming" bug report and fix

2000-09-14 Thread Garst R. Reese
Allan Rae wrote: > So in summary: > If you have cvs access but no new files use > `cvs diff -p -N -u` > > if you have no cvs access (using snapshots or releases) _or_ have cvs > access but have added new files then get the modified diff and a script > called packcvs from the above site

Re: STL & gcc-2.95.2 question

2000-09-14 Thread Garst R. Reese
Allan Rae wrote: > LyX should compile. If it doesn't, we need to fix something (but not > necessarily LyX). Here's the end of the log. Garst /usr/local/include/stl/sequence_concepts.h:71: instantiated from `_ERROR_IN_STL_SEQ::__range_insert_function_requirement_violation > >(deque > &)' /usr

Re: STL & gcc-2.95.2 question

2000-09-14 Thread Garst R. Reese
Allan Rae wrote: > > On Thu, 14 Sep 2000, Garst R. Reese wrote: > > > 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?

STL & gcc-2.95.2 question

2000-09-14 Thread Garst R. Reese
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? Garst

Re: [PATCH] hollywood.cls

2000-09-14 Thread Garst R. Reese
Allan Rae wrote: > > On Thu, 14 Sep 2000, Garst R. Reese wrote: > > > One of our users has made some well researched suggestions for changes > > to the hollywood.cls file. > > The diff from cvs -N -u is attached, including the Changelog. > > Can you do a &#x

Re: dotfill,hrulefill status & open behavior

2000-09-14 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | I'll start with the open behavior. > | I click open and give a new file name. LyX asks if it wants to create > | the new file and I answer yes. I later try to sav

[PATCH] hollywood.cls

2000-09-13 Thread Garst R. Reese
One of our users has made some well researched suggestions for changes to the hollywood.cls file. The diff from cvs -N -u is attached, including the Changelog. Garst Index: lyx-devel/ChangeLog === RCS file: /usr/local/lyx/cvsroot/ly

dotfill,hrulefill status & open behavior

2000-09-12 Thread Garst R. Reese
I'll start with the open behavior. I click open and give a new file name. LyX asks if it wants to create the new file and I answer yes. I later try to save the file and it asks for a file name. I enter the same file name that I entered before. LyX saves the file in /home/garst instead of /home/gar

Re: A truly unknown func!

2000-09-05 Thread Garst R. Reese
Dekel Tsur wrote: > > On Mon, Sep 04, 2000 at 09:18:11PM -0300, Garst R. Reese wrote: > > Thats what this pm's CVS says when I ViewPostscript > > lyxrc says \viewer ps "gv $$FName" > > Garst > > This was fixed by the patch I sent yesterday, which has now been applied to > the CVS. yup. Thanks

Re: hollywood template.

2000-09-04 Thread Garst R. Reese
Allan Rae wrote: > > You should take direct to the master: Garst Reece. > He built all the Hollywood and Broadway stuff. > > On Mon, 4 Sep 2000, John Culleton wrote: > > > Thanks to Herb V. I have the hollywood template working now. I increased > > the right margin to one inch, to meet the stan

A truly unknown func!

2000-09-04 Thread Garst R. Reese
Thats what this pm's CVS says when I ViewPostscript lyxrc says \viewer ps "gv $$FName" Garst

Re: What is table-insert renamed to?

2000-08-31 Thread Garst R. Reese
Dekel Tsur wrote: > > On Thu, Aug 31, 2000 at 03:00:51PM -0300, Garst R. Reese wrote: > > Dekel Tsur wrote: > > > What did you do to enable the NEX_EXPORT ? > > > You need to uncomment the "//#define NEW_EXPORT 1" in exporter.h > > > Perhaps you

Re: What is table-insert renamed to?

2000-08-31 Thread Garst R. Reese
Dekel Tsur wrote: > > On Wed, Aug 30, 2000 at 09:05:20PM -0300, Garst R. Reese wrote: > > > I did not have *that* problem, but Ctrl space inserted a hard space > > which backspace could not remove. Trying delete just inserted another > > hard space. > > Also,

Re: SIGSEV in CVS

2000-08-31 Thread Garst R. Reese
Allan Rae wrote: > I took an extra seven seconds to look further and found it was a doddle to > fix so this will be committed in a couple of minutes. > > Allan. (ARRae) That problem fixed. Now, how about another 7 sec? This one came in yesterday. I insert a hard space, that works. Backspace over

Re: SIGSEV in CVS

2000-08-30 Thread Garst R. Reese
Allan Rae wrote: > > On Thu, 31 Aug 2000, Allan Rae wrote: > > > On Tue, 29 Aug 2000, Garst R. Reese wrote: > > > > > CVS this PM > > > Mark some text > > > Layout->Character->Size->Larger > > > Apply > > > Watch LyX di

Re: What is table-insert renamed to?

2000-08-30 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: > > Hi folks, > > What is the new name for table-insert? > > On starting up the latest lyx-1.1.6cvs, I get: > > MenuItem(): LyX command `table-insert' does not exist. > MenuItem(): LyX command `screen-options' does not exist. > MenuItem(): LyX command `spellchecker-op

Re: Protected space not working with xforms-0.89

2000-08-29 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | CVS current. > | Took me a while to notice this. When I switch back to 0.88, it works. > | Other Ctrl functions seem to work, and the compose works in both now. >

Re: Protected space not working with xforms-0.89

2000-08-29 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | CVS current. > | Took me a while to notice this. When I switch back to 0.88, it works. > | Other Ctrl functions seem to work, and the compose works in both now. >

SIGSEV in CVS

2000-08-28 Thread Garst R. Reese
CVS this PM Mark some text Layout->Character->Size->Larger Apply Watch LyX disappear xforms-0.88 or 0.89 Garst

Protected space not working with xforms-0.89

2000-08-28 Thread Garst R. Reese
CVS current. Took me a while to notice this. When I switch back to 0.88, it works. Other Ctrl functions seem to work, and the compose works in both now. Garst

Re: Tables and inset tabular

2000-08-25 Thread Garst R. Reese
Juergen Vigna wrote: > > On 24-Aug-2000 Garst R. Reese wrote: > > The other part of this question was Edit->Table->Append (Row/Col). > > It is always greyed out for me. > > Fixed! > Append Row worked. Append Col gave me SIGSEV...phew The document contain

Re: broken link

2000-08-25 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > John Levon <[EMAIL PROTECTED]> writes: > > | http://www.devel.lyx.org/~ettrich/klyx.html > | > | is broken on the webpages ... > > mmm... should be changed to www.lyx.org/~ettric/klyx.html > > Lgb is that ~ettric or ~ettrich?

Re: Tables and inset tabular

2000-08-24 Thread Garst R. Reese
Juergen Vigna wrote: > I also understand that this is a change in the behaviour of LyXTabulars, > but IMO if you know how it works it is not that much more (type)work. ^^ > > Jürgen > Yes, but that's a pretty big if. Would it be possible to have a note like the one that you se

Tables and inset tabular

2000-08-23 Thread Garst R. Reese
Some old and new problems. I don't know when it happend, but Append Row and Append Col are greyed out in Edit->Table for at least a week. In the new inset tabular, I sometimes cannot get the red box to type into, and I can't figure out what makes it suddenly appear sometimes. Once something is ent

Re: really minor for Allan

2000-08-22 Thread Garst R. Reese
Amir Karger wrote: > > On Sun, Aug 20, 2000 at 04:28:40PM -0300, Garst R. Reese wrote: > > Form the CVS ChangeLog > > * src/frontends/xforms/ButtonController.h (Ok): renamed from > > Okay() > > (setOk): renamed from setOkay() > > The proper s

Re: A small bug fix

2000-08-21 Thread Garst R. Reese
Allan Rae wrote: > > On Mon, 21 Aug 2000, Garst R. Reese wrote: > > > Allan Rae wrote: > > > > > > On Mon, 21 Aug 2000, Garst R. Reese wrote: > > > > Just tried to make. Attached is the log. > > > > xforms .88, gcc-2.95.2 libc2.1.3 > &

Re: A small bug fix

2000-08-20 Thread Garst R. Reese
Allan Rae wrote: > > On Mon, 21 Aug 2000, Garst R. Reese wrote: > > Just tried to make. Attached is the log. > > xforms .88, gcc-2.95.2 libc2.1.3 > > Garst > > D'oh! Fixed the fix now. Try again. > > Allan. (ARRae) It compiled, I can close a file,

Re: A small bug fix

2000-08-20 Thread Garst R. Reese
Allan Rae wrote: > > On Mon, 21 Aug 2000, Garst R. Reese wrote: > > Just tried to make. Attached is the log. > > xforms .88, gcc-2.95.2 libc2.1.3 > > Garst > > D'oh! Fixed the fix now. Try again. > > Allan. (ARRae) Did you comit? I'm getting

Re: A small bug fix

2000-08-20 Thread Garst R. Reese
Allan Rae wrote: > > On Thu, 17 Aug 2000, Dekel Tsur wrote: > > > I've attach a fix for a bug in the paragraph spacing code, when the compiler > > doesn't have sstream. > > The patch can also go to 1.1.5fix2 > > Applied to 1.1.6cvs. > > Allan. (ARRae) Just tried to make. Attached is the log. x

really minor for Allan

2000-08-20 Thread Garst R. Reese
Form the CVS ChangeLog * src/frontends/xforms/ButtonController.h (Ok): renamed from Okay() (setOk): renamed from setOkay() The proper spelling of okay is either okay or OK *not* Ok. In most fonts Ok can be read as zero k. Garst

Nits

2000-08-19 Thread Garst R. Reese
1. Minipage and Verse behaviour. Return/Enter terminates a minipage or a stanza of verse. Since this is the normal end of paragraph, it seems logical. But, it ends up creating lots of extra work. It would be much better (for me anyway) if Ctrl-enter terminated paragraphs in these environments. I o

Re: BUG when closing document

2000-08-19 Thread Garst R. Reese
Baruch Even wrote: > > On Sat, 19 Aug 2000, Baruch Even wrote: > > > Whoever did the new FormDocument, I BLAME YOU! > Sounds like a brown paper jug to me:) (See ChangeLog) Garst

Re: GUII pixmaps

2000-08-17 Thread Garst R. Reese
Dekel Tsur wrote: > > On Thu, Aug 17, 2000 at 09:44:48AM +0300, Baruch Even wrote: > > On 17 Aug 2000, Miyata Shigeru wrote: > > > > > Lastly for linear transform of a graphic buffer of X, we may adopt libart > > > http://www.levien.com/libart/ > > > > I'll check it out too, however I was

Re: Keyboard input (addendum)

2000-08-17 Thread Garst R. Reese
Baruch Even wrote: > > On 17 Aug 2000, Lars Gullik Bjønnes wrote: > > > Baruch Even <[EMAIL PROTECTED]> writes: > > > > | I'm using the XForms 0.88 and my problems include also the inability to > > | use shift-del/shift-insert to cut and paste. > > | > > | This was working together with M-x, in

Re: Suggestion on FormTabular: Cell cettings and multicol

2000-08-17 Thread Garst R. Reese
Juergen Vigna wrote: > P.S.: Do you like the new Document-Layout? Can I remove the old code? Well, I love new layout, but under languages I need to ask if this affects the spell checker or just the po files. The reason I ask is that I provided a canadian dictionary for aspell. Canadians mostly

Re: Keyboard handling - current cvs

2000-08-16 Thread Garst R. Reese
Miyata Shigeru wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> wrote: > > > > had no problems (and he is using 0.88 right?) > > right. WM is fvwm2, libc2.1.3 > > Strange. What is the output of > nm libforms.a|grep LookupKeysym > ? U XLookupKeysym Garst

Re: Keyboard handling - current cvs

2000-08-16 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > Baruch Even <[EMAIL PROTECTED]> writes: > > | Mostly everything works, but when I try to do LeftAlt-x in order to enter > | commands in the mini-buffer it just doesn't work anymore. > > Strange... did you run LyX with "-dbg key" to see if LyX sees this at > all?

Re: Keyboard handling - current cvs

2000-08-16 Thread Garst R. Reese
Baruch Even wrote: > > On 16 Aug 2000, Lars Gullik Bjønnes wrote: > > > Juergen Vigna <[EMAIL PROTECTED]> writes: > > > > | > > > | > If you find something that does not work, please run LyX with '-dbg > > | > key' and post the part that shows the errors. > > | > > | Keyboard handling seems to w

Re: Keyboard handling - current cvs

2000-08-15 Thread Garst R. Reese
Baruch Even wrote: > > It doesn't work now, not at all! > You exaggerate. File->Exit worked :) Garst

Re: ``make dist'' fix

2000-08-15 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: > > Here's the fix that allows me to once again build automated RPMs. > > -- > Kayvan A. Sylvan | Proud husband of | Father to my kids: > Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena > http://www.successlinks.com/k

Re: ghostscript x11 device

2000-08-09 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > XForms 0.89. > p. 219 of the 0.89 documentation. > Xforms also have a > > Pixmap flimage_to_pixmap(FL_IMAGE *, FL_WINDOW win); > > functions so the Painter does not _need_ to change at all. > > Lgb In XForms 0.89 my compose key (right alt) does no

Re: PATCH (InsetGraphics)

2000-08-08 Thread Garst R. Reese
Allan Rae wrote: > P.S. If we were really keen we could start a system/ subdirectory for > holding system-independent files. That would leave frontends/ for > specific toolkit implementations that might share a particular system. > This could help avoid confusion over why a frontends/Xlib dir do

Re: Export ps silently failing

2000-08-03 Thread Garst R. Reese
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

Re: insetindex patch

2000-08-03 Thread Garst R. Reese
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

Re: Export ps silently failing

2000-08-03 Thread Garst R. Reese
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 > Gar

Export ps silently failing

2000-08-03 Thread Garst R. Reese
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

Re: My problem with LyX

2000-08-03 Thread Garst R. Reese
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

Re: make problems with CVS

2000-08-02 Thread Garst R. Reese
Angus Leeming wrote: > > Allan> > Fixed those so it at least compiles and links. Someone else will have to > Allan> > fix the crash when you open the TOC. I didn't try the other modified > Allan> > dialogs. Gotta do some thesis work now. > > I take it these compile/link errors were due to no

Re: make problems with CVS

2000-08-02 Thread Garst R. Reese
Allan Rae wrote: > > On Wed, 2 Aug 2000, R. Lahaye wrote: > > The make gets stuck with the recent CVS: > > (I'm compiling it against xforms 0.89) > > Fixed those so it at least compiles and links. Thanks > Someone else will have to fix the crash when you open the TOC. Confirmed. > I didn't try

Re: make problems with CVS

2000-08-01 Thread Garst R. Reese
"R. Lahaye" wrote: > > Hi, > > The make gets stuck with the recent CVS: > (I'm compiling it against xforms 0.89) Same with 0.88 Garst

Re: A small Finnish translation problem

2000-07-30 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > Perhaps "Page columns" would be better. > > Lgb That works fine in English, Canadian, and American. It's also a nice reminder of which dialog you are in. Garst

Re: double-space highlight bug

2000-07-06 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > > >>>>> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: > > Garst> I was not questioning the validity of your report, but > Garst> wondering why C-S-Right(Left) does nothing on my system even > Garst>

Re: imlib

2000-07-06 Thread Garst R. Reese
Baruch Even wrote: > > As usual with me lately, another thing I forgot to write. > > imlib will do jpeg, tiff, gif and png natively (with the help of > appropriate libraries) it also does XPM, PPM, PGM (though this are less > likely to be used). > > As mentioned before it used ImageMagick to do

Re: double-space highlight bug

2000-07-06 Thread Garst R. Reese
UG wrote: > > Am Mon, 03 Jul 2000 schrieben Sie: > > UG wrote: > > > > > > Now highlight anything by typing Ctrl-Shift-left. > > > > > > I assume this is a slightly different situation than has been fixed. Or did a > > > patch just get lost? > > > > > > Ulrich > > > > > Hmm, in CVS S C Left does

Re: double-space highlight bug

2000-07-03 Thread Garst R. Reese
UG wrote: > > Now highlight anything by typing Ctrl-Shift-left. > > I assume this is a slightly different situation than has been fixed. Or did a > patch just get lost? > > Ulrich > Hmm, in CVS S C Left does nothing for me. lyx -dbg 4 says it should. S Left works and C q works. Garst

Re: CVS this a.m.

2000-07-01 Thread Garst R. Reese
Jose Abilio Oliveira Matos wrote: > Garst > > Have you tested the includ facility for linuxdoc and/or docbook? > > -- > José Linuxdoc may be a dead issue. I'm just getting docbook stuff shaped up. Since I don't use a standard dist., I have to dig it all out and figure out how one thing r

CVS this a.m.

2000-07-01 Thread Garst R. Reese
insetinclude.C 498: passing 'const string' as 'this' argument of 'class lyxtring & lyxstring::operator = (const char *)' discards qualifiers. Jose' ? Garst

Re: docbook status

2000-06-29 Thread Garst R. Reese
Jose Abilio Oliveira Matos wrote: > > On Wed, Jun 28, 2000 at 12:23:24AM -0300, Garst R. Reese wrote: > > I have a file 'docbook.lyx' dated Sept 99, from Jose' Matos with the > > TODO of generating a book class for docbook to compliment article. Is > > the

docbook status

2000-06-27 Thread Garst R. Reese
I have a file 'docbook.lyx' dated Sept 99, from Jose' Matos with the TODO of generating a book class for docbook to compliment article. Is there any progress there, or notes on what needs to be done? Or, import/export sgml? The reason I ask is that I stirred up some interest for linux-kernel-docum

Re: Compilation problem

2000-06-25 Thread Garst R. Reese
Duncan Simpson wrote: > > gcc 2.96 from CVS and glibc 2.1.2 compilation dies with gcc 2.9.5.2 glibc 2.1.3 linux intel = no problem here with this morning's CVS. Garst

A success story

2000-06-21 Thread Garst R. Reese
In the process of publishing 5 books with LyX, the company that does my printing has substantially upgraded their hardware to support my increasing demands. The quality of these publications has greatly increased their reputation and their business. On my last visit to them I suggested that they s

Re: small patch

2000-06-20 Thread Garst R. Reese
"Asger K. Alstrup Nielsen" wrote: > > > Here's a small patch to external_templates, which I think will save many > > trips to the man hole. > > Garst, thank you for reading the fig2dev man page for me. > I would appreciate it if somebody applied this patch. > > Thanks, > > Asger Your welcome.

Re: [Q] How to generate the character « and »?

2000-06-20 Thread Garst R. Reese
"Jean-Pierre.Chretien" wrote: > > >>To: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]> > >>Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], > [EMAIL PROTECTED] > >>Subject: Re: [Q] How to generate the character « and » ? > >>From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]> > >>Date: 19 Jun 2000 15:58:44 +020

small patch

2000-06-19 Thread Garst R. Reese
Here's a small patch to external_templates, which I think will save many trips to the man hole. Garst external_templates.diff.gz

Re: file browser

2000-06-19 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > > >>>>> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: > > Garst> In the dialogs for selecting a file, such as import ascii, the > Garst> pattern field has no effect, but acts like * *.txt or *.fig > Gar

Re: Changing spec file for lyx-1.1.5 and lyx-devel

2000-06-19 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > > > "Emmanuel" == Emmanuel GUREGHIAN <[EMAIL PROTECTED]> writes: > > Emmanuel> would it be possible to change the spec file for the > Emmanuel> lyx-devel cvs tree to make it install in /usr/local the > Emmanuel> files and give the lyx executable another name (su

Re: export to ps - not working?!

2000-06-18 Thread Garst R. Reese
Baruch Even wrote: > > I've tried to use lyx both 1.1.5cvs (old compile, just before the 1.1.6) > and 1.1.6cvs and in none of them the export to postscript doesn't work, > export to tex does work. > > I found this when trying to add to gmc (File browser of gnome) the ability > to do export to ps

file browser

2000-06-15 Thread Garst R. Reese
In the dialogs for selecting a file, such as import ascii, the pattern field has no effect, but acts like * *.txt or *.fig does not limit the choices. Garst

Re: Insert xfig

2000-06-15 Thread Garst R. Reese
Dekel Tsur wrote: > > > > Changing Basename.pstex to Basename.pstex_t gave me one error box, > > > \epsfig not defined > > > What package am I missing? > > > Garst > > Duh, \usepackage{epsfig} > > I think that pstex_t file should be generated without a command to include > the Postscript file (i

Re: Insert xfig

2000-06-15 Thread Garst R. Reese
"Garst R. Reese" wrote: > > "Garst R. Reese" wrote: > > > > Andre Poenitz wrote: > > > > > > > When you find the best format, please let us know. > > > > Dekel mentioned that ps_tex was the best. If so, please > &g

Re: Insert xfig

2000-06-15 Thread Garst R. Reese
"Garst R. Reese" wrote: > > Andre Poenitz wrote: > > > > > When you find the best format, please let us know. > > > Dekel mentioned that ps_tex was the best. If so, please > > > provide a patch to update the XFig template to use that > > &

Re: Insert xfig

2000-06-15 Thread Garst R. Reese
Andre Poenitz wrote: > > > When you find the best format, please let us know. > > Dekel mentioned that ps_tex was the best. If so, please > > provide a patch to update the XFig template to use that > > format. > > The best option IMNSHO is the combined TeX/ps version. > > Andre' > OK, xfig has

Re: Insert xfig

2000-06-15 Thread Garst R. Reese
"Asger K. Alstrup Nielsen" wrote: > > > Shucks. I've been converting them to .eps, but that means if I want to > > send the document to someone I have to send the .eps files as well or > > send the .fig files with a bunch of instructions. But its no big deal. > > I'll experiment with xfigs export

Re: Insert xfig

2000-06-14 Thread Garst R. Reese
Dekel Tsur wrote: > > On Tue, Jun 13, 2000 at 05:47:18PM -0300, Garst R. Reese wrote: > > All goes well until I try to ViewPostscript, then it complains > > extensively about numbers being missing and illegal units of measure. > > teTeX-1, ImageMagik-5.2.0 > > T

Insert xfig

2000-06-13 Thread Garst R. Reese
All goes well until I try to ViewPostscript, then it complains extensively about numbers being missing and illegal units of measure. teTeX-1, ImageMagik-5.2.0 But, it is sooo nice an idea. Garst

Re: Pspell .11 (fwd)

2000-06-11 Thread Garst R. Reese
Kevin Atkinson wrote: > > The next version of Pspell is now available. Thanks Kevin, I just installed it and will be checking it out. I also installed ig igerman98 package, which has an INSTALL.aspell, but when I try it it stops on aspell error[255], and fails to make the file "german." Do you kn

Re: Paste bug in 1.1.5

2000-06-11 Thread Garst R. Reese
"Asger K. Alstrup Nielsen" wrote: > > Asger on behalf of the drunk quintet with a dangerous random script. > P.S. Obviously, the script itself is a random product. Like the authors you mean? FILM on Garst

Spell checker things

2000-06-11 Thread Garst R. Reese
Hi folks, I trust you found more beer. I have a document that is mixed German and Canadian. My problem is that Ispell does not have a Canadian dictionary and Aspell does not have a German dictionary, so I have to switch spellcheckers. At present I can only do this with lyxrc. Also, in the Options

Re: make install-strip again

2000-06-08 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: > > On Fri, Jun 09, 2000 at 12:34:25AM -0300, Garst R. Reese wrote: > > I tried it. It fails. It bails out when it cannot strip something. In > > particular reLyX. Anything after that, e.g., man pages, does not get > > installed. >

cvs 2000-06-09 cut & paste crash

2000-06-08 Thread Garst R. Reese
Mark text in file A, Edit->Cut, switch to file B, Edit->Paste, die. No emergency save. Double click paste looses Ctrl-Enters. Another small problem. In Verse, I increased environment depth to make an indented stanza. That worked, but the next stanza had the first line indented. Changing paragraph

install-strip

2000-06-08 Thread Garst R. Reese
For the benefit of those with limited machine capacity, wouldn't it make more sense to have a --disable-debug flag in the configure script so that the -g does not go in the compile flags? Garst

<    2   3   4   5   6   7   8   9   10   11   >