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: Left chinese double quote character? Date: Wed, 22 Oct 2008 09:59:14 +0200 Message-ID: References: <48FE6EC6.3040101@gmail.com> 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 1224662375 3094 80.91.229.12 (22 Oct 2008 07:59:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 07:59:35 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 22 10:00:35 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 1KsYdp-0003DS-Np for ged-emacs-devel@m.gmane.org; Wed, 22 Oct 2008 10:00:30 +0200 Original-Received: from localhost ([127.0.0.1]:40693 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsYck-0003Le-7v for ged-emacs-devel@m.gmane.org; Wed, 22 Oct 2008 03:59:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsYcf-0003LD-1y for emacs-devel@gnu.org; Wed, 22 Oct 2008 03:59:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsYcd-0003Kh-N0 for emacs-devel@gnu.org; Wed, 22 Oct 2008 03:59:16 -0400 Original-Received: from [199.232.76.173] (port=42379 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsYcd-0003Kd-G5 for emacs-devel@gnu.org; Wed, 22 Oct 2008 03:59:15 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.250]:11683) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsYcd-0005UE-2n for emacs-devel@gnu.org; Wed, 22 Oct 2008 03:59:15 -0400 Original-Received: by an-out-0708.google.com with SMTP id c38so238493ana.84 for ; Wed, 22 Oct 2008 00:59:14 -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=RiD771A3HvzeiYLDIvvje/QtTzVEGZVXKE/fKoM1CLw=; b=Y1CU+hmgV/pc0lPS7Td1dNjgRR00JFIpiFQ9986RKec3Ox2ynb5OnTpMav90eFyIlP bLXaBRGYoimEDQ2jHrDSL9RdYx2Sp3zN2CBvQpvZwp5eDJNzCdSHGqzfPPSN/7S2guOV XR0CvRiCOyA+Skv6jdPd+8OsbwmLdyrgpR8GI= 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=Z9dqgMK/68Y7Qe64rNM93YKNvtVGILP9d95RqB3uva0ErpVfYnd1+fpl0J54/YZn5h w12HK2+R8PgZxcHVGv2oV+p/3FcZKVAM+8ZcJtmQs8S5hWMxhzywtZlfJkWzOTkJHzmR TUXFxB+Nc6s1dYOHbRIaGdknRuGovl2NI/ws8= Original-Received: by 10.100.143.12 with SMTP id q12mr11199541and.22.1224662354221; Wed, 22 Oct 2008 00:59:14 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Wed, 22 Oct 2008 00:59:14 -0700 (PDT) In-Reply-To: <48FE6EC6.3040101@gmail.com> 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:104828 Archived-At: On Wed, Oct 22, 2008 at 02:07, Lennart Borgman (gmail) wrote: > When editing a buffer with text from gmail left double quotation mark is > shown as a box and it is either Chinese, Korean or Japanese. Is that > correct? Whether it is shown as a box or with the appropriate glyph depends on the fonts installed. As for the Chinese, Korean, Japanese category, yes, it is correct (or, at least, it is not a bug). Look for "categories" in the list archives. There was some discussion about that issue back in july. Juanma