Re: Export A.B.lyx in postscript gives A.ps

2000-02-05 Thread Asger K. Alstrup Nielsen
> the patch should probably be (at filetools.C:909, in 1.1.4) > > last_dot = oldname.rfind('.'); > if (last_dot < last_slash && > last_slash != string::npos && > last_dot < last_slash ) > last_dot = string::npos; > > Should I send a true

A couple of bugs in 1.1.4

2000-02-05 Thread Reuben Thomas
These are both old bugs, so I thought I'd re-report the one I've reported before and draw your attention to the one I haven't: 1. Pressing "Meta-p l" in a Koma-script document SIGSEGVs LyX (presumably because there is no "List" style. If there were some way of aliasing List to Labeling for Koma-s

Re: Draft Interface for command Spell Checker API

2000-02-05 Thread Kevin Atkinson
On Sat, 5 Feb 2000, Kevin Atkinson wrote: > > Well the LyX developers managed to convince me to use C++ for my common > C++ abi. What I decided to do is to have my ABI me portable enough to > satisfy the major points of the mozilla portability guide lines > (http://www.mozilla.org/hacking/porta

Draft Interface for command Spell Checker API

2000-02-05 Thread Kevin Atkinson
Well the LyX developers managed to convince me to use C++ for my common C++ abi. What I decided to do is to have my ABI me portable enough to satisfy the major points of the mozilla portability guide lines (http://www.mozilla.org/hacking/portable-cpp.html, they have some really strange ones whic

Re: Aspell and LyX

2000-02-05 Thread Kevin Atkinson
On Sat, 5 Feb 2000, Allan Rae wrote: > On Fri, 4 Feb 2000, Kevin Atkinson wrote: > At this point the GNOME people will be fuming because they don't have a > decent generic spell checker interface so either you or they can write a > wrapper in C for the generic spell-checker library. Of course t