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

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

Re: Interactive-form invoked with specified arg


From: gentsquash
Subject: Re: Interactive-form invoked with specified arg
Date: Wed, 5 Jun 2013 09:49:20 -0700 (PDT)
User-agent: G2/1.0

On Jun 4, 10:45pm, Stefan Monnier <monn...@iro.umontreal.ca> wrote:
> >  (invoke-as-if-I-typed (query-replace "wierd" "weird") "!")
>
> How 'bout
>
>  (let ((unread-command-events '(?!)))
>   (query-replace "wierd" "weird"))

Ah -that's the ticket!  (Strange expression in English -I
                         wonder where it comes from?)

Thank you, both, Stefan and Emanuel.          -Jonathan


reply via email to

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