zsh-users
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@frontiernet.net>
To: stephen.talley@Central.Sun.COM (Steve Talley)
Cc: zsh-users@math.gatech.edu
Subject: Re: 3.1.2:  What's going on here?
Date: Fri, 11 Jul 1997 00:04:18 -0400 (EDT)	[thread overview]
Message-ID: <199707110404.AAA01913@hzoli.home> (raw)
In-Reply-To: <199707102126.PAA10908@ipecac.Central.Sun.COM> from Steve Talley at "Jul 10, 97 03:26:40 pm"

> 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


      reply	other threads:[~1997-07-11  4:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-07-10 21:26 Steve Talley
1997-07-11  4:04 ` Zoltan Hidvegi [this message]

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=199707110404.AAA01913@hzoli.home \
    --to=hzoli@frontiernet.net \
    --cc=stephen.talley@Central.Sun.COM \
    --cc=zsh-users@math.gatech.edu \
    /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).