help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: linux/gcc, apostrophs display problem


From: towi
Subject: Re: linux/gcc, apostrophs display problem
Date: Wed, 4 Mar 2009 07:37:59 -0800 (PST)
User-agent: G2/1.0

Hello^2,

> """
> (unless standard-display-table          ; Default value is nil!
>    (setq standard-display-table (make-display-table)))
>  (aset standard-display-table #x53978 [96])
>  (aset standard-display-table #x53979 [39])
> """
> into .emacs and.... it works! Hey, great! Unbeliable. Do I understand

ups, I was wrong. I forgot that I got this only in with automake
Makefile "make" emacs-compiles, not when I directly call "gcc" in the
emacs-compile.

But: a) you display-table-tip is also ver useful
and b) your other tip works. now really.

  M-x compile
  LC_ALL=ascii make all
now does _not_ display this nasty UTF-8 apostrophs.

and if I want them back, I can get them with
  M-x compile
  LANG=en_GB.UTF-8 make all
superb.

thanks again.

tt.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]