From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: [matzikratzi@gmail.com: Strange behaviour of drag-n-drop and find-file at the same time] Date: Tue, 20 Mar 2007 08:35:33 +0100 Message-ID: <45FF8EC5.10506@swipnet.se> References: <45FE364B.8000801@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174376165 11998 80.91.229.12 (20 Mar 2007 07:36:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Mar 2007 07:36:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 20 08:35:58 2007 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 1HTYsv-0002ss-3e for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2007 08:35:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTYuR-0006PB-CS for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2007 02:37:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTYuN-0006OP-Hg for emacs-devel@gnu.org; Tue, 20 Mar 2007 03:37:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTYuL-0006OB-1i for emacs-devel@gnu.org; Tue, 20 Mar 2007 03:37:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTYuK-0006O8-U7 for emacs-devel@gnu.org; Tue, 20 Mar 2007 02:37:24 -0500 Original-Received: from av8-1-sn3.vrr.skanova.net ([81.228.9.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTYse-00052p-Up; Tue, 20 Mar 2007 03:35:41 -0400 Original-Received: by av8-1-sn3.vrr.skanova.net (Postfix, from userid 502) id CB032380B2; Tue, 20 Mar 2007 08:35:37 +0100 (CET) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av8-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 9D660380A9; Tue, 20 Mar 2007 08:35:37 +0100 (CET) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 7151437E4A; Tue, 20 Mar 2007 08:35:37 +0100 (CET) User-Agent: Thunderbird 1.5.0.10 (X11/20070221) In-Reply-To: X-detected-kernel: Linux 2.4-2.6 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:68146 Archived-At: Richard Stallman skrev: > What is the right thing in this case? > > I don't know. When I say "please DTRT", the task starts with figuring > out what is TRT. I did not try to study it myself. Then I second Nick Roberts and Stefan Monniers remarks: >> I think nothing. This is a characteristic of C-g and AFAICS has nothing in >> > particular to do with find-file or drag-n-drop. > > For Emacs-22, it's probably good enough. But ideally, C-g should not cause > such a reversion to the previous window configuration. > Jan D.