From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: port x-symbol to GNU emacs 24. Date: Fri, 21 Aug 2015 08:21:47 +0200 Message-ID: <87r3mxb1qc.fsf@gnu.org> References: <87oaia6ict.fsf@mat.ucm.es> <837foxor1t.fsf@gnu.org> <878u9d7vdg.fsf@mat.ucm.es> <87pp2pq2ht.fsf@gnu.org> <87wpwx68cn.fsf@mat.ucm.es> <87mvxqxtif.fsf@gnu.org> <838u9alzly.fsf@gnu.org> <874mjyaqm8.fsf@fencepost.gnu.org> <87d1yl2dq9.fsf@gnu.org> <87r3mz91h2.fsf@gnu.org> <87wpwrcd4n.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1440138132 5607 80.91.229.3 (21 Aug 2015 06:22:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Aug 2015 06:22:12 +0000 (UTC) Cc: Eli Zaretskii , David Kastrup , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 21 08:22:04 2015 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 1ZSfiD-0005U1-U1 for ged-emacs-devel@m.gmane.org; Fri, 21 Aug 2015 08:22:02 +0200 Original-Received: from localhost ([::1]:40062 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSfiD-0004vp-9z for ged-emacs-devel@m.gmane.org; Fri, 21 Aug 2015 02:22:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSfi6-0004uE-Od for emacs-devel@gnu.org; Fri, 21 Aug 2015 02:21:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSfi2-0005Lc-GB for emacs-devel@gnu.org; Fri, 21 Aug 2015 02:21:54 -0400 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]:37199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSfi2-0005LH-AA for emacs-devel@gnu.org; Fri, 21 Aug 2015 02:21:50 -0400 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 11FEE21137 for ; Fri, 21 Aug 2015 02:21:50 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Fri, 21 Aug 2015 02:21:50 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=vaRRHYV1qX+88jb f3nNKgrLtwuk=; b=X1WiSb+EWD+yz6AKKOKocgmeAO7s7MZz+Rs5KvHtTdFfZmJ YKhUaXG44Yh2GYjvYL8N3WKuoqriGp54SNhKsSfEOaUfcagMiHHum6zquFt/J6eH IoouA1v6irv8pnB25/ljtIzNAgbwmn6HUSvmnLniCELkPjdkHGjfEnTCyDxQ= X-Sasl-enc: Mi9WUKqtaorLmGJ6+plyTLqRpfvkOml61gEDJpix3iSx 1440138109 Original-Received: from thinkpad-t440p (unknown [2.162.146.245]) by mail.messagingengine.com (Postfix) with ESMTPA id 234526800F3; Fri, 21 Aug 2015 02:21:49 -0400 (EDT) Mail-Followup-To: Stefan Monnier , David Kastrup , Eli Zaretskii , emacs-devel@gnu.org In-Reply-To: (Stefan Monnier's message of "Wed, 19 Aug 2015 17:43:51 -0400") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.26 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:189018 Archived-At: Stefan Monnier writes: >> It doesn't compose \alpha2 so that's already handled correctly, no? > > No, IMHO, it should appear as =CE=B12. In theory, yes. Unless the document uses expl3 or the user plays with catcodes and then this could be one valid single macro. So I'd rather rely on having some non-word character in between. Bye, Tassilo