unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* font or face problem in emacs
@ 2006-06-29 20:50 H.S.
  2006-06-29 22:18 ` Peter Dyballa
  0 siblings, 1 reply; 10+ messages in thread
From: H.S. @ 2006-06-29 20:50 UTC (permalink / raw)



Hello,

When I compile a program in emacs, I notice that I get some strange 
escape sequences in the compiler output window of emacs. For example, if 
my program is:
----------------------------------------------------------------
#include<iostream>
int main(){
     int i,j;
     std::cout << "Hellow Wrold!" << std::endl;
     return 0;
}
----------------------------------------------------------------

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
----------------------------------------------------------------

The strange characters around a variable are(I have typed the 
backslashes and numbers so that they are displayed properly here):
on left hand side: â\200\230
on right hand side: â\200\231


I guess this has something to do with the face of those strings in the 
compiler output in emacs. And that I may not have proper fonts 
installed. Am I on the right track? All inputs are welcome in solving 
this little problem.

BTW, this started happening only after I reintalled Debian Etch a few 
weeks ago.

I have:
 > dpkg -l *emacs* | grep ^ii
ii  emacs-goodies-el    26.6-1   Miscellaneous add-ons for Emacs
ii  emacs21             21.4a-3  The GNU Emacs editor
ii  emacs21-bin-common  21.4a-3  The GNU Emacs editor's shared, architecture
ii  emacs21-common      21.4a-3  The GNU Emacs editor's shared, architecture
ii  emacsen-common      1.4.17   Common facilities for all emacsen


thanks,
->HS

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-06-30 21:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-29 20:50 font or face problem in emacs H.S.
2006-06-29 22:18 ` Peter Dyballa
2006-06-29 22:37   ` H.S.
2006-06-30  8:41     ` Peter Dyballa
2006-06-30 16:13       ` H.S.
2006-06-29 22:47   ` Peter Dyballa
2006-06-29 23:34   ` H.S.
2006-06-30  9:03     ` Peter Dyballa
2006-06-30 12:03   ` Eli Zaretskii
2006-06-30 21:41     ` Peter Dyballa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).