Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@dod.no>
To: ding@gnus.org
Subject: Re: New Gnus and Exchange 2003 - Usable?
Date: Wed, 29 Sep 2010 20:04:16 +0200	[thread overview]
Message-ID: <87tyl88lzz.fsf@dod.no> (raw)
In-Reply-To: <pknaan0k60z.fsf@gmail.com>

>>>>> Robert Pluim <rpluim@gmail.com>:

>> How do I get fetch Gnus out of git?  I guess I need to build a git
>> client too...

> git clone http://git.gnus.org/gnus.git

> should be enough (further details at <http://git.gnus.org/>).

I've got my cloned git repo/workspace in ~/git/gnus and here's the setup
from my ~/.emacs (it also sets up the info path, and allows you to have
a separate checkout for xemacs in ~/git/gnus.xemacs ):

;; Are we running XEmacs or Emacs?
(defvar running-xemacs (string-match "XEmacs\\|Lucid" (emacs-version))
  "Hold a numerical value if this is XEmacs, nil if it isn't")

(defvar git-workspace (expand-file-name "~/git"))

;; Git version of Gnus:
(let ((git-gnus-directory
       (if running-xemacs
	   (concat git-workspace "/gnus.xemacs")
	 (concat git-workspace "/gnus"))))
  (push (concat git-gnus-directory "/lisp") load-path)
  (let ((git-gnus-info-dir (concat git-gnus-directory "/texi")))
    (if (boundp 'Info-directory-list)
	(push git-gnus-info-dir Info-directory-list)
      (setq Info-directory-list (append
				 (list git-gnus-info-dir)
				 Info-default-directory-list)))))







  reply	other threads:[~2010-09-29 18:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-29 13:06 Jake Colman
2010-09-29 13:56 ` Robert Pluim
2010-09-29 18:04   ` Steinar Bang [this message]
2010-09-30  7:02     ` Reiner Steib
2010-09-30  7:40       ` Steinar Bang
2010-09-30  7:48         ` Steinar Bang
2010-10-03 11:35   ` Tibor Simko
2010-10-05 18:07     ` Tibor Simko
2010-09-29 16:46 ` Ted Zlatanov
2010-10-03  1:50   ` Jake Colman

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=87tyl88lzz.fsf@dod.no \
    --to=sb@dod.no \
    --cc=ding@gnus.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).