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: What does `undecided' do for encoding text? Date: Sat, 07 Feb 2009 17:32:58 +0200 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1234021574 2856 80.91.229.12 (7 Feb 2009 15:46:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2009 15:46:14 +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 Feb 07 16:47:28 2009 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 1LVpOv-0007dk-W5 for ged-emacs-devel@m.gmane.org; Sat, 07 Feb 2009 16:47:26 +0100 Original-Received: from localhost ([127.0.0.1]:46993 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVpNc-0000RP-Qb for ged-emacs-devel@m.gmane.org; Sat, 07 Feb 2009 10:46:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVpAx-0001Mg-D4 for emacs-devel@gnu.org; Sat, 07 Feb 2009 10:32:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVpAw-0001Ld-Es for emacs-devel@gnu.org; Sat, 07 Feb 2009 10:32:59 -0500 Original-Received: from [199.232.76.173] (port=55497 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVpAw-0001LV-97 for emacs-devel@gnu.org; Sat, 07 Feb 2009 10:32:58 -0500 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:14703) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVpAv-0004jm-Rj for emacs-devel@gnu.org; Sat, 07 Feb 2009 10:32:58 -0500 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KEP00900CE3UN00@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Sat, 07 Feb 2009 17:33:21 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.238.131]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KEP00JXQCJKO0O0@i_mtaout2.012.net.il>; Sat, 07 Feb 2009 17:33:21 +0200 (IST) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:108859 Archived-At: It looks like `undecided' works the same as `raw-text' for encoding text. Is that true in general? If not, what _does_ `undecided' do in this case? I think this should be reflected in the ELisp manual.