avy-autoloads.el (8222B)
1 ;;; avy-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path))) 9 10 11 12 ;;; Generated autoloads from avy.el 13 14 (autoload 'avy-goto-char "avy" "\ 15 Jump to the currently visible CHAR. 16 The window scope is determined by `avy-all-windows' (ARG negates it). 17 18 (fn CHAR &optional ARG)" t) 19 (autoload 'avy-goto-char-in-line "avy" "\ 20 Jump to the currently visible CHAR in the current line. 21 22 (fn CHAR)" t) 23 (autoload 'avy-goto-char-2 "avy" "\ 24 Jump to the currently visible CHAR1 followed by CHAR2. 25 The window scope is determined by `avy-all-windows'. 26 When ARG is non-nil, do the opposite of `avy-all-windows'. 27 BEG and END narrow the scope where candidates are searched. 28 29 (fn CHAR1 CHAR2 &optional ARG BEG END)" t) 30 (autoload 'avy-goto-char-2-above "avy" "\ 31 Jump to the currently visible CHAR1 followed by CHAR2. 32 This is a scoped version of `avy-goto-char-2', where the scope is 33 the visible part of the current buffer up to point. 34 The window scope is determined by `avy-all-windows'. 35 When ARG is non-nil, do the opposite of `avy-all-windows'. 36 37 (fn CHAR1 CHAR2 &optional ARG)" t) 38 (autoload 'avy-goto-char-2-below "avy" "\ 39 Jump to the currently visible CHAR1 followed by CHAR2. 40 This is a scoped version of `avy-goto-char-2', where the scope is 41 the visible part of the current buffer following point. 42 The window scope is determined by `avy-all-windows'. 43 When ARG is non-nil, do the opposite of `avy-all-windows'. 44 45 (fn CHAR1 CHAR2 &optional ARG)" t) 46 (autoload 'avy-isearch "avy" "\ 47 Jump to one of the current isearch candidates." t) 48 (autoload 'avy-goto-word-0 "avy" "\ 49 Jump to a word start. 50 The window scope is determined by `avy-all-windows'. 51 When ARG is non-nil, do the opposite of `avy-all-windows'. 52 BEG and END narrow the scope where candidates are searched. 53 54 (fn ARG &optional BEG END)" t) 55 (autoload 'avy-goto-word-1 "avy" "\ 56 Jump to the currently visible CHAR at a word start. 57 The window scope is determined by `avy-all-windows'. 58 When ARG is non-nil, do the opposite of `avy-all-windows'. 59 BEG and END narrow the scope where candidates are searched. 60 When SYMBOL is non-nil, jump to symbol start instead of word start. 61 62 (fn CHAR &optional ARG BEG END SYMBOL)" t) 63 (autoload 'avy-goto-word-1-above "avy" "\ 64 Jump to the currently visible CHAR at a word start. 65 This is a scoped version of `avy-goto-word-1', where the scope is 66 the visible part of the current buffer up to point. 67 The window scope is determined by `avy-all-windows'. 68 When ARG is non-nil, do the opposite of `avy-all-windows'. 69 70 (fn CHAR &optional ARG)" t) 71 (autoload 'avy-goto-word-1-below "avy" "\ 72 Jump to the currently visible CHAR at a word start. 73 This is a scoped version of `avy-goto-word-1', where the scope is 74 the visible part of the current buffer following point. 75 The window scope is determined by `avy-all-windows'. 76 When ARG is non-nil, do the opposite of `avy-all-windows'. 77 78 (fn CHAR &optional ARG)" t) 79 (autoload 'avy-goto-symbol-1 "avy" "\ 80 Jump to the currently visible CHAR at a symbol start. 81 The window scope is determined by `avy-all-windows'. 82 When ARG is non-nil, do the opposite of `avy-all-windows'. 83 84 (fn CHAR &optional ARG)" t) 85 (autoload 'avy-goto-symbol-1-above "avy" "\ 86 Jump to the currently visible CHAR at a symbol start. 87 This is a scoped version of `avy-goto-symbol-1', where the scope is 88 the visible part of the current buffer up to point. 89 The window scope is determined by `avy-all-windows'. 90 When ARG is non-nil, do the opposite of `avy-all-windows'. 91 92 (fn CHAR &optional ARG)" t) 93 (autoload 'avy-goto-symbol-1-below "avy" "\ 94 Jump to the currently visible CHAR at a symbol start. 95 This is a scoped version of `avy-goto-symbol-1', where the scope is 96 the visible part of the current buffer following point. 97 The window scope is determined by `avy-all-windows'. 98 When ARG is non-nil, do the opposite of `avy-all-windows'. 99 100 (fn CHAR &optional ARG)" t) 101 (autoload 'avy-goto-subword-0 "avy" "\ 102 Jump to a word or subword start. 103 The window scope is determined by `avy-all-windows' (ARG negates it). 104 105 When PREDICATE is non-nil it's a function of zero parameters that 106 should return true. 107 108 BEG and END narrow the scope where candidates are searched. 109 110 (fn &optional ARG PREDICATE BEG END)" t) 111 (autoload 'avy-goto-subword-1 "avy" "\ 112 Jump to the currently visible CHAR at a subword start. 113 The window scope is determined by `avy-all-windows' (ARG negates it). 114 The case of CHAR is ignored. 115 116 (fn CHAR &optional ARG)" t) 117 (autoload 'avy-goto-word-or-subword-1 "avy" "\ 118 Forward to `avy-goto-subword-1' or `avy-goto-word-1'. 119 Which one depends on variable `subword-mode'." t) 120 (autoload 'avy-goto-line "avy" "\ 121 Jump to a line start in current buffer. 122 123 When ARG is 1, jump to lines currently visible, with the option 124 to cancel to `goto-line' by entering a number. 125 126 When ARG is 4, negate the window scope determined by 127 `avy-all-windows'. 128 129 Otherwise, forward to `goto-line' with ARG. 130 131 (fn &optional ARG)" t) 132 (autoload 'avy-goto-line-above "avy" "\ 133 Goto visible line above the cursor. 134 OFFSET changes the distance between the closest key to the cursor and 135 the cursor 136 When BOTTOM-UP is non-nil, display avy candidates from top to bottom 137 138 (fn &optional OFFSET BOTTOM-UP)" t) 139 (autoload 'avy-goto-line-below "avy" "\ 140 Goto visible line below the cursor. 141 OFFSET changes the distance between the closest key to the cursor and 142 the cursor 143 When BOTTOM-UP is non-nil, display avy candidates from top to bottom 144 145 (fn &optional OFFSET BOTTOM-UP)" t) 146 (autoload 'avy-goto-end-of-line "avy" "\ 147 Call `avy-goto-line' and move to the end of the line. 148 149 (fn &optional ARG)" t) 150 (autoload 'avy-copy-line "avy" "\ 151 Copy a selected line above the current line. 152 ARG lines can be used. 153 154 (fn ARG)" t) 155 (autoload 'avy-move-line "avy" "\ 156 Move a selected line above the current line. 157 ARG lines can be used. 158 159 (fn ARG)" t) 160 (autoload 'avy-copy-region "avy" "\ 161 Select two lines and copy the text between them to point. 162 163 The window scope is determined by `avy-all-windows' or 164 `avy-all-windows-alt' when ARG is non-nil. 165 166 (fn ARG)" t) 167 (autoload 'avy-move-region "avy" "\ 168 Select two lines and move the text between them above the current line." t) 169 (autoload 'avy-kill-region "avy" "\ 170 Select two lines and kill the region between them. 171 172 The window scope is determined by `avy-all-windows' or 173 `avy-all-windows-alt' when ARG is non-nil. 174 175 (fn ARG)" t) 176 (autoload 'avy-kill-ring-save-region "avy" "\ 177 Select two lines and save the region between them to the kill ring. 178 The window scope is determined by `avy-all-windows'. 179 When ARG is non-nil, do the opposite of `avy-all-windows'. 180 181 (fn ARG)" t) 182 (autoload 'avy-kill-whole-line "avy" "\ 183 Select line and kill the whole selected line. 184 185 With a numerical prefix ARG, kill ARG line(s) starting from the 186 selected line. If ARG is negative, kill backward. 187 188 If ARG is zero, kill the selected line but exclude the trailing 189 newline. 190 191 \\[universal-argument] 3 \\[avy-kil-whole-line] kill three lines 192 starting from the selected line. \\[universal-argument] -3 193 194 \\[avy-kill-whole-line] kill three lines backward including the 195 selected line. 196 197 (fn ARG)" t) 198 (autoload 'avy-kill-ring-save-whole-line "avy" "\ 199 Select line and save the whole selected line as if killed, but don’t kill it. 200 201 This command is similar to `avy-kill-whole-line', except that it 202 saves the line(s) as if killed, but does not kill it(them). 203 204 With a numerical prefix ARG, kill ARG line(s) starting from the 205 selected line. If ARG is negative, kill backward. 206 207 If ARG is zero, kill the selected line but exclude the trailing 208 newline. 209 210 (fn ARG)" t) 211 (autoload 'avy-setup-default "avy" "\ 212 Setup the default shortcuts.") 213 (autoload 'avy-goto-char-timer "avy" "\ 214 Read one or many consecutive chars and jump to the first one. 215 The window scope is determined by `avy-all-windows' (ARG negates it). 216 217 (fn &optional ARG)" t) 218 (register-definition-prefixes "avy" '("avy-")) 219 220 ;;; End of scraped data 221 222 (provide 'avy-autoloads) 223 224 ;; Local Variables: 225 ;; version-control: never 226 ;; no-byte-compile: t 227 ;; no-update-autoloads: t 228 ;; no-native-compile: t 229 ;; coding: utf-8-emacs-unix 230 ;; End: 231 232 ;;; avy-autoloads.el ends here