From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Left chinese double quote character? Date: Thu, 23 Oct 2008 00:08:11 +0200 Message-ID: References: <48FE6EC6.3040101@gmail.com> <48FEF0D9.1010007@gmail.com> <48FF679A.2040608@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224713305 2491 80.91.229.12 (22 Oct 2008 22:08:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 22:08:25 +0000 (UTC) Cc: Emacs Devel To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 23 00:09:26 2008 connect(): Connection refused 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 1KsltM-00037X-Aj for ged-emacs-devel@m.gmane.org; Thu, 23 Oct 2008 00:09:24 +0200 Original-Received: from localhost ([127.0.0.1]:52816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KslsG-000495-Sc for ged-emacs-devel@m.gmane.org; Wed, 22 Oct 2008 18:08:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KslsC-00048d-Uh for emacs-devel@gnu.org; Wed, 22 Oct 2008 18:08:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KslsC-00048Q-IE for emacs-devel@gnu.org; Wed, 22 Oct 2008 18:08:12 -0400 Original-Received: from [199.232.76.173] (port=53164 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KslsC-00048N-Fd for emacs-devel@gnu.org; Wed, 22 Oct 2008 18:08:12 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.153]:32422) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KslsC-0005AP-Ej for emacs-devel@gnu.org; Wed, 22 Oct 2008 18:08:12 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so480520fgb.30 for ; Wed, 22 Oct 2008 15:08:11 -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=/kvhV2m7cbD+YfISIqnTzVV9Yeh9dP07NWGTwA2WsPs=; b=Tl5EOwTgiw9z9XUEi2t+/d2S8AZYJ/vibmGo54Y+ifrqcDlqIYN9NZi4js1GCnxNNh B3woIqDWTI1BHXpvWlp3jF4Q3V4AnxxKgHVOBdOHhF1hSXN+TZHRgU9DolAfxx+7WxMl sjD0wQ1V9T0h/PCWQXstuyjwp9Mz3bIWmRW3w= 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=h3iOLGZvsnekL1ec6CnUKqV3l8vt5GRb81o3+a6LH8cGsNkI2EzNCdXAtvENs0811a 3NCIH+tctfKMN5bhFUcnKcMPgWB61qcduqbrho7c9maEADmQF5r4X9zfVdasCNgutSmz WOlVinX33AAOhjAIaZPTEmu7Vm7HI+WIwbxN8= Original-Received: by 10.86.71.1 with SMTP id t1mr1468031fga.36.1224713291339; Wed, 22 Oct 2008 15:08:11 -0700 (PDT) Original-Received: by 10.86.65.3 with HTTP; Wed, 22 Oct 2008 15:08:11 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/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:104873 Archived-At: On Thu, Oct 23, 2008 at 12:01 AM, Juanma Barranquero wrote: > On Wed, Oct 22, 2008 at 19:49, Lennart Borgman (gmail) > wrote: > >> It looks like some Courier New font is used. > > Yes, of course. > >> What other fixed with fonts >> are there normally on w32? > > I don't know. Take a look at the Fonts folder. > >> Cmd console windows on windows xp pro also mentions Lucida Console (tt). >> Does that have the same problem (ie no left dbl quote char)? > > You can see a font's glyph repertoire with charmap.exe. Thanks, I did not know. I took a look at Courier New there and 8220 is shown there. Why is it not shown by Emacs then? > Juanma >