zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zzapper <david@tvis.co.uk>, zsh-users@sunsite.dk
Subject: Re: list all except
Date: Mon, 7 Feb 2005 15:46:39 +0000	[thread overview]
Message-ID: <1050207154639.ZM18040@candle.brasslantern.com> (raw)
In-Reply-To: <9pne01dvg9doit25jn1jga3o5cltoveh8q@4ax.com>

On Feb 7, 12:37pm, zzapper wrote:
} Subject: Re: list all except
}
} On Sun, 06 Feb 2005 19:02:48 +0000,  wrote:
                                     ^^
Curiosity:  Is the blank attribution there because gmane obscures the
sender identity for spam-prevention reasons?

} But what sort of thing could be wrong with my current setup?
} How can I start debugging that?

I suggest first renaming all your ~/.z* files (so that zsh won't find
them on startup), then run zsh normally.  If the problem persists, it's
with one of the /etc/z* files.

If the problem goes away when you've renamed your ~/.z* files, then start
renaming them back to their original names one at a time, starting a new
zsh after each rename until the problem reappears.  Then you'll know what
file you have to look at.

Once you know what file, start chopping it up by inserting "return 0"
about half way through that file.  If the problem persists, it's in the
top half, so move the "return 0" to 1/4 of the way through; if not,
move the "return 0" to 3/4 of the way through.  Continue bisecting the
problem portion of the file until you isolate the problem.

You might also run zsh with -x (but without -f) to see all the commands
it's executing during startup.

} /etc/zshenv just has a return 0 (which I was supposed to remove but I
} don't pick up my ~/.zshenv if I do)

That's odd in and of itself.  Do you mean that if you "rm /etc/zshenv"
then your ~/.zshenv is not read, or do you mean that if you delete the
"return 0" then ...?  If the latter, is there really nothing else in
/etc/zshenv, that is, it's empty except for "return 0"?

You're sure there's not, for example, an assignment to ZDOTDIR or HOME
in /etc/zshenv?

What other /etc/z* files do yo have?


  reply	other threads:[~2005-02-07 15:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-04 11:30 Eric Smith
2005-02-04 16:16 ` Christian Schneider
2005-02-04 16:30 ` Peter Stephenson
2005-02-04 16:55 ` J
2005-02-04 17:44 ` Bart Schaefer
2005-02-05 21:50   ` zzapper
2005-02-06  0:23     ` Bart Schaefer
     [not found]       ` <ce7c01ph81j1tgrmtplb3hqj8lajgsvsr4@4ax.com>
2005-02-06 18:06         ` Bart Schaefer
2005-02-06 19:02         ` zzapper
2005-02-07 12:37           ` zzapper
2005-02-07 15:46             ` Bart Schaefer [this message]
2005-02-07 16:14               ` zzapper
2005-02-11  8:34               ` zzapper

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=1050207154639.ZM18040@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=david@tvis.co.uk \
    --cc=zsh-users@sunsite.dk \
    /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).