How to force a syntax-highlighting refresh in emacs? -


in emacs, when ssh'ed remote machine, there's delay between when type closing quotation mark , when emacs updates syntax-highlighting reflect change. few seconds, of text after quotation highlighted if part of quotation. fine, i'd rather not wait. there way tell emacs "re-highlight right now"?

yes. emacs command m-x font-lock-fontify-buffer if recall right. can bind key sequence if it's not bound in mode.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -