From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26436 invoked by alias); 19 Oct 2011 11:32:59 -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: 16523 Received: (qmail 4077 invoked from network); 19 Oct 2011 11:32:57 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: zsh-users@zsh.org Subject: Re: Misc/vcs_info-examples - "git-st" snippet broken? In-Reply-To: <20111019034402.4d73538a@gmail.com> (Suraj N. Kurapati's message of "Wed, 19 Oct 2011 03:44:02 -0700") References: <20111019034402.4d73538a@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Date: Wed, 19 Oct 2011 13:26:24 +0200 Message-ID: <87r529i5nj.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Df-Sender: NDMwNDQ0 Suraj N. Kurapati wrote: > I'm using zsh 4.3.12 (x86_64-unknown-linux-gnu) and have added the > "git-st" snippet shown below to my .zshrc file from the ZSH git > repository's Misc/vcs_info-examples file. The problem is that > +vi-git-st() isn't being called automatically by vcs_info(). Did you try turning on debugging within `vcs_info'? That should show you which hooks are being processed and which functions are considered. zstyle ':vcs_info:*+*:*' debug true Regards, Frank -- In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925