From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Compositions documentation Date: Fri, 06 Feb 2009 21:00:52 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233972071 29231 80.91.229.12 (7 Feb 2009 02:01:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2009 02:01:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 07 03:02:26 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 1LVcWY-0001vV-5N for ged-emacs-devel@m.gmane.org; Sat, 07 Feb 2009 03:02:26 +0100 Original-Received: from localhost ([127.0.0.1]:42643 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVcVE-0008Ld-OH for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 21:01:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVcV9-0008Hq-4I for emacs-devel@gnu.org; Fri, 06 Feb 2009 21:00:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVcV4-00088n-SC for emacs-devel@gnu.org; Fri, 06 Feb 2009 21:00:58 -0500 Original-Received: from [199.232.76.173] (port=34397 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVcV4-00088V-N7 for emacs-devel@gnu.org; Fri, 06 Feb 2009 21:00:54 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:27063 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVcV3-0000RP-09; Fri, 06 Feb 2009 21:00:53 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtAEALN5jElFxIvi/2dsb2JhbACBbcxwhBoGgxs X-IronPort-AV: E=Sophos;i="4.37,394,1231131600"; d="scan'208";a="33474769" Original-Received: from 69-196-139-226.dsl.teksavvy.com (HELO pastel.home) ([69.196.139.226]) by ironport2-out.teksavvy.com with ESMTP; 06 Feb 2009 21:00:52 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 318ED83D4; Fri, 6 Feb 2009 21:00:52 -0500 (EST) In-Reply-To: (Eli Zaretskii's message of "Fri, 06 Feb 2009 17:23:09 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108841 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? FWIW, `compose-region' is used in the "pretty lambda" trick, which I have adapted to sml-mode, haskell-mode, and a bunch of others. Stefan