From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Emacs 24; view-diary-entries-initially Date: Fri, 23 Apr 2010 21:39:07 -0400 Message-ID: <18295.1272073147@alphaville.usa.hp.com> References: <8263.1272033857@gamaville.dokosmarshall.org> <871ve62lm0.fsf@fastmail.fm> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O5UKu-0006VO-AH for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 21:39:12 -0400 Received: from [140.186.70.92] (port=38466 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5UKt-0006V0-4f for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 21:39:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O5UKr-0001JQ-DX for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 21:39:11 -0400 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]:25676) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O5UKr-0001JK-97 for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 21:39:09 -0400 In-Reply-To: Message from Matt Lundin of "Fri, 23 Apr 2010 12:13:11 EDT." <871ve62lm0.fsf@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin Cc: Tomas Dahlqvist , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Matt Lundin wrote: > Nick Dokos writes: > > > Tomas Dahlqvist wrote: > > > >> I have started using Emacs 24 from git. > > > > Just a note for the unwary: the emacs project page says > > > > Note that the CVS and Git repositories are *not* up-to-date. > > > > IOW, you *have* to use bzr to access the sources, if you intend to keep > > up-to-date with emacs24 development. > > > > In my experience, this git mirror stays up-to-date: > > http://repo.or.cz/w/emacs.git > Matt, Thanks very much for the pointer. However, I cannot clone it either through http or through git: $ socksify git clone git://repo.or.cz/w/emacs.git Initialized empty Git repository in /home/nick/src/emacs/emacs.repo/emacs/.git/cd fatal: The remote end hung up unexpectedly $ rm -rf emacs $ git clone http://repo.or.cz/w/emacs.git Initialized empty Git repository in /home/nick/src/emacs/emacs.repo/emacs/.git/ warning: remote HEAD refers to nonexistent ref, unable to checkout. This was at work through a SOCKS proxy - I'll try again from home without a proxy, but in the meantime, can you check whether it works for you? Thanks, Nick