zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <Peter.Stephenson@csr.com>
To: <zsh-users@zsh.org>
Subject: Re: Package information for non-installed programs in ZSH
Date: Tue, 5 Apr 2011 13:43:34 +0100	[thread overview]
Message-ID: <20110405134334.50a483a7@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <4D9AFFA0.7090905@math.uni-bremen.de>

On Tue, 5 Apr 2011 13:40:16 +0200
Oliver Keszöcze <keszocze@math.uni-bremen.de> wrote:
> Using BASH and Ubuntu I get messages such as
> 
>      The program 'gcc' can be found in the following packages:
>       * gcc
>       * pentium-builder
>      Try: sudo apt-get install <selected package>
> 
> if I try to run stuff I do not have currently installed.

It will be using a command-not-found handler.  You can do this sort of
thing in recent versions of zsh if you find out what the back end is...

command_not_found_handler() {
  print "Attempting to locate the command $1..."
  # if you don't want to consider that the command has been handled...
  return 1
}

% fumble
Attempting to locate the command fumble...
zsh: command not found: fumble

-- 
Peter Stephenson <pws@csr.com>            Software Engineer
Tel: +44 (0)1223 692070                   Cambridge Silicon Radio Limited
Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom


  parent reply	other threads:[~2011-04-05 13:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-05 11:40 Oliver Keszöcze
2011-04-05 12:42 ` Sebastian Tramp
2011-04-05 12:43 ` Peter Stephenson [this message]
2011-04-06  3:03 ` Brandon Sandrowicz

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=20110405134334.50a483a7@pwslap01u.europe.root.pri \
    --to=peter.stephenson@csr.com \
    --cc=zsh-users@zsh.org \
    /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).