How to match interrogation and exclamation marks in emacs? -


Inquiries and exclamations for proper Spanish writing are necessary to open and close points Example: ¡¡Q Buena PA! Live! , ¿COMM Camber MX? .

I should behave the same way that matches brackets: Highlight the pair or show that there is a mismatch.

How can this be achieved?

To get a match in the principles, for example "& lt;" And "& gt;" You should write:

  (modified-syntax-entry? "(& Gt;" (revised-syntax? Entry?) ")   

but it is not all work for Unicode symbols, see

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -