Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

362 lines
11 KiB

4 years ago
  1. ;;; multiple-cursors-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "mc-cycle-cursors" "mc-cycle-cursors.el" (0
  7. ;;;;;; 0 0 0))
  8. ;;; Generated autoloads from mc-cycle-cursors.el
  9. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mc-cycle-cursors" '("mc/")))
  10. ;;;***
  11. ;;;### (autoloads nil "mc-edit-lines" "mc-edit-lines.el" (0 0 0 0))
  12. ;;; Generated autoloads from mc-edit-lines.el
  13. (autoload 'mc/edit-lines "mc-edit-lines" "\
  14. Add one cursor to each line of the active region.
  15. Starts from mark and moves in straight down or up towards the
  16. line point is on.
  17. What is done with lines which are not long enough is governed by
  18. `mc/edit-lines-empty-lines'. The prefix argument ARG can be used
  19. to override this. If ARG is a symbol (when called from Lisp),
  20. that symbol is used instead of `mc/edit-lines-empty-lines'.
  21. Otherwise, if ARG negative, short lines will be ignored. Any
  22. other non-nil value will cause short lines to be padded.
  23. \(fn &optional ARG)" t nil)
  24. (autoload 'mc/edit-ends-of-lines "mc-edit-lines" "\
  25. Add one cursor to the end of each line in the active region.
  26. \(fn)" t nil)
  27. (autoload 'mc/edit-beginnings-of-lines "mc-edit-lines" "\
  28. Add one cursor to the beginning of each line in the active region.
  29. \(fn)" t nil)
  30. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mc-edit-lines" '("mc/edit-lines-empty-lines")))
  31. ;;;***
  32. ;;;### (autoloads nil "mc-hide-unmatched-lines-mode" "mc-hide-unmatched-lines-mode.el"
  33. ;;;;;; (0 0 0 0))
  34. ;;; Generated autoloads from mc-hide-unmatched-lines-mode.el
  35. (autoload 'mc-hide-unmatched-lines-mode "mc-hide-unmatched-lines-mode" "\
  36. Minor mode when enabled hides all lines where no cursors (and
  37. also hum/lines-to-expand below and above) To make use of this
  38. mode press \"C-'\" while multiple-cursor-mode is active. You can
  39. still edit lines while you are in mc-hide-unmatched-lines
  40. mode. To leave this mode press <return> or \"C-g\"
  41. \(fn &optional ARG)" t nil)
  42. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mc-hide-unmatched-lines-mode" '("hum/")))
  43. ;;;***
  44. ;;;### (autoloads nil "mc-mark-more" "mc-mark-more.el" (0 0 0 0))
  45. ;;; Generated autoloads from mc-mark-more.el
  46. (autoload 'mc/mark-next-like-this "mc-mark-more" "\
  47. Find and mark the next part of the buffer matching the currently active region
  48. If no region is active add a cursor on the next line
  49. With negative ARG, delete the last one instead.
  50. With zero ARG, skip the last one and mark next.
  51. \(fn ARG)" t nil)
  52. (autoload 'mc/mark-next-like-this-word "mc-mark-more" "\
  53. Find and mark the next part of the buffer matching the currently active region
  54. If no region is active, mark the word at the point and find the next match
  55. With negative ARG, delete the last one instead.
  56. With zero ARG, skip the last one and mark next.
  57. \(fn ARG)" t nil)
  58. (autoload 'mc/mark-next-word-like-this "mc-mark-more" "\
  59. Find and mark the next word of the buffer matching the currently active region
  60. The matching region must be a whole word to be a match
  61. If no region is active, mark the symbol at the point and find the next match
  62. With negative ARG, delete the last one instead.
  63. With zero ARG, skip the last one and mark next.
  64. \(fn ARG)" t nil)
  65. (autoload 'mc/mark-next-symbol-like-this "mc-mark-more" "\
  66. Find and mark the next symbol of the buffer matching the currently active region
  67. The matching region must be a whole symbol to be a match
  68. If no region is active, mark the symbol at the point and find the next match
  69. With negative ARG, delete the last one instead.
  70. With zero ARG, skip the last one and mark next.
  71. \(fn ARG)" t nil)
  72. (autoload 'mc/mark-previous-like-this "mc-mark-more" "\
  73. Find and mark the previous part of the buffer matching the currently active region
  74. If no region is active add a cursor on the previous line
  75. With negative ARG, delete the last one instead.
  76. With zero ARG, skip the last one and mark next.
  77. \(fn ARG)" t nil)
  78. (autoload 'mc/mark-previous-like-this-word "mc-mark-more" "\
  79. Find and mark the previous part of the buffer matching the currently active region
  80. If no region is active, mark the word at the point and find the previous match
  81. With negative ARG, delete the last one instead.
  82. With zero ARG, skip the last one and mark previous.
  83. \(fn ARG)" t nil)
  84. (autoload 'mc/mark-previous-word-like-this "mc-mark-more" "\
  85. Find and mark the previous part of the buffer matching the currently active region
  86. The matching region must be a whole word to be a match
  87. If no region is active add a cursor on the previous line
  88. With negative ARG, delete the last one instead.
  89. With zero ARG, skip the last one and mark next.
  90. \(fn ARG)" t nil)
  91. (autoload 'mc/mark-previous-symbol-like-this "mc-mark-more" "\
  92. Find and mark the previous part of the buffer matching the currently active region
  93. The matching region must be a whole symbol to be a match
  94. If no region is active add a cursor on the previous line
  95. With negative ARG, delete the last one instead.
  96. With zero ARG, skip the last one and mark next.
  97. \(fn ARG)" t nil)
  98. (autoload 'mc/mark-next-lines "mc-mark-more" "\
  99. \(fn ARG)" t nil)
  100. (autoload 'mc/mark-previous-lines "mc-mark-more" "\
  101. \(fn ARG)" t nil)
  102. (autoload 'mc/unmark-next-like-this "mc-mark-more" "\
  103. Deselect next part of the buffer matching the currently active region.
  104. \(fn)" t nil)
  105. (autoload 'mc/unmark-previous-like-this "mc-mark-more" "\
  106. Deselect prev part of the buffer matching the currently active region.
  107. \(fn)" t nil)
  108. (autoload 'mc/skip-to-next-like-this "mc-mark-more" "\
  109. Skip the current one and select the next part of the buffer matching the currently active region.
  110. \(fn)" t nil)
  111. (autoload 'mc/skip-to-previous-like-this "mc-mark-more" "\
  112. Skip the current one and select the prev part of the buffer matching the currently active region.
  113. \(fn)" t nil)
  114. (autoload 'mc/mark-all-like-this "mc-mark-more" "\
  115. Find and mark all the parts of the buffer matching the currently active region
  116. \(fn)" t nil)
  117. (autoload 'mc/mark-all-words-like-this "mc-mark-more" "\
  118. \(fn)" t nil)
  119. (autoload 'mc/mark-all-symbols-like-this "mc-mark-more" "\
  120. \(fn)" t nil)
  121. (autoload 'mc/mark-all-in-region "mc-mark-more" "\
  122. Find and mark all the parts in the region matching the given search
  123. \(fn BEG END &optional SEARCH)" t nil)
  124. (autoload 'mc/mark-all-in-region-regexp "mc-mark-more" "\
  125. Find and mark all the parts in the region matching the given regexp.
  126. \(fn BEG END)" t nil)
  127. (autoload 'mc/mark-more-like-this-extended "mc-mark-more" "\
  128. Like mark-more-like-this, but then lets you adjust with arrows key.
  129. The adjustments work like this:
  130. <up> Mark previous like this and set direction to 'up
  131. <down> Mark next like this and set direction to 'down
  132. If direction is 'up:
  133. <left> Skip past the cursor furthest up
  134. <right> Remove the cursor furthest up
  135. If direction is 'down:
  136. <left> Remove the cursor furthest down
  137. <right> Skip past the cursor furthest down
  138. The bindings for these commands can be changed. See `mc/mark-more-like-this-extended-keymap'.
  139. \(fn)" t nil)
  140. (autoload 'mc/mark-all-like-this-dwim "mc-mark-more" "\
  141. Tries to guess what you want to mark all of.
  142. Can be pressed multiple times to increase selection.
  143. With prefix, it behaves the same as original `mc/mark-all-like-this'
  144. \(fn ARG)" t nil)
  145. (autoload 'mc/mark-all-dwim "mc-mark-more" "\
  146. Tries even harder to guess what you want to mark all of.
  147. If the region is active and spans multiple lines, it will behave
  148. as if `mc/mark-all-in-region'. With the prefix ARG, it will call
  149. `mc/edit-lines' instead.
  150. If the region is inactive or on a single line, it will behave like
  151. `mc/mark-all-like-this-dwim'.
  152. \(fn ARG)" t nil)
  153. (autoload 'mc/mark-all-like-this-in-defun "mc-mark-more" "\
  154. Mark all like this in defun.
  155. \(fn)" t nil)
  156. (autoload 'mc/mark-all-words-like-this-in-defun "mc-mark-more" "\
  157. Mark all words like this in defun.
  158. \(fn)" t nil)
  159. (autoload 'mc/mark-all-symbols-like-this-in-defun "mc-mark-more" "\
  160. Mark all symbols like this in defun.
  161. \(fn)" t nil)
  162. (autoload 'mc/toggle-cursor-on-click "mc-mark-more" "\
  163. Add a cursor where you click, or remove a fake cursor that is
  164. already there.
  165. \(fn EVENT)" t nil)
  166. (defalias 'mc/add-cursor-on-click 'mc/toggle-cursor-on-click)
  167. (autoload 'mc/mark-sgml-tag-pair "mc-mark-more" "\
  168. Mark the tag we're in and its pair for renaming.
  169. \(fn)" t nil)
  170. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mc-mark-more" '("mc/" "mc--")))
  171. ;;;***
  172. ;;;### (autoloads nil "mc-mark-pop" "mc-mark-pop.el" (0 0 0 0))
  173. ;;; Generated autoloads from mc-mark-pop.el
  174. (autoload 'mc/mark-pop "mc-mark-pop" "\
  175. Add a cursor at the current point, pop off mark ring and jump
  176. to the popped mark.
  177. \(fn)" t nil)
  178. ;;;***
  179. ;;;### (autoloads nil "mc-separate-operations" "mc-separate-operations.el"
  180. ;;;;;; (0 0 0 0))
  181. ;;; Generated autoloads from mc-separate-operations.el
  182. (autoload 'mc/insert-numbers "mc-separate-operations" "\
  183. Insert increasing numbers for each cursor, starting at
  184. `mc/insert-numbers-default' or ARG.
  185. \(fn ARG)" t nil)
  186. (autoload 'mc/insert-letters "mc-separate-operations" "\
  187. Insert increasing letters for each cursor, starting at 0 or ARG.
  188. Where letter[0]=a letter[2]=c letter[26]=aa
  189. \(fn ARG)" t nil)
  190. (autoload 'mc/reverse-regions "mc-separate-operations" "\
  191. \(fn)" t nil)
  192. (autoload 'mc/sort-regions "mc-separate-operations" "\
  193. \(fn)" t nil)
  194. (autoload 'mc/vertical-align "mc-separate-operations" "\
  195. Aligns all cursors vertically with a given CHARACTER to the one with the
  196. highest colum number (the rightest).
  197. Might not behave as intended if more than one cursors are on the same line.
  198. \(fn CHARACTER)" t nil)
  199. (autoload 'mc/vertical-align-with-space "mc-separate-operations" "\
  200. Aligns all cursors with whitespace like `mc/vertical-align' does
  201. \(fn)" t nil)
  202. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mc-separate-operations" '("mc/insert-numbers-default" "mc--")))
  203. ;;;***
  204. ;;;### (autoloads nil "multiple-cursors-core" "multiple-cursors-core.el"
  205. ;;;;;; (0 0 0 0))
  206. ;;; Generated autoloads from multiple-cursors-core.el
  207. (autoload 'multiple-cursors-mode "multiple-cursors-core" "\
  208. Mode while multiple cursors are active.
  209. \(fn &optional ARG)" t nil)
  210. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "multiple-cursors-core" '("multiple-cursors-mode" "unsupported-cmd" "deactivate-cursor-after-undo" "activate-cursor-for-undo")))
  211. ;;;***
  212. ;;;### (autoloads nil "rectangular-region-mode" "rectangular-region-mode.el"
  213. ;;;;;; (0 0 0 0))
  214. ;;; Generated autoloads from rectangular-region-mode.el
  215. (autoload 'set-rectangular-region-anchor "rectangular-region-mode" "\
  216. Anchors the rectangular region at point.
  217. Think of this one as `set-mark' except you're marking a rectangular region. It is
  218. an exceedingly quick way of adding multiple cursors to multiple lines.
  219. \(fn)" t nil)
  220. (autoload 'rectangular-region-mode "rectangular-region-mode" "\
  221. A mode for creating a rectangular region to edit
  222. \(fn &optional ARG)" t nil)
  223. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rectangular-region-mode" '("rectangular-region-mode" "rrm/")))
  224. ;;;***
  225. ;;;### (autoloads nil nil ("multiple-cursors-pkg.el" "multiple-cursors.el")
  226. ;;;;;; (0 0 0 0))
  227. ;;;***
  228. ;; Local Variables:
  229. ;; version-control: never
  230. ;; no-byte-compile: t
  231. ;; no-update-autoloads: t
  232. ;; coding: utf-8
  233. ;; End:
  234. ;;; multiple-cursors-autoloads.el ends here