Personal emacs config
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.

309 lines
10 KiB

  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." t nil)
  26. (autoload 'mc/edit-beginnings-of-lines "mc-edit-lines" "\
  27. Add one cursor to the beginning of each line in the active region." t nil)
  28. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mc-edit-lines" '("mc/edit-lines-empty-lines")))
  29. ;;;***
  30. ;;;### (autoloads nil "mc-hide-unmatched-lines-mode" "mc-hide-unmatched-lines-mode.el"
  31. ;;;;;; (0 0 0 0))
  32. ;;; Generated autoloads from mc-hide-unmatched-lines-mode.el
  33. (autoload 'mc-hide-unmatched-lines-mode "mc-hide-unmatched-lines-mode" "\
  34. Minor mode when enabled hides all lines where no cursors (and
  35. also hum/lines-to-expand below and above) To make use of this
  36. mode press \"C-'\" while multiple-cursor-mode is active. You can
  37. still edit lines while you are in mc-hide-unmatched-lines
  38. mode. To leave this mode press <return> or \"C-g\"
  39. If called interactively, enable Mc-Hide-Unmatched-Lines mode if
  40. ARG is positive, and disable it if ARG is zero or negative. If
  41. called from Lisp, also enable the mode if ARG is omitted or nil,
  42. and toggle it if ARG is `toggle'; disable the mode otherwise.
  43. \(fn &optional ARG)" t nil)
  44. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mc-hide-unmatched-lines-mode" '("hum/")))
  45. ;;;***
  46. ;;;### (autoloads nil "mc-mark-more" "mc-mark-more.el" (0 0 0 0))
  47. ;;; Generated autoloads from mc-mark-more.el
  48. (autoload 'mc/mark-next-like-this "mc-mark-more" "\
  49. Find and mark the next part of the buffer matching the currently active region
  50. If no region is active add a cursor on the next line
  51. With negative ARG, delete the last one instead.
  52. With zero ARG, skip the last one and mark next.
  53. \(fn ARG)" t nil)
  54. (autoload 'mc/mark-next-like-this-word "mc-mark-more" "\
  55. Find and mark the next part of the buffer matching the currently active region
  56. If no region is active, mark the word at the point and find the next match
  57. With negative ARG, delete the last one instead.
  58. With zero ARG, skip the last one and mark next.
  59. \(fn ARG)" t nil)
  60. (autoload 'mc/mark-next-word-like-this "mc-mark-more" "\
  61. \(fn ARG)" t nil)
  62. (autoload 'mc/mark-next-symbol-like-this "mc-mark-more" "\
  63. \(fn ARG)" t nil)
  64. (autoload 'mc/mark-previous-like-this "mc-mark-more" "\
  65. Find and mark the previous part of the buffer matching the currently active region
  66. With negative ARG, delete the last one instead.
  67. With zero ARG, skip the last one and mark next.
  68. \(fn ARG)" t nil)
  69. (autoload 'mc/mark-previous-word-like-this "mc-mark-more" "\
  70. \(fn ARG)" t nil)
  71. (autoload 'mc/mark-previous-symbol-like-this "mc-mark-more" "\
  72. \(fn ARG)" t nil)
  73. (autoload 'mc/mark-next-lines "mc-mark-more" "\
  74. \(fn ARG)" t nil)
  75. (autoload 'mc/mark-previous-lines "mc-mark-more" "\
  76. \(fn ARG)" t nil)
  77. (autoload 'mc/unmark-next-like-this "mc-mark-more" "\
  78. Deselect next part of the buffer matching the currently active region." t nil)
  79. (autoload 'mc/unmark-previous-like-this "mc-mark-more" "\
  80. Deselect prev part of the buffer matching the currently active region." t nil)
  81. (autoload 'mc/skip-to-next-like-this "mc-mark-more" "\
  82. Skip the current one and select the next part of the buffer matching the currently active region." t nil)
  83. (autoload 'mc/skip-to-previous-like-this "mc-mark-more" "\
  84. Skip the current one and select the prev part of the buffer matching the currently active region." t nil)
  85. (autoload 'mc/mark-all-like-this "mc-mark-more" "\
  86. Find and mark all the parts of the buffer matching the currently active region" t nil)
  87. (autoload 'mc/mark-all-words-like-this "mc-mark-more" nil t nil)
  88. (autoload 'mc/mark-all-symbols-like-this "mc-mark-more" nil t nil)
  89. (autoload 'mc/mark-all-in-region "mc-mark-more" "\
  90. Find and mark all the parts in the region matching the given search
  91. \(fn BEG END &optional SEARCH)" t nil)
  92. (autoload 'mc/mark-all-in-region-regexp "mc-mark-more" "\
  93. Find and mark all the parts in the region matching the given regexp.
  94. \(fn BEG END)" t nil)
  95. (autoload 'mc/mark-more-like-this-extended "mc-mark-more" "\
  96. Like mark-more-like-this, but then lets you adjust with arrows key.
  97. The adjustments work like this:
  98. <up> Mark previous like this and set direction to 'up
  99. <down> Mark next like this and set direction to 'down
  100. If direction is 'up:
  101. <left> Skip past the cursor furthest up
  102. <right> Remove the cursor furthest up
  103. If direction is 'down:
  104. <left> Remove the cursor furthest down
  105. <right> Skip past the cursor furthest down
  106. The bindings for these commands can be changed. See `mc/mark-more-like-this-extended-keymap'." t nil)
  107. (autoload 'mc/mark-all-like-this-dwim "mc-mark-more" "\
  108. Tries to guess what you want to mark all of.
  109. Can be pressed multiple times to increase selection.
  110. With prefix, it behaves the same as original `mc/mark-all-like-this'
  111. \(fn ARG)" t nil)
  112. (autoload 'mc/mark-all-dwim "mc-mark-more" "\
  113. Tries even harder to guess what you want to mark all of.
  114. If the region is active and spans multiple lines, it will behave
  115. as if `mc/mark-all-in-region'. With the prefix ARG, it will call
  116. `mc/edit-lines' instead.
  117. If the region is inactive or on a single line, it will behave like
  118. `mc/mark-all-like-this-dwim'.
  119. \(fn ARG)" t nil)
  120. (autoload 'mc/mark-all-like-this-in-defun "mc-mark-more" "\
  121. Mark all like this in defun." t nil)
  122. (autoload 'mc/mark-all-words-like-this-in-defun "mc-mark-more" "\
  123. Mark all words like this in defun." t nil)
  124. (autoload 'mc/mark-all-symbols-like-this-in-defun "mc-mark-more" "\
  125. Mark all symbols like this in defun." t nil)
  126. (autoload 'mc/toggle-cursor-on-click "mc-mark-more" "\
  127. Add a cursor where you click, or remove a fake cursor that is
  128. already there.
  129. \(fn EVENT)" t nil)
  130. (defalias 'mc/add-cursor-on-click 'mc/toggle-cursor-on-click)
  131. (autoload 'mc/mark-sgml-tag-pair "mc-mark-more" "\
  132. Mark the tag we're in and its pair for renaming." t nil)
  133. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mc-mark-more" '("mc--" "mc/")))
  134. ;;;***
  135. ;;;### (autoloads nil "mc-mark-pop" "mc-mark-pop.el" (0 0 0 0))
  136. ;;; Generated autoloads from mc-mark-pop.el
  137. (autoload 'mc/mark-pop "mc-mark-pop" "\
  138. Add a cursor at the current point, pop off mark ring and jump
  139. to the popped mark." t nil)
  140. ;;;***
  141. ;;;### (autoloads nil "mc-separate-operations" "mc-separate-operations.el"
  142. ;;;;;; (0 0 0 0))
  143. ;;; Generated autoloads from mc-separate-operations.el
  144. (autoload 'mc/insert-numbers "mc-separate-operations" "\
  145. Insert increasing numbers for each cursor, starting at 0 or ARG.
  146. \(fn ARG)" t nil)
  147. (autoload 'mc/insert-letters "mc-separate-operations" "\
  148. Insert increasing letters for each cursor, starting at 0 or ARG.
  149. Where letter[0]=a letter[2]=c letter[26]=aa
  150. \(fn ARG)" t nil)
  151. (autoload 'mc/reverse-regions "mc-separate-operations" nil t nil)
  152. (autoload 'mc/sort-regions "mc-separate-operations" nil t nil)
  153. (autoload 'mc/vertical-align "mc-separate-operations" "\
  154. Aligns all cursors vertically with a given CHARACTER to the one with the
  155. highest colum number (the rightest).
  156. Might not behave as intended if more than one cursors are on the same line.
  157. \(fn CHARACTER)" t nil)
  158. (autoload 'mc/vertical-align-with-space "mc-separate-operations" "\
  159. Aligns all cursors with whitespace like `mc/vertical-align' does" t nil)
  160. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mc-separate-operations" '("mc--")))
  161. ;;;***
  162. ;;;### (autoloads nil "multiple-cursors-core" "multiple-cursors-core.el"
  163. ;;;;;; (0 0 0 0))
  164. ;;; Generated autoloads from multiple-cursors-core.el
  165. (autoload 'multiple-cursors-mode "multiple-cursors-core" "\
  166. Mode while multiple cursors are active.
  167. If called interactively, enable Multiple-Cursors mode if ARG is
  168. positive, and disable it if ARG is zero or negative. If called
  169. from Lisp, also enable the mode if ARG is omitted or nil, and
  170. toggle it if ARG is `toggle'; disable the mode otherwise.
  171. \(fn &optional ARG)" t nil)
  172. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "multiple-cursors-core" '("activate-cursor-for-undo" "deactivate-cursor-after-undo" "multiple-cursors-mode" "unsupported-cmd")))
  173. ;;;***
  174. ;;;### (autoloads nil "rectangular-region-mode" "rectangular-region-mode.el"
  175. ;;;;;; (0 0 0 0))
  176. ;;; Generated autoloads from rectangular-region-mode.el
  177. (autoload 'set-rectangular-region-anchor "rectangular-region-mode" "\
  178. Anchors the rectangular region at point.
  179. Think of this one as `set-mark' except you're marking a rectangular region. It is
  180. an exceedingly quick way of adding multiple cursors to multiple lines." t nil)
  181. (autoload 'rectangular-region-mode "rectangular-region-mode" "\
  182. A mode for creating a rectangular region to edit
  183. If called interactively, enable Rectangular-Region mode if ARG is
  184. positive, and disable it if ARG is zero or negative. If called
  185. from Lisp, also enable the mode if ARG is omitted or nil, and
  186. toggle it if ARG is `toggle'; disable the mode otherwise.
  187. \(fn &optional ARG)" t nil)
  188. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rectangular-region-mode" '("rectangular-region-mode" "rrm/")))
  189. ;;;***
  190. ;;;### (autoloads nil nil ("multiple-cursors-pkg.el" "multiple-cursors.el")
  191. ;;;;;; (0 0 0 0))
  192. ;;;***
  193. ;; Local Variables:
  194. ;; version-control: never
  195. ;; no-byte-compile: t
  196. ;; no-update-autoloads: t
  197. ;; coding: utf-8
  198. ;; End:
  199. ;;; multiple-cursors-autoloads.el ends here