purcell / whole-line-or-region

In Emacs, operate on current line if no region is active
116 stars 12 forks source link

Recursive load #10

Closed seanfarley closed 4 years ago

seanfarley commented 4 years ago

Seems something recently changed and I'm now getting this:

Recursive load: "/Users/sean/projects/doom-emacs/.local/straight/build/whole-line-or-region/whole-line-or-region.elc", "/Users/sean/projects/doom-emacs/.local/straight/build/whole-line-or-region/whole-line-or-region.elc", "/Users/sean/projects/doom-emacs/.local/straight/build/whole-line-or-region/whole-line-or-region.elc", "/Users/sean/projects/doom-emacs/.local/straight/build/whole-line-or-region/whole-line-or-region.elc", "/Users/sean/projects/doom-emacs/.local/straight/build/whole-line-or-region/whole-line-or-region.elc"
purcell commented 4 years ago

Yeah, saw that - I'm looking into it. Sorry for the inconvenience.

purcell commented 4 years ago

Fixed now. It was caused by a straightforward fix for a byte compilation warning, but that obviously uncovered a strange behaviour, so I'll find a better approach. I adopted this package a while ago, and haven't really got deeply into its quirks.

seanfarley commented 4 years ago

No worries! Thanks for all your hard work! Totes understand about quirks :-)