zsh-users
 help / color / mirror / code / Atom feed
From: Dan Nelson <dnelson@allantgroup.com>
To: "James F. Hranicky" <jfh@cise.ufl.edu>
Cc: zsh-users@sunsite.dk
Subject: Re: Context for multiline commands
Date: Fri, 10 Feb 2006 14:07:03 -0600	[thread overview]
Message-ID: <20060210200703.GG2090@dan.emsphone.com> (raw)
In-Reply-To: <200602101459.43249.jfh@cise.ufl.edu>

In the last episode (Feb 10), James F. Hranicky said:
> The version of zsh I have installed on my Solaris machines keeps
> the context for multiline commands to help me remember where I am:
> 
> 	for i in * ; do
> 	for> if [ "$i" = "0" ] ; then
> 	for then>
> 
> However, on my SuSE 9.3 machines this seems to be disabled 
> 
> 	for i in * ; do
> 	> if [ "$i" = "0" ] ; then
> 	>
> 
> anyone know what the directive is to enable this behavior?

Sounds like your SuSE box is resetting $PS2 in a startup script
somewhere.  It defaults to '%_> ' .

-- 
	Dan Nelson
	dnelson@allantgroup.com


  reply	other threads:[~2006-02-10 20:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-10 19:59 James F. Hranicky
2006-02-10 20:07 ` Dan Nelson [this message]
2006-02-10 20:12   ` James F. Hranicky
2006-02-10 20:11 ` Christian Schneider

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060210200703.GG2090@dan.emsphone.com \
    --to=dnelson@allantgroup.com \
    --cc=jfh@cise.ufl.edu \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).