334 lines
12 KiB
EmacsLisp
334 lines
12 KiB
EmacsLisp
;;; multiple-cursors-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
|
||
;; Generated by the `loaddefs-generate' function.
|
||
|
||
;; This file is part of GNU Emacs.
|
||
|
||
;;; Code:
|
||
|
||
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||
|
||
|
||
|
||
;;; Generated autoloads from mc-cycle-cursors.el
|
||
|
||
(register-definition-prefixes "mc-cycle-cursors" '("mc/"))
|
||
|
||
|
||
;;; Generated autoloads from mc-edit-lines.el
|
||
|
||
(autoload 'mc/edit-lines "mc-edit-lines" "\
|
||
Add one cursor to each line of the active region.
|
||
Starts from mark and moves in straight down or up towards the
|
||
line point is on.
|
||
|
||
What is done with lines which are not long enough is governed by
|
||
`mc/edit-lines-empty-lines'. The prefix argument ARG can be used
|
||
to override this. If ARG is a symbol (when called from Lisp),
|
||
that symbol is used instead of `mc/edit-lines-empty-lines'.
|
||
Otherwise, if ARG negative, short lines will be ignored. Any
|
||
other non-nil value will cause short lines to be padded.
|
||
|
||
(fn &optional ARG)" t)
|
||
(autoload 'mc/edit-ends-of-lines "mc-edit-lines" "\
|
||
Add one cursor to the end of each line in the active region." t)
|
||
(autoload 'mc/edit-beginnings-of-lines "mc-edit-lines" "\
|
||
Add one cursor to the beginning of each line in the active region." t)
|
||
(register-definition-prefixes "mc-edit-lines" '("mc/edit-lines-empty-lines"))
|
||
|
||
|
||
;;; Generated autoloads from mc-hide-unmatched-lines-mode.el
|
||
|
||
(autoload 'mc-hide-unmatched-lines-mode "mc-hide-unmatched-lines-mode" "\
|
||
Minor mode when enabled hides all lines where no cursors (and
|
||
|
||
also hum/lines-to-expand below and above) To make use of this
|
||
mode press \"C-'\" while multiple-cursor-mode is active. You can
|
||
still edit lines while you are in mc-hide-unmatched-lines
|
||
mode. To leave this mode press <return> or \"C-g\"
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Mc-Hide-Unmatched-Lines mode' mode. If the prefix argument is
|
||
positive, enable the mode, and if it is zero or negative, disable the
|
||
mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
|
||
mode if ARG is nil, omitted, or is a positive number. Disable the mode
|
||
if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate the variable `mc-hide-unmatched-lines-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when it is
|
||
disabled.
|
||
|
||
(fn &optional ARG)" t)
|
||
(register-definition-prefixes "mc-hide-unmatched-lines-mode" '("hum/"))
|
||
|
||
|
||
;;; Generated autoloads from mc-mark-more.el
|
||
|
||
(autoload 'mc/mark-next-like-this "mc-mark-more" "\
|
||
Find and mark the next part of the buffer matching the currently active region
|
||
If no region is active add a cursor on the next line
|
||
With negative ARG, delete the last one instead.
|
||
With zero ARG, skip the last one and mark next.
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/mark-next-like-this-word "mc-mark-more" "\
|
||
Find and mark the next part of the buffer matching the currently active region
|
||
If no region is active, mark the word at the point and find the next match
|
||
With negative ARG, delete the last one instead.
|
||
With zero ARG, skip the last one and mark next.
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/mark-next-word-like-this "mc-mark-more" "\
|
||
Find and mark the next word of the buffer matching the currently active region
|
||
The matching region must be a whole word to be a match
|
||
If no region is active add a cursor on the next line
|
||
With negative ARG, delete the last one instead.
|
||
With zero ARG, skip the last one and mark next.
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/mark-next-symbol-like-this "mc-mark-more" "\
|
||
Find and mark the next symbol of the buffer matching the currently active region
|
||
The matching region must be a whole symbol to be a match
|
||
If no region is active add a cursor on the next line
|
||
With negative ARG, delete the last one instead.
|
||
With zero ARG, skip the last one and mark next.
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/mark-previous-like-this "mc-mark-more" "\
|
||
Find and mark the previous part of the buffer matching the
|
||
currently active region.
|
||
|
||
If no region is active ,add a cursor on the previous line.
|
||
|
||
With negative ARG, delete the last one instead.
|
||
|
||
With zero ARG, skip the last one and mark next.
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/mark-previous-like-this-word "mc-mark-more" "\
|
||
Find and mark the previous part of the buffer matching the
|
||
currently active region.
|
||
|
||
If no region is active, mark the word at the point and find the
|
||
previous match.
|
||
|
||
With negative ARG, delete the last one instead.
|
||
|
||
With zero ARG, skip the last one and mark previous.
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/mark-previous-word-like-this "mc-mark-more" "\
|
||
Find and mark the previous part of the buffer matching the
|
||
currently active region.
|
||
|
||
The matching region must be a whole word to be a match.
|
||
|
||
If no region is active, add a cursor on the previous line.
|
||
|
||
With negative ARG, delete the last one instead.
|
||
|
||
With zero ARG, skip the last one and mark next.
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/mark-previous-symbol-like-this "mc-mark-more" "\
|
||
Find and mark the previous part of the buffer matching
|
||
the currently active region.
|
||
|
||
The matching region must be a whole symbol to be a match.
|
||
|
||
If no region is active add a cursor on the previous line.
|
||
|
||
With negative ARG, delete the last one instead.
|
||
|
||
With zero ARG, skip the last one and mark next.
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/mark-next-lines "mc-mark-more" "\
|
||
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/mark-previous-lines "mc-mark-more" "\
|
||
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/unmark-next-like-this "mc-mark-more" "\
|
||
Deselect next part of the buffer matching the currently active region." t)
|
||
(autoload 'mc/unmark-previous-like-this "mc-mark-more" "\
|
||
Deselect prev part of the buffer matching the currently active region." t)
|
||
(autoload 'mc/skip-to-next-like-this "mc-mark-more" "\
|
||
Skip the current one and select the next part of the buffer
|
||
matching the currently active region." t)
|
||
(autoload 'mc/skip-to-previous-like-this "mc-mark-more" "\
|
||
Skip the current one and select the prev part of the buffer
|
||
matching the currently active region." t)
|
||
(autoload 'mc/mark-all-like-this "mc-mark-more" "\
|
||
Find and mark all the parts of the buffer matching the currently active region" t)
|
||
(autoload 'mc/mark-all-words-like-this "mc-mark-more" nil t)
|
||
(autoload 'mc/mark-all-symbols-like-this "mc-mark-more" nil t)
|
||
(autoload 'mc/mark-all-in-region "mc-mark-more" "\
|
||
Find and mark all the parts in the region matching the given search
|
||
|
||
(fn BEG END &optional SEARCH)" t)
|
||
(autoload 'mc/mark-all-in-region-regexp "mc-mark-more" "\
|
||
Find and mark all the parts in the region matching the given regexp.
|
||
|
||
(fn BEG END)" t)
|
||
(autoload 'mc/mark-more-like-this-extended "mc-mark-more" "\
|
||
Like mark-more-like-this, but then lets you adjust with arrow keys.
|
||
The adjustments work like this:
|
||
|
||
<up> Mark previous like this and set direction to \\='up
|
||
<down> Mark next like this and set direction to \\='down
|
||
|
||
If direction is \\='up:
|
||
|
||
<left> Skip past the cursor furthest up
|
||
<right> Remove the cursor furthest up
|
||
|
||
If direction is \\='down:
|
||
|
||
<left> Remove the cursor furthest down
|
||
<right> Skip past the cursor furthest down
|
||
|
||
The bindings for these commands can be changed.
|
||
See `mc/mark-more-like-this-extended-keymap'." t)
|
||
(autoload 'mc/mark-all-like-this-dwim "mc-mark-more" "\
|
||
Tries to guess what you want to mark all of.
|
||
Can be pressed multiple times to increase selection.
|
||
|
||
With prefix, it behaves the same as original `mc/mark-all-like-this'
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/mark-all-dwim "mc-mark-more" "\
|
||
Tries even harder to guess what you want to mark all of.
|
||
|
||
If the region is active and spans multiple lines, it will behave
|
||
as if `mc/mark-all-in-region'. With the prefix ARG, it will call
|
||
`mc/edit-lines' instead.
|
||
|
||
If the region is inactive or on a single line, it will behave like
|
||
`mc/mark-all-like-this-dwim'.
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/mark-all-like-this-in-defun "mc-mark-more" "\
|
||
Mark all like this in defun." t)
|
||
(autoload 'mc/mark-all-words-like-this-in-defun "mc-mark-more" "\
|
||
Mark all words like this in defun." t)
|
||
(autoload 'mc/mark-all-symbols-like-this-in-defun "mc-mark-more" "\
|
||
Mark all symbols like this in defun." t)
|
||
(autoload 'mc/toggle-cursor-on-click "mc-mark-more" "\
|
||
Add a cursor where you click, or remove a fake cursor that is
|
||
already there.
|
||
|
||
(fn EVENT)" t)
|
||
(defalias 'mc/add-cursor-on-click 'mc/toggle-cursor-on-click)
|
||
(autoload 'mc/mark-sgml-tag-pair "mc-mark-more" "\
|
||
Mark the tag we're in and its pair for renaming." t)
|
||
(register-definition-prefixes "mc-mark-more" '("mc--" "mc/"))
|
||
|
||
|
||
;;; Generated autoloads from mc-mark-pop.el
|
||
|
||
(autoload 'mc/mark-pop "mc-mark-pop" "\
|
||
Add a cursor at the current point, pop off mark ring and jump
|
||
to the popped mark." t)
|
||
|
||
|
||
;;; Generated autoloads from mc-separate-operations.el
|
||
|
||
(autoload 'mc/insert-numbers "mc-separate-operations" "\
|
||
Insert increasing numbers for each cursor, starting at
|
||
`mc/insert-numbers-default' or ARG.
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/insert-letters "mc-separate-operations" "\
|
||
Insert increasing letters for each cursor, starting at 0 or ARG.
|
||
Where letter[0]=a letter[2]=c letter[26]=aa
|
||
|
||
(fn ARG)" t)
|
||
(autoload 'mc/reverse-regions "mc-separate-operations" nil t)
|
||
(autoload 'mc/sort-regions "mc-separate-operations" nil t)
|
||
(autoload 'mc/vertical-align "mc-separate-operations" "\
|
||
Aligns all cursors vertically with a given CHARACTER to the one with the
|
||
highest column number (the rightest).
|
||
Might not behave as intended if more than one cursors are on the same line.
|
||
|
||
(fn CHARACTER)" t)
|
||
(autoload 'mc/vertical-align-with-space "mc-separate-operations" "\
|
||
Aligns all cursors with whitespace like `mc/vertical-align' does" t)
|
||
(register-definition-prefixes "mc-separate-operations" '("mc--" "mc/insert-numbers-default"))
|
||
|
||
|
||
;;; Generated autoloads from multiple-cursors-core.el
|
||
|
||
(autoload 'activate-cursor-for-undo "multiple-cursors-core" "\
|
||
Called when undoing to temporarily activate the fake cursor
|
||
which action is being undone.
|
||
|
||
(fn ID)")
|
||
(autoload 'multiple-cursors-mode "multiple-cursors-core" "\
|
||
Mode while multiple cursors are active.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Multiple-Cursors mode' mode. If the prefix argument is positive,
|
||
enable the mode, and if it is zero or negative, disable the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
|
||
mode if ARG is nil, omitted, or is a positive number. Disable the mode
|
||
if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate the variable `multiple-cursors-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when it is
|
||
disabled.
|
||
|
||
(fn &optional ARG)" t)
|
||
(register-definition-prefixes "multiple-cursors-core" '("deactivate-cursor-after-undo" "mc--" "mc/" "unsupported-cmd"))
|
||
|
||
|
||
;;; Generated autoloads from rectangular-region-mode.el
|
||
|
||
(autoload 'set-rectangular-region-anchor "rectangular-region-mode" "\
|
||
Anchors the rectangular region at point.
|
||
|
||
Think of this one as `set-mark' except you're marking a
|
||
rectangular region. It is an exceedingly quick way of adding
|
||
multiple cursors to multiple lines." t)
|
||
(autoload 'rectangular-region-mode "rectangular-region-mode" "\
|
||
A mode for creating a rectangular region to edit
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Rectangular-Region mode' mode. If the prefix argument is positive,
|
||
enable the mode, and if it is zero or negative, disable the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
|
||
mode if ARG is nil, omitted, or is a positive number. Disable the mode
|
||
if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate the variable `rectangular-region-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when it is
|
||
disabled.
|
||
|
||
(fn &optional ARG)" t)
|
||
(register-definition-prefixes "rectangular-region-mode" '("rectangular-region-mode" "rrm/"))
|
||
|
||
;;; End of scraped data
|
||
|
||
(provide 'multiple-cursors-autoloads)
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; no-native-compile: t
|
||
;; coding: utf-8-emacs-unix
|
||
;; End:
|
||
|
||
;;; multiple-cursors-autoloads.el ends here
|