|
|
Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: Aquamacs: transient-mark-mode; yanking from clipboard - msg#00071
List: emacs.macintosh.osx
On Tue, Jun 14, 2005 at 07:57:28PM +0200, Peter Dyballa wrote:
> That's easy: Option menu -> check "Active Region Highlighting" and then
> too Options menu -> "Save Options." Or (setq transient-mark-mode t) or
> search customization. For me it works.
Sorry for the confusion, this is only on Aquamacs. The other builds I've
tried don't have the problem, but they are missing some of the other
niceties of Aquamacs like SVN support. Also, it's very odd that I'm using
the same color-theme package, but the colors are different in some of the
themes (classic, for example). I tend to fuss too much with things like that.
Dave Cook
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: transient-mark-mode; yanking from clipboard
Am 14.06.2005 um 14:04 schrieb David M. Cook:
I'd like to have text marked with C-space highlighted in the buffer. I
tried turning on transient-mark-mode, but it's seems to be permanently
disabled. Is there some way I can turn it on?
That's easy: Option menu -> check "Active Region Highlighting" and then
too Options menu -> "Save Options." Or (setq transient-mark-mode t) or
search customization. For me it works.
Also, I'd like C-y to paste from the clipboard. Is this possible?
I don't know. For me it does not work. Could be it depends on swapping
Alt and Cmd keys. But then you can't input characters with Alt-<key>
...
--
Greetings
Pete
In a world without walls and fences, who needs gates and windows?
Next Message by Date:
click to view message preview
Re: transient-mark-mode; yanking from clipboard
On 6/14/05, Peter Dyballa <Peter_Dyballa@xxxxxx> wrote:
>
> Am 14.06.2005 um 14:04 schrieb David M. Cook:
> > Also, I'd like C-y to paste from the clipboard. Is this possible?
> >
>
> I don't know. For me it does not work. Could be it depends on swapping
> Alt and Cmd keys. But then you can't input characters with Alt-<key>
You could probably do this with:
(global-set-key [(control y)] 'clipboard-yank)
Cheers,
Bill
Previous Message by Thread:
click to view message preview
Re: transient-mark-mode; yanking from clipboard
Am 14.06.2005 um 14:04 schrieb David M. Cook:
I'd like to have text marked with C-space highlighted in the buffer. I
tried turning on transient-mark-mode, but it's seems to be permanently
disabled. Is there some way I can turn it on?
That's easy: Option menu -> check "Active Region Highlighting" and then
too Options menu -> "Save Options." Or (setq transient-mark-mode t) or
search customization. For me it works.
Also, I'd like C-y to paste from the clipboard. Is this possible?
I don't know. For me it does not work. Could be it depends on swapping
Alt and Cmd keys. But then you can't input characters with Alt-<key>
...
--
Greetings
Pete
In a world without walls and fences, who needs gates and windows?
Next Message by Thread:
click to view message preview
Re: Aquamacs: transient-mark-mode; yanking from clipboard
On 14 Jun 2005, at 19:52, David M. Cook wrote:
On Tue, Jun 14, 2005 at 07:57:28PM +0200, Peter Dyballa wrote:
That's easy: Option menu -> check "Active Region Highlighting" and
then
too Options menu -> "Save Options." Or (setq transient-mark-mode
t) or
search customization. For me it works.
Sorry for the confusion, this is only on Aquamacs. The other
builds I've
tried don't have the problem, but they are missing some of the other
niceties of Aquamacs like SVN support. Also, it's very odd that
I'm using
the same color-theme package, but the colors are different in some
of the
themes (classic, for example). I tend to fuss too much with things
like that.
You can't use transient-mark-mode together with cua-mode, which is
enabled in Aquamacs.
You can turn it off:
(cua-mode nil)
(transient-mark-mode t)
If that works, would you please be so kind as to update the Aquamacs
Wiki with a tip?
About the color-themes, I don't know. They haven't been modified. I
guess that different versions are installed.
Thanks
-- Dave
|
|