Re: tagger.el --- Tagged information handler

2007-08-04 Thread weber
On 1 ago, 10:40, Bastien <[EMAIL PROTECTED]> wrote: > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > > ;; tagger-show shows only the snippets having all the given tags or > > ;; everything if an empty string is given. > > >http://www.emacswiki.org/cgi-bin/wiki/tagger.el > > Org.el handles tags v

Re: EasyPG 0.0.14

2007-08-04 Thread Daiki Ueno
Sorry for late response. I'm just back from vacation. 2007/8/3, Adrian Aichner <[EMAIL PROTECTED]>: > On XEmacs startup I got following backtrace: > > (1) (initialization/error) An error has occurred while loading .emacs: > > Malformed list: :bold [...] > The fix for the error, which is in 0.0.

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

2007-08-04 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, > Can't you do that with a defadvice? Sure I can. Bye, Tassilo ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

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

2007-08-04 Thread [EMAIL PROTECTED]
Hi, On Aug 4, 4:48 pm, Tassilo Horn <[EMAIL PROTECTED]> wrote: > > Another thing: Could you provide a hook that is run after > anything-pattern changes but before the candidates are calculated? > Can't you do that with a defadvice? I was tempted to add a hook for adaptive sorting too, but I decid

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

2007-08-04 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Yeah, I also thought about the long names. Maybe the prefix should be > simply anything-conf- or anything-c- or something. Now it's anything-config- and it's acceptable. Another thing: Could you provide a hook that is run after anything-pattern c

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

2007-08-04 Thread [EMAIL PROTECTED]
On Aug 4, 3:51 pm, Tassilo Horn <[EMAIL PROTECTED]> wrote: > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > > He Tamas, > > > BTW, shouldn't all symbols (except those overwriting anything.el > > values) in anything-config be prefixed with anything-config- instead > > of simply anything- ? > > >

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

2007-08-04 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: He Tamas, > BTW, shouldn't all symbols (except those overwriting anything.el > values) in anything-config be prefixed with anything-config- instead > of simply anything- ? > > If they had been then functions wouldn't have overdefined each other > in