Re: font or face problem in emacs

2006-06-29 Thread H.S.
H.S. wrote: 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()’: testpr

Re: font or face problem in emacs

2006-06-29 Thread H.S.
H.S. wrote: 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 int main(){ int i,j; std::cout << "

Re: font or face problem in emacs

2006-06-29 Thread Mumia W.
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): --

font or face problem in emacs

2006-06-29 Thread H.S.
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 int main(){ int i,j; std::cout << "Hellow Wrold!