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: vc-checkin (RCS) always. Problem with vc-checkin Date: Sat, 12 Sep 2015 15:04:38 +0200 Message-ID: <87vbbfaivt.fsf@mat.ucm.es> References: <87r3m4aw6u.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1442063120 25502 80.91.229.3 (12 Sep 2015 13:05:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Sep 2015 13:05:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 12 15:05:05 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 1ZakUK-0002VI-LZ for ged-emacs-devel@m.gmane.org; Sat, 12 Sep 2015 15:05:04 +0200 Original-Received: from localhost ([::1]:60765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZakUJ-000237-TF for ged-emacs-devel@m.gmane.org; Sat, 12 Sep 2015 09:05:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZakU6-00020C-9O for emacs-devel@gnu.org; Sat, 12 Sep 2015 09:04:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZakU3-0000Wf-4C for emacs-devel@gnu.org; Sat, 12 Sep 2015 09:04:50 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:59975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZakU2-0000WN-Up for emacs-devel@gnu.org; Sat, 12 Sep 2015 09:04:47 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZakU0-00023Y-Cl for emacs-devel@gnu.org; Sat, 12 Sep 2015 15:04:44 +0200 Original-Received: from 171.pool85-55-19.dynamic.orange.es ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Sep 2015 15:04:44 +0200 Original-Received: from oub by 171.pool85-55-19.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Sep 2015 15:04:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 171.pool85-55-19.dynamic.orange.es Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:U+GF8/TYGgnrdp3c5/ruZ7RIcX4= 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:189866 Archived-At: >>>>> "Andreas" == Andreas Schwab writes: > Uwe Brauer writes: >> (vc-checkin (buffer-file-name) nil "") > vc-checkin expects a list as the first argument. This was suggested to me (vc-call-backend 'RCS 'checkin (list (buffer-file-name)) "") and did not work, While (vc-checkin (list (buffer-file-name)) 'RCS " ") works now, I swear it did not last week with GNU Emacs 24, now I am using the actual git version Thanks Uwe Brauer