Hi gnu/emacs!
Thanks a lot for the quick reply I got.
I have tried out both:
(setq query-replace-read-from-default (lambda () ""))
and the
(setq query-replace-read-from-default (lambda () (make-string 0 32)))
Unfortunately the irritating (default FROM -> TO) still shows...
I also did try to read and follow the code but limited in LISP knowledge
and I didn't find anything which I didn't already try.
It is rather strange a simple disable variable was missed to implement.
This show another aspect of the problem with the current and rather strange implementation:
It is like emacs is leaving the unix way to keep things simple.
/Regards Niclas Olsson, Sweden