zsh-users
 help / color / mirror / code / Atom feed
* 3.1.2:  What's going on here?
@ 1997-07-10 21:26 Steve Talley
  1997-07-11  4:04 ` Zoltan Hidvegi
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Talley @ 1997-07-10 21:26 UTC (permalink / raw)
  To: zsh-users

I've just compiled zsh 3.1.2 for Solaris 2.5.1 on sparc and i386.  It
seems to run fine, but I constantly get the error "zsh: not an
identifier".  Example:

 5 % echo $USERNAME
zsh: not an identifier: $USERNAME
 5 % echo $ZSH_VERSION 
zsh: not an identifier: $ZSH_VERSION
 5 % cd /tmp
zsh: not an identifier: /tmp
 5 % ls /etc
zsh: not an identifier: /etc
 5 % echo hello
hello
 6 % cd tmp

What's going on here?  The last two statements do work.

Any help is appreciated,

Steve


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

* Re: 3.1.2:  What's going on here?
  1997-07-10 21:26 3.1.2: What's going on here? Steve Talley
@ 1997-07-11  4:04 ` Zoltan Hidvegi
  0 siblings, 0 replies; 2+ messages in thread
From: Zoltan Hidvegi @ 1997-07-11  4:04 UTC (permalink / raw)
  To: Steve Talley; +Cc: zsh-users

> I've just compiled zsh 3.1.2 for Solaris 2.5.1 on sparc and i386.  It
> seems to run fine, but I constantly get the error "zsh: not an
> identifier".  Example:
> 
>  5 % echo $USERNAME
> zsh: not an identifier: $USERNAME
>  5 % echo $ZSH_VERSION 
> zsh: not an identifier: $ZSH_VERSION
>  5 % cd /tmp
> zsh: not an identifier: /tmp
>  5 % ls /etc
> zsh: not an identifier: /etc
>  5 % echo hello
> hello
>  6 % cd tmp
> 
> What's going on here?  The last two statements do work.

You probably have something wrong in the precmd or prompt.  Try to remove
stuff from your startup files until the problem disappears.  An example
which can cause such things:

hzoli /l/src/zsh-RCS/Src % local '$USERNAME'
zsh: not an identifier: $USERNAME
hzoli /l/src/zsh-RCS/Src % local '/tmp'     
zsh: not an identifier: /tmp
hzoli /l/src/zsh-RCS/Src % local 'hello'
hzoli /l/src/zsh-RCS/Src % 

Zoli


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

end of thread, other threads:[~1997-07-11  4:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-07-10 21:26 3.1.2: What's going on here? Steve Talley
1997-07-11  4:04 ` Zoltan Hidvegi

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