From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with ESMTP id KAA03672 for ; Wed, 13 Dec 1995 10:03:50 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id RAA29069; Tue, 12 Dec 1995 17:32:56 -0500 (EST) Resent-Date: Tue, 12 Dec 1995 17:32:56 -0500 (EST) From: Zefram Message-Id: <24475.199512122228@stone.dcs.warwick.ac.uk> Subject: Re: Completion of files containing backslashed tilde doesn't work? To: hniksic@srce.hr Date: Tue, 12 Dec 1995 22:28:15 +0000 (GMT) Cc: zsh-workers@math.gatech.edu (Z Shell workers mailing list) In-Reply-To: <199512122203.XAA11557@jagor.srce.hr> from "Hrvoje Niksic" at Dec 12, 95 11:03:15 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]6734.68 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"bEN0H2.0.467.NCWpm"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/688 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >It seems that completion of filenames containing tilde doesn't work. >Take this sequence: >jagor% touch '~klklkl' >jagor% ls >~klklkl >jagor% echo \~[TAB] >and it tries to complete usernames on my host. Basically completion is broken w.r.t. quoting. It's one of the things I plan to work on eventually. I have some major compctl changes to implement first, after my last batch of compctl changes is fully integrated into the baseline (presumably next beta). -zefram