emacs and other programs, like firefox

Alan E. Davis lngndvs at gmail.com
Tue Feb 10 00:33:06 UTC 2009


Another solution works better for m.

On Tue, Feb 10, 2009 at 10:14 AM, Colin Bell <col at baibell.org> wrote:

>
> Try putting
>
> (setq x-select-enable-clipboard t)
>
> in your .emacs file.


This interferes with my long-held muscle memories when using emacs, so I
have used this solution:

 ; Clipboard selection,  29 December 2008, AED
(global-set-key "\C-x7c" 'clipboard-kill-ring-save)
(global-set-key "\C-x7y" 'clipboard-yank)
(global-set-key "\C-x7v" 'clipboard-yank)
(global-set-key "\C-x7x" 'clipboard-kill-region)

I use the prefix \C-x7 for several commands.  You may want to use another
keybinding.

Alan



-- 
Alan Davis

It is undesirable to believe a proposition when
there is no ground whatsoever for supposing it is true.
    ---- Bertrand Russell
They are ill discoverers that think there is no land, when they can see
nothing but sea.
    ----   Sir Francis Bacon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20090210/be1b5d1a/attachment.html>


More information about the ubuntu-users mailing list