From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: cvs-mode-diff on marked files Date: Thu, 08 Dec 2005 09:47:34 +0200 Organization: JURTA Message-ID: <87slt4jidd.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134031407 30759 80.91.229.2 (8 Dec 2005 08:43:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2005 08:43:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 08 09:43:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EkHLq-0007qV-Mk for ged-emacs-devel@m.gmane.org; Thu, 08 Dec 2005 09:42:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkHM7-0001HO-HI for ged-emacs-devel@m.gmane.org; Thu, 08 Dec 2005 03:42:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EkGdP-0006b3-AV for emacs-devel@gnu.org; Thu, 08 Dec 2005 02:56:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EkGdM-0006a7-Jr for emacs-devel@gnu.org; Thu, 08 Dec 2005 02:56:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkGdL-0006a2-V3 for emacs-devel@gnu.org; Thu, 08 Dec 2005 02:56:08 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EkGeK-00086m-V6 for emacs-devel@gnu.org; Thu, 08 Dec 2005 02:57:09 -0500 Original-Received: from mail.neti.ee (80-235-37-157-dsl.mus.estpak.ee [80.235.37.157]) by Relayhost1.neti.ee (Postfix) with ESMTP id F1EEBC949 for ; Thu, 8 Dec 2005 09:56:06 +0200 (EET) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:47213 Archived-At: I wonder what are the reasons for cvs-mode-diff to ignore selected files? It is very convenient to mark all relevant files in the *cvs* buffer and type `=' to generate a composite patch. But currently `cvs-invert-ignore-marks' contains "diff" by default, thus preventing `=' to operate on all selected files. It operates only on the current file at point. Even the documentation string of `cvs-mode-diff' says "Diff the selected files against the repository" where "selected files" is in the plural form. -- Juri Linkov http://www.jurta.org/emacs/