> 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
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
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
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
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