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

2007-08-01 Thread [EMAIL PROTECTED]
On Aug 1, 10:06 pm, [EMAIL PROTECTED] wrote: > Hi Tamas, > Hi, > Is there some reason why the following 2 bindings aren't part of > anything-map: > > (define-key map (kbd "M-v") 'anything-previous-page) > (define-key map (kbd "C-v") 'anything-next-page) > The only reason is I saw no need

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

2007-08-01 Thread billclem
Hi Tamas, Is there some reason why the following 2 bindings aren't part of anything-map: (define-key map (kbd "M-v") 'anything-previous-page) (define-key map (kbd "C-v") 'anything-next-page) I would also like to have the default bindings for "C-n" & "C-p" in anything-map; however, I gues

Re: tagger.el --- Tagged information handler

2007-08-01 Thread Bastien
"[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 very well, you should have a look at it: http://staff.scien

tagger.el --- Tagged information handler

2007-08-01 Thread [EMAIL PROTECTED]
;; When one finds out about something it's useful if the information ;; is recorded somewhere. I usually use some file to dump everything ;; in it and use incremental search to find stuff. This is not ;; efficient, it is more useful to limit the search to a particular ;; context, so the the informa