Re: font or face problem in emacs



H.S. wrote:
[...]
----------------------------------------------------------------

and I compile it with:
g++ -Wall -ansi -o testprog testprog.cc

I get the following in my emacs compiler message window (notice the strange characters around the variables and function names):
----------------------------------------------------------------
g++ -Wall -ansi -o testprog testprog.cc
testprog.cc: In function ‘int main()’:
testprog.cc:6: warning: unused variable ‘i’
testprog.cc:6: warning: unused variable ‘j’

Compilation finished at Thu Jun 29 15:01:30
----------------------------------------------------------------
[...]

Hi H.S.

Those are the utf8 versions of the left and right single quote symbols. Evidently, your compiler thinks that you want it to output error messages and warnings in utf8.

HTH



--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: backup archive format saved to disk
    ... If there was a prospect of reviving the compiler (I suspect it's not ... run a computer installation during the mainframe era that are ... marketing server consolodation and virturalizing everything but that's ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: backup archive format saved to disk
    ... If there was a prospect of reviving the compiler (I suspect it's not ... But to succeed in today's language market, it would probably have to be ... To me that leaves Fortran and Python ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: Debian AMD64
    ... that only benefits computationally-intensive programs. ... Those actually help just about anywwhere. ... As long as your compiler knows how to use them. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
    (Debian-User)
  • Error compiling oomon-2.3.1
    ... compiler version - please run the configure tests and report the results" ... Although steps have been taken to ensure that this e-mail and its attachments are virus free, we advise that the recipient should take steps to ensure they are virus free. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • g++ problem
    ... As a occasional programmer I tried to recompile an old program I intended to expand. ... Although #include <iostream> was entered before the start of main the g++ compiler did not recognize cin and cout. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
    (Debian-User)