![]() |
Emacs KDE clipboard interaction
I am using Emacs 23.3.1 and KDE 4.5.5 on Linux Slackware. When I select and copy some text in Emacs into the clipboard, using the hotkeys: C-c & Shift-<Ins> this text doesn't appear immidiately in KDE clipboard. But exists at the top of Klipper buffer. So I have to manually select this text and then it's available.
When I copy from the menu, everything works fine. How to learn, which functions called, when copying from the menu, so I could bind it to the hotkeys? |
You can use describe-key (<f1> k) or describe-key-briefly (<f1> c) for any keybindings. Clicking a menu item also counts as a keystroke.
For example, describe-key-briefly on the copy menu item gives me: Code:
<menu-bar> <edit> <copy> runs the command clipboard-kill-ring-saveCode:
x-select-enable-clipboard is a variable defined in `x-win.el'. |
| All times are GMT -5. The time now is 07:46 AM. |