From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.devel Subject: Re: composed characters question and suggestions for?quail-cyrillic-* Date: Tue, 8 Jul 2008 20:26:34 +0000 (UTC) Message-ID: References: <86lk19mmua.fsf@lifelogs.com> <485298A4.30000@gnu.org> <867ict8awn.fsf@lifelogs.com> <87zlouswvk.fsf@jurta.org> <86skulfo7j.fsf@lifelogs.com> <87fxql8j7y.fsf@jurta.org> <868wwccirg.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1215549048 9371 80.91.229.12 (8 Jul 2008 20:30:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2008 20:30:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 08 22:31:35 2008 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 1KGJqY-0003Es-2J for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2008 22:31:34 +0200 Original-Received: from localhost ([127.0.0.1]:40712 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGJpg-0002aY-QG for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2008 16:30:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGJpc-0002Z3-2E for emacs-devel@gnu.org; Tue, 08 Jul 2008 16:30:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGJpZ-0002Wx-LR for emacs-devel@gnu.org; Tue, 08 Jul 2008 16:30:35 -0400 Original-Received: from [199.232.76.173] (port=34437 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGJpZ-0002Wq-If for emacs-devel@gnu.org; Tue, 08 Jul 2008 16:30:33 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:52239 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KGJpF-0006CF-AG for emacs-devel@gnu.org; Tue, 08 Jul 2008 16:30:32 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KGJp4-00018N-G0 for emacs-devel@gnu.org; Tue, 08 Jul 2008 20:30:02 +0000 Original-Received: from dsl-roibrasgw1-feb4dc00-181.dhcp.inet.fi ([80.220.180.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Jul 2008 20:30:02 +0000 Original-Received: from teemu.likonen by dsl-roibrasgw1-feb4dc00-181.dhcp.inet.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Jul 2008 20:30:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dsl-roibrasgw1-feb4dc00-181.dhcp.inet.fi User-Agent: tin/1.9.3-20080506 ("Dalintober") (UNIX) (Linux/2.6.18-6-k7 (i686)) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:100464 Archived-At: James Cloos wrote: > I’m thinking of adding: > > <1> : "․" U2024 # ONE DOT LEADER > <2> : "‥" U2025 # TWO DOT LEADER > <3> : "…" ellipsis # HORIZONTAL ELLIPSIS > > to the UTF-8 Compose.pre files. The X11 compose framework converts > the compose sequence to a string (rather than a character), so I could > also have insert ". . ." rather than > "…", so I could make it match the proposed change to Emacs. I'll have > to give that some thought. Just FYI: HORIZONTAL ELLIPSIS has been added to libX11, though I'm not sure if it's in any released version yet. The key sequence is this: : "…" ellipsis # HORIZONTAL ELLIPSIS See the relevant commit in libX11's Git repository: http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=b0a8f2ec4ba698841683f8ce389f9d72e6bce53e (You can click the diffstat for file nls/en_US.UTF-8/Compose.pre .)