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: Compositions documentation Date: Fri, 06 Feb 2009 17:23:09 +0200 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1233938097 26721 80.91.229.12 (6 Feb 2009 16:34:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2009 16:34:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 06 17:36:12 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 1LVTgF-00081k-So for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 17:35:52 +0100 Original-Received: from localhost ([127.0.0.1]:43632 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVTew-00007p-JU for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 11:34:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVSY4-00031m-EE for emacs-devel@gnu.org; Fri, 06 Feb 2009 10:23:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVSY2-00030k-VB for emacs-devel@gnu.org; Fri, 06 Feb 2009 10:23:19 -0500 Original-Received: from [199.232.76.173] (port=34113 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVSY2-00030b-LO for emacs-devel@gnu.org; Fri, 06 Feb 2009 10:23:18 -0500 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:40561) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVSY2-0008RE-6N for emacs-devel@gnu.org; Fri, 06 Feb 2009 10:23:18 -0500 Original-Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KEN00E00H1WOW00@i_mtaout5.012.net.il> for emacs-devel@gnu.org; Fri, 06 Feb 2009 17:23:36 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.238.131]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KEN00JQMHF4MEI6@i_mtaout5.012.net.il> for emacs-devel@gnu.org; Fri, 06 Feb 2009 17:23:29 +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:108822 Archived-At: I see that the Lisp APIs that deal with compositions (composition-get-gstring, compose-region, compose-string, find-composition, etc.) are not documented in the ELisp manual. Should they be? Or are these APIs so obscure that no one should futz with them?