zsh-workers
 help / color / mirror / code / Atom feed
* zsh/terminfo parameter "terminfo" cannot be queried using  ${+terminfo}
@ 2010-06-01 21:23 Martin Buchholz
  0 siblings, 0 replies; only message in thread
From: Martin Buchholz @ 2010-06-01 21:23 UTC (permalink / raw)
  To: Peter Stephenson, zsh-workers; +Cc: Joel Ebel

Hi zsh module "feature" maintainers,

This is a bug report.

It seems that the expression ${+terminfo} does not
resolve to either 0 or 1 as expected.


$ for m in HARDY LUCID; do echo ---; ssh $m /bin/zsh -i -c 'pwd;
lsb_release -cs; echo ZSH_VERSION=${ZSH_VERSION}; echo ${+terminfo}';
done
---
/home/martinrb
hardy
ZSH_VERSION=4.3.4
0
---
/etc/zsh/zshrc:10: unknown parameter: terminfo
/home/martinrb
lucid
ZSH_VERSION=4.3.10
zsh:1: unknown parameter: terminfo


(Aside: The message
/etc/zsh/zshrc:10: unknown parameter: terminfo
comes from the default zshrc config file on Ubuntu
(and probably also debian) which you guys should
examine.  That prompted this investigation and bug report)

I'm suspicious this is due to some interaction with the
"features feature" introduced into module loading in
zsh 4.3.6.  Perhaps the features system does not
expect an autoloaded variable to be unset after autoloading?

Thanks,

Martin


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-01 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-01 21:23 zsh/terminfo parameter "terminfo" cannot be queried using ${+terminfo} Martin Buchholz

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