zsh-workers
 help / color / mirror / code / Atom feed
From: "Daniel Shahaf" <d.s@daniel.shahaf.name>
To: "Aryn Starr" <whereislelouch@icloud.com>, zsh-workers@zsh.org
Subject: Re: [Feature Request] Add ability to define functions as noglob
Date: Thu, 15 Aug 2019 15:25:51 +0000	[thread overview]
Message-ID: <89238b4d-d051-4b86-b76b-3ebb70134b09@www.fastmail.com> (raw)
In-Reply-To: <A567183D-459B-491B-8B29-6A3F315D5E86@icloud.com>

Aryn Starr wrote on Thu, 15 Aug 2019 14:54 +00:00:
> A lot of functions need to be noglob.

Why?  What's the use-case?  Maybe noglob isn't the right tool for the job.

> My current workflow is to define the function as `function sth-raw()`
> and then `alias sth='noglob sth-raw'`. (I use different names so that
> I can use `which sth-raw` to easily inspect the source.)

You don't need to use different names.  «which foo» would only expand
«foo» if it were a global alias, which in your case it isn't.



  reply	other threads:[~2019-08-15 15:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-15 14:53 Aryn Starr
2019-08-15 15:25 ` Daniel Shahaf [this message]
2019-08-15 15:33   ` Aryn Starr

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=89238b4d-d051-4b86-b76b-3ebb70134b09@www.fastmail.com \
    --to=d.s@daniel.shahaf.name \
    --cc=whereislelouch@icloud.com \
    --cc=zsh-workers@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).