all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sébastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org
Subject: Re: "Anything" package requires w3m command...
Date: Wed, 09 Feb 2011 23:29:08 +0100	[thread overview]
Message-ID: <804o8c4zbf.fsf@missioncriticalit.com> (raw)
In-Reply-To: mailman.4.1292869981.10555.help-gnu-emacs@gnu.org

Hi Thierry,

Thierry Volpiatto wrote:
> Sébastien Vauban <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org> writes:
>
>> Now, following Thierry's advice, I've git pull'ed `anything' just 10 min
>> ago, and tried to relaunch my Emacs.
>>
>> I now have a different error (maybe hiding the above one, from a previous
>> run):
>
> Please use:
>
> (require 'anything-config)
>
> nothing else.
>
> Then start adding your personal code progressively and see step by step
> what is wrong.

I got a very minimal configuration now...

#+begin_src emacs-lisp
(message "Minimal Emacs...")

(add-to-list 'load-path (expand-file-name "~/src/anything-config"))

(setq debug-on-error t)

;; open anything
(require 'anything-config)  ; loads `anything.el' too

;; ;; locate program with its list of arguments
;; (setq anything-c-locate-command "locate -i -r %s")

;; source of candidates for anything
(anything-set-sources
 `(
      ,anything-c-source-locate      ; find files everywhere
      ))

;; allow input of accented characters
(set-input-mode nil nil 1)

(message "Minimal Emacs... Done")
#+end_src

which exhibits the following error:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (error "No buffer named *anything*")
  set-buffer("*anything*")
  (save-current-buffer (set-buffer anything-buffer) (setq anything-compiled-sources nil anything-sources sources anything-last-sources-local sources) (anything-log-eval anything-compiled-sources anything-sources))
  (with-current-buffer anything-buffer (setq anything-compiled-sources nil anything-sources sources anything-last-sources-local sources) (anything-log-eval anything-compiled-sources anything-sources))
  anything-set-sources((((name . "Locate") (candidates . anything-c-locate-init) (type . file) (requires-pattern . 3) (delayed))))
  eval-buffer(#<buffer  *load*> nil "/cygdrive/c/home/sva/.emacs-minimal.el" nil t)  ; Reading at buffer position 432
  load-with-code-conversion("/cygdrive/c/home/sva/.emacs-minimal.el" "/cygdrive/c/home/sva/.emacs-minimal.el" nil t)
  load("/cygdrive/c/home/sva/.emacs-minimal.el" nil t)
  command-line-1(("-l" "~/.emacs-minimal.el"))
  command-line()
  normal-top-level()
--8<---------------cut here---------------end--------------->8---

Tested with version of Anything git pull'ed this afternoon.

GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-10-14 on LENNART-69DE564 (patched)

Best regards,
  Seb

-- 
Sébastien Vauban


  parent reply	other threads:[~2011-02-09 22:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <80ipzazi33.fsf@missioncriticalit.com>
     [not found] ` <87d3picyah.fsf@fh-trier.de>
     [not found]   ` <804oar16qv.fsf@missioncriticalit.com>
     [not found]     ` <9e2a7518-2fc7-43dc-8dac-195805205968@k38g2000vbc.googlegroups.com>
2010-12-17 15:14       ` "Anything" package requires w3m command Sébastien Vauban
2010-12-17 17:44         ` Elena
2010-12-17 19:17           ` Elena
2010-12-17 19:20           ` Thierry Volpiatto
2010-12-18  6:56         ` Thierry Volpiatto
     [not found]         ` <mailman.11.1292655456.28168.help-gnu-emacs@gnu.org>
2010-12-20  9:18           ` Elena
2010-12-20 12:40             ` Sébastien Vauban
2010-12-20 13:42               ` Elena
2010-12-20 15:17                 ` Sébastien Vauban
2010-12-20 16:24                   ` Elena
2010-12-20 18:32               ` Thierry Volpiatto
     [not found]               ` <mailman.4.1292869981.10555.help-gnu-emacs@gnu.org>
2011-02-09 22:29                 ` Sébastien Vauban [this message]
2011-02-11  7:07                   ` Thierry Volpiatto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=804o8c4zbf.fsf@missioncriticalit.com \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=help-gnu-emacs-mXXj517/zsQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.