zsh-users
 help / color / mirror / code / Atom feed
From: Ray Andrews <rayandrews@eastlink.ca>
To: zsh-users@zsh.org
Subject: Re: permission denied
Date: Thu, 20 Apr 2023 14:35:41 -0700	[thread overview]
Message-ID: <35874ea1-74f0-d733-7fc9-5b0ab51cc8f3@eastlink.ca> (raw)
In-Reply-To: <3f180a94-37a0-670e-f5e6-9122411ad416@eastlink.ca>


Bart:
>
> On 2023-04-17 19:41, Bart Schaefer wrote:
>>
>> Think of aliases as preprocessor directives like #define in C, and
>> you'll get there.
>
> I can almost smell that it's something best accepted as it is. BTW, I 
> figured out the message.  Seems in the unacceptability of the alias 
> 'l', she keeps looking, and finds the file named 'l' on the path and, 
> it being a source file (containing alias 'l' and the called function 
> '_l') and not being executable, 'permission denied' is about the right 
> thing to say about file 'l'.  If not on the path, the message is 
> 'command not found'.  I had thought that 'permission denied' referred 
> to the alias.  Dunno, perhaps 'zsh: permission denied, file: ./l' 
> might be friendlier, it would at least be clear what the shell is 
> chewing on there.  So at the end of it 'eval' is my friend in need.

One last question:

You did this:

     chain0=( ${(s:; :)${(z)1}} )

... ignoring the semicolon stuff for now, since it's more a matter of 
principal than practice for me:

     chain0=( ${=1} )

... that would seem the more 'normal' thing, but you've obviously used 
'(z)' pointedly.  What's the difference here?  The manual leaves me 
feeling rather vague.





>
>
>
>>
>


  reply	other threads:[~2023-04-20 21:36 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-17 18:34 Ray Andrews
2023-04-17 19:07 ` Roman Perepelitsa
2023-04-17 20:41   ` Ray Andrews
2023-04-17 21:52     ` Bart Schaefer
2023-04-17 22:44       ` Ray Andrews
2023-04-18  2:41         ` Bart Schaefer
2023-04-18  3:35           ` Ray Andrews
2023-04-20 21:35             ` Ray Andrews [this message]
2023-04-20 21:47               ` Roman Perepelitsa
2023-04-20 22:09                 ` Ray Andrews
2023-04-20 22:13                   ` Bart Schaefer
2023-04-20 22:47                     ` Ray Andrews
2023-04-21  3:12                       ` Bart Schaefer
2023-04-21 13:33                         ` Ray Andrews
2023-04-21 14:12                           ` Peter Stephenson
2023-04-21 14:42                             ` Ray Andrews
2023-04-21 21:58                               ` Bart Schaefer
2023-04-22  0:56                                 ` Ray Andrews
2023-04-20 22:17                   ` Roman Perepelitsa
  -- strict thread matches above, loose matches on Subject: below --
2020-12-21 23:01 Ray Andrews

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=35874ea1-74f0-d733-7fc9-5b0ab51cc8f3@eastlink.ca \
    --to=rayandrews@eastlink.ca \
    --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).