From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: CUA-related problem (was: Re: thumbs.el and transparency) Date: Tue, 31 Jan 2006 16:41:28 +0100 Message-ID: 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 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1138727786 2072 80.91.229.2 (31 Jan 2006 17:16:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 17:16:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 31 18:16:24 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 1F3z6j-0002IG-Qz for ged-emacs-devel@m.gmane.org; Tue, 31 Jan 2006 18:15:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3z9E-0003Is-1V for ged-emacs-devel@m.gmane.org; Tue, 31 Jan 2006 12:18:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3xgU-0002a7-33 for emacs-devel@gnu.org; Tue, 31 Jan 2006 10:44:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3xgO-0002XZ-19 for emacs-devel@gnu.org; Tue, 31 Jan 2006 10:44:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3xgM-0002Ww-Gz for emacs-devel@gnu.org; Tue, 31 Jan 2006 10:44:39 -0500 Original-Received: from [66.249.92.207] (helo=uproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F3xer-0003yw-2Q for emacs-devel@gnu.org; Tue, 31 Jan 2006 10:43:05 -0500 Original-Received: by uproxy.gmail.com with SMTP id o2so72887uge for ; Tue, 31 Jan 2006 07:41:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wp1oY6LPPT7TdtkEFGg+zYhSUqsVWxJfM7jWEFreiiaXkqHkf/PcUDJeSFVGQ2vAmc+d+0IhLyWSlv5sTuQEspJPVqr2ZEytVOXahXsudyO1lsrMyxUbxuKUb1ku1uIx1lOLb/dWQvLKCyW0wj/rwdL7eoJoASKoofl1uaGYsgY= Original-Received: by 10.49.92.10 with SMTP id u10mr801325nfl; Tue, 31 Jan 2006 07:41:28 -0800 (PST) Original-Received: by 10.48.42.15 with HTTP; Tue, 31 Jan 2006 07:41:28 -0800 (PST) Original-To: "Kim F. Storm" In-Reply-To: Content-Disposition: inline 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:49816 Archived-At: > I don't recall changing anything like that. > > What setting do you use to force it off? > cua-highlight-region-shift-only=3Dt ? Perhaps it is a misunderstanding on my part, but I find this weird: ELISP> (setq transient-mark-mode nil) nil ELISP> transient-mark-mode nil ELISP> (cua-mode 1) t ELISP> transient-mark-mode t ELISP> (cua-selection-mode 1) t ELISP> transient-mark-mode t ELISP> (setq transient-mark-mode nil) nil ELISP> transient-mark-mode t ELISP> (setq cua-highlight-region-shift-only t) t ELISP> transient-mark-mode t ELISP> (setq transient-mark-mode nil) nil ELISP> transient-mark-mode t ELISP> Is that the expected behaviour? -- /L/e/k/t/u