zsh-users
 help / color / mirror / code / Atom feed
From: Dominik Vogt <dominik.vogt@gmx.de>
To: zsh-users@sunsite.dk
Subject: Re: Display a function
Date: Wed, 17 Dec 2003 11:46:29 +0100	[thread overview]
Message-ID: <20031217104629.GA1177@gmx.de> (raw)
In-Reply-To: <20031217100232.GA2091@spiegl.de>

On Wed, Dec 17, 2003 at 11:02:32AM +0100, Andy Spiegl wrote:
> > Is it possible to "list" a function in zsh, so that I can check it's
> > code???
> Yep: which functionname
> 
> or: functionname and then "expand-last-word"

Or use

  $ typeset -f funcname

or type

  $ functions

to display the body of all functions.

Ciao

Dominik ^_^  ^_^


      parent reply	other threads:[~2003-12-17 10:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-17  9:59 zzapper
2003-12-17 10:02 ` Andy Spiegl
2003-12-17 10:19   ` zzapper
2003-12-17 11:11     ` zzapper
2003-12-17 14:23     ` Andy Spiegl
2003-12-17 10:46   ` Dominik Vogt [this message]

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=20031217104629.GA1177@gmx.de \
    --to=dominik.vogt@gmx.de \
    --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).