From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.devel Subject: Re: guile and emacs and elisp, oh my! Date: Fri, 16 Apr 2010 13:16:21 -0400 Message-ID: <5A5124C4-0420-4D65-B0F2-EF067BCB2026@raeburn.org> References: <5F4E60F3-771F-48C7-86F1-856EADF65410@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1271438211 14857 80.91.229.12 (16 Apr 2010 17:16:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2010 17:16:51 +0000 (UTC) Cc: "emacs-devel@gnu.org discussions" To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 16 19:16:50 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@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 1O2p9s-0008HD-JW for ged-emacs-devel@m.gmane.org; Fri, 16 Apr 2010 19:16:48 +0200 Original-Received: from localhost ([127.0.0.1]:60799 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2p9r-0006kJ-Tb for ged-emacs-devel@m.gmane.org; Fri, 16 Apr 2010 13:16:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2p9k-0006hM-1A for emacs-devel@gnu.org; Fri, 16 Apr 2010 13:16:40 -0400 Original-Received: from [140.186.70.92] (port=53965 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2p9i-0006fS-8f for emacs-devel@gnu.org; Fri, 16 Apr 2010 13:16:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2p9f-00012X-9e for emacs-devel@gnu.org; Fri, 16 Apr 2010 13:16:38 -0400 Original-Received: from splat.raeburn.org ([69.25.196.39]:35678 helo=raeburn.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2p9X-0000zt-E5 for emacs-devel@gnu.org; Fri, 16 Apr 2010 13:16:35 -0400 Original-Received: from squish.raeburn.org (squish.raeburn.org [10.0.0.172]) by raeburn.org (8.14.3/8.14.1) with ESMTP id o3GHGMjf022976; Fri, 16 Apr 2010 13:16:22 -0400 (EDT) In-Reply-To: X-Mailer: Apple Mail (2.1078) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123767 Archived-At: On Apr 16, 2010, at 13:05, Ken Raeburn wrote: > For now (until/unless I hear from the Emacs maintainers that I should = set up a branch on savannah), I've got it at = git://raeburn.scripts.mit.edu/guile-emacs.git where branches = "new-master-2" and "new-master-3" are a couple attempts at rebasing onto = the new bzr history (one just before the bidi merge, one more recent) Sorry, I remembered this wrong: One is shortly after the bidi merge, = earlier this month, and the other is from back in August, when I sent = the email I was thinking of earlier (though it was to the guile-devel = list, actually: = http://www.mail-archive.com/guile-devel@gnu.org/msg04255.html). I had = previously updated a branch to reflect the August rebasing using the = cvs->git mirror; this rebases it again to use the new bzr->git mirror = (which was harder than it ought to have been). Also, some assorted (but partly outdated) notes: = http://www.mit.edu/~raeburn/guilemacs/ Ken=