Hi Ken, 2014ko irailak 27an, Ken Mankoff-ek idatzi zuen: >> How about setting debug-on-quit and hitting C-g when the prompt shows >> up? > > Still nothing in *Messages*. I know this is related to fill-paragraph, > because that triggers this too, even if used below the CAPTION > line. CAPTION doesn't let fill-paragraph do its thing, which I assume > is part of the issue.
Odd; my suggestion should have given you a backtrace after hitting C-g, but I guess for some reason it didn’t work. Since you can trigger the undesired behavior with fill-paragraph, what about using edebug (info "(elisp) Edebug") to instrument that function and then stepping through to see where the prompt is triggered? -- Aaron Ecay