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
_______________________________________________
gnu-emacs-sources mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources