From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: patch against vc-rcs.el: vc-rcs-checkin: allows user login to be added Date: Mon, 07 Sep 2015 13:11:50 -0400 Message-ID: References: <87d1xvv0m1.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441645960 21166 80.91.229.3 (7 Sep 2015 17:12:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Sep 2015 17:12:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 07 19:12:26 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 1ZYzxx-00050h-Nq for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2015 19:12:25 +0200 Original-Received: from localhost ([::1]:57943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYzxt-0003PC-E6 for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2015 13:12:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYzxV-0003Nb-QB for emacs-devel@gnu.org; Mon, 07 Sep 2015 13:11:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYzxQ-0007y8-Ng for emacs-devel@gnu.org; Mon, 07 Sep 2015 13:11:57 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:3434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYzxQ-0007y3-Jb for emacs-devel@gnu.org; Mon, 07 Sep 2015 13:11:52 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AxFgA731xV/5Wg+M5cgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEEVjMLLgEFEhQYDYhjzyMBK4s6hQwSAQOEFwWbWJdngUUjhBQigTYHF4EkAQEB X-IPAS-Result: A0AxFgA731xV/5Wg+M5cgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEEVjMLLgEFEhQYDYhjzyMBK4s6hQwSAQOEFwWbWJdngUUjhBQigTYHF4EkAQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="162803760" Original-Received: from 206-248-160-149.dsl.teksavvy.com (HELO ceviche.home) ([206.248.160.149]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 07 Sep 2015 13:11:51 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id C579C66110; Mon, 7 Sep 2015 13:11:50 -0400 (EDT) In-Reply-To: <87d1xvv0m1.fsf@mat.ucm.es> (Uwe Brauer's message of "Sun, 06 Sep 2015 20:55:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:189673 Archived-At: > +(defvar vc-rcs-ask-for-login nil > + "*Variable which allows to change the login Id by > a y-or-n question.") How 'bout instead making vc-rcs.el use the "Author:" header in the commit message, instead of adding a config var plus a prompt? Try grep "\"Author" lisp/vc/vc*.el to see how other backends do it. Stefan