From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id AAA20493 for ; Wed, 6 Sep 1995 00:03:34 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA05675 (5.65c/Gatech-10.0-IDA for ); Tue, 5 Sep 1995 10:01:40 -0400 Received: by math (5.x/SMI-SVR4) id AA22922; Tue, 5 Sep 1995 09:55:15 -0400 Old-Return-Path: Resent-Date: Tue, 5 Sep 1995 08:56:41 -0500 (CDT) Old-Return-Path: From: Alex Ramos Message-Id: <199509051356.AA02701@intruder.wiltel.com> Subject: accessing full command line To: zsh-users@math.gatech.edu Date: Tue, 5 Sep 1995 08:56:41 -0500 (CDT) Reply-To: alex_ramos@wiltel.com X-Mailer: ELM [version 2.4 PL21] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-Id: <"tkvCR1.0.vb5.rQ5Jm"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/60 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I would like to know if there is any way (e.g. an undocumented feature or a source code patch) in zsh to access the full command line passed to a function or alias. For example, if 'foo' is a function, and I type foo "blah blah $$" $XYZ I'd like to (inside 'foo') have access to the string '"blah blah $$" $XYZ' as it was typed. Any suggestions would be appreciated.. thanks -- Alex Ramos (918) 561-6299