From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16011 invoked from network); 29 Feb 2008 21:12:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) 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.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Feb 2008 21:12:50 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 74805 invoked from network); 29 Feb 2008 21:12:45 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Feb 2008 21:12:45 -0000 Received: (qmail 3367 invoked by alias); 29 Feb 2008 21:12:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24637 Received: (qmail 3348 invoked from network); 29 Feb 2008 21:12:41 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Feb 2008 21:12:41 -0000 Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by bifrost.dotsrc.org (Postfix) with ESMTP id E30F38026E0B for ; Fri, 29 Feb 2008 22:12:34 +0100 (CET) Received: by rv-out-0910.google.com with SMTP id b22so2246218rvf.21 for ; Fri, 29 Feb 2008 13:12:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=D3JWAg9annATLzIUTU+SP0hVgAPObLPVGAVI91vQqxo=; b=gCkh/EbMiT5BZZPNlghSVyn9sUSybL15/wC5UGWisLD2CnVaeepnPzhl7McCnx6hyNLw0TVcD8o7lEwYaa9nUGgp0pvR+c8phEWrsHhKIDBzlbsjGT0kNkyqXSZupwzcJ97qG5jaRXNMsor9JzrLZ4loOPEmr11abWhe6qvaOK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=j2aHErbfImUIMYTylN5oqMJ9dq8szlcs7TIUUzq9H5lr0WtPROAyRWAF1m4B0GntjKQUncjHj9eAH5BB8DEoEZ30+yhM9Jg8+FvcUn/uzepD5glKbVhT2TtIpkcqa3RDLKgLmyekTLrP5HfGzsUhtbo2DBqGyAIfKJYHcjPuGrA= Received: by 10.141.185.3 with SMTP id m3mr6740216rvp.133.1204319552755; Fri, 29 Feb 2008 13:12:32 -0800 (PST) Received: by 10.140.127.7 with HTTP; Fri, 29 Feb 2008 13:12:32 -0800 (PST) Message-ID: <237967ef0802291312y5bd2b61vea3b8e0a7f6e5aeb@mail.gmail.com> Date: Fri, 29 Feb 2008 22:12:32 +0100 From: "Mikael Magnusson" To: zsh-workers@sunsite.dk Subject: Re: Cannot cd into -- In-Reply-To: <20080229221008.2c5d417e@buddha> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080229221008.2c5d417e@buddha> X-Virus-Scanned: ClamAV 0.91.2/6047/Fri Feb 29 19:51:13 2008 on bifrost X-Virus-Status: Clean On 29/02/2008, Matthias B. wrote: > It doesn't seem to be possible with zsh to cd into a directory named --. > In bash I can do this with > > cd -- -- > > but that doesn't work with zsh 4.3.5. cd ./-- -- Mikael Magnusson