Group: gnu.emacs.help · Group Profile · Search for X99 in gnu.emacs.help
Author: gallows
Date: Nov 3, 2007 05:02
... at the left with ``-u:%%*- *compilation*´´? What you see is the three bytes that make the UTF-8 representation of the typographical quotes '', i.e. #xE2 #x80 #x98, #xE2 #x80 #x99. Could be a (prefer-coding-system 'utf-8) is just missing in ~/.emacs ... or some customisation for compilation mode! I found an error in my ~/.emacs, there was a '(current...
|