From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: el-get question Date: Thu, 17 Mar 2011 14:44:35 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87wrjxttuk.fsf@lifelogs.com> References: <87lj0fw3kg.fsf@lifelogs.com> <878vwfue9y.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300395035 10139 80.91.229.12 (17 Mar 2011 20:50:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 20:50:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 17 21:50:23 2011 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Q0K9F-0002Yt-HB for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Mar 2011 21:50:21 +0100 Original-Received: from localhost ([127.0.0.1]:49301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0K0T-0004jO-Bf for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Mar 2011 16:41:17 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-2.dfn.de!news.dfn.de!feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 35 Original-X-Trace: news.albasani.net FCT2jLDZ9HmSliDKwAZ1SoM/wzDnC9GqnwQAKXjIPuyvX+PP62qCS4OtHkVwCnHA6YjlP/7oeHWllhZg8k6RrJk27/jSCPBTCMNnRSwWJ5Lu7/lnRF7exR8nrTQnypv9 Original-NNTP-Posting-Date: Thu, 17 Mar 2011 19:44:36 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="KHqyg7Kjeys/zm12FvMWkpJ6SuG1dfs9uDIovV2Q57mchmJlSTGO82oqFPm0ZpbRUJcHAXBEWCUx/2QX7EpiieCqlg6D/kd9mpF9JL0Bhf7Q86HP7aewbCzgZ7r2tM7K"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) 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" Cancel-Lock: sha1:64Dx55re+cF/t705wmapmmsGEDo= sha1:+Ft+8iy80kFDOCiBfXd6SXLYqgQ= Original-Xref: usenet.stanford.edu gnu.emacs.help:186074 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80216 Archived-At: On Thu, 17 Mar 2011 08:01:27 +0100 henry atting wrote: ha> Thanks again! I now have these lines for the latest orgmode which works ha> pretty well ha> (setq el-get-sources ha> '( ha> ... ha> (:name org-mode ha> ;; :build ("make clean" "make") ha> :after (lambda () ha> (setq load-path (remove "~/rechner/emacs-trunk/lisp/org/" ha> load-path)) ha> )) ha> )) I'm glad you found the right recipe. ha> I found two or three threads on the web where people ran into the same ha> problems like me. One problem is the load path. If I e.g. install ha> `dired+` with el-get-install where is it afterwards? Why can't I load it ha> with load-library? Ask the el-get developers, I started using it recently too :) ha> Anyway, I am using emacs more than 5 years now without some package ha> helper. To update modes like orgmode which I pull from git I have a ha> little script which updates all at once. The single *.el files I put in ha> a directory and generate autoloads. That's it. I used to do that, until the script was 200 lines and using Mercurial, Git, CVS, Subversion, and hacked curl chains. It worked, sure, but I didn't *like* to run it. That's when I said "enough." Ted