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

Crashes when editing custom CSS property #27

Closed
liangzan opened this issue Aug 2, 2010 · 3 comments
Closed

Crashes when editing custom CSS property #27

liangzan opened this issue Aug 2, 2010 · 3 comments

Comments

@liangzan
Copy link

liangzan commented Aug 2, 2010

I'm editing a css file with custom properties

@page {
margin: 27mm 16mm 27mm 16mm;
size: 7in 9.25in landscape;
}

http://www.princexml.com/doc/7.0/

They are from Prince.

When I try to add another field, autocomplete would freeze emacs. I know they are not valid CSS. Can it not freeze emacs when there're errors?

@m2ym
Copy link
Contributor

m2ym commented Aug 2, 2010

Sorry for inconvenience.
To avoid this problem, please write the following code:

(defun ac-css-mode-setup())

@m2ym
Copy link
Contributor

m2ym commented Aug 2, 2010

Or "git pull".

@liangzan
Copy link
Author

liangzan commented Aug 2, 2010

thanks for the prompt response

@m2ym m2ym closed this as completed Mar 21, 2012
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

2 participants