From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Dokos Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: [O] org-export raises stringp nil error Date: Fri, 08 Mar 2013 12:41:26 -0500 Organization: HPCS Message-ID: <13285.1362764486@alphaville> References: <87ip539io1.fsf@nautilus.nautilus> <87zjye96ph.fsf@bzg.ath.cx> <87vc928kcm.fsf@bzg.ath.cx> <83sj46z468.fsf@gnu.org> <20130308222131.81015237483025a831b5cee0@gmail.com> <87ehfp99v1.fsf@bzg.ath.cx> <12019.1362760163@alphaville> <87k3phetit.fsf@gmail.com> <87boat24yu.fsf@bzg.ath.cx> Reply-To: nicholas.dokos@hp.com NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1362764521 12169 80.91.229.3 (8 Mar 2013 17:42:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Mar 2013 17:42:01 +0000 (UTC) Cc: Leo Liu , Xue Fuqiao , lele@metapensiero.it, joakim@verona.se, emacs-devel@gnu.org, emacs-orgmode@gnu.org, Eli Zaretskii , Jambunathan K To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 08 18:42:20 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UE1JE-0003lz-5Z for ged-emacs-devel@m.gmane.org; Fri, 08 Mar 2013 18:42:20 +0100 Original-Received: from localhost ([::1]:34274 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE1Is-0001iV-BV for ged-emacs-devel@m.gmane.org; Fri, 08 Mar 2013 12:41:58 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:40462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE1Il-0001iK-Aw for emacs-devel@gnu.org; Fri, 08 Mar 2013 12:41:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UE1Ig-0004r2-9m for emacs-devel@gnu.org; Fri, 08 Mar 2013 12:41:51 -0500 Original-Received: from g1t0029.austin.hp.com ([15.216.28.36]:5072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE1IQ-0004lu-2d; Fri, 08 Mar 2013 12:41:30 -0500 Original-Received: from g1t0038.austin.hp.com (g1t0038.austin.hp.com [16.236.32.44]) by g1t0029.austin.hp.com (Postfix) with ESMTP id C3B8B381D2; Fri, 8 Mar 2013 17:41:28 +0000 (UTC) Original-Received: from alphaville.americas.hpqcorp.net (openvpn.lnx.usa.hp.com [16.125.113.33]) by g1t0038.austin.hp.com (Postfix) with ESMTP id 7E77E30492; Fri, 8 Mar 2013 17:41:27 +0000 (UTC) Original-Received: by alphaville.americas.hpqcorp.net (Postfix, from userid 1000) id 6C30340EB9; Fri, 8 Mar 2013 12:41:26 -0500 (EST) Original-Received: from alphaville (localhost [127.0.0.1]) by alphaville.americas.hpqcorp.net (Postfix) with ESMTP id 5871240E1C; Fri, 8 Mar 2013 12:41:26 -0500 (EST) In-Reply-To: Message from Bastien of "Fri, 08 Mar 2013 18:09:45 +0100." <87boat24yu.fsf@bzg.ath.cx> X-Mailer: MH-E 8.4; nmh 1.3; GNU Emacs 24.3.50 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 15.216.28.36 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157615 gmane.emacs.orgmode:67974 Archived-At: Bastien wrote: > Jambunathan K writes: > > > Nick Dokos writes: > > > >> There *is* a git mirror for emacs: git://repo.or.cz/emacs.git. > > > > This one is from savannah > > > > http://git.savannah.gnu.org/cgit/emacs.git > > Great minds think alike!! :) > > -- > Bastien > Thanks to both for pointing it out: I think I knew about it at some point in the past and had some problems with it. So I just tried changing my git config to pull from there (I should point out that I tried the git:// version of the URL) - I'm getting $ git pull fatal: The remote end hung up unexpectedly So two questions: o is the savannah repo http only? o and if so, it used to be the case that http was much slower than git - is that still the case? Thanks, Nick