[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ;;; anything.el --- open anything
From: |
Tassilo Horn |
Subject: |
Re: ;;; anything.el --- open anything |
Date: |
Tue, 24 Jul 2007 12:59:57 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) |
address@hidden 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?
You can poste additions on that wiki page. If you want to modify
existing code, please clone the git repository and send me a patch or
the url of your repository, so that I can pull your changes.
> Isn't gnu.emacs.sources just supposed to be for source posting and not
> discussions?
Hm, I don't know. Maybe comp.emacs would be more appropriate, or
gnu.emacs.help? (Does anything work on XEmacs?)
> I've added a Mac-specific action to my anything-actions-file:
> ("Open File with default Tool" . (lambda (filename)
> (call-process "/usr/bin/open" nil 0
> nil filename)))
As open is not the default tool on all platforms, I thinkt the current
behavior of `anything-actions-file' is better. But you can
(setq anything-external-commands-list '("open"))
so that you save some processing time and only get "open" as completion
possibility when you choose
"Open File with external Tool".
> And, an action to find the source of an emacs function to the
> anything-actions-function file:
> ("Find Function" . (lambda (command-name)
> (find-function (intern command-name))))
Yes, why not? Of course fou could choose "Describe Function" and then
hit RET on the link...
But I'll add it.
Bye,
Tassilo
--
Chuck Norris does, in fact, live in a round house.
- Re: ;;; anything.el --- open anything, (continued)
- Re: ;;; anything.el --- open anything, address@hidden, 2007/07/23
- Re: ;;; anything.el --- open anything, address@hidden, 2007/07/23
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/23
- Message not available
- Re: ;;; anything.el --- open anything, address@hidden, 2007/07/23
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/23
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/07/24
- Re: ;;; anything.el --- open anything,
Tassilo Horn <=
- Message not available
- Re: ;;; anything.el --- open anything, address@hidden, 2007/07/24
- Re: ;;; anything.el --- open anything, Holger Schauer, 2007/07/25
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/07/24
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/07/24
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/25
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/07/26
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/27
- Re: ;;; anything.el --- open anything, Tassilo Horn, 2007/07/27
- Message not available
- Re: ;;; anything.el --- open anything, billclem, 2007/07/27
- Re: ;;; anything.el --- open anything, billclem, 2007/07/27