From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gentsquash Newsgroups: gmane.emacs.help Subject: Re: Interactive-form invoked with specified arg Date: Wed, 5 Jun 2013 09:49:20 -0700 (PDT) Message-ID: References: <037e0390-7e59-4239-bf31-1c7e55b269db@v2g2000yqa.googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1370454146 14475 80.91.229.3 (5 Jun 2013 17:42:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Jun 2013 17:42:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 05 19:42:27 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UkHj8-0004Mu-Rj for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jun 2013 19:42:26 +0200 Original-Received: from localhost ([::1]:59681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkHj8-0003qh-Bh for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jun 2013 13:42:26 -0400 X-Received: by 10.224.36.66 with SMTP id s2mr19215903qad.6.1370450960841; Wed, 05 Jun 2013 09:49:20 -0700 (PDT) X-Received: by 10.49.29.99 with SMTP id j3mr1572449qeh.23.1370450960773; Wed, 05 Jun 2013 09:49:20 -0700 (PDT) Original-Path: usenet.stanford.edu!ch1no1003701qab.0!news-out.google.com!10ni283qax.0!nntp.google.com!ch1no1003691qab.0!postnews.google.com!g3g2000yqg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: g3g2000yqg.googlegroups.com; posting-host=24.136.39.217; posting-account=LepcaQgAAACr4mTxtqQZ5RIS3kaWpFxN Original-NNTP-Posting-Host: 24.136.39.217 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:20.0) Gecko/20100101 Firefox/20.0,gzip(gfe) Injection-Date: Wed, 05 Jun 2013 16:49:20 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:199059 X-Mailman-Approved-At: Wed, 05 Jun 2013 13:41:51 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91328 Archived-At: On Jun 4, 10:45pm, Stefan Monnier 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