zsh-users
 help / color / mirror / code / Atom feed
* completions broken for root user
@ 2005-09-30 15:58 Scott Lipcon
  2005-10-01 18:40 ` Mike Hernandez
  2005-10-01 18:40 ` Bart Schaefer
  0 siblings, 2 replies; 5+ messages in thread
From: Scott Lipcon @ 2005-09-30 15:58 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 721 bytes --]

I recently upgraded zsh on my FreeBSD machine, and now the freebsd specific
completions are broken for the root user only...

As my user, if I do:

$ pkg_info zsh<tab>

it completes.

As root:
# pkg_info zsh<tab>
_arguments:340: _bsd_pkg_pkgs_and_files: function definition file not found

# which _bsd_pkg_pkgs_and_files
_bsd_pkg_pkgs_and_files () {
# undefined
builtin autoload -XUz
}

(if I do the same which command as my user, i get the function
definition...)


my $fpath variables are the same in both shells, and both contain
/usr/local/share/zsh/4.2.5/functions/Completion/BSD/, which has the _bsd_pkg
containing that function...

What else should I be looking for?

Thanks,
Scott

[-- Attachment #2: Type: text/html, Size: 1018 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-11-30 14:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-30 15:58 completions broken for root user Scott Lipcon
2005-10-01 18:40 ` Mike Hernandez
2005-10-01 18:40 ` Bart Schaefer
2005-10-01 20:33   ` Scott Lipcon
2005-11-30 14:24     ` Scott Lipcon

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).