From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2460 invoked by alias); 16 Jul 2014 00:36:10 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32867 Received: (qmail 8071 invoked from network); 16 Jul 2014 00:36:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.2 X-DKIM: Sendmail DKIM Filter v2.8.3 velox.its.uu.se 276DC34D62 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=uu.se; s=centralsmtp; t=1405470962; i=@uu.se; bh=mY27VuhzmcB+3LbDnBl8KMXsl+7a9P5CkETorHu3WPc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:Message-ID: MIME-Version:Content-Type; b=X+rxr6H8cclDBlrCNFzv+4LMnSqSAtJIHoXH2byHOGrzJ85F/x7+xtrQIqZcdVXbD vtWO6ILAXgs4pu7hQrcH7hFRytV7k1zK+66ZaM87GaZt3MwbJG6kUdGViBN+CzJI/7 pyTsAebBIS48ssxX3OZhUSZEyrRpZByKul9buiP4= From: Emanuel Berg To: zsh-workers@zsh.org Cc: Subject: Re: implicit previous command, only state what should change References: <874myk3ocp.fsf@debian.uxu> <20140715175808.660f4832@pwslap01u.europe.root.pri> Date: Wed, 16 Jul 2014 02:36:03 +0200 In-Reply-To: <20140715175808.660f4832@pwslap01u.europe.root.pri> (Peter Stephenson's message of "Tue, 15 Jul 2014 17:58:08 +0100") Message-ID: <87bnsq9m30.fsf@debian.uxu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Bayes-Prob: 0.9359 (Score 4, tokens from: outbound, outbound-uu-se:default, uu-se:default, base:default, @@RPTN) X-p0f-Info: os=Linux 2.6.x, link=Ethernet or modem X-CanIt-Geo: ip=130.243.137.27; country=SE; region=Uppsala; city=Uppsala; latitude=59.8667; longitude=17.6333; http://maps.google.com/maps?q=59.8667,17.6333&z=6 X-CanItPRO-Stream: outbound-uu-se:outbound (inherits from outbound-uu-se:default,uu-se:default,base:default) X-Canit-Stats-ID: 0aMqMA2jH - 8573e51e374f - 20140716 X-Antispam-Training-Forget: https://mailfilter.sunet.se/canit/b.php?i=0aMqMA2jH&m=8573e51e374f&t=20140716&c=f X-Antispam-Training-Nonspam: https://mailfilter.sunet.se/canit/b.php?i=0aMqMA2jH&m=8573e51e374f&t=20140716&c=n X-Antispam-Training-Spam: https://mailfilter.sunet.se/canit/b.php?i=0aMqMA2jH&m=8573e51e374f&t=20140716&c=s X-CanIt-Archive-Cluster: PfMRe/vJWMiXwM2YIH5BVExnUnw X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.36.171.202 Peter Stephenson writes: >> Let's say I write: $ grep user-home-directory *.el >> After that, I realize that it should have been >> user-emacs-directory'. Is there a way to tell zsh >> to "execute the previous command again, only >> substitute the first argument for >> user-emacs-directory"? > > The read-from-minibufer change is a bug fix: NUMERIC > was being propagated down to the first command read > within the recursive edit. I suspect that might be > regarded as a bug in recursive-edit. ??? -- underground experts united