From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: Re: ffap not UTF-8 ready Date: Tue, 03 Oct 2006 07:05:54 +1000 Message-ID: <87y7ryjuml.fsf@zip.com.au> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159823342 24469 80.91.229.2 (2 Oct 2006 21:09:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Oct 2006 21:09:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 02 23:08:49 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GUV0V-0000Cv-8n for ged-emacs-devel@m.gmane.org; Mon, 02 Oct 2006 23:07:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUV0U-0002US-Qj for ged-emacs-devel@m.gmane.org; Mon, 02 Oct 2006 17:07:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GUV0A-0002Pu-VP for emacs-devel@gnu.org; Mon, 02 Oct 2006 17:07:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GUV07-0002Me-Re for emacs-devel@gnu.org; Mon, 02 Oct 2006 17:07:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUV07-0002M4-E3 for emacs-devel@gnu.org; Mon, 02 Oct 2006 17:06:59 -0400 Original-Received: from [61.8.2.212] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GUV6A-0005H3-H4 for emacs-devel@gnu.org; Mon, 02 Oct 2006 17:13:14 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id E651F5AFF31 for ; Tue, 3 Oct 2006 07:06:55 +1000 (EST) Original-Received: from localhost (ppp2C08.dyn.pacific.net.au [61.8.44.8]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id k92L6jrH014901 for ; Tue, 3 Oct 2006 07:06:55 +1000 Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1GUUz4-0001nt-7Y for emacs-devel@gnu.org; Tue, 03 Oct 2006 07:05:54 +1000 Original-To: emacs-devel@gnu.org In-Reply-To: (Kenichi Handa's message of "Mon, 02 Oct 2006 16:22:19 +0900") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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:60380 Archived-At: Kenichi Handa writes: > > It seems that this is because the variable > ffap-string-at-point-mode-alist doesn't contain a multibyte > character in CHARS. Perhaps "(thing-at-point 'filename)", in thing-at-point-file-name-chars, has the same problem. (I was pondering the slight duplication between ffap guessing and thing-at-point the other day. It might be cute if you could somehow have ffap handlers based on a test for a thing-at-point thing, to get a consistent notion of what might be "at point".)