emacs-devel
[Top][All Lists]
Advanced

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

Re: How to get a fixed search string into the editable area of an isearc


From: Tom
Subject: Re: How to get a fixed search string into the editable area of an isearch.
Date: Wed, 1 Jun 2016 05:07:23 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Robert Weiner <rswgnu <at> gmail.com> writes:

> I have a need for a command that starts an isearch with
> a specific string in the editable area 

How about this:

(progn
  (setq unread-command-events
        (append unread-command-events '(?t ?e ?s ?t)))
  (isearch-forward))





reply via email to

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