/dports/shells/zsh/zsh-5.8.1/Test/ |
H A D | X02zlevi.ztst | 46 0:yank and paste blank line 125 0:yank up clears lastcol 227 zpty_run 'bindkey -a "^P" yank-pop' 229 0:line based put before followed by character based yank-pop 234 0:character based put before followed by line based yank-pop 240 0:put after cycled twice with yank-pop 245 0:line based put after followed by character based yank-pop 250 0:character based after before followed by line based yank-pop 357 >BUFFER: new 366 zletest $'line end\eOstart 1 back new\e0verawvrbwevbrcwvj0erdwv$re' [all …]
|
/dports/lang/emacs-lisp-intro/emacs-lisp-intro-2.04/ |
H A D | emacs-lisp-intro.info-7 | 29 The `kill-new' function 32 The `kill-new' function looks like this: 34 (defun kill-new (string &optional replace) 118 Now, we can add a new element on to this list by evaluating the 186 The next to last expression in the `kill-new' function is 196 variable is used in functions such as `yank' and `yank-pop' (*note 675 `yank', which is usually bound to `C-y'; `yank-pop', which is usually 681 `yank' and `yank-pop' functions is: 685 To begin to understand how `yank' and `yank-pop' work, it is first 753 many details. It and the much simpler `yank' and `yank-pop' functions [all …]
|
H A D | emacs-lisp-intro.info-13 | 98 The new string format has a special syntax: 110 third, and fourth elements of this new string format can be repeated. 126 `:eval' is a new feature in GNU Emacs version 21. It says to 732 workings of the `rotate-yank-pointer' function. The `yank' and 733 `yank-pop' commands use the `rotate-yank-pointer' function. This 735 the `yank' and the `yank-pop' commands. 741 * yank-pop:: Insert first element pointed to. 1151 File: emacs-lisp-intro.info, Node: yank, Next: yank-pop, Prev: rotate-yank-pointer, Up: Kill Ri… 1153 `yank' 1169 See also the command \\[yank-pop]." [all …]
|
H A D | emacs-lisp-intro.info-14 | 80 File: emacs-lisp-intro.info, Node: yank-pop, Prev: yank, Up: Kill Ring 82 `yank-pop' 85 After understanding `yank', the `yank-pop' function is easy. 88 (defun yank-pop (arg) 92 (setq this-command 'yank) 112 the beginning of the place the new text will be inserted and then the 114 This leaves point after the new text. If in the previous yank, point 145 Since insertions fill a buffer to the right and below point, the new 597 `C-y' (`yank)'. 901 This new feature requires a change to the `Y-axis-column' function, [all …]
|
H A D | emacs-lisp-intro.info | 196 Node: kill-new function291354 205 Node: kill-ring-yank-pointer316202 206 Node: yank nthcdr Exercises319121 317 Node: rotate-yank-pointer598996 325 Node: yank615191 328 Node: yank-pop622429
|
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-emacsLisp.r/simple-emacsLisp.d/ |
H A D | expected.tags | 226 kill-new input.el /^(defun kill-new (string &optional replace)$/;" function 229 yank-pop-change-selection input.el /^(defcustom yank-pop-change-selection nil$/;" custom 245 yank-window-start input.el /^(defvar yank-window-start nil)$/;" variable 246 yank-undo-function input.el /^(defvar yank-undo-function nil$/;" variable 247 yank-pop input.el /^(defun yank-pop (&optional arg)$/;" function 248 yank input.el /^(defun yank (&optional arg)$/;" function 289 pop-to-mark-command input.el /^(defun pop-to-mark-command ()$/;" function 291 set-mark-command-repeat-pop input.el /^(defcustom set-mark-command-repeat-pop nil$/;" custom 294 pop-mark input.el /^(defun pop-mark ()$/;" function 302 pop-global-mark input.el /^(defun pop-global-mark ()$/;" function [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/doc/emacs/ |
H A D | killing.texi | 308 text (@code{yank-pop}), or allow to select from the list of 372 don't, you can use the @kbd{M-y} (@code{yank-pop}) command to cycle 376 @findex yank-pop 409 buffer does not change what's in the ring. As long as no new killing 445 Normally, each kill command pushes a new entry onto the kill ring. 485 commands (not just numeric arguments), it starts a new entry on the 555 @vindex yank-pop-change-selection 556 Normally, rotating the kill ring with @kbd{M-y} (@code{yank-pop}) 558 @code{yank-pop-change-selection} to @code{t}, then @kbd{M-y} saves the 559 new yank to the clipboard. [all …]
|
/dports/editors/emacs/emacs-27.2/doc/emacs/ |
H A D | killing.texi | 293 (@code{yank-pop}). @xref{Earlier Kills}. 356 don't, you can use the @kbd{M-y} (@code{yank-pop}) command to cycle 360 @findex yank-pop 390 what's in the ring. As long as no new killing is done, the last-yank 401 Normally, each kill command pushes a new entry onto the kill ring. 441 commands (not just numeric arguments), it starts a new entry on the 508 @vindex yank-pop-change-selection 509 Normally, rotating the kill ring with @kbd{M-y} (@code{yank-pop}) 511 @code{yank-pop-change-selection} to @code{t}, then @kbd{M-y} saves the 512 new yank to the clipboard. [all …]
|
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/ |
H A D | readline.vim | 6 " Add new functions for Readline 7 / Bash 4.4 230 \ yank-nth-arg 231 \ yank-last-arg 259 \ yank 260 \ yank-pop 320 \ vi-yank-to 322 \ vi-yank-arg 340 \ vi-yank-to
|
/dports/editors/vim/vim-8.2.3745/runtime/syntax/ |
H A D | readline.vim | 6 " Add new functions for Readline 7 / Bash 4.4 230 \ yank-nth-arg 231 \ yank-last-arg 259 \ yank 260 \ yank-pop 320 \ vi-yank-to 322 \ vi-yank-arg 340 \ vi-yank-to
|
/dports/textproc/texi2html/texi2html-5.0/test/xemacs_manual/ |
H A D | killing.texi | 206 (@code{yank-pop}). 261 Normally, each kill command pushes a new block onto the kill ring. 294 commands (not just numeric arguments), it starts a new entry on the kill 298 text, instead of starting a new entry. With @kbd{C-M-w}, you can kill 306 @findex yank-pop 308 the @kbd{Meta-y} (@code{yank-pop}) command. You can use @kbd{M-y} only 317 the new item at the front of the ring. @kbd{C-y} yanks the item 397 (with the @b{Copy} command) is displayed in a window. Any time new text is 594 to a non-@code{nil} value. If you are writing a new Emacs command that 704 @item M-x yank-rectangle [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispintro/ |
H A D | ChangeLog.1 | 25 * Makefile.in (dist): Update for new output variables. 242 Update manual for new time stamp format (Bug#12706). 585 `kill-new', which sets `kill-ring-yank-pointer'. 588 (yank): Remove mention of `rotate-yank-pointer'. 605 section name on top of new page. 665 (kill-new function): Indent the sentence beginning `notice'. 667 references to `yank' and `yank-pop. End section with a note that `we 673 of extraneous quotation mark to rotate-yank-pointer. 682 copy-region-as-kill, kill-append, kill-new, forward-sentence, 683 forward-paragraph, find-file, current-kill, yank, and yank-pop. [all …]
|
/dports/editors/emacs/emacs-27.2/doc/lispintro/ |
H A D | ChangeLog.1 | 25 * Makefile.in (dist): Update for new output variables. 242 Update manual for new time stamp format (Bug#12706). 585 `kill-new', which sets `kill-ring-yank-pointer'. 588 (yank): Remove mention of `rotate-yank-pointer'. 605 section name on top of new page. 665 (kill-new function): Indent the sentence beginning `notice'. 667 references to `yank' and `yank-pop. End section with a note that `we 673 of extraneous quotation mark to rotate-yank-pointer. 682 copy-region-as-kill, kill-append, kill-new, forward-sentence, 683 forward-paragraph, find-file, current-kill, yank, and yank-pop. [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/ |
H A D | ses.texi | 548 @code{ses-define-if-new-local-printer} 659 @findex yank 660 @findex clipboard-yank 661 @findex mouse-yank-at-click 662 @findex mouse-yank-at-secondary 663 @findex ses-yank-pop 720 element from the kill ring (@code{ses-yank-pop}). Unlike the standard 721 Emacs yank-pop, the @acronym{SES} version uses @code{undo} to delete the old 887 a new column just beyond a one-row range, the new cell is included in 1288 @findex yank [all …]
|
/dports/editors/emacs/emacs-27.2/doc/misc/ |
H A D | ses.texi | 548 @code{ses-define-if-new-local-printer} 659 @findex yank 660 @findex clipboard-yank 661 @findex mouse-yank-at-click 662 @findex mouse-yank-at-secondary 663 @findex ses-yank-pop 720 element from the kill ring (@code{ses-yank-pop}). Unlike the standard 721 Emacs yank-pop, the @acronym{SES} version uses @code{undo} to delete the old 887 a new column just beyond a one-row range, the new cell is included in 1288 @findex yank [all …]
|
/dports/shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0/ |
H A D | CHANGELOG.md | 54 - We are now running CI against new 5.5.1 version 57 - Fix issue rotating through kill ring with `yank-pop` (#301) 58 - Fix issue creating new pty for async mode when previous pty is not properly cleaned up (#249) 89 - Don't fetch a new suggestion unless a modification widget actually modifies the buffer (#183)
|
/dports/mail/vmailmgr/vmailmgr-0.97/ |
H A D | TODO | 3 targets in order to have short quantitative goals for making new 8 - Revert vdomain::lookup back to the single-argument case, and yank the 86 - adds a new user to /etc/passwd 87 - creates the new user directory 104 - Modifiy the pop bulletin command to take the bulletin directory on the
|
/dports/irc/riece/riece-9.0.0/ |
H A D | NEWS.ja | 281 ** riece-yank で、前置引数を指定することにより、メッセージを NOTICE と 300 ** kill-ring から文字列を送信するアドオン riece-yank を追加。(by 大和さん) 519 generate-new-buffer で新しいバッファを作成して利用するようにした。 650 ** APEL の関数 (pop, push) の退治
|
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/rustyline-9.0.0/src/ |
H A D | lib.rs | 262 if s.line.yank(text, 1).is_none() { 294 let mut ab = String::new(); 387 search_buf.pop(); 600 if let Some(n) = grapheme_sizes.pop() { 620 let mut input = String::new(); 631 input.pop(); 634 input.pop(); 729 pub fn new() -> Self { 735 let term = Terminal::new( 746 kill_ring: Arc::new(Mutex::new(KillRing::new(60))), [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/lisp/org/ |
H A D | org-feed.el | 346 (push e new) 355 (setq new (mapcar parse-entry new) 360 (setq new (delq nil (mapcar filter new)) 363 (when (not (or new changed)) 387 (when new 391 (funcall new-handler new)) 397 new))) 421 (length new) (if (> (length new) 1) "s" "") 425 (length new)))))) 510 (while (setq entry (pop entries)) [all …]
|
/dports/editors/emacs/emacs-27.2/lisp/org/ |
H A D | org-feed.el | 346 (push e new) 355 (setq new (mapcar parse-entry new) 360 (setq new (delq nil (mapcar filter new)) 363 (when (not (or new changed)) 387 (when new 391 (funcall new-handler new)) 397 new))) 421 (length new) (if (> (length new) 1) "s" "") 425 (length new)))))) 510 (while (setq entry (pop entries)) [all …]
|
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/ops/ |
H A D | registry.rs | 64 let (pkg, cli_features) = pkgs.pop().unwrap(); in publish() 267 None => BTreeMap::new(), in transmit() 517 let mut handle = Easy::new(); in http_handle_and_timeout() 539 handle.ssl_options(SslOpt::new().no_revoke(!check))?; in configure_http_handle() 618 HttpTimeout::new(config) in configure_http_handle() 636 dur: Duration::new(seconds, 0), in new() 706 let mut line = String::new(); in registry_login() 846 pub fn yank( in yank() function 885 .yank(&name, &version) in yank() 905 let map = SourceConfigMap::new(config)?; in get_source_id() [all …]
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/ops/ |
H A D | registry.rs | 64 let (pkg, cli_features) = pkgs.pop().unwrap(); in publish() 267 None => BTreeMap::new(), in transmit() 517 let mut handle = Easy::new(); in http_handle_and_timeout() 539 handle.ssl_options(SslOpt::new().no_revoke(!check))?; in configure_http_handle() 618 HttpTimeout::new(config) in configure_http_handle() 636 dur: Duration::new(seconds, 0), in new() 706 let mut line = String::new(); in registry_login() 846 pub fn yank( in yank() function 885 .yank(&name, &version) in yank() 905 let map = SourceConfigMap::new(config)?; in get_source_id() [all …]
|
/dports/devel/radare2/radare2-5.1.1/doc/ |
H A D | intro.md | 256 ## yank & paste 259 y: Shows yank buffer content with address and length where each entry was copied from 260 yp: Prints yank buffer 261 yy offset: Paste the contents of the yank buffer at the specified offset 306 We can add new commands to HUD in: radare2/shlr/hud/main 315 /R pop,pop,ret 364 CC: List all comments or add a new comment in console mode 366 CC <comment> add new comment
|
/dports/devel/gdb/gdb-11.1/readline/readline/ |
H A D | NEWS | 1 This is a terse description of the new features added to readline-8.1 since 7 did not, treat it as a new completion attempt and insert a match as 19 e. rl-clear-display: new bindable command that clears the screen and, if 42 This is a terse description of the new features added to readline-8.0 since 50 b. There are new `next-screen-line' and `previous-screen-line' bindable 63 f. There is new support for conditionally testing the readline version in an 87 This is a terse description of the new features added to readline-7.0 since 111 f. There is a new bindable command `vi-yank-pop', a vi-mode version of emacs- 112 mode yank-pop. 138 n. rl_clear_visible_line: new application-callable function; clears all [all …]
|