[Top][All Lists]
[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
- Re: ;;; anything.el --- open anything, (continued)
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/08/02
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/02
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/08/02
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/02
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/08/02
- Re: ;;; anything.el --- open anything,
billclem <=
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/03
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/08/03
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/03
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/03
- Message not available
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/04
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/04
- Message not available
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/04
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/04
- Message not available
- Re: ;;; anything.el --- open anything, address@hidden, 2007/08/04
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/08/04