victorhge / iedit

Modify multiple occurrences simultaneously
https://www.emacswiki.org/emacs/Iedit
402 stars 43 forks source link

Symbol's value is void: iedit-is-narrowed #145

Closed deuill closed 2 years ago

deuill commented 2 years ago

Cleanups in 3fb4762 seem to have changed the names of some variables, including iedit-is-narrowed (which has had a -local suffix added to), but which have not been renamed consistently across iedit.el; there's references remaining for the old name, which cause errors to be thrown in a number of operations.

Thanks!

vaibhavkarve commented 2 years ago

I encountered the same issue. I fixed it by adding the following to my init.el as means to get iedit working again temporarily --

(use-package iedit
  :config
  (setq-default iedit-is-narrowed nil))  ;; set this variable to nil. Temporary fix.
jcs090218 commented 2 years ago

Getting the same error.

Yevgnen commented 2 years ago

Same issue here.

victorhge commented 2 years ago

Fixed https://github.com/victorhge/iedit/commit/44968bea9bff8fdd5bf9d227f53814c44bb9f619