From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Option to customize the -m message flag of cvs? Date: Mon, 29 Dec 2008 20:57:46 +0100 Message-ID: References: <49590470.4080306@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1230580689 13376 80.91.229.12 (29 Dec 2008 19:58:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2008 19:58:09 +0000 (UTC) Cc: martin rudalics , emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 29 20:59:15 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LHOGc-0006wZ-CQ for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2008 20:59:10 +0100 Original-Received: from localhost ([127.0.0.1]:51751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHOFP-000726-1Y for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2008 14:57:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHOFK-00071k-7D for emacs-devel@gnu.org; Mon, 29 Dec 2008 14:57:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHOFI-00071Y-OD for emacs-devel@gnu.org; Mon, 29 Dec 2008 14:57:49 -0500 Original-Received: from [199.232.76.173] (port=42845 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHOFI-00071V-In for emacs-devel@gnu.org; Mon, 29 Dec 2008 14:57:48 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.243]:7138) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHOFH-0004zX-BF; Mon, 29 Dec 2008 14:57:47 -0500 Original-Received: by an-out-0708.google.com with SMTP id c38so1564985ana.21 for ; Mon, 29 Dec 2008 11:57:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=lBDzxKo8NNeM0vTH6a881dj465FsBBB3lMj20seWH+4=; b=Jmo+c/YLQhoBt7rSRLr4nCLYp+MyW4unOgD4Lnhu2Wz8ZfoseIHA3fnj+bIECWSj2L n0FYbPfE9B9z21QoB2mAtdj9w3NWKcFe1rqLo4vm7Bx41X1H1lM8tFFb3mCPK4FpaeeQ 27HGPnWmRr/Z9isaIsqYGPH+1zl4YNA0OKyrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=N0y4T5GZT2H6EcmTX65zDd9cId28QNGICGjttfkunxzWoRMJoZx119aI+gBNf5Jfey zf96Bv8Up16vW5CjpHtJP4ZcGH74vv0OhlOp0XTJFZpW4v4ZiiInql/9C/sv/+bXm+g1 Z82xJWUO/PH1tpBEmmaRG6VccRX0zCNG0K0ns= Original-Received: by 10.100.105.13 with SMTP id d13mr7865394anc.102.1230580666508; Mon, 29 Dec 2008 11:57:46 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Mon, 29 Dec 2008 11:57:46 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107389 Archived-At: On Mon, Dec 29, 2008 at 20:14, Eli Zaretskii wrote: > What is the "new -M option", and where it is documented? I cannot > find it in the CVS manuals to which I have access. It's a CVSNT-specific option. I don't have CVSNT 2.0.54 in this computer so I cannot show you the precise help, but -M is just -m, with the only difference that it does not add anything to the message. It has been discussed in this thread of the CVSNT list: http://www.mail-archive.com/cvsnt@cvsnt.org/msg03258.html Juanma