From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14150 invoked from network); 3 Jun 2001 16:45:58 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Jun 2001 16:45:58 -0000 Received: (qmail 22301 invoked by alias); 3 Jun 2001 16:45:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14691 Received: (qmail 22280 invoked from network); 3 Jun 2001 16:45:40 -0000 Date: Sun, 3 Jun 2001 12:45:44 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: autoloading from deleted wordcode digest files Message-ID: <20010603124544.A27964@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i I'm making .zwc files using zcompile -U -M. zsh will keep these files opened and mmapped even after they are deleted, but efforts to autoload functions within will fail. I want the deleted file to be searched if the function is not found on disk. I assume that this can be accomplished by including the filename in struct funcdump, and using that as an identifier should the files be deleted after mmapping. Will this break anything?