From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: diff-mode Date: Mon, 13 Dec 2010 15:35:59 -0800 Message-ID: <04BB227F0A8C409C9173075BF822FDEC@us.oracle.com> References: <6174A3FCFD074EF5A396A7D095DEB814@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1292283416 17700 80.91.229.12 (13 Dec 2010 23:36:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2010 23:36:56 +0000 (UTC) To: "'Andrea Crotti'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 14 00:36:51 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PSHwn-0000Mp-3m for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Dec 2010 00:36:49 +0100 Original-Received: from localhost ([127.0.0.1]:54962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSHwl-0006NM-Rd for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Dec 2010 18:36:47 -0500 Original-Received: from [140.186.70.92] (port=59383 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSHwQ-0006Kb-EQ for help-gnu-emacs@gnu.org; Mon, 13 Dec 2010 18:36:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSHwP-0005M1-F5 for help-gnu-emacs@gnu.org; Mon, 13 Dec 2010 18:36:26 -0500 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:33285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSHwP-0005LM-8s for help-gnu-emacs@gnu.org; Mon, 13 Dec 2010 18:36:25 -0500 Original-Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id oBDNaK13019811 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 13 Dec 2010 23:36:21 GMT Original-Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id oBDNXWWM013784; Mon, 13 Dec 2010 23:36:18 GMT Original-Received: from abhmt014.oracle.com by acsmt355.oracle.com with ESMTP id 850823981292283359; Mon, 13 Dec 2010 15:35:59 -0800 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 13 Dec 2010 15:35:58 -0800 X-Mailer: Microsoft Office Outlook 11 In-reply-to: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 Thread-Index: AcubHK8krlw+7OK7Qt6cT18tkc9uewAAUAzg X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77476 Archived-At: > ediff is very interactive and it makes a lot of color noise, > moreover it opens another small frame which... > I think is a bit buggy, since if I press "q" it doesn't > disappear but I have to close it manually. M-x report-emacs-bug. Typing `q' in the Ediff control buffer should always quit Ediff (after you answer `y' to confirm). If the Ediff control buffer is in its own frame, then be sure that frame has the input focus when you type `q'. If `q' doesn't work for you, please report it as a bug, providing a recipe that starts with `emacs -Q'. > As I discussed with a collegue, one of the problem of emacs are the > non-inviting defaults. ... But that's another topic... Yes, it is. And probably better for emacs-devel than for help-gnu-emacs.