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.

113 lines
3.5 KiB

  1. ;;; iedit-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 "iedit" "iedit.el" (0 0 0 0))
  7. ;;; Generated autoloads from iedit.el
  8. (autoload 'iedit-mode "iedit" "\
  9. Toggle Iedit mode.
  10. This command behaves differently, depending on the mark, point,
  11. prefix argument and variable `iedit-transient-mark-sensitive'.
  12. If Iedit mode is off, turn Iedit mode on.
  13. When Iedit mode is turned on, all the occurrences of the current
  14. region in the buffer (possibly narrowed) or a region are
  15. highlighted. If one occurrence is modified, the change are
  16. propagated to all other occurrences simultaneously.
  17. If region is not active, `iedit-default-occurrence' is called to
  18. get an occurrence candidate, according to the thing at point. It
  19. might be url, email address, markup tag or current symbol(or
  20. word) .
  21. In the above two situations, with digit prefix argument 0, only
  22. occurrences in current function are matched. This is good for
  23. renaming refactoring in programming.
  24. You can also switch to Iedit mode from isearch mode directly. The
  25. current search string is used as occurrence. All occurrences of
  26. the current search string are highlighted.
  27. With an universal prefix argument, the occurrence when Iedit mode
  28. is turned off last time in current buffer is used as occurrence.
  29. This is intended to recover last Iedit mode which is turned off.
  30. If region active, Iedit mode is limited within the current
  31. region.
  32. With repeated universal prefix argument, the occurrence when
  33. Iedit mode is turned off last time (might be in other buffer) is
  34. used as occurrence. If region active, Iedit mode is limited
  35. within the current region.
  36. With digital prefix argument 1, Iedit mode is limited on the
  37. current symbol or the active region, which means just one
  38. instance is highlighted. This behavior serves as a start point
  39. of incremental selection work flow.
  40. If Iedit mode is on and region is active, Iedit mode is
  41. restricted in the region, e.g. the occurrences outside of the
  42. region is excluded.
  43. If Iedit mode is on and region is active, with an universal
  44. prefix argument, Iedit mode is restricted outside of the region,
  45. e.g. the occurrences in the region is excluded.
  46. Turn off Iedit mode in other situations.
  47. Commands:
  48. \\{iedit-mode-keymap}
  49. Keymap used within overlays:
  50. \\{iedit-mode-occurrence-keymap}
  51. \(fn &optional ARG)" t nil)
  52. (autoload 'iedit-mode-toggle-on-function "iedit" "\
  53. Toggle Iedit mode on current function." t nil)
  54. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "iedit" '("iedit-")))
  55. ;;;***
  56. ;;;### (autoloads nil "iedit-lib" "iedit-lib.el" (0 0 0 0))
  57. ;;; Generated autoloads from iedit-lib.el
  58. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "iedit-lib" '("iedit-")))
  59. ;;;***
  60. ;;;### (autoloads nil "iedit-rect" "iedit-rect.el" (0 0 0 0))
  61. ;;; Generated autoloads from iedit-rect.el
  62. (autoload 'iedit-rectangle-mode "iedit-rect" "\
  63. Toggle Iedit-rect mode.
  64. When Iedit-rect mode is on, a rectangle is started with visible
  65. rectangle highlighting. Rectangle editing support is based on
  66. Iedit mechanism.
  67. Commands:
  68. \\{iedit-rect-keymap}
  69. \(fn &optional BEG END)" t nil)
  70. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "iedit-rect" '("iedit-rect")))
  71. ;;;***
  72. ;;;### (autoloads nil nil ("iedit-pkg.el") (0 0 0 0))
  73. ;;;***
  74. ;; Local Variables:
  75. ;; version-control: never
  76. ;; no-byte-compile: t
  77. ;; no-update-autoloads: t
  78. ;; coding: utf-8
  79. ;; End:
  80. ;;; iedit-autoloads.el ends here