From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: CUA-related problem (was: Re: thumbs.el and transparency) Date: Tue, 31 Jan 2006 12:19:56 -0600 (CST) Message-ID: <200601311819.k0VIJuQ08319@raven.dms.auburn.edu> References: <17366.53124.274532.548329@kahikatea.snap.net.nz> <17369.59246.383626.699005@kahikatea.snap.net.nz> <17372.1305.835753.613893@kahikatea.snap.net.nz> <874q3llph9.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1138735219 1497 80.91.229.2 (31 Jan 2006 19:20:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 19:20:19 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 31 20:20:17 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F412s-0002gp-KJ for ged-emacs-devel@m.gmane.org; Tue, 31 Jan 2006 20:20:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F415t-0004fV-OY for ged-emacs-devel@m.gmane.org; Tue, 31 Jan 2006 14:23:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F40DO-00087C-6n for emacs-devel@gnu.org; Tue, 31 Jan 2006 13:26:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F40DK-00085W-Kh for emacs-devel@gnu.org; Tue, 31 Jan 2006 13:26:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F40DI-000845-VM for emacs-devel@gnu.org; Tue, 31 Jan 2006 13:26:49 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F40Bp-0008EZ-8a for emacs-devel@gnu.org; Tue, 31 Jan 2006 13:25:17 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.13.3+Sun/8.13.3) with ESMTP id k0VINSP2003828; Tue, 31 Jan 2006 12:23:28 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id k0VIJuQ08319; Tue, 31 Jan 2006 12:19:56 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: lekktu@gmail.com In-reply-to: (message from Juanma Barranquero on Tue, 31 Jan 2006 16:41:28 +0100) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.1 (manatee.dms.auburn.edu [131.204.53.104]); Tue, 31 Jan 2006 12:23:28 -0600 (CST) 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:49830 Archived-At: Juanma Barranquero wrote: Is that the expected behaviour? Obviously, Kim should say whether it is intended behavior, but it is certainly expected and _looks_ intentional. cua-mode adds cua--post-command-handler to post-command-hook. This calls cua--post-command-handler-1 which very explicitly sets transient-mark-mode to whatever cua-mode wants to set it (which is not _always_ t). The doc of cua-highlight-region-shift-only also suggests that it is intentional. Sincerely, Luc.