dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

multiple-cursors-autoloads.el (10244B)


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