all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: henry atting <nsmp_02@online.de>
To: help-gnu-emacs@gnu.org
Subject: Re: el-get question
Date: Thu, 17 Mar 2011 08:01:27 +0100	[thread overview]
Message-ID: <ilsbme$e3d$1@online.de> (raw)
In-Reply-To: <878vwfue9y.fsf@lifelogs.com>

Am 16.03.2011 19:11, schrieb Ted Zlatanov:
> On Wed, 16 Mar 2011 17:38:11 +0100 henry atting <nsmp_02@online.de> wrote: 
> 
> ha> Thanks! With some effort I got it working now with orgmode from git; -
> ha> okay, it's not bad. Having said that I find it's too much work to do.
> ha> In my opinion a `git pull` to obtain the current orgmode version and
> ha> adding the directory to the load path is far less time consuming. So
> ha> most probably I will refrain from using el-get.
> 
> I use el-get for the built-in recipes, but here are two Git-based
> recipes mixed in with some built-in ones.  I prefer leaving emacs-w3m
> uncompiled, in case you're wondering about the commented-out build prop.
> 
> (el-get 'wait (setq
>                el-get-sources
>                '(
>                  (:name emacs_w3m
>                         :type git
>                         :url "https://github.com/sjatkinson/emacs-w3m.git"
>                         :module "emacs-w3m"
>                         ;;:build `("autoconf" ("./configure" ,(concat "--with-emacs=" el-get-emacs)) "make")
>                         :build '("")
>                         :info "doc"
>                         :features w3m)
>                  (:name zencoding-mode
>                         :type git
>                         :url "https://github.com/rooney/zencoding"
>                         :module "zencoding-mode"
>                         :build '("make")
>                         :features zencoding-mode)
>                  bbdb csv htmlize markdown-mode pg session tc)))
> 
> I also use package.el:
> 
> (setq package-archives '(("ELPA" . "http://tromey.com/elpa/")
>                          ("marmalade" . "http://marmalade-repo.org/packages/")
>                          ("gnu" . "http://elpa.gnu.org/packages/")))
> 
> ...which may fit your needs as well, though el-get definitely handles
> Git pulls better.  What may interest you is that the GNU ELPA has the
> daily org-mode build, which you can see at
> 
> http://elpa.gnu.org/packages/
> 
> so if using the daily build suits you, you may be happy just using that
> through the `package-list-packages' interface.

Thanks again! I now have these lines for the latest orgmode which works
pretty well

(setq el-get-sources
 '(
...
   (:name org-mode
;;     :build ("make clean" "make")
     :after (lambda ()
            (setq load-path (remove "~/rechner/emacs-trunk/lisp/org/"
load-path))
          ))
))

I found two or three threads on the web where people ran into the same
problems like me. One problem is the load path. If I e.g. install
`dired+` with el-get-install where is it afterwards? Why can't I load it
with load-library?

Anyway, I am using emacs more than 5 years now without some package
helper. To update modes like orgmode which I pull from git I have a
little script which updates all at once. The single *.el files I put in
a directory and generate autoloads. That's it.

I think I am happy knowing that there are ways to manage elisp code and
that they might work...

henry

-- 
http://literaturlatenight.de


  reply	other threads:[~2011-03-17  7:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-16  9:58 el-get question henry atting
2011-03-16 14:19 ` Ted Zlatanov
2011-03-16 16:38   ` henry atting
2011-03-16 18:11     ` Ted Zlatanov
2011-03-17  7:01       ` henry atting [this message]
2011-03-17 19:44         ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ilsbme$e3d$1@online.de' \
    --to=nsmp_02@online.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.