From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14982 invoked by alias); 17 Jan 2015 00:49:47 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34315 Received: (qmail 22620 invoked from network); 17 Jan 2015 00:49:44 -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=X+5rdgje c=1 sm=1 tr=0 a=e1dXK7GfYbHG4k4nVCYCAw==:117 a=e1dXK7GfYbHG4k4nVCYCAw==:17 a=Hpgzp-inWqAA:10 a=IkcTkHD0fZMA:10 a=SbEofyu3u-r_2v3C2ScA:9 a=QEXdDO2ut3YA:10 Message-id: <54B9AA99.6080403@eastlink.ca> Date: Fri, 16 Jan 2015 16:19:37 -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 hackers list Subject: completion Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit Previous command recall issue now fixed: $ echo $(ls zsh) zsh-5.0.7-234-gaa503b5 zsh $ echo $(ls zsh) zsh-5.0.7-234-gaa503b5 zsh However completion is still busted: $ ln -svf zsh-5.0.7-175 $ ln -svf zsh-5.0.7-175-./Src/zsh: symbol lookup error: /usr/local/lib/zsh/5.0.7-dev-0/zsh/zle.so: undefined symbol: lexsave ... that was trying to complete this: -rwxr-xr-x 1 1220492 2015-01-06-11:27:02 zsh-5.0.7-175-g7e74495 ... is there some missed change in zle.so perhaps? I'm never sure what, besides the kernel, is ever supposed to change. $ l zle.so zsh-5.0.7-175-g7e74495 Sorting All file types Backwards by Modification Time (zle.so): -rwxr-xr-x 1 273104 2014-11-27-16:54:23 zle.so* << latest?