-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comment "would destroy a protection overlay" #784
Labels
Comments
The (require 'yasnippet)
(c-mode)
(auto-fill-mode +1)
(setq debug-on-error t)
(insert "co")
(yas-expand)
|
I can confirm that there is no problem if I turn off auto-fill-mode |
Should be fixed by #789. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The way to reproduce this is by trying to create a comment (see configuration below).
co
C-S-i
You'll get an
x
instead of the space, and the message[yas] Committing snippets. Action would destroy a protection overlay.
My configuration (running emacs -Q):
emacs GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2)
yasnippet 20170203.626
.emacs (init file)
I have been told that these are not this bug (but I must admit that my previous report was not great).
#537
#712
The text was updated successfully, but these errors were encountered: