Re: what does LFUN_...

1999-01-18 Thread Lars Gullik Bjønnes
*Daniel Naber writes: | Etienne Grossmann wrote: || However, I got used to clicking (although it's slower), and don't || use that function much. I proposed, to make a patch that removes || "word-find-forward" and "word-find-backward" from LyX. | I'm not familiar with lyx source either, so I'm

Re: what does LFUN_...

1999-01-18 Thread Etienne Grossmann
Hello, > If we keep it, I could change it in order to make it behave more like the > dialog search (word found is selcted etc.) ^^^ That should be possible What I miss most, is the possibility of doing "C-s ", but that appeare

Re: what does LFUN_...

1999-01-17 Thread Daniel Naber
Etienne Grossmann wrote: > However, I got used to clicking (although it's slower), and don't > use that function much. I proposed, to make a patch that removes > "word-find-forward" and "word-find-backward" from LyX. I'm not familiar with lyx source either, so I'm not sure if we should do this

Re: what does LFUN_...

1999-01-17 Thread Etienne Grossmann
Hello, > in lyxfunc.C there are several checks for LFUN_ When are these called, > especially LFUN_WORDFINDBACKWARD.? It has some code with many question > marks in the comments and the code seems (at a first glance) be nearly > identical to the code in lyxfr1.C (which does the find and rep

what does LFUN_...

1999-01-16 Thread Daniel Naber
Hi, in lyxfunc.C there are several checks for LFUN_ When are these called, especially LFUN_WORDFINDBACKWARD.? It has some code with many question marks in the comments and the code seems (at a first glance) be nearly identical to the code in lyxfr1.C (which does the find and replace dialog).