Searched +refs:kill +refs:ring (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsurvival.tex185 \key{C-x k} kill a buffer
217 \key{C-w} kill region
218 \key{M-w} copy region to kill-ring
219 \key{C-k} kill from the cursor all the way to the end of the line
220 \key{M-DEL} kill word
221 \key{C-y} yank back the last kill (\kbd{C-w C-y} combination could be
223 \key{M-y} replace last yank with previous kill
344 \key{C-x r k} kill rectangle
H A Dpl-refcard.tex462 %\threecol{{\bf entity to kill}}{{\bf backward}}{{\bf forward}}
463 %\threecol{character (delete, not kill)}{DEL}{C-d}
476 %\key{kill {\bf region}}{C-w}
477 %\key{copy region to kill ring}{M-w}
478 %\key{kill through next occurrence of {\it char}}{M-z {\it char}}
480 \key{wstaw obszar do `kill ring'}{M-w}
484 %\key{replace last yank with previous kill}{M-y}
651 \key{przywo/laj nast/epny tekst z~`kill rin
[all...]
H A Drefcard.tex363 \threecol{{\bf entity to kill}}{{\bf backward}}{{\bf forward}}
364 \threecol{character (delete, not kill)}{DEL}{C-d}
371 \key{kill {\bf region}}{C-w}
372 \key{copy region to kill ring}{M-w}
373 \key{kill through next occurrence of {\it char}}{M-z {\it char}}
376 \key{replace last yank with previous kill}{M-y}
491 \key{kill a buffer}{C-x k}
526 \key{kill rectangle}{C-x r k}
H A Dorgcard.tex312 \key{kill subtree}{C-c C-x C-w}
365 \key{kill the current column}{M-S-LEFT}
370 \key{kill the current row or horizontal line}{M-S-UP}
435 \key{record a position in mark ring}{C-c \%}
623 \key{kill item and source}{C-k}
H A Dfr-survival.tex220 \key{M-w} copie la r\'egion dans le 'kill-ring'
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcomint.el74 ;; C-c C-u comint-kill-input ^u
75 ;; C-c C-w backward-kill-word ^w
81 ;; C-c C-l comint-dynamic-list-input-ring List input history
93 ;; comint-kill-subjob No mercy.
108 (require 'ring)
118 ;; comint-input-ring-size integer For the input history
119 ;; comint-input-ring ring mechanism
120 ;; comint-input-ring-index number ...
121 ;; comint-save-input-ring
[all...]
H A Dterm.el373 ;; c-c c-u term-kill-input ^u
374 ;; c-c c-w backward-kill-word ^w
378 ;; c-c c-o term-kill-output Delete last batch of process output
380 ;; c-c c-h term-dynamic-list-input-ring List input history
389 ;; term-kill-subjob No mercy.
406 (require 'ring)
422 ;;; term-last-input-end - marker For term-kill-output command
424 (defvar term-input-ring-size 32 "Size of input history ring.")
425 ;;; term-input-ring
[all...]

Completed in 199 milliseconds