From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rusi Newsgroups: gmane.emacs.help Subject: font problem from emacs 23.3 to 23.4??? Date: Fri, 27 Jul 2012 06:38:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2d3244c3-5057-42a5-a20a-0d74d7a59b22@rq10g2000pbb.googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1343396716 21187 80.91.229.3 (27 Jul 2012 13:45:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Jul 2012 13:45:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 27 15:45:15 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sukqw-0000in-KL for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Jul 2012 15:45:14 +0200 Original-Received: from localhost ([::1]:37011 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sukqv-0008Mv-RT for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Jul 2012 09:45:13 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!rq10g2000pbb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 116.74.132.173 Original-X-Trace: posting.google.com 1343396421 796 127.0.0.1 (27 Jul 2012 13:40:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 27 Jul 2012 13:40:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: rq10g2000pbb.googlegroups.com; posting-host=116.74.132.173; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20100101 Firefox/13.0.1,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:193734 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86106 Archived-At: I have this (quite fragile :-) ) elisp code for running APL under emacs http://www.emacswiki.org/emacs/AplInDebian I just discovered that the fonts are not working in the new setup but still working in the old That is I can type in inferior APL in the old a =E2=86=90 2 3 =E2=8D=B4 =E2=8D=B3 6 and it works a 0 1 2 3 4 5 It still works in the new but now the =E2=86=90 shows as a box Also describe-char works on the old but breaks on the new giving get-char-code-property: Args out of range: [Cc Zs Po Sc Ps Pe Sm Pd Nd Lu ...], 135 New emacs 23.4.1 Old emacs 23.3.1 I am not sure its an emacs issue or gnome issue whose version is also different.