From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: more on anything.el inclusion Date: Wed, 30 Jun 2010 22:10:33 +0200 Organization: ThierryVolpiatto Message-ID: <87hbkkxow6.fsf@tux.homenetwork> References: <87y6dydn6q.fsf@tux.homenetwork> <87iq509yji.fsf@lifelogs.com> <87mxucxt8w.fsf@tux.homenetwork> <87tyok8guu.fsf_-_@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277928846 10318 80.91.229.12 (30 Jun 2010 20:14:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2010 20:14:06 +0000 (UTC) Cc: rubikitch@ruby-lang.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 30 22:14:05 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OU3fZ-0004Lv-9Y for ged-emacs-devel@m.gmane.org; Wed, 30 Jun 2010 22:14:05 +0200 Original-Received: from localhost ([127.0.0.1]:34271 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU3fY-0000YS-Iw for ged-emacs-devel@m.gmane.org; Wed, 30 Jun 2010 16:14:04 -0400 Original-Received: from [140.186.70.92] (port=53077 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU3fP-0000Wf-Eb for emacs-devel@gnu.org; Wed, 30 Jun 2010 16:13:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OU3fM-00050b-1C for emacs-devel@gnu.org; Wed, 30 Jun 2010 16:13:55 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:45393) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OU3fL-0004ze-Nb for emacs-devel@gnu.org; Wed, 30 Jun 2010 16:13:51 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OU3fF-00048o-Dl for emacs-devel@gnu.org; Wed, 30 Jun 2010 22:13:45 +0200 Original-Received: from 207.211.85-79.rev.gaoland.net ([79.85.211.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jun 2010 22:13:45 +0200 Original-Received: from thierry.volpiatto by 207.211.85-79.rev.gaoland.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jun 2010 22:13:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 67 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 207.211.85-79.rev.gaoland.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:P4gCv4PsXHTRsqXe3/J0aDUBC3o= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:126551 Archived-At: Ted Zlatanov writes: > On Wed, 30 Jun 2010 20:36:31 +0200 Thierry Volpiatto wrote: > > TV> We did lot of work on anything since this time, anyone can see, try > TV> and use anything on http://repo.or.cz/w/anything-config.git If you > TV> like it, then we could include in emacs. > > Strangely, I can't check it out over HTTP: > > % git clone http://repo.or.cz/w/anything-config.git > Initialized empty Git repository in /home/tzz/source/anything-config/.git/ > warning: remote HEAD refers to nonexistent ref, unable to checkout. > > (and nice warning, the checkout fails completely!) > but it works with the git://repo.or.cz/anything-config.git URL. Yes sorry, clone with: git clone git://repo.or.cz/anything-config.git > I think the revision history should be cut out of anything.el. > > It's pretty hard for a novice to get started customizing the sources. > There is almost no Customize support AFAICT for anything-sources. The > existing anything.el docs assume good knowledge of Emacs Lisp. I don't > know if that is a problem, but a real manual would be very helpful for > beginners. anything-sources is deprecated and should be used with care with only few sources, the one provided by default with anything.el are enough. So the use of M-x anything is deprecated, you should use now commands provided in anything-config.el. Setting up a function for commands not provided is simple as: (defun anything-buffers-only () (interactive) (anything-other-buffer 'anything-c-source-buffers+ "*anything buffers*")) Actually installing anything is easy and work out of the box with only: (require 'anything-config) (require 'anything-match-plugin) ; facultatif Anything is now self documented both in mode-line and with C-h m or your usual help command, but yes a manual would be nice. > What sources should be on by default for Emacs users of anything.el? Only the one that are already set in anything.el. > I'm sure there are a lot of style and behavior issues I'm missing. I'm > so used to anything.el that I'm probably not a good test case of how it > looks to an Emacs user. > > Ted > > > -- Thierry Volpiatto Gpg key: http://pgp.mit.edu/