From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#12218: 24.2.50; vc-ediff: Pressing `n' moves focus away from ediff control panel Date: Fri, 05 Oct 2012 18:14:35 +0200 Message-ID: <506F076B.9040204@gmx.at> References: <87pq6pvmw4.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349453703 22067 80.91.229.3 (5 Oct 2012 16:15:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 16:15:03 +0000 (UTC) Cc: 12218@debbugs.gnu.org To: Jambunathan K Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 05 18:15:07 2012 Return-path: Envelope-to: geb-bug-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 1TKAYK-0003BR-SM for geb-bug-gnu-emacs@m.gmane.org; Fri, 05 Oct 2012 18:15:04 +0200 Original-Received: from localhost ([::1]:44673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKAYF-0000qt-23 for geb-bug-gnu-emacs@m.gmane.org; Fri, 05 Oct 2012 12:14:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKAY9-0000lj-E3 for bug-gnu-emacs@gnu.org; Fri, 05 Oct 2012 12:14:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKAY7-00010a-15 for bug-gnu-emacs@gnu.org; Fri, 05 Oct 2012 12:14:53 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKAY6-00010W-UG for bug-gnu-emacs@gnu.org; Fri, 05 Oct 2012 12:14:50 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TKAYI-0006p7-6L for bug-gnu-emacs@gnu.org; Fri, 05 Oct 2012 12:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 05 Oct 2012 16:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12218 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12218-submit@debbugs.gnu.org id=B12218.134945368326183 (code B ref 12218); Fri, 05 Oct 2012 16:15:02 +0000 Original-Received: (at 12218) by debbugs.gnu.org; 5 Oct 2012 16:14:43 +0000 Original-Received: from localhost ([127.0.0.1]:56712 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TKAXz-0006oG-53 for submit@debbugs.gnu.org; Fri, 05 Oct 2012 12:14:43 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:56013) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TKAXw-0006o0-7v for 12218@debbugs.gnu.org; Fri, 05 Oct 2012 12:14:41 -0400 Original-Received: (qmail invoked by alias); 05 Oct 2012 16:14:22 -0000 Original-Received: from 62-47-56-28.adsl.highway.telekom.at (EHLO [62.47.56.28]) [62.47.56.28] by mail.gmx.net (mp037) with SMTP; 05 Oct 2012 18:14:22 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/TQ4VDVWXTp1HNMb0E4iozMOnthdQGs4W5niIQ2+ CJ/+hB/aQW4FV9 In-Reply-To: <87pq6pvmw4.fsf@gmail.com> X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65230 Archived-At: > 1. C-x C-f > 2. M-x vc-ediff > 3. Press `n' in the control panel > 4. Note that the one of the src buffer - buffer B specifically - becomes > receives focus (or whatever you call it) > 5. Pressing another `n' and it modifies the src buffer. > > I would expect that focus never leave the ediff control panel. > > Seems like a recent regression to me. I can't reproduce that here. But maybe you should try customizing the variable `ediff-grab-mouse' to t. martin