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: Mon, 08 Oct 2012 08:57:32 +0200 Message-ID: <5072795C.5030109@gmx.at> References: <86vcl4uwxa.fsf@web.de> <50702A93.7060008@gmx.at> <5070681D.50200@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 1349679527 9890 80.91.229.3 (8 Oct 2012 06:58:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Oct 2012 06:58:47 +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 Mon Oct 08 08:58:52 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 1TL7Ic-0000a4-S0 for geb-bug-gnu-emacs@m.gmane.org; Mon, 08 Oct 2012 08:58:46 +0200 Original-Received: from localhost ([::1]:34830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL7IW-0000ga-TV for geb-bug-gnu-emacs@m.gmane.org; Mon, 08 Oct 2012 02:58:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL7IT-0000fb-Hi for bug-gnu-emacs@gnu.org; Mon, 08 Oct 2012 02:58:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TL7IS-0005S4-KD for bug-gnu-emacs@gnu.org; Mon, 08 Oct 2012 02:58:37 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL7IS-0005S0-HO for bug-gnu-emacs@gnu.org; Mon, 08 Oct 2012 02:58:36 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TL7Is-0003cP-BJ for bug-gnu-emacs@gnu.org; Mon, 08 Oct 2012 02:59: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: Mon, 08 Oct 2012 06:59:02 +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.134967949113830 (code B ref 11233); Mon, 08 Oct 2012 06:59:02 +0000 Original-Received: (at 11233) by debbugs.gnu.org; 8 Oct 2012 06:58:11 +0000 Original-Received: from localhost ([127.0.0.1]:60670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TL7I2-0003b0-Vi for submit@debbugs.gnu.org; Mon, 08 Oct 2012 02:58:11 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:52416) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TL7I0-0003an-LX for 11233@debbugs.gnu.org; Mon, 08 Oct 2012 02:58:09 -0400 Original-Received: (qmail invoked by alias); 08 Oct 2012 06:57:36 -0000 Original-Received: from 62-47-54-233.adsl.highway.telekom.at (EHLO [62.47.54.233]) [62.47.54.233] by mail.gmx.net (mp038) with SMTP; 08 Oct 2012 08:57:36 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/2TJofv3j23B8Jos1d/aZDp5uezlnSNdM9lQEjcP CAgGB64ed8su9T 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:65368 Archived-At: > Just like C-u can be used for them. Clearly, it's not convenient if > it's a frequent occurrence, but for occasional use, that's > perfectly fine. Suppose we wanted to make it convenient for frequent occurrence: Wouldn't we have enough modifier combinations available for mouse clicks? Say C-S for "other window", M-S for "other frame" ... martin