[PATCH] [emacs] fix parens, font-lock i* in llvm-mode

Ramkumar Ramachandra artagnon at gmail.com
Fri Jan 23 08:19:02 PST 2015


In http://reviews.llvm.org/D7036#112704, @rafael wrote:

> I cannot reproduce the (( or [[ issue. What do I have to do for email to print out a (( instead of a (?


Oh, I should have mentioned in the original commit message: you have to turn on `electric-pair-mode`. It's supposed to insert `)` when you type `(`, but in llvm-mode, it inserts a duplicate `(` due to the mangled syntax table.


http://reviews.llvm.org/D7036

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list