From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jonas Bernoulli Newsgroups: gmane.emacs.devel Subject: Re: git-handler.el (was: In support of Jonas Bernoulli's Magit) Date: Fri, 14 Jul 2017 19:57:18 +0200 Message-ID: <87d192aold.fsf@bernoul.li> References: <87eftk9uxe.fsf@bernoul.li> <87zic7ze06.fsf_-_@detlef> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1500055060 30334 195.159.176.226 (14 Jul 2017 17:57:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 14 Jul 2017 17:57:40 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 25.2.1 Cc: Emacs developers To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 14 19:57:36 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dW4qH-0007HY-Eg for ged-emacs-devel@m.gmane.org; Fri, 14 Jul 2017 19:57:29 +0200 Original-Received: from localhost ([::1]:39250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dW4qN-0002On-2w for ged-emacs-devel@m.gmane.org; Fri, 14 Jul 2017 13:57:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dW4qG-0002OZ-PF for emacs-devel@gnu.org; Fri, 14 Jul 2017 13:57:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dW4qD-0007BU-NJ for emacs-devel@gnu.org; Fri, 14 Jul 2017 13:57:28 -0400 Original-Received: from mail.hostpark.net ([212.243.197.30]:39212) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dW4qD-00079k-Fu for emacs-devel@gnu.org; Fri, 14 Jul 2017 13:57:25 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 7BDBC1679F; Fri, 14 Jul 2017 19:57:20 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Original-Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id cti0WaBpB89V; Fri, 14 Jul 2017 19:57:20 +0200 (CEST) Original-Received: from desktop (77-58-214-193.dclient.hispeed.ch [77.58.214.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 4CCC01679C; Fri, 14 Jul 2017 19:57:20 +0200 (CEST) In-reply-to: <87zic7ze06.fsf_-_@detlef> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.243.197.30 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:216655 Archived-At: Hi Michael, Michael Albinus writes: > The idea of writing a file name handler for versioned files is on my > todo list for years. Same here ;-) But I very much hope I get to it toward the end of August. > But I have 15 years experience in using file name handlers in Emacs. If > you need any help to write such a library, I would be glad to support > you. Just ping me, if you believe it could be useful. Thanks for the offer. I will contact you when I actually start working on this. If you get to it before I do, then please let me have a look, to make sure it satisfies Magit's needs. Jonas