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#11233: 24.1.50; Wishlist: dired mouse-2 other window behavior Date: Sat, 06 Oct 2012 19:19:25 +0200 Message-ID: <5070681D.50200@gmx.at> References: <86vcl4uwxa.fsf@web.de> <50702A93.7060008@gmx.at> 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 1349543988 6968 80.91.229.3 (6 Oct 2012 17:19:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Oct 2012 17:19:48 +0000 (UTC) Cc: michael_heerdegen@web.de, 11233@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 06 19:19:54 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 1TKY2b-0004eS-SB for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Oct 2012 19:19:54 +0200 Original-Received: from localhost ([::1]:54291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKY2V-0004xa-TQ for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Oct 2012 13:19:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKY2T-0004xV-Uu for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 13:19:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKY2T-0004AJ-4E for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 13:19:45 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKY2S-0004AF-W4 for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 13:19:45 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TKY2j-0001Rs-Rf for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 13:20:01 -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: Sat, 06 Oct 2012 17:20: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.13495439985554 (code B ref 11233); Sat, 06 Oct 2012 17:20:01 +0000 Original-Received: (at 11233) by debbugs.gnu.org; 6 Oct 2012 17:19:58 +0000 Original-Received: from localhost ([127.0.0.1]:58441 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TKY2f-0001RW-GY for submit@debbugs.gnu.org; Sat, 06 Oct 2012 13:19:57 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:38078) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TKY2c-0001RJ-OC for 11233@debbugs.gnu.org; Sat, 06 Oct 2012 13:19:56 -0400 Original-Received: (qmail invoked by alias); 06 Oct 2012 17:19:30 -0000 Original-Received: from 62-47-38-239.adsl.highway.telekom.at (EHLO [62.47.38.239]) [62.47.38.239] by mail.gmx.net (mp034) with SMTP; 06 Oct 2012 19:19:30 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+Qfyg+6b+Q64IC3CtwyMjuR1N52nAveLODUoS4T9 RrqJzpTHPRjQEp In-Reply-To: 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:65283 Archived-At: > 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' Would this be `dired-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". Prefix commands when using the mouse? martin