[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using paste in search
From: |
Cecil Westerhof |
Subject: |
Re: Using paste in search |
Date: |
Tue, 12 Jun 2007 22:43:22 +0200 |
User-agent: |
KNode/0.8.0 |
Stephen Berman wrote:
>> Sometimes I want to search on something I have in my yank-buffer. But
>> when I give C-y in search mode, it puts the rest of the line where the
>> cursor is in my search query. Is there a way to get the content of the
>> yank-buffer into the search query?
>
> If you're using Emacs 22, the typing M-e (or ESC-e) allows you to edit
> the search string, including using C-y to yank.
That works. Thanks.