From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23394 invoked by alias); 23 Dec 2014 15:51:34 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19630 Received: (qmail 28890 invoked from network); 23 Dec 2014 15:51:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, T_HDRS_LCASE,T_MANY_HDRS_LCASE autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=T/C1EZ6Q c=1 sm=1 tr=0 a=/ZM1hWZhaxoJUBcJUq8FBQ==:117 a=/ZM1hWZhaxoJUBcJUq8FBQ==:17 a=Hpgzp-inWqAA:10 a=IkcTkHD0fZMA:10 a=Nosbm-eQt3lQmokgG2wA:9 a=QEXdDO2ut3YA:10 a=oNK5fc2fZhAA:10 a=l5reUFWUS14A:10 Message-id: <54998F77.3050903@eastlink.ca> Date: Tue, 23 Dec 2014 07:51:19 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.3.0 MIME-version: 1.0 To: Zsh Users Subject: autoload Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit I'm just reading that I can use autoload with my own functions (thought it was just for internal stuff ...). Any words of wisdom on that? Can we determine how much memory functions use when loaded, such that a practical determination might be made as to how much 'real' difference it might make to free memory vs. any speed considerations? What do guys do in the real world? . ./ray