zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Explain hashing a bit better
@ 2001-07-11 17:37 Bart Schaefer
  2001-07-12  3:40 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Schaefer @ 2001-07-11 17:37 UTC (permalink / raw)
  To: zsh-workers

I never remember about this side-effect of `setopt correct'.

Index: Src/options.yo
===================================================================
diff -c -r1.5 Src/options.yo
--- Src/options.yo	2001/06/28 08:40:23	1.5
+++ Src/options.yo	2001/07/11 17:34:32
@@ -491,15 +491,18 @@
 Note the location of each command the first time it is executed.
 Subsequent invocations of the same command will use the
 saved location, avoiding a path search.
-If this option is unset, no path hashing will be done at all.
+If this option is unset, no path hashing is done at all.
+However, when tt(CORRECT) is set, commands whose names do not appear in
+the functions or aliases hash tables are hashed in order to avoid
+reporting them as spelling errors.
 )
 pindex(HASH_DIRS)
 cindex(hashing, of directories)
 cindex(directories, hashing)
 item(tt(HASH_DIRS) <D>)(
-Whenever a command is executed, hash the directory containing it,
+Whenever a command name is hashed, hash the directory containing it,
 as well as all directories that occur earlier in the path.
-Has no effect if tt(HASH_CMDS) is unset.
+Has no effect if neither tt(HASH_CMDS) nor tt(CORRECT) is set.
 )
 pindex(HASH_LIST_ALL)
 item(tt(HASH_LIST_ALL) <D>)(

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


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

* Re: PATCH: Explain hashing a bit better
  2001-07-11 17:37 PATCH: Explain hashing a bit better Bart Schaefer
@ 2001-07-12  3:40 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2001-07-12  3:40 UTC (permalink / raw)
  To: zsh-workers

On Jul 11,  5:37pm, Bart Schaefer wrote:
} Subject: PATCH: Explain hashing a bit better
}
} Index: Src/options.yo

Gaah.  Sorry about that.  Trying to compensate by hand for an old version
of CVS, and I pasted in the wrong path prefix.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


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

end of thread, other threads:[~2001-07-12  3:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-11 17:37 PATCH: Explain hashing a bit better Bart Schaefer
2001-07-12  3:40 ` Bart Schaefer

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