From: Bob Proulx <bob@proulx.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Copy/paste between console and emacs
Date: Mon, 11 May 2015 15:02:29 -0600 [thread overview]
Message-ID: <20150511145756212641689@bob.proulx.com> (raw)
In-Reply-To: <7407c038db454d1ba39752e904ed3331@teksavvy.com>
jonetsu wrote:
> In 24.4.1, after selecting text in a console window (kconsole),
> the only way to paste it in emacs is to use the mouse. In previous
> emacs version, I used to use Shift-Ins. Now Shift-ins only works
> for texte selected inside emacs (and between emacs instances). So
> I've been doing it the 'new way' for some time although today, I
> decided to finally ask if it is possible to use Shift-ins for any
> kind of pasting, not only within emacs :)
This comes up periodically in the mailing list. Some people feel
strongly one way. Others feel strongly the other way. Note that it
has deep personal preferences involved as do most user interface
decisions.
I set the following according to my preferences.
(setq select-active-regions nil) ; default is nil in 23, t in 24
(setq mouse-drag-copy-region t) ; default is t in 23, nil in 24
(setq x-select-enable-primary t) ; default is nil in 23, t in 24
(setq x-select-enable-clipboard nil) ; default is nil in 23, t in 24
(setq x-select-enable-clipboard-manager nil) ; new in 24, default is t
You probably want x-select-enable-primary in particular. See the
documentation for the set to determine what you like and don't like.
Bob
next prev parent reply other threads:[~2015-05-11 21:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 14:45 Copy/paste between console and emacs jonetsu
2015-05-11 15:12 ` Stefan Monnier
2015-05-11 18:15 ` Jude DaShiell
2015-05-11 21:02 ` Bob Proulx [this message]
[not found] <mailman.2765.1431355457.904.help-gnu-emacs@gnu.org>
2015-05-11 21:23 ` Emanuel Berg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150511145756212641689@bob.proulx.com \
--to=bob@proulx.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).