| About 865 results (0.19 seconds) |
![]() Custom Search |
Apr 24, 2013 ... 'M-y' at top level (i.e., not after a yank from either the kill ring or the 'secondary- selection-ring' of second-sel.el) yanks from one of those rings ... www.emacswiki.org/emacs/BrowseKillRing |
Feb 3, 2011 ... 'M-y' ( 'yank-pop' ) cycles backwards through the 'kill-ring' . Here's a way ... (defun yank-pop-forwards (arg) (interactive "p") (yank-pop (- arg))) ... www.emacswiki.org/emacs/KillingAndYanking |
Mar 22, 2013 ... Switch to the *scratch* buffer or open some temporary buffer and yank the rectangular text with 'C-x r y' , then kill the result regularly with 'C-k' . www.emacswiki.org/emacs/RectangleCommands |
... demonstrate :-). clipboard-yank in particular seems eerily smart. ... (deactivate- mark)) (message "No region active; can't yank to clipboard!"))) (global-set-key ... www.emacswiki.org/emacs/CopyAndPaste |
Aug 5, 2012 ... Alternatively, you may define a separate yank-and-indent command as such: ( defun yank-and-indent () "Yank and then indent the newly formed ... www.emacswiki.org/emacs/AutoIndentation |
Apr 16, 2013 ... If previous ;; command was yank, it will act like `yank-pop'(default M-y). ;; All choise's length cut to `kill-ring-ido-shortage-length'. Number ; ... www.emacswiki.org/emacs/kill-ring-ido.el |
Jun 18, 2012 ... When people flooded EmacsChannel with code or debug messages instead of using [[lisppaste?]], pjb mentioned his function 'erc-yank' ... www.emacswiki.org/emacs/ErcYank |
May 5, 2012 ... MRU-yank. homepage: https://github.com/lewang/le_emacs_MRU_yank. reorganize kill-ring as an MRU (most recently used) stack. Similary to ... www.emacswiki.org/emacs/MRU-yank |
Feb 17, 2013... (progn (comint-next-prompt 25535) (yank)) (progn (goto-char (mark)) (yank) )))) ) (if arg (if (= arg 1) nil (funcall pasteMe)) (funcall pasteMe)) )) ... www.emacswiki.org/emacs/CopyWithoutSelection |
Apr 20, 2012 ... A further keypress can be saved by using the yank-handler text property. ... ( defun yank-line (string) "Insert STRING above the current line. www.emacswiki.org/emacs/WholeLineOrRegion |
| |