From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Default Emacs keybindings (was: Re: Menu suggestion) Date: Mon, 24 May 2004 10:08:10 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085418825 27235 80.91.224.253 (24 May 2004 17:13:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 17:13:45 +0000 (UTC) Cc: acm@muc.de, emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 24 19:13:34 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSJ13-0006kP-00 for ; Mon, 24 May 2004 19:13:33 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSJ13-0006ir-00 for ; Mon, 24 May 2004 19:13:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSHWu-00036Y-KE for emacs-devel@quimby.gnus.org; Mon, 24 May 2004 11:38:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSGKI-0006QR-E3 for emacs-devel@gnu.org; Mon, 24 May 2004 10:21:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSG9h-0004cX-GU for emacs-devel@gnu.org; Mon, 24 May 2004 10:10:49 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSG7w-0004Ev-GJ for emacs-devel@gnu.org; Mon, 24 May 2004 10:08:28 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BSG7e-0007KA-EN; Mon, 24 May 2004 10:08:11 -0400 Original-To: David Kastrup In-reply-to: (message from David Kastrup on 26 Apr 2004 23:36:06 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23893 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23893 Also when explicitly marking a region with the mouse (dragging mouse-1 or clicking mouse-3), temporary transient mark mode should be enabled: it is a safe bet that if the user marks out a _region_ for a command, that he wants the command to be applied to the region instead of just operating at point. _If_ the command has special behavior for active regions. Did this change get made?