unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "H.S." <hs.samix@gmail.com>
Subject: font or face problem in emacs
Date: Thu, 29 Jun 2006 16:50:09 -0400	[thread overview]
Message-ID: <e81ee1$4v6$1@sea.gmane.org> (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

             reply	other threads:[~2006-06-29 20:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-29 20:50 H.S. [this message]
2006-06-29 22:18 ` font or face problem in emacs 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='e81ee1$4v6$1@sea.gmane.org' \
    --to=hs.samix@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).