From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#11233: 24.1.50; Wishlist: dired mouse-2 other window behavior Date: Sat, 06 Oct 2012 09:48:55 -0400 Message-ID: References: <86vcl4uwxa.fsf@web.de> <50702A93.7060008@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349531391 4916 80.91.229.3 (6 Oct 2012 13:49:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Oct 2012 13:49:51 +0000 (UTC) Cc: michael_heerdegen@web.de, 11233@debbugs.gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 06 15:49:56 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 1TKUlP-0004E9-VC for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Oct 2012 15:49:56 +0200 Original-Received: from localhost ([::1]:34075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKUlJ-0006eB-Ml for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Oct 2012 09:49:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKUlH-0006bw-9r for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 09:49:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKUlG-000351-94 for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 09:49:47 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKUlG-00034v-5h for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 09:49:46 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TKUlW-0004Ej-0s for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 09:50:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 06 Oct 2012 13:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11233 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11233-submit@debbugs.gnu.org id=B11233.134953136016234 (code B ref 11233); Sat, 06 Oct 2012 13:50:01 +0000 Original-Received: (at 11233) by debbugs.gnu.org; 6 Oct 2012 13:49:20 +0000 Original-Received: from localhost ([127.0.0.1]:57934 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TKUkq-0004Dn-JL for submit@debbugs.gnu.org; Sat, 06 Oct 2012 09:49:20 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:51200) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TKUko-0004Dc-JA for 11233@debbugs.gnu.org; Sat, 06 Oct 2012 09:49:19 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai0FAG6Zu09FxLQG/2dsb2JhbABEsEiDSYEIghUBAQQBViMFCws0EhQYDSSIHAW6CZBEA6MzgViDBQ X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="200793620" Original-Received: from 69-196-180-6.dsl.teksavvy.com (HELO pastel.home) ([69.196.180.6]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 06 Oct 2012 09:48:56 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BED3A594D1; Sat, 6 Oct 2012 09:48:55 -0400 (EDT) In-Reply-To: <50702A93.7060008@gmx.at> (martin rudalics's message of "Sat, 06 Oct 2012 14:56:51 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) 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:65267 Archived-At: > + (define-key map [mouse-1] 'dired-mouse-find-file-this-window) I don't think we can use this by default (but a user can have it as a local customization, of course). > Alternatively, we could bind mouse-2 to a command > `dired-mouse-find-file' which according to some option say > `dired-mouse-find-file-other-window' would visit the file in the > selected or another window. I hope we can start moving in this direction, indeed. As mentioned months ago, I'd like to move away from all the foo(|-other-(frame-window)) madness since I suspect that most users only use one of those alternatives. So instead, we should only have `find-file' (which the user could customize the use this-window, other-window, or other-frame) and that would be complemented by new prefix commands that cause the next command to use "other-window" or "this-window" or "other-frame". Stefan