From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Project idea: a poor man's VC backend Date: Thu, 11 Dec 2014 19:59:14 +0200 Message-ID: <83388mt6dp.fsf@gnu.org> References: <87h9x26ue6.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1418320794 2134 80.91.229.3 (11 Dec 2014 17:59:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2014 17:59:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 11 18:59:41 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Xz81c-0002ht-Sp for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Dec 2014 18:59:41 +0100 Original-Received: from localhost ([::1]:52869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz81c-0007o7-EK for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Dec 2014 12:59:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz81K-0007mh-PI for help-gnu-emacs@gnu.org; Thu, 11 Dec 2014 12:59:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz81F-0003QZ-1F for help-gnu-emacs@gnu.org; Thu, 11 Dec 2014 12:59:22 -0500 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:34699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz81E-0003Pw-PM for help-gnu-emacs@gnu.org; Thu, 11 Dec 2014 12:59:16 -0500 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NGF00N00IS6NJ00@mtaout24.012.net.il> for help-gnu-emacs@gnu.org; Thu, 11 Dec 2014 19:51:27 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NGF00IRGIXRX740@mtaout24.012.net.il> for help-gnu-emacs@gnu.org; Thu, 11 Dec 2014 19:51:27 +0200 (IST) In-reply-to: <87h9x26ue6.fsf@wmi.amu.edu.pl> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.180 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101524 Archived-At: > From: Marcin Borkowski > Date: Thu, 11 Dec 2014 17:09:05 +0100 > > In a recent question on ESE > (http://emacs.stackexchange.com/questions/2849/save-current-file-with-a-slightly-different-name) > the topic of versioning by means of putting a timestamp into the > filename came up again (it does have its place, especially when > communicating with people unable to learn a real VCS). > > Just wondering: would it be possible/easy/reasonable to provide > something like this within the Emacs VC framework? Are you talking about time-stamp.el?