Re: Remember 2.0 released

2008-04-18 Thread Tassilo Horn
Uwe Brauer <[EMAIL PROTECTED]> writes: Hi Uwe, > There is already a package called remember.el by > ;;; remember.el --- a mode for quickly jotting down things to remember > ;; Copyright (C) 1999, 2000, 2001 John Wiegley > > May be you could use another name? It's the same. John is the original

Re: Remember 2.0 released

2008-04-17 Thread Tassilo Horn
William Xu <[EMAIL PROTECTED]> writes: > Does it support Org-mode? ,[ (info "(org)Remember") ] | The Remember package by John Wiegley lets you store quick notes with | little interruption of your work flow. See | `http://www.emacswiki.org/cgi-bin/wiki/RememberMode' for more | information.

Re: Bookmarks in doc-view -- dv-bmk.el

2007-12-25 Thread Tassilo Horn
thorne <[EMAIL PROTECTED]> writes: Hi Evans, > This should be taken mostly in the spirit of a feature request, Ok, I took it mostly is the spirit of a feature request and added support for doc-view in bookmark.el. See the message <[EMAIL PROTECTED]> on emacs-devel. If nobody complains I'll ins

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

2007-08-31 Thread Tassilo Horn
[EMAIL PROTECTED] (Michaël Cadilhac) writes: Hi Michaël, >>> (defvar anything-locate-options (if (eq system-type 'darwin) >>> '("locate") >>> '("locate" "-i " "-r")) >>> "A list where the `car' is the name of the locat program >>> fo

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-27 Thread Tassilo Horn
Bill Clementson <[EMAIL PROTECTED]> writes: Hi Bill, > Just another small point - you use process-file-shell-command in > doc-view.el but that command is only available in recent CVS emacs and > not in 22.1. You might want to consider using process-file instead. No, that's not possible. `proces

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-26 Thread Tassilo Horn
Bill Clementson <[EMAIL PROTECTED]> writes: Hi Bill, > Wow, the performance increase with gs is incredible! That's really > amazing. :-) Yep, but it's a bummer that I dunno how to cut of the margins. > BTW, you might want to add the following bindings to > doc-view-mode-map: > > (define-key

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-26 Thread Tassilo Horn
Bill Clementson <[EMAIL PROTECTED]> writes: Hi Bill, > I am new to git, so maybe I'm doing something wrong. No, the problem was on my side. Please try again. Bye, Tassilo -- Writing a newsreader isn't hard, any dwep can do it. And, unfortunately, a lot of them does. Even wors

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-26 Thread Tassilo Horn
Tim X <[EMAIL PROTECTED]> writes: Hi Tim, 5. Dired key: It would be nice to have a defcustom value that would specify a dired map key that would call doc-view on a file (with a new doc-view function that doesn't prompt for the file name). This would make it easier to "browse"

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-26 Thread Tassilo Horn
Bill Clementson <[EMAIL PROTECTED]> writes: Hi Bill, >>> 1. It is slow: It would probably be better to provide an async mode >>> option. In other words, instead of waiting for the convert process >>> to complete, let the user view the pages that have been generated >>> and periodically, have doc-

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-25 Thread Tassilo Horn
Bill Clementson <[EMAIL PROTECTED]> writes: Hi Bill, > Only the Macports install worked on my Powerbook G4 (and that took > ages to build all the dependencies because Macports builds versions of > the dependencies that work with the package you're installing even if > you have non-Macports versio

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

2007-08-24 Thread Tassilo Horn
Mark Plaksin <[EMAIL PROTECTED]> writes: Hi Mark, > A friend of mine wants to be able to press the "anything key" twice in > a row to swap between the two most recent buffers. This should be > easy but my solution is convoluted. Tell your friend he should use `anything-c-source-buffers' as buff

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-24 Thread Tassilo Horn
Xavier Maillard <[EMAIL PROTECTED]> writes: Hi Xavier, > I'll try to do that this evening. Ok. Today I made some major changes to make it more convenient to use, because doc-view.el is going to be part of GNU Emacs in the near future. The current version is in my Git repository and a patch is

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

2007-08-24 Thread Tassilo Horn
Bill Clementson <[EMAIL PROTECTED]> writes: Hi Bill, >> Or do you have a better idea? > > Something like the following should work: > > (defvar anything-c-man-pages nil "All man pages on system") > > (defvar anything-c-source-man-pages > `((name . "Manual Pages") > (candidates . (lambda ()

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

2007-08-24 Thread Tassilo Horn
Bill Clementson <[EMAIL PROTECTED]> writes: Hi Bill, > By the way, another thing that used to bug me was having the woman > initialization done when I didn't configure the man pages source. In > the end, I got around it by defining the vars in my .emacs file before > the anything-config require -

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

2007-08-23 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, >> I need to look through your newes changes and see how I can make some >> sane defaults for anything-config. Especially the dynamic source >> selection is cool. Does it only suppress listing of source results >> or does it suppress cal

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

2007-08-23 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > On Aug 23, 6:54 pm, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: >> Here's a Google Suggest source. Requires the latest anything.el. > > There may be a few linebreak errors in it due to Google Groups. Sorry > about that. I fixed them and added

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-23 Thread Tassilo Horn
Reiner Steib <[EMAIL PROTECTED]> writes: Hi Reiner, >> (defcustom doc-view-cache-directory "/tmp/doc-view" > > Maybe use `temporary-file-directory' or `make-temp-name'. I use the former now. >> (defun doc-view-file-name-to-directory-name (file) >> "Return the directory where the png files of

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-23 Thread Tassilo Horn
Xavier Maillard <[EMAIL PROTECTED]> writes: Hi Xavier, >> $ git-clone http://www.tsdh.de/repos/git/doc-view.git > > Marvelous ! Just what I expected. Sole regret: the key binding's > choice :) What alternative bindings would you suggest? There are lots of free ones left. ;-) Bye, Tassilo -- C

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-23 Thread Tassilo Horn
Xavier Maillard <[EMAIL PROTECTED]> writes: Hi Xavier, > I've started to write something down onto emacwiki[1]. It needs still > some work to be usefull. > > [1] http://www.emacswiki.org/cgi-bin/wiki/DocViewMode I've seen it and I left a comment. If you want you can upload it to emacswiki and k

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-22 Thread Tassilo Horn
el --- View PDF/PostScript/DVI files in Emacs ;; Copyright (C) 2007 Tassilo Horn ;; ;; Author: Tassilo Horn <[EMAIL PROTECTED]> ;; Homepage: http://www.tsdh.de ;; Version: <2007-08-22 Wed 21:22> ;; This program is free software; you can redistribute it and/or modify it ;; unde

doc-view.el --- View PDF/PostStript/DVI files in Emacs

2007-08-22 Thread Tassilo Horn
view.el --- View PDF/PostStript/DVI files in Emacs ;; Copyright (C) 2007 Tassilo Horn ;; ;; Author: Tassilo Horn <[EMAIL PROTECTED]> ;; Homepage: http://www.tsdh.de ;; This program is free software; you can redistribute it and/or modify it ;; under the terms of the GNU General Public

Re: In-buffer viewer for DVI files

2007-08-22 Thread Tassilo Horn
Tassilo Horn <[EMAIL PROTECTED]> writes: Hi, > that's really nice. Indeed I wanted to write something like that for > quite some time, but I never did so... > > Anyway, you could make it even better by making it a generic viewer > for DVI, PostScript and PDF files. Im

Re: In-buffer viewer for DVI files

2007-08-21 Thread Tassilo Horn
John Sturdy <[EMAIL PROTECTED]> writes: Hi John, > I found a machine I was using didn't have xdvi, so I wrote some elisp > to call dvipng and put the resulting pages together in an Emacs > buffer; then I made it into a major mode, with "next" and "previous" > commands, etc. that's really nice.

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

2007-08-19 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, >> Do you use the latest version of anything-config? Tassilo fixed a bug >> in it shortly after he uploaded the new version. There was exactly the same bug in the action transformer, too. I didn't return the unmodified actions, if the special entry was not sel

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

2007-08-19 Thread Tassilo Horn
Tassilo Horn <[EMAIL PROTECTED]> writes: Hi, >> Tassilo's solution is good, but I also fixed anything.el, so that >> filtered candidate transformer is run also if the candidate list is >> empty. This is is alternative solution. >> >> So with the filtere

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

2007-08-19 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, >> I just love the idea and the way it is currently working. I will try >> to hack on it too to add my own sources. >> >> By the way, do you thing it is doable to add a contact just by >> entering his name. >> >> Say for example, I am typi

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

2007-08-19 Thread Tassilo Horn
Xavier Maillard <[EMAIL PROTECTED]> writes: Hi Xavier, > I just love the idea and the way it is currently working. I will try > to hack on it too to add my own sources. I'd be happy if you send me your sources so that I can add them in anything-config.el. > By the way, do you thing it is doable

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

2007-08-19 Thread Tassilo Horn
Hi Bill, bugs one and three should be fixed now. For bug two, please tell me exactly how you can reproduce it. And do `M-x toggle-debug-on-error' before. Bye, Tassilo -- Chuck Norris runs on batteries. Specifically, Die Hards. ___ gnu-emacs-sourc

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

2007-08-19 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, > I've been traveling the past week so have only just downloaded the > latest versions of anything.el (revision 66) and anything-config.el > (revision 34). I see that there have been some structural changes as > well as some new functionality added. Unfortunatel

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

2007-08-13 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, > One more unconventional example. :) Indeed. > It's an on-the-fly expression evaluator. You type the list expression > and it shows the result instantly. > > (setq anything-sources > '(((name . "Calculation Result") > (re

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

2007-08-07 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: >> I think that would make sense. But how would you go with sources >> that don't have a type field? > > I plan to generalize source attributes, so that type would be a > fallback for those attributes which are not specified by the source. > > So, f

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

2007-08-06 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, >> So it's an adaptive candidate sorter which learns which candidates >> you select frequently and makes them more accessible for you. > > Currently, the history of selections is stored and used per source, so > for example a different ent

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 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 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

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

2007-08-03 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi all, the adaptive sorting thingy sounds great and of course I'm happy to include it. But this weekend is full of other tasks and I'm not even sure if I have any network connection till monday, so this probably has to wait a bit. > I plan to rem

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

2007-08-03 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, > 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. But with the eval-after-load anything.el was loaded before anything-config.el and then the keymaps of anything.e

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

2007-08-02 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, > Great, that works nicely - thanks! > > Could you also add the following: > (define-key map (kbd "C-n") 'anything-next-line) > (define-key map (kbd "C-p") 'anything-previous-line) Sure. Will be done and uploaded in 5 minutes. Bye, Tassilo -- A

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

2007-08-02 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, >> Now you've heard it. I'll add an option that will define standard >> keymaps before loading anything.el. >> >> What do you think should be its default? Standard keymaps would be more >> logical for new users whereas the anything bindings would be good for >>

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

2007-08-02 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: 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-07-31 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, >> Hey, that's nice. I'll integrate it in anything-config.el, but I'll >> modify it a bit to have the same interface as the action >> transformers. Done! > That would be nice - it would keep the action and candidate transform > definitions consistent. Yep. >

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

2007-07-31 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, > (setq anything-transform-files-excludes (list "/Applications/cache/" > "/.backups" > "/.svn" > "/CVS" >

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

2007-07-28 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, > (defvar anything-locate-options (if (eq system-type 'darwin) > '("locate") > '("locate" "-i " "-r")) > "A list where the `car' is the name of the locat program > followed by options. The searc

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

2007-07-28 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, > It looks like anything-source-imenu was the cause of problems #1, #2, > & #3. A #4 issue that occurs with the anything-source-imenu code in > anything-config.el is that it causes anything to not work if you call > anything in a dired buffer. I've commented out

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

2007-07-27 Thread Tassilo Horn
Hi, now there are the variables anything-action-transformers-file anything-action-transformers-buffer anything-action-transformers-function ... which should be lists of functions with parameters ACTIONS (the list of actions so far) and CANDIDATE (the selected file / buffer / func

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

2007-07-27 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, >>> (defmacro anything-add-to-actions (var action) >>> `(setq ,var (cons (car ,var) >>> (append >>> (cdr ,var) >>> (list ',action) >> >> Yep, that looks nice. I made some little changes, so that multiple >>

exec-abbrev-cmd.el: Execute commands by giving an abbreviation

2007-07-26 Thread Tassilo Horn
ing an abbreviation ;; Copyright 2007 Tassilo Horn ;; ;; Author: Tassilo Horn <[EMAIL PROTECTED]> ;; Version: 0.1 ;; Homepage: http://www.tsdh.de/repos/darcs/elisp/exec-abbrev-cmd.el ;; This program is free software; you can redistribute it and/or modify it ;; under the terms of the GNU Ge

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

2007-07-25 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, > Actually, the macro should be: > > (defmacro anything-add-to-actions (var action) > `(setq ,var (cons (car ,var) > (append >(cdr ,var) >(list ',action) Yep, that looks nice. I made some little ch

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

2007-07-24 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, > Where is the repository for anything-config.el? I found an emacs wiki > page - is that it? The page on emacswiki that lists all this is http://www.emacswiki.org/cgi-bin/wiki/Anything > Also, what is the best forum for posting mods to anything-config.el?

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

2007-07-24 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, >> I think it happens only if your start anything when then *anything* >> buffer is current. Did you try it like this too? Now I did so and it worked as expected. > Hmm, my bug doesn't occur here anymore, so your bug is about something >

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

2007-07-24 Thread Tassilo Horn
Hi Tamas, there's a little bug in anything.el. Sometimes when I invoke it several times it'll error: Debugger entered--Lisp error: (cl-assertion-failed header-pos) signal(cl-assertion-failed (header-pos)) (or header-pos (signal (quote cl-assertion-failed) (list ...))) (progn (or header-pos

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

2007-07-23 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, >> this may be useful for use in programming modes, but the candidate >> creation function doesn't work here with a current CVS emacs. The >> alist returned by `imenu--make-index-alist' has a different structure >> than your code assumes,

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

2007-07-23 Thread Tassilo Horn
Hi Tamas, this may be useful for use in programming modes, but the candidate creation function doesn't work here with a current CVS emacs. The alist returned by `imenu--make-index-alist' has a different structure than your code assumes, so that the `remove-if-not' always returns nil. Bye, Tassilo

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

2007-07-23 Thread Tassilo Horn
Tassilo Horn <[EMAIL PROTECTED]> writes: Hi, >> | Recentf files >> | >> | (defvar anything-source-recentf >> |'((name . "Recentf") >> | -(candidates . recentf-list) >> | +(candidates . (lambda () >> | +

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

2007-07-23 Thread Tassilo Horn
Benjamin Andresen <[EMAIL PROTECTED]> writes: Hi Benjamin, > I'm just going to post my (small) patches to anything (config mainly) > > I'm more interested in your feedback than in the inclusion, because > the gnus one needs a small hack to work when gnus isn't running. And > it's obviously tinke

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

2007-07-22 Thread Tassilo Horn
Tassilo Horn <[EMAIL PROTECTED]> writes: > Hi Vagn, > >>> Should I add this source to anything-config.el? >> >> Yes. Call it anything-source-mac-spotlight instead. Few people know >> about mdfind. I only discovered it by accident. > > Ok. > &g

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

2007-07-22 Thread Tassilo Horn
Vagn Johansen <[EMAIL PROTECTED]> writes: Hi Vagn, >> Should I add this source to anything-config.el? > > Yes. Call it anything-source-mac-spotlight instead. Few people know > about mdfind. I only discovered it by accident. Ok. > Also I think you should remove the "Delete File" action in > anyt

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

2007-07-22 Thread Tassilo Horn
Vagn Johansen <[EMAIL PROTECTED]> writes: Hi Vagn, > Just use the locate-like program mdfind. > > (defvar anything-source-mdfind > '((name . "mdfind") > (candidates . (lambda () > (start-process "mdfind-process" nil >"mdfind" anything-pattern)))

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

2007-07-21 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, >> That's nice, really nice. I'll have a lot of fun adding stuff to >> anything-config.el. > > BTW, don't you want to be in charge of anything-config.el? Yes, why not? I'll create a emacswiki page for anything.el tomorrow (if the weather

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

2007-07-21 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, [snip] > Now, how's THAT sound? ;) That's nice, really nice. I'll have a lot of fun adding stuff to anything-config.el. Who needs Spotlight if he has emacs, right? ;-) Best regards, Tassilo -- No person, no idea, and no religion dese

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

2007-07-20 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, > So, regarding the repository you suggested. I won't have too much time > work on anything in the future, so I want to concentrate on the > platform itself (anything.el) and let interested users to come up with > ways to utilize it. The

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

2007-07-20 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > On Jul 20, 12:05 pm, Tassilo Horn <[EMAIL PROTECTED]> wrote: >> Hey Tamas, >> >> this patch adds a new buffer type with actions to switch or pop to it, >> just displaying it or killing it. >

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

2007-07-20 Thread Tassilo Horn
Hi, this one adds the possibility to describe an emacs command to `anything-source-emacs-commands'. --8<---cut here---start->8--- diff -u /home/heimdall/elisp/anything.el.orig /home/heimdall/elisp/anything.el --- /home/heimdall/elisp/anything.el.orig 2007

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

2007-07-20 Thread Tassilo Horn
Ups, there was a paren bug in the patch. This one is correct: --8<---cut here---start->8--- diff -u /home/heimdall/elisp/anything.el.orig /home/heimdall/elisp/anything.el --- /home/heimdall/elisp/anything.el.orig 2007-07-20 12:00:26.0 +0200 +++ /

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

2007-07-20 Thread Tassilo Horn
Hey Tamas, this patch adds a new buffer type with actions to switch or pop to it, just displaying it or killing it. --8<---cut here---start->8--- diff -u /home/heimdall/elisp/anything.el.orig /home/heimdall/elisp/anything.el --- /home/heimdall/elisp/anything.el

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

2007-07-17 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, >> I added a new asynchronous source for the tracker desktop search, >> too, see `anything-source-tracker-search'. That's quite identical to >> the locate source, but it doesn't refresh after the pattern >> changes. It won't be displayed a

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

2007-07-17 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, >> - Use a custom face for the headlines in the *anything* buffer. I saw >> that was mentioned earlier and I'm ok with the "first functionality, >> then eye-candy" approach. > > Eye candy gets implemented faster if patches are su

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

2007-07-16 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Tamas, >> But the locate source lists always the same files, although none of >> them matches the given pattern. Those are the listed files, I typed >> the pattern "foobarbaz". > > Works for me. I started emacs with -q, loaded anything, did a (pu

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

2007-07-16 Thread Tassilo Horn
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi, >> - Use a custom face for the headlines in the *anything* buffer. I >> saw that was mentioned earlier and I'm ok with the "first >> functionality, then eye-candy" approach. >> > > Eye candy gets implemented faster if patches are submitted

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

2007-07-16 Thread Tassilo Horn
Hi, I started using anything.el today and really enjoy it. Nevertheless there're some things that could be better. - Use a custom face for the headlines in the *anything* buffer. I saw that was mentioned earlier and I'm ok with the "first functionality, then eye-candy" approach. - Ad