emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CUA-related problem (was: Re: thumbs.el and transparency)


From: Juanma Barranquero
Subject: Re: CUA-related problem (was: Re: thumbs.el and transparency)
Date: Tue, 31 Jan 2006 16:41:28 +0100

> I don't recall changing anything like that.
>
> What setting do you use to force it off?
>      cua-highlight-region-shift-only=t ?

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]