From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2699 invoked by alias); 16 Dec 2009 18:46:56 -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: 27527 Received: (qmail 25039 invoked from network); 16 Dec 2009 18:46:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received-SPF: none (proxy.melb.primenet.com.au: domain at klanderman.net does not designate permitted sender hosts) From: Greg Klanderman To: zsh-workers@zsh.org Subject: Re: the function to show a digit argument while it is being typed Reply-To: gak@klanderman.net Date: Wed, 16 Dec 2009 13:46:45 -0500 In-Reply-To: <200912161803.nBGI3xo1015572@news01.csr.com> (Peter Stephenson's message of "Wed, 16 Dec 2009 18:03:59 +0000") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.17 (linux) References: <10081257897632@webmail89.yandex.ru> <237967ef0911101822g5bfcf4fao25fc33ba0a2e8604@mail.gmail.com> <091110204748.ZM28704@torch.brasslantern.com> <237967ef0911102217m1325dc59y8d7388e9f6f21c7b@mail.gmail.com> <091111001419.ZM28852@torch.brasslantern.com> <091111094507.ZM30174@torch.brasslantern.com> <200912161803.nBGI3xo1015572@news01.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> On December 16, 2009 Peter Stephenson wrote: > Looks fairly uncontroversial; OK, I'll work on this a bit then.. > could you make it generic to all argument handling (e.g. ESC-1 ESC-4)? Yes, that would be my plan. This thread originally started with how to do that with user defined widgets for digit-argument and negative-argument, and a good solution was found, but the same could not be done for universal-argument. > Are there cases where you get clashing use of the minibuffer? Not that I've noticed. thanks, Greg