From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: towi Newsgroups: gmane.emacs.help Subject: Re: linux/gcc, apostrophs display problem Date: Wed, 4 Mar 2009 07:37:59 -0800 (PST) Organization: http://groups.google.com Message-ID: <307cd226-18fb-4113-aa20-38d18b6b61ea@w35g2000yqm.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1236232179 13025 80.91.229.12 (5 Mar 2009 05:49:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Mar 2009 05:49:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 05 06:50:56 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lf6Tv-0005Ad-DB for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Mar 2009 06:50:55 +0100 Original-Received: from localhost ([127.0.0.1]:33089 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lf6Sa-00041F-6Q for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Mar 2009 00:49:32 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!w35g2000yqm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 87.139.103.55 Original-X-Trace: posting.google.com 1236181079 7193 127.0.0.1 (4 Mar 2009 15:37:59 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 4 Mar 2009 15:37:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w35g2000yqm.googlegroups.com; posting-host=87.139.103.55; posting-account=mZpoRwoAAADqM84zOJt_lYWyD-MWn01f User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.04 (hardy) Firefox/3.0.6, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:167291 X-Mailman-Approved-At: Thu, 05 Mar 2009 00:46:06 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62601 Archived-At: Hello^2, > """ > (unless standard-display-table =A0 =A0 =A0 =A0 =A0; Default value is nil! > =A0 =A0(setq standard-display-table (make-display-table))) > =A0(aset standard-display-table #x53978 [96]) > =A0(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=3Dascii 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=3Den_GB.UTF-8 make all superb. thanks again. tt.