From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: Re: Intermittent problem with unencodable-char-position Date: Wed, 14 Apr 2010 12:11:23 -0400 (EDT) Message-ID: <20100414.121123.221324750.hanche@math.ntnu.no> References: <20100414.001955.448182314.hanche@math.ntnu.no> <20100414.003857.429770267.hanche@math.ntnu.no> <20100414.114252.374870777.hanche@math.ntnu.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1271262593 6244 80.91.229.12 (14 Apr 2010 16:29:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Apr 2010 16:29:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 14 18:29:52 2010 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.69) (envelope-from ) id 1O25TJ-0006Cd-Q7 for ged-emacs-devel@m.gmane.org; Wed, 14 Apr 2010 18:29:51 +0200 Original-Received: from localhost ([127.0.0.1]:45311 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O25Nl-00087p-Ei for ged-emacs-devel@m.gmane.org; Wed, 14 Apr 2010 12:24:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O25C3-0004Yv-2D for emacs-devel@gnu.org; Wed, 14 Apr 2010 12:11:59 -0400 Original-Received: from [140.186.70.92] (port=44455 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O25C1-0004Rs-5W for emacs-devel@gnu.org; Wed, 14 Apr 2010 12:11:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O25Be-0008De-HJ for emacs-devel@gnu.org; Wed, 14 Apr 2010 12:11:37 -0400 Original-Received: from anne.math.ntnu.no ([129.241.15.150]:59667) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O25Be-0008Cp-4v for emacs-devel@gnu.org; Wed, 14 Apr 2010 12:11:34 -0400 Original-Received: (qmail 6627 invoked from network); 14 Apr 2010 16:11:31 -0000 Original-Received: from gauss.math.ntnu.no (HELO localhost) (hanche@129.241.15.102) by anne.math.ntnu.no with ESMTPA; 14 Apr 2010 16:11:31 -0000 In-Reply-To: <20100414.114252.374870777.hanche@math.ntnu.no> X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 6.3.50 on Emacs 24.0.50 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:123648 Archived-At: My simplest way to show the bug yet: (list (unencodable-char-position 0 5 'iso-latin-1-unix 1 "100 Ω") (progn (apply 'set-charset-priority (charset-priority-list)) (unencodable-char-position 0 5 'iso-latin-1-unix 1 "100 Ω")) (progn (apply 'set-charset-priority (list (charset-priority-list t))) (unencodable-char-position 0 5 'iso-latin-1-unix 1 "100 Ω"))) => ((4) nil (4)) ; the middle nil is wrong I am submitting a bug report. - Harald