From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11532 invoked from network); 26 Jun 2006 18:46:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Jun 2006 18:46:09 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 75107 invoked from network); 26 Jun 2006 18:46:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Jun 2006 18:46:01 -0000 Received: (qmail 745 invoked by alias); 26 Jun 2006 18:45:54 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10445 Received: (qmail 736 invoked from network); 26 Jun 2006 18:45:53 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 26 Jun 2006 18:45:53 -0000 Received: (qmail 74013 invoked from network); 26 Jun 2006 18:45:53 -0000 Received: from lorien.comfychair.org (64.81.241.43) by a.mx.sunsite.dk with SMTP; 26 Jun 2006 18:45:51 -0000 Received: from lorien.comfychair.org (localhost [127.0.0.1]) by lorien.comfychair.org (8.13.6/8.13.6) with ESMTP id k5QIjliV003382; Mon, 26 Jun 2006 11:45:47 -0700 Received: (from duvall@localhost) by lorien.comfychair.org (8.13.6/8.13.4/Submit) id k5QIjlmg003381; Mon, 26 Jun 2006 11:45:47 -0700 Date: Mon, 26 Jun 2006 11:45:47 -0700 From: Danek Duvall To: Michael Hernandez Cc: zsh-users@sunsite.dk Subject: Re: setopt returns both "interactive and login" Message-ID: <20060626184547.GA666@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , Michael Hernandez , zsh-users@sunsite.dk References: <200606261734.k5QHYbYs028065@news01.csr.com> <5FC432DB-3CD1-401C-A936-5C776120EE14@petmystone.com> <3EBBCB06-AA3E-44B0-9F18-189D3A8BAE7B@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EBBCB06-AA3E-44B0-9F18-189D3A8BAE7B@gmail.com> User-Agent: mutt-ng/devel-r535 (Linux) On Mon, Jun 26, 2006 at 02:14:12PM -0400, Michael Hernandez wrote: > One rule that you can keep in mind is that all login shells are going to be > interactive but not all interactive shells are login shells (and again, the > difference is not so important for zsh afaict). Not *entirely* true, but generally so: "ssh -T " will give you a login shell that isn't interactive. I don't think many people actually do crazy stuff like that, though. :) Danek