|
From: | Drew Adams |
Subject: | RE: How to add prefix before running interactive regexpsearch(isearch-forward-regexp)? |
Date: | Thu, 22 Apr 2010 09:01:53 -0700 |
> Store that "prefix" in registers for easy insertion Or copy the string to the kill-ring and then yank it into Isearch using `M-y'. Or copy it as the secondary selection and yank it using `C-M-y'. (You need library second-sel.el for this.) The secondary selection doesn't get overwritten when you update the clipboard or the kill ring. http://www.emacswiki.org/emacs/SecondarySelection
[Prev in Thread] | Current Thread | [Next in Thread] |