help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Anything.el for Windows


From: Tassilo Horn
Subject: Re: Anything.el for Windows
Date: Fri, 15 Feb 2008 13:44:29 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Sébastien Vauban <zthjwsqqafhv@spammotel.com> writes:

Hi Sébastien,

> FYI, I'm using the file I git'ted yesterday (or the day before - don't
> remember) from your repository:
>
> ;;; anything-config.el --- predefined configurations for anything

[...]

> ;;;; Info pages

[...]

> (defvar anything-c-source-info-pages
>   `((name . "Info Pages")
>     (candidates
>      . (lambda ()
>          (if anything-c-info-pages
>              anything-c-info-pages
>            (setq anything-c-info-pages
>                  (save-window-excursion
>                    (save-excursion
>                      (require 'info)
>                      (Info-find-node "dir" "top")
>                      (goto-char (point-min))
>                      (let ((info-topic-regexp "\\* +\\([^:]+: 
> ([^)]+)[^.]*\\)\\.")
>                            topics)
>                        (while (re-search-forward info-topic-regexp nil t)
>                          (add-to-list 'topics (match-string-no-properties 1)))
>                        (goto-char (point-min))
>                        (Info-exit)
>                        topics)))))))
>     (action . (("Show with Info" .(lambda (node-str)
>                                     (info (replace-regexp-in-string "^[^:]+: "
>                                                                     ""
>                                                                     
> node-str))))))
>     (requires-pattern . 2)))

Damn!  It's broken in the file!  I cannot imagine why.  I clone my
repository myself using

  git clone http://www.tsdh.de/repos/git/anything-config.git foo

and got a checkout in the directory foo with a working version of the
info source.  (I suspected that I forgot to install the update-hook on
my web-server so that an old version is provided when pulling via http,
but that's not the case...)

Please try to clone again.

> I'm loosing my (iso-)latin ;-(

And so I am.

Bye,
Tassilo
-- 
Richard Stallman's left and right hands are named "(" and ")"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]