Timeline for How to cancel a mini-buffer prompt from elisp, eg: "... changed on disk; really edit this buffer?"
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 28, 2020 at 1:58 | comment | added | ideasman42 | (signal 'file-supersession (list "My custom message")) displays a message but the mini-buffer prompt remains. The issue with abort-recursive-edit and top-level is they both are noreturn functions, making them complicate functions you might want to call when composing functionality. | |
| May 27, 2020 at 2:48 | history | answered | lawlist | CC BY-SA 4.0 |