Re: Request for Feature: emacs-like searching

2001-02-01 Thread Jean-Marc Lasgouttes

 "Guenter" == Guenter Milde [EMAIL PROTECTED] writes:

Guenter One more thing. Could there be a "math search" some day? (Or
Guenter more important a "math replace"?). For the time beeing, when
Guenter I want to change some variable name in a document I have to
Guenter do this to the raw lyx file in a text editor.

An elaborate search is certaily something we'd like to have. This is
unfortunately a bit difficult to do...

JMarc



Re: Request for Feature: emacs-like searching

2001-02-01 Thread Jan Ulrich Hasecke

Hallo Jean-Marc!

Am Don, 01 Feb 2001, schrieb Jean-Marc Lasgouttes:

 An elaborate search is certaily something we'd like to have. This is
 unfortunately a bit difficult to do...

A little help would be an OK-Button in the search-panel. Then I could
type in a word, hit RETURN (without using the mouse) and would be
there.

Ciao!
juh

-- 
"Schauen Sie sich doch an, wer in den groen Produktionsfirmen
rumluft: Tchter von reichen Eltern. Die kosten wenig, aber drfen
Vorschlge machen - und das sieht man dann in der Sendung." Rudi
Carrell in HRZU.



Re: Request for Feature: emacs-like searching

2001-02-01 Thread Jean-Marc Lasgouttes

 "Guenter" == Guenter Milde [EMAIL PROTECTED] writes:

Guenter One more thing. Could there be a "math search" some day? (Or
Guenter more important a "math replace"?). For the time beeing, when
Guenter I want to change some variable name in a document I have to
Guenter do this to the raw lyx file in a text editor.

An elaborate search is certaily something we'd like to have. This is
unfortunately a bit difficult to do...

JMarc



Re: Request for Feature: emacs-like searching

2001-02-01 Thread Jan Ulrich Hasecke

Hallo Jean-Marc!

Am Don, 01 Feb 2001, schrieb Jean-Marc Lasgouttes:

 An elaborate search is certaily something we'd like to have. This is
 unfortunately a bit difficult to do...

A little help would be an OK-Button in the search-panel. Then I could
type in a word, hit RETURN (without using the mouse) and would be
there.

Ciao!
juh

-- 
"Schauen Sie sich doch an, wer in den groen Produktionsfirmen
rumluft: Tchter von reichen Eltern. Die kosten wenig, aber drfen
Vorschlge machen - und das sieht man dann in der Sendung." Rudi
Carrell in HRZU.



Re: Request for Feature: emacs-like searching

2001-02-01 Thread Jean-Marc Lasgouttes

> "Guenter" == Guenter Milde <[EMAIL PROTECTED]> writes:

Guenter> One more thing. Could there be a "math search" some day? (Or
Guenter> more important a "math replace"?). For the time beeing, when
Guenter> I want to change some variable name in a document I have to
Guenter> do this to the raw lyx file in a text editor.

An elaborate search is certaily something we'd like to have. This is
unfortunately a bit difficult to do...

JMarc



Re: Request for Feature: emacs-like searching

2001-02-01 Thread Jan Ulrich Hasecke

Hallo Jean-Marc!

Am Don, 01 Feb 2001, schrieb Jean-Marc Lasgouttes:

> An elaborate search is certaily something we'd like to have. This is
> unfortunately a bit difficult to do...

A little help would be an OK-Button in the search-panel. Then I could
type in a word, hit RETURN (without using the mouse) and would be
there.

Ciao!
juh

-- 
"Schauen Sie sich doch an, wer in den großen Produktionsfirmen
rumläuft: Töchter von reichen Eltern. Die kosten wenig, aber dürfen
Vorschläge machen - und das sieht man dann in der Sendung." Rudi
Carrell in HÖRZU.



Request for Feature: emacs-like searching

2001-01-31 Thread Jan Ulrich Hasecke

Hi!

Is it possible to have a search-function similar to the emacs search?

I want to jump to the search-string simply typing "C-s search-string
RET". With the given search-panel I have to use the mouse.


Ciao!
juh

-- 
www.juergen-rttgers.de - und tsch!
http://www.sudelbuch.de/2000/2504.html



Re: Request for Feature: emacs-like searching

2001-01-31 Thread John Levon

On Wed, 31 Jan 2001, Jan Ulrich Hasecke wrote:

 Hi!
 
 Is it possible to have a search-function similar to the emacs search?
 
 I want to jump to the search-string simply typing "C-s search-string
 RET". With the given search-panel I have to use the mouse.
 
 
 Ciao!
 juh

Am I right in thinking that this could be implemented by just having an
LFUN that focusses and starts a minibuffer with the given argument,
allowing the user to finish off the command :

\bind "C-s""minibuffer-open word-find-forward"

{ LFUN_OPEN_MINIBUFFER, "minibuffer-open", ...} 


?

thanks
john

-- 
"Existence of programs that do the impossible is 
 not a proof that that "impossible" is now possible."
- Tigran Aivazian 




Re: Request for Feature: emacs-like searching

2001-01-31 Thread Guenter Milde

On Wed, 31 Jan 2001 17:11:42 +0100 Jan Ulrich Hasecke [EMAIL PROTECTED] wrote:

 I want to jump to the search-string simply typing "C-s search-string
 RET".

Me too. That is one of the first topics in my wish-list. (Also an incremental
search would be fine.)

One more thing. Could there be a "math search" some day? (Or more important
a "math replace"?). For the time beeing, when I want to change some variable
name in a document I have to do this to the raw lyx file in a text editor.

sincerely

Guenter

--
[EMAIL PROTECTED]






Request for Feature: emacs-like searching

2001-01-31 Thread Jan Ulrich Hasecke

Hi!

Is it possible to have a search-function similar to the emacs search?

I want to jump to the search-string simply typing "C-s search-string
RET". With the given search-panel I have to use the mouse.


Ciao!
juh

-- 
www.juergen-rttgers.de - und tsch!
http://www.sudelbuch.de/2000/2504.html



Re: Request for Feature: emacs-like searching

2001-01-31 Thread John Levon

On Wed, 31 Jan 2001, Jan Ulrich Hasecke wrote:

 Hi!
 
 Is it possible to have a search-function similar to the emacs search?
 
 I want to jump to the search-string simply typing "C-s search-string
 RET". With the given search-panel I have to use the mouse.
 
 
 Ciao!
 juh

Am I right in thinking that this could be implemented by just having an
LFUN that focusses and starts a minibuffer with the given argument,
allowing the user to finish off the command :

\bind "C-s""minibuffer-open word-find-forward"

{ LFUN_OPEN_MINIBUFFER, "minibuffer-open", ...} 


?

thanks
john

-- 
"Existence of programs that do the impossible is 
 not a proof that that "impossible" is now possible."
- Tigran Aivazian 




Re: Request for Feature: emacs-like searching

2001-01-31 Thread Guenter Milde

On Wed, 31 Jan 2001 17:11:42 +0100 Jan Ulrich Hasecke [EMAIL PROTECTED] wrote:

 I want to jump to the search-string simply typing "C-s search-string
 RET".

Me too. That is one of the first topics in my wish-list. (Also an incremental
search would be fine.)

One more thing. Could there be a "math search" some day? (Or more important
a "math replace"?). For the time beeing, when I want to change some variable
name in a document I have to do this to the raw lyx file in a text editor.

sincerely

Guenter

--
[EMAIL PROTECTED]






Request for Feature: emacs-like searching

2001-01-31 Thread Jan Ulrich Hasecke

Hi!

Is it possible to have a search-function similar to the emacs search?

I want to jump to the search-string simply typing "C-s search-string
RET". With the given search-panel I have to use the mouse.


Ciao!
juh

-- 
www.juergen-rüttgers.de - und tschö!
http://www.sudelbuch.de/2000/2504.html



Re: Request for Feature: emacs-like searching

2001-01-31 Thread John Levon

On Wed, 31 Jan 2001, Jan Ulrich Hasecke wrote:

> Hi!
> 
> Is it possible to have a search-function similar to the emacs search?
> 
> I want to jump to the search-string simply typing "C-s search-string
> RET". With the given search-panel I have to use the mouse.
> 
> 
> Ciao!
> juh

Am I right in thinking that this could be implemented by just having an
LFUN that focusses and starts a minibuffer with the given argument,
allowing the user to finish off the command :

\bind "C-s""minibuffer-open word-find-forward"

{ LFUN_OPEN_MINIBUFFER, "minibuffer-open", ...} 


?

thanks
john

-- 
"Existence of programs that do the impossible is 
 not a proof that that "impossible" is now possible."
- Tigran Aivazian 




Re: Request for Feature: emacs-like searching

2001-01-31 Thread Guenter Milde

On Wed, 31 Jan 2001 17:11:42 +0100 Jan Ulrich Hasecke <[EMAIL PROTECTED]> wrote:

> I want to jump to the search-string simply typing "C-s search-string
> RET".

Me too. That is one of the first topics in my wish-list. (Also an incremental
search would be fine.)

One more thing. Could there be a "math search" some day? (Or more important
a "math replace"?). For the time beeing, when I want to change some variable
name in a document I have to do this to the raw lyx file in a text editor.

sincerely

Guenter

--
[EMAIL PROTECTED]