Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using command to insert a block, after which I'd like to xclip the bock just inserted.
Something like:
(setq name "blockName")
(command "-insert" name (list x y) 1 1 ROT)
;;Here's where I want to xclip the block inserted above
Solved! Go to Solution.