zsh-workers
 help / color / mirror / code / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: zsh-workers@sunsite.dk
Subject: fix docs: .zsh/cache -> .zcompcache
Date: Tue, 19 Oct 2004 07:06:48 +0400	[thread overview]
Message-ID: <20041019030648.GJ2017@solemn.turbinal.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1677 bytes --]

Hello,

It seems that docs have both .zsh/cache and .zcompcache:

$ grep zcompcache zsh-4.2.1/Doc/Zsh/compsys.yo
completion data are stored.  It defaults to `tt($ZDOTDIR/.zcompcache)', or
`tt($HOME/.zcompcache)' if tt($ZDOTDIR) is not defined.  The completion
$ grep zsh/cache zsh-4.2.1/Doc/Zsh/compsys.yo
tt(cache-path) style which defaults to tt(~/.zsh/cache).  The return value
tt(cache-path) style which defaults to tt(~/.zsh/cache).  The remaining
$

--- zsh-4.2.1/Doc/Zsh/compsys.yo~	2004-08-13 10:22:29 +0000
+++ zsh-4.2.1/Doc/Zsh/compsys.yo	2004-10-19 03:02:02 +0000
@@ -4161,7 +4161,7 @@ findex(_retrieve_cache)
 item(tt(_retrieve_cache) var(cache_identifier))(
 This function retrieves completion information from the file given by
 var(cache_identifier), stored in a directory specified by the
-tt(cache-path) style which defaults to tt(~/.zsh/cache).  The return value
+tt(cache-path) style which defaults to tt(~/.zcompcache).  The return value
 is zero if retrieval was successful.  It will only attempt retrieval
 if the tt(use-cache) style is set, so you can call this function
 without worrying about whether the user wanted to use the caching
@@ -4211,7 +4211,7 @@ even in different instances of the shell
 
 The var(cache_identifier) specifies the file which the data should be
 dumped to.  The file is stored in a directory specified by the
-tt(cache-path) style which defaults to tt(~/.zsh/cache).  The remaining
+tt(cache-path) style which defaults to tt(~/.zcompcache).  The remaining
 var(params) arguments are the parameters to dump to the file.
 
 The return value is zero if storage was successful.  The function will

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2004-10-19  3:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-19  3:06 Alexey Tourbin [this message]
2004-10-19 16:09 ` Wayne Davison

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=20041019030648.GJ2017@solemn.turbinal.org \
    --to=at@altlinux.ru \
    --cc=zsh-workers@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).