zsh-users
 help / color / mirror / code / Atom feed
From: Roman Neuhauser <neuhauser@mail.cz>
To: zsh-users@sunsite.dk
Subject: Re: Options are not set
Date: Tue, 7 May 2002 19:00:06 +0200	[thread overview]
Message-ID: <20020507170005.GF50922@roman.mobil.cz> (raw)
In-Reply-To: <20020507163703.GE2512@acp1130.ac1.dsh.de>

> From: Thorsten Haude <zsh@thorstenhau.de>
> To: zsh-users@sunsite.dk
> Date: Tue, 7 May 2002 18:37:03 +0200
> Subject: Options are not set
> 
> Hi,
> 
> I try to set a number of options in my .zshrc, some of which are not
> set. I can't find anything amiss with the way I try to set them, so
> I'm confused.
> 
> - - - Schnipp - - -
> setopt pushd_to_home		#	pushd w/o arguments cds to $HOME
> setopt pushd_silent			#	don't print directory stack on pushd/popd
> setopt auto_pushd			#	cd pushs dir into stack
> DIRSTACKSIZE=20				#	number of dir stack entries
> 
> setopt cdable_vars			#	look for named directories on cd
> setopt auto_list			#	automatically list ambiguous completions
> setopt auto_param_slash		#	append / on directories
> 
> setopt hist_ignore_all_dups	#	do not enter duplicates into history
> setopt append_history		#	append, don't overwrite history
> setopt inc_append_history   #   append incrementally, not on exit
> 
> setopt long_list_jobs		#	list jobs in long format
> setopt auto_resume			#	single word resumption of existing jobs
> 
> setopt rec_exact			#	recognize exact matches even if ambiguous
> - - - Schnapp - - -
> 
> - - - Schnipp - - -
> hde@acp1575> setopt
> autopushd
> autoresume
> cdablevars
> histignorealldups
> interactive
> longlistjobs
> monitor
> pushdsilent
> pushdtohome
> recexact
> shinstdin
> zle
> - - - Schnapp - - -
> 
> These are missing:
> - - - Schnipp - - -
> setopt auto_list			#	automatically list ambiguous completions
> setopt auto_param_slash		#	append / on directories
> setopt append_history		#	append, don't overwrite history
> setopt inc_append_history   #   append incrementally, not on exit
> - - - Schnapp - - -
> 
> What am I missing?

    from the manual:

    When listing options (by `setopt', `unsetopt', `set -o' or `set
    +o'), those turned on by default appear in the list prefixed with
    `no'. Hence (unless KSH_OPTION_PRINT is set), `setopt' shows all
    options whose settings are changed from the default.

    check the missing options in the manual, they're on by default.

-- 
FreeBSD 4.4-STABLE
6:57PM up 8 days, 9:22, 13 users, load averages: 0.03, 0.05, 0.00


  parent reply	other threads:[~2002-05-07 16:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-07 16:37 Thorsten Haude
2002-05-07 16:37 ` Will Yardley
2002-05-07 16:51 ` Thorsten Haude
2002-05-07 17:00 ` Roman Neuhauser [this message]
2002-05-07 17:28   ` Thorsten Haude
2002-05-07 17:28     ` Bart Schaefer
2002-05-07 18:25       ` Thorsten Haude
2002-05-07 18:27         ` Will Yardley
2002-05-07 18:28       ` Thorsten Haude

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=20020507170005.GF50922@roman.mobil.cz \
    --to=neuhauser@mail.cz \
    --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).