Skip to content
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

Default code assigned to yas/buffer-local-condition does not work #48

Closed
joaotavora opened this issue Nov 3, 2011 · 1 comment
Closed
Assignees

Comments

@joaotavora
Copy link
Owner

(equal "font-lock-comment-face" (get-char-property (1- (point)) 'face))
is always nil because get-char-property returns a symbol not a string.
At least in GNU Emacs 23.

Google Code Info:
Issue #: 45
Author: igreks...@gmail.com
Created On: 2008-12-10T18:47:37.000Z
Closed On: 2008-12-11T05:50:35.000Z

@ghost ghost assigned joaotavora Nov 3, 2011
@joaotavora
Copy link
Owner Author

Hi, thanks for reporting this bug. I verified it is also a symbol in Emacs 21. I just
fixed the bug in the svn repo.

Google Code Info:
Author: plus...@gmail.com
Created On: 2008-12-11T05:50:35.000Z

gdevanla pushed a commit to gdevanla/yasnippet that referenced this issue Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant