help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Need help with emacs clipboard.


From: Joost Kremers
Subject: Re: Need help with emacs clipboard.
Date: 15 Jan 2015 21:05:30 GMT
User-agent: slrn/pre1.0.0-18 (Linux)

Harry Putnam wrote:
> I meant a way to string a bunch of setq's together... Something like
> (mixing languages .. but maybe it is clear?)

You mean like so:

,----
| (setq transient-mark-mode nil
|       select-active-regions nil         ; default is nil in 23, t in 24
|       mouse-drag-copy-region t          ; default is t in 23, nil in 24
|       x-select-enable-primary t         ; default is nil in 23, t in 24
|       x-select-enable-clipboard nil     ; default is nil in 23, t in 24
|       x-select-enable-clipboard-manager nil) ; new in 24, default is t
`----

?

Yeah, that's possible. :-)

-- 
Joost Kremers                                   joostkremers@fastmail.fm
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


reply via email to

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