From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: Re: RCS, again: another removed functionality: undo last-checkin Date: Wed, 23 Sep 2015 21:03:57 +0200 Message-ID: <87y4fx3qle.fsf@mat.ucm.es> References: <87oagx6tzz.fsf@mat.ucm.es> <55FF4026.2050004@yandex.ru> <83si68nu4i.fsf@gnu.org> <87eghsfd3m.fsf@fencepost.gnu.org> <83k2rknr2c.fsf@gnu.org> <87mvwellmg.fsf@uwakimon.sk.tsukuba.ac.jp> <56023A6C.3020302@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1443035071 7284 80.91.229.3 (23 Sep 2015 19:04:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Sep 2015 19:04:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 23 21:04:22 2015 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 1ZepL3-0001Yd-BI for ged-emacs-devel@m.gmane.org; Wed, 23 Sep 2015 21:04:21 +0200 Original-Received: from localhost ([::1]:50100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZepL2-0007Ti-SM for ged-emacs-devel@m.gmane.org; Wed, 23 Sep 2015 15:04:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZepKz-0007TL-AK for emacs-devel@gnu.org; Wed, 23 Sep 2015 15:04:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZepKu-0006Jz-B8 for emacs-devel@gnu.org; Wed, 23 Sep 2015 15:04:17 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:51162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZepKu-0006Ji-4U for emacs-devel@gnu.org; Wed, 23 Sep 2015 15:04:12 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZepKs-0001Lq-EJ for emacs-devel@gnu.org; Wed, 23 Sep 2015 21:04:10 +0200 Original-Received: from 2.162.6.167 ([2.162.6.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Sep 2015 21:04:10 +0200 Original-Received: from oub by 2.162.6.167 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Sep 2015 21:04:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 2.162.6.167 Mail-Copies-To: never X-Hashcash: 1:20:150923:gmane.emacs.devel::MFg6y6+/d3UF4T5e:000000000000000000000000000000000000000000001ORq User-Agent: Gnus/5.13001 (Ma Gnus v0.10) XEmacs/21.5-b34 (linux) Cancel-Lock: sha1:KSbVh6L6+WU2Kd7GtEgpNj68gNQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:190302 Archived-At: > If you feel it's really important that user be able to delete a > revision from within Emacs, why not provide a vc-rcs-delete-commits > command in vc-rcs.el? That would be a lot simpler to implement and > wouldn't force us to come up with some weird pseudo-generic > functionality that might end up not even supporting 100% of RCS's > use cases. I presume you mean something more sophisticated than the one I posted a couple of days ago? since my wrapper depends on the shell-command and I am not sure whether it would work under MS windows.