|
|
;;; iedit-autoloads.el --- automatically extracted autoloads;;;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "iedit" "iedit.el" (0 0 0 0));;; Generated autoloads from iedit.el
(autoload 'iedit-mode "iedit" "\
Toggle Iedit mode.This command behaves differently, depending on the mark, point,prefix argument and variable `iedit-transient-mark-sensitive'.
If Iedit mode is off, turn Iedit mode on.
When Iedit mode is turned on, all the occurrences of the currentregion in the buffer (possibly narrowed) or a region arehighlighted. If one occurrence is modified, the change arepropagated to all other occurrences simultaneously.
If region is not active, `iedit-default-occurrence' is called toget an occurrence candidate, according to the thing at point. Itmight be url, email address, markup tag or current symbol(orword) .
In the above two situations, with digit prefix argument 0, onlyoccurrences in current function are matched. This is good forrenaming refactoring in programming.
You can also switch to Iedit mode from isearch mode directly. Thecurrent search string is used as occurrence. All occurrences ofthe current search string are highlighted.
With an universal prefix argument, the occurrence when Iedit modeis turned off last time in current buffer is used as occurrence.This is intended to recover last Iedit mode which is turned off.If region active, Iedit mode is limited within the currentregion.
With repeated universal prefix argument, the occurrence whenIedit mode is turned off last time (might be in other buffer) isused as occurrence. If region active, Iedit mode is limitedwithin the current region.
With digital prefix argument 1, Iedit mode is limited on thecurrent symbol or the active region, which means just oneinstance is highlighted. This behavior serves as a start pointof incremental selection work flow.
If Iedit mode is on and region is active, Iedit mode isrestricted in the region, e.g. the occurrences outside of theregion is excluded.
If Iedit mode is on and region is active, with an universalprefix argument, Iedit mode is restricted outside of the region,e.g. the occurrences in the region is excluded.
Turn off Iedit mode in other situations.
Commands:\\{iedit-mode-keymap}Keymap used within overlays:\\{iedit-mode-occurrence-keymap}
\(fn &optional ARG)" t nil)
(autoload 'iedit-mode-toggle-on-function "iedit" "\
Toggle Iedit mode on current function." t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "iedit" '("iedit-")))
;;;***;;;### (autoloads nil "iedit-lib" "iedit-lib.el" (0 0 0 0));;; Generated autoloads from iedit-lib.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "iedit-lib" '("iedit-")))
;;;***;;;### (autoloads nil "iedit-rect" "iedit-rect.el" (0 0 0 0));;; Generated autoloads from iedit-rect.el
(autoload 'iedit-rectangle-mode "iedit-rect" "\
Toggle Iedit-rect mode.
When Iedit-rect mode is on, a rectangle is started with visiblerectangle highlighting. Rectangle editing support is based onIedit mechanism.
Commands:\\{iedit-rect-keymap}
\(fn &optional BEG END)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "iedit-rect" '("iedit-rect")))
;;;***;;;### (autoloads nil nil ("iedit-pkg.el") (0 0 0 0))
;;;***;; Local Variables:;; version-control: never;; no-byte-compile: t;; no-update-autoloads: t;; coding: utf-8;; End:;;; iedit-autoloads.el ends here
|