From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13800 invoked by alias); 6 Dec 2010 20:44:41 -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: 28489 Received: (qmail 2825 invoked from network); 6 Dec 2010 20:44:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=W5XVZkAQWK3qjXrI0K/UfppeEJEl1IjcMBf5Nm3K5X8=; b=WQP8RN3i0RpHBV9dcw+U2TLWmMVVT/p6oB/Zvkik8BsS5lA+xNYyymHwLrue/7DquG 2Vo/oNvaV5c3a+20gvtiymMFV5aQR6s6f/2mhVBN+6c+CGY7AgsE355Ew+OREVeO4Jb9 DkwpTeuKUeBCuocvbJOtKqg4Wi3D2jG9UPv40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=pPbYWqGhMUDIc0YeGWvQY1KW1+waxOUKfIASN8QIoQKmv/JltH/v3zPtJwyeXefsIn B0Wdg7095Ug/8K9KBKllUAy7DI8iD0OCT5AEsRjfDXncAHxnqzJGtsaC6GHzEM/cGHhh pVrVAXcvoQK9aDZQPJg4xYpy+J2mRDbUXTdRQ= MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 6 Dec 2010 21:44:36 +0100 Message-ID: Subject: Re: PROMPT_SP and empty PROMPT_EOL_MARK From: Mikael Magnusson To: gak@klanderman.net Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On 6 December 2010 21:35, Greg Klanderman wrote: > >> What is the rationale for disallowing an empty indicator? > > If you don't want it, wouldn't you just turn off PROMPTSP? Because that's not what promptsp does? % echo -n hello hello % setopt nopromptsp % echo -n hello % % setopt nopromptcr % echo -n hello hello% (at this point the cursor is on the first l) -- Mikael Magnusson