From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?S=E9bastien_Vauban?= Newsgroups: gmane.emacs.help Subject: Re: Anything.el for Windows Date: Tue, 19 Feb 2008 09:20:17 +0100 Organization: Sebastien Vauban Message-ID: <874pc573y6.fsf@mundaneum.com> References: <87ve55gc7n.fsf@mundaneum.com> <874pcfjz2x.fsf@mundaneum.com> <87myq6iftr.fsf@mundaneum.com> <87odamcg3i.fsf@mundaneum.com> <87y79n65xz.fsf@mundaneum.com> <87r6ff4ngk.fsf@mundaneum.com> <873arumoua.fsf@mundaneum.com> <87myq2l4w5.fsf@mundaneum.com> <87skzqfvtt.fsf@mundaneum.com> <874pc6e3ne.fsf@mundaneum.com> <87y79icl8l.fsf@mundaneum.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1203410574 19781 80.91.229.12 (19 Feb 2008 08:42:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2008 08:42:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 19 09:43:18 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JRO3i-0005Nx-FB for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Feb 2008 09:42:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRO3D-0005Sw-Rm for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Feb 2008 03:42:07 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!feeder1-2.proxad.net!nerim.net!feed1.news.be.easynet.net!reader0.news.be.easynet.net!not-for-mail Original-Newsgroups: gnu.emacs.help X-Www-site: Under construction... User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:hRkVtF3u+MgzrqXvqLR9UULZxqc= Original-Lines: 43 Original-NNTP-Posting-Date: 19 Feb 2008 08:20:17 GMT Original-NNTP-Posting-Host: 81.188.7.152 Original-X-Trace: 1203409217 reader0.news.be.easynet.net 1585 [::ffff:81.188.7.152]:11090 Original-X-Complaints-To: abuse@be.easynet.net Original-Xref: shelby.stanford.edu gnu.emacs.help:156301 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51673 Archived-At: Hi Tassilo, >>> Ok, I looked into anything.el and maybe I found the culprit. >>> What does >>> >>> (sit-for anything-idle-delay) >>> >>> return on your system? If it returns nil, then that's the >>> problem. >> >> ... it does return `t'. > > Ok, then eval this: > > (defun anything-update () > "Update the list of matches in the anything buffer according to > the current pattern." > [...]) > > Now invoke anything and type some pattern. Then go to > *Messages* and see if something like > > delayed-sources =3D ((name . Google Suggest) (name . Locate)) > > is there. I've launched anything twice. And that's what appears in my `*Messages*' buffer: --8<---------------cut here---------------start------------->8--- delayed-sources =3D nil delayed-sources =3D ((name . Tracker Search) (name . Locate)) delayed-sources =3D nil delayed-sources =3D ((name . Tracker Search) (name . Locate)) --8<---------------cut here---------------end--------------->8--- But I never saw any "Locate" results... Best regards, Seb --=20 S=E9bastien=A0Vauban