help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to yank a regexp in isearch-mode?


From: Zhang Haijun
Subject: How to yank a regexp in isearch-mode?
Date: Sun, 11 Nov 2018 00:46:47 +0000

Is there a functions like isearch-yank-string but yank a regexp?

(defun my-isearch-foobar ()
  (interactive)
  (isearch-mode t)
  (isearch-yank-string “ foobar "))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]