From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mark Moll Newsgroups: gmane.emacs.devel Subject: Re: font oddity on OS X Date: Tue, 27 Jul 2004 09:10:37 -0500 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1090937500 22874 80.91.224.253 (27 Jul 2004 14:11:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jul 2004 14:11:40 +0000 (UTC) Cc: Mark Moll , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 27 16:11:29 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BpSfw-0005di-00 for ; Tue, 27 Jul 2004 16:11:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpSj0-0003LN-Lq for ged-emacs-devel@m.gmane.org; Tue, 27 Jul 2004 10:14:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BpSit-0003L5-VB for emacs-devel@gnu.org; Tue, 27 Jul 2004 10:14:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BpSic-0003Kn-Eo for emacs-devel@gnu.org; Tue, 27 Jul 2004 10:14:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpSic-0003Kk-Cc for emacs-devel@gnu.org; Tue, 27 Jul 2004 10:14:14 -0400 Original-Received: from [128.42.1.30] (helo=cs.rice.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BpSfF-00044a-9t for emacs-devel@gnu.org; Tue, 27 Jul 2004 10:10:45 -0400 Original-Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id B0B134AD8C; Tue, 27 Jul 2004 09:10:43 -0500 (CDT) Original-Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 01709-01-30; Tue, 27 Jul 2004 09:10:43 -0500 (CDT) Original-Received: from [67.101.68.75] (h-67-101-68-75.hstqtx02.dynamic.covad.net [67.101.68.75]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by cs.rice.edu (Postfix) with ESMTP id 16CA94AD83; Tue, 27 Jul 2004 09:10:43 -0500 (CDT) In-Reply-To: Original-To: YAMAMOTO Mitsuharu X-Mailer: Apple Mail (2.618) X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26016 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26016 On Jul 27, 2004, at 3:19, YAMAMOTO Mitsuharu wrote: >> Bizarrely, the problem goes away if I press "option-shift-minus" (em >> dash) once. > > This is due to the lack of resetting a converter object after > incomplete conversion of a text. Please try the patch below. This patch fixes it. Thanks! -- Mark