From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Choice of fonts displaying etc/HELLO Date: Wed, 30 Jul 2008 17:26:25 +0200 Message-ID: References: <48900ED2.2000703@gnu.org> <4890670C.9000009@gnu.org> <48906865.4000808@gnu.org> <48907856.6040308@gnu.org> <489082D0.9040706@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217431657 7584 80.91.229.12 (30 Jul 2008 15:27:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jul 2008 15:27:37 +0000 (UTC) Cc: emacs- devel To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 30 17:28:26 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KODaQ-00051Z-98 for ged-emacs-devel@m.gmane.org; Wed, 30 Jul 2008 17:27:34 +0200 Original-Received: from localhost ([127.0.0.1]:56335 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KODZW-00067j-4X for ged-emacs-devel@m.gmane.org; Wed, 30 Jul 2008 11:26:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KODZP-00063o-Un for emacs-devel@gnu.org; Wed, 30 Jul 2008 11:26:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KODZN-0005xn-Fs for emacs-devel@gnu.org; Wed, 30 Jul 2008 11:26:31 -0400 Original-Received: from [199.232.76.173] (port=56248 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KODZN-0005xb-6y for emacs-devel@gnu.org; Wed, 30 Jul 2008 11:26:29 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.185]:61043) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KODZM-0001Oz-Is for emacs-devel@gnu.org; Wed, 30 Jul 2008 11:26:28 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so32741nfi.26 for ; Wed, 30 Jul 2008 08:26:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=M/gGDjjfuQk4m140nMKaA2mYT2l89sdjntQ4NB3F9+U=; b=otqULAFIOEBfaHH4HZnR+4AgVc4PGZrLCGvMtsoVi47uTqCC5/wDNcDaGTqcOVFfNy nPiQLCfHrrNE9cgCdThMCnPLuzFlfd4GdsyDyITkeLFXxaDQzaOArjGh8xXmFyjc+MsK gk2Of9/Nv3CC+OVepO8Fid3jjI7sOKFgEHREg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=tiiSNSe1f0e4Tr6s5D+0L5piXsAMdYuppaOogcjIEnfAZJkDBe1KkXZhvRSRKh26Ce +vjH+TM3b93kk+WIFHJA89Enk4YOOn+bWKzx4K2GbFt20Ged+GPusvNPrm/P9/CpEswS hWx6TbkMhy/1RknNgVp/RTqvRTc9++mT8FeoE= Original-Received: by 10.210.113.16 with SMTP id l16mr9219816ebc.157.1217431585881; Wed, 30 Jul 2008 08:26:25 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Wed, 30 Jul 2008 08:26:25 -0700 (PDT) In-Reply-To: <489082D0.9040706@gnu.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101759 Archived-At: On Wed, Jul 30, 2008 at 17:03, Jason Rumney wrote: > So probably the file code is different despite what file code is > reported above that. ^[$,1x => ESC #x24 #x2c #x31 #x78 #x20 vs. ^[$B"O => ESC #x24 #x42 #x22 #x4F apparently. So the last one is correctly reported. Juanma