From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: x-select-request-type Date: Sat, 17 Nov 2007 12:38:43 +0200 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1195295942 17364 80.91.229.12 (17 Nov 2007 10:39:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Nov 2007 10:39:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 17 11:39:08 2007 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 1ItL4s-0002pe-RR for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 11:39:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItL4f-0005Wr-Jm for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 05:38:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItL4c-0005WF-Bx for emacs-devel@gnu.org; Sat, 17 Nov 2007 05:38:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItL4Z-0005Vd-TC for emacs-devel@gnu.org; Sat, 17 Nov 2007 05:38:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItL4Z-0005Va-NZ for emacs-devel@gnu.org; Sat, 17 Nov 2007 05:38:47 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItL4Z-0007IY-HS for emacs-devel@gnu.org; Sat, 17 Nov 2007 05:38:47 -0500 Original-Received: from HOME-C4E4A596F7 ([81.5.32.198]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JKP10593 (AUTH halo1); Sat, 17 Nov 2007 12:38:30 +0200 (IST) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (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:83427 Archived-At: The doc string of x-select-request-type says, among other things: If the value is nil, try `COMPOUND_TEXT' and `UTF8_STRING', and use the more appropriate result. If both fail, try `STRING', and then `TEXT'. But the code only falls back on `STRING', I don't see it trying `TEXT'. Am I missing something, or do we need to fix the doc string?