From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.help Subject: Re: vc-checkin (RCS) always. Problem with vc-checkin Date: Mon, 07 Sep 2015 20:44:12 +0000 Message-ID: <87mvwyufhf.fsf@mat.ucm.es> References: <878u8jv076.fsf@mat.ucm.es> <20150907.054904.784776305561903593.devel@pollock-nageoire.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441658696 29427 80.91.229.3 (7 Sep 2015 20:44:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Sep 2015 20:44:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 07 22:44:47 2015 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 1ZZ3HR-0000mi-LR for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Sep 2015 22:44:45 +0200 Original-Received: from localhost ([::1]:58709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZ3HR-0008Lc-AP for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Sep 2015 16:44:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZ3HG-0008LL-U3 for help-gnu-emacs@gnu.org; Mon, 07 Sep 2015 16:44:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZ3HB-0002hY-W0 for help-gnu-emacs@gnu.org; Mon, 07 Sep 2015 16:44:34 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:57004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZ3HB-0002h5-QH for help-gnu-emacs@gnu.org; Mon, 07 Sep 2015 16:44:29 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZZ3H7-0000Ob-U3 for help-gnu-emacs@gnu.org; Mon, 07 Sep 2015 22:44:26 +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 ; Mon, 07 Sep 2015 22:44:25 +0200 Original-Received: from oub by 171.pool85-55-19.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Sep 2015 22:44:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 37 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:gCDLy1ztKxiHOWu9xADgPG7EE5o= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:107071 Archived-At: Not sure whether my message went through. I don't see it that is why I resend it. Hello Thanks for your answer [+] > Ok that the form I know. backend is required. > In fact it does not work. vc-checkin launches a very > complicated process of interaction opening the log buffer to > setup the check in message. In fact if you do not want this > process to run interactively vc-checkin is maybe not the > right method. You might replace your code by : > (vc-call-backend 'RCS 'checkin (list (buffer-file-name)) "") Hm it does not work work me. In a file which is under version control I used eval-last-sexp for (vc-call-backend 'RCS 'checkin (list (buffer-file-name)) "") and I obtained: the following error message ci: missing message for -m option Did you try this command out? Regards Uwe