Open Loosefish opened 8 years ago
Which version of emacs are you running? This is odd but I have been able to repro.
I'm on 24.5.1 running on linux.
Thanks. When I try and debug this it hangs up Emacs, which is fun! Not sure yet what's going on. Thanks for pointing out the problem though.
When using
dabbrev-expand
inside a fold, the word is expanded and the cursor jumps forward to what looks like the end of the node.Example with
origami-fold-style
set to triple braces (|
marks the cursor position):Pressing
M-/
produces:It works fine outside the fold.
It also happens with other folding-styles, but it's trickier to reproduce. I tested this with a minimal
.emacs
and a fresh install from melpa.Any ideas what's happening there? Thanks!