From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6193 invoked from network); 21 Apr 2004 10:12:14 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Apr 2004 10:12:14 -0000 Received: (qmail 24063 invoked by alias); 21 Apr 2004 10:11:47 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7376 Received: (qmail 24029 invoked from network); 21 Apr 2004 10:11:46 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 21 Apr 2004 10:11:46 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 21 Apr 2004 10:11:46 -0000 Received: (qmail 24390 invoked from network); 21 Apr 2004 10:11:46 -0000 Received: from main.gmane.org (80.91.224.249) by a.mx.sunsite.dk with SMTP; 21 Apr 2004 10:11:44 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BGEhk-0005U3-00 for ; Wed, 21 Apr 2004 12:11:44 +0200 Received: from isi-dialin-129-97.isionline-dialin.de ([195.158.129.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Apr 2004 12:11:44 +0200 Received: from thorsten by isi-dialin-129-97.isionline-dialin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Apr 2004 12:11:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@sunsite.dk From: Thorsten Kampe Subject: Proprositions for a useful categorization of zsh options? Date: Wed, 21 Apr 2004 12:11:42 +0200 Message-ID: <1o5vc7hkd82ad.dlg@thorstenkampe.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: isi-dialin-129-97.isionline-dialin.de User-Agent: 40tude_Dialog/2.0.10.1de Sender: news X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 Dear fellow zsh junkies, I am trying to categorize the current 141 zsh options for obvious reasons. Unfortunately zshoptions(1) is no big help as it is just alphabetically sorted. The Users' guide gives some limited suggestions. So these are my categories[1]: * Compatibility * Completion * ambigious * displaying * Globbing * History * Miscellaneous (the "no category category") * Pushd/Popd Any suggestions for improvements are welcome... * option "foo" should be in category "bar" instead of category "baz"? * other reasonable categories? * superfluous categories? Thanks in advance, Thorsten [1] # COMPATIBILITY bsdecho cshjunkieloops cshjunkiequotes cshnullcmd ignorebraces interactivecomments ksharrays kshautoload kshoptionprint kshtypeset multios posixbuiltins promptbang shfileexpansion shnullcmd shoptionletters shwordsplit singlelinezle # COMPLETION alwayslastprompt alwaystoend autoparamkeys autoparamslash autoremoveslash completealiases completeinword # ambigious completions autolist automenu bashautolist beep listambiguous listbeep menucomplete recexact # displaying completions listpacked listrowsfirst listtypes # GLOBBING bareglobqual caseglob cshnullglob extendedglob glob globassign globcomplete globdots globsubst kshglob nomatch nullglob numericglobsort shglob # HISTORY appendhistory banghist cshjunkiehistory extendedhistory histallowclobber histbeep histexpiredupsfirst histfindnodups histignorealldups histignoredups histignorespace histnofunctions histnostore histreduceblanks histsavenodups histverify incappendhistory sharehistory # MISCELLANEOUS aliases allexport autocd autocontinue autonamedirs autoresume badpattern bgnice braceccl cbases cdablevars chasedots chaselinks checkjobs clobber correct correctall dvorak emacs equals errexit errreturn exec flowcontrol functionargzero globalexport globalrcs hashcmds hashdirs hashlistall hup ignoreeof interactive localoptions localtraps login longlistjobs magicequalsubst mailwarning markdirs monitor notify octalzeroes overstrike pathdirs printeightbit printexitvalue privileged promptcr promptpercent promptsubst rcexpandparam rcquotes rcs restricted rmstarsilent rmstarwait shinstdin shortloops singlecommand sunkeyboardhack transientrprompt typesetsilent unset verbose vi xtrace zle # PUSHD/POPD autopushd pushdignoredups pushdminus pushdsilent pushdtohome