From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: using glyphs by default in perl-mode Date: Fri, 07 Jun 2013 08:53:36 -0400 Message-ID: References: <83d2ryv0cn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1370609622 31730 80.91.229.3 (7 Jun 2013 12:53:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Jun 2013 12:53:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 07 14:53:44 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UkwAp-0000LD-6C for ged-emacs-devel@m.gmane.org; Fri, 07 Jun 2013 14:53:43 +0200 Original-Received: from localhost ([::1]:60738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkwAo-0006nb-R2 for ged-emacs-devel@m.gmane.org; Fri, 07 Jun 2013 08:53:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkwAk-0006ks-B6 for emacs-devel@gnu.org; Fri, 07 Jun 2013 08:53:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkwAj-0006Qw-6p for emacs-devel@gnu.org; Fri, 07 Jun 2013 08:53:38 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkwAj-0006Qs-2d for emacs-devel@gnu.org; Fri, 07 Jun 2013 08:53:37 -0400 Original-Received: from handa by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UkwAi-0005uk-FR; Fri, 07 Jun 2013 08:53:36 -0400 In-Reply-To: <83d2ryv0cn.fsf@gnu.org> (message from Eli Zaretskii on Fri, 07 Jun 2013 10:36:24 +0300) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160211 Archived-At: In article <83d2ryv0cn.fsf@gnu.org>, Eli Zaretskii writes: > > From: Ted Zlatanov > > Date: Wed, 05 Jun 2013 10:45:26 -0400 > > > > (Aside: I attempted to use `compose-region' to build more > > complicated > > compositions besides a single character. The docstring says the > > COMPONENTS format can be several things, including: [...] > > > > I stared at this for a while then I gave up. It really needs one or > > two > > examples and an alternate wording, because I have no idea what it > > says.) > There's a reference to reference-point-alist, which I think has those > details. Yes. And, here are simple examples: (insert (compose-string "." 0 1 '(?+ (tc . bc) ?o))) (insert (compose-string "." 0 1 '(?+ (cc . cc) ?o))) --- Kenichi Handa handa@gnu.org