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

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

Re: ;;; anything.el --- open anything


From: billclem
Subject: Re: ;;; anything.el --- open anything
Date: Thu, 02 Aug 2007 23:57:16 -0000
User-agent: G2/1.0

Hi Tassilo,

After installing the latest code, I noticed that my custom anything-
boring-file-regexp settings no longer seemed to work. I diff'ed the
code and found that, as part of the last set of mods you made, you
eliminated:

;;; Startup

;; Require anything after this file has been loaded. This allows
overwriting
;; defvars of anything.el here.
(eval-after-load
    (buffer-file-name)
    (require 'anything))

at the beginning of anything-config.el and moved the (require
'anything) to the bottom of the code.

Unfortunately, by doing that, you've broken some of the functionality.
In particular, custom anything-boring-file-regexp settings are now
ignored and the defaults are being used.

Restoring the eval-after-load statement at the top of the code and
eliminating the (require 'anything) at the bottom of the code fixes
things.

- Bill



reply via email to

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