From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: more on anything.el inclusion (was: No answer on bugs) Date: Wed, 30 Jun 2010 14:23:21 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87tyok8guu.fsf_-_@lifelogs.com> References: <87y6dydn6q.fsf@tux.homenetwork> <87iq509yji.fsf@lifelogs.com> <87mxucxt8w.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277925827 30978 80.91.229.12 (30 Jun 2010 19:23:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2010 19:23:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 30 21:23:46 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 1OU2so-0006xK-LU for ged-emacs-devel@m.gmane.org; Wed, 30 Jun 2010 21:23:42 +0200 Original-Received: from localhost ([127.0.0.1]:36744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU2sn-0000yF-U0 for ged-emacs-devel@m.gmane.org; Wed, 30 Jun 2010 15:23:41 -0400 Original-Received: from [140.186.70.92] (port=55097 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU2sg-0000wJ-Vd for emacs-devel@gnu.org; Wed, 30 Jun 2010 15:23:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OU2se-0005m4-Hq for emacs-devel@gnu.org; Wed, 30 Jun 2010 15:23:34 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:47368) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OU2se-0005lw-A1 for emacs-devel@gnu.org; Wed, 30 Jun 2010 15:23:32 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OU2sc-0006pr-Qs for emacs-devel@gnu.org; Wed, 30 Jun 2010 21:23:30 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jun 2010 21:23:30 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jun 2010 21:23:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:Zbh/4PUnontSjDt3cb8iDg73Epw= 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:126549 Archived-At: 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. 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. What sources should be on by default for Emacs users of 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