Uwe Brauer writes:
Well but how to write ”? Copy and paste? That is what I said before,
cumbersome.
In M-x search-forward you have an ordinary minibuffer, so you just
type it as you normally would, using an Emacs input method, a platform
level input method (on Ubuntu it would be XIM, if your XEmacs is
configured for it), or an AltGr key combination. The latter two might
also work with isearch (eg, Japanese input works in a terminal on Mac
OS X for me).
If you want it to work as it does in GNU, I suppose changing the
syntax of ?” to w would do the trick as well.
Or you could define
;; Untested but looks right.
(defun isearch-yank-character ()
"Pull the character at point in the buffer into search string."
(interactive)
(isearch-yank (function (lambda () (forward-char 1)))))
and bind it to some convenient character in isearch-mode-map.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta