From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Minor inconsistency: PCL-CVS "=" versus C-x v = Date: Mon, 25 Oct 2004 16:56:03 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <863c02c0e4.fsf@ketchup.de.uu.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098716247 2722 80.91.229.6 (25 Oct 2004 14:57:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2004 14:57:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 25 16:57:21 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CM6Hh-0004C6-00 for ; Mon, 25 Oct 2004 16:57:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM6PL-0006Pr-G3 for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2004 11:05:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CM6Op-0006IL-Eb for emacs-devel@gnu.org; Mon, 25 Oct 2004 11:04:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CM6Om-0006G6-Ik for emacs-devel@gnu.org; Mon, 25 Oct 2004 11:04:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM6Om-0006Eg-23 for emacs-devel@gnu.org; Mon, 25 Oct 2004 11:04:40 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CM6Gf-0008Ad-Np for emacs-devel@gnu.org; Mon, 25 Oct 2004 10:56:17 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CM6Gf-00029X-00 for ; Mon, 25 Oct 2004 16:56:17 +0200 Original-Received: from ketchup.de.uu.net ([139.4.38.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2004 16:56:17 +0200 Original-Received: from kai by ketchup.de.uu.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2004 16:56:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ketchup.de.uu.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:+iGoV9VOeRE+Tj9hcgcoFSBj4xc= 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28920 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28920 Doing `=' in a PCL-CVS buffer shows a diff in the other buffer but does not select the diff buffer. Doing C-x v = from a source file selects the diff buffer. WIBNI both commands behaved the same way w.r.t. selecting the diff buffer? Kai