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 10:44:39 +0200 Message-ID: <87egixav48.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> <87r3mxb1qc.fsf@gnu.org> <87h9nt5cds.fsf@fencepost.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 1440146714 7686 80.91.229.3 (21 Aug 2015 08:45:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Aug 2015 08:45:14 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier , emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 21 10:45:05 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 1ZShwb-0007vA-9Y for ged-emacs-devel@m.gmane.org; Fri, 21 Aug 2015 10:45:01 +0200 Original-Received: from localhost ([::1]:40411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZShwa-00062S-N8 for ged-emacs-devel@m.gmane.org; Fri, 21 Aug 2015 04:45:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZShwM-00061k-OQ for emacs-devel@gnu.org; Fri, 21 Aug 2015 04:44:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZShwJ-00059b-Fw for emacs-devel@gnu.org; Fri, 21 Aug 2015 04:44:46 -0400 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZShwJ-00058r-AN for emacs-devel@gnu.org; Fri, 21 Aug 2015 04:44:43 -0400 Original-Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id BEEC320A68 for ; Fri, 21 Aug 2015 04:44:42 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 21 Aug 2015 04:44:42 -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=nn3hEN1SEspIcTr cpP5OIcqg33c=; b=BdSqeQJu8EEqrCwjIFnwlU1++dfIyqBqDz4M/DKvusst3Mi PGGflqE+rJNbGrIrpTfhY0Cmy+k0INZjqRMtP/1SzuCXY8JbhFbr9W9c0AnPD/cb QmG/KeBvnnOJd4DxC+DOcJs2rBWWlguGwp/HyyFal69wtNAGleW7mJ6waY7A= X-Sasl-enc: 5xfrbLVIrbil5/PSeJBCNEfraKHYAodGniJLss2huRZ1 1440146682 Original-Received: from thinkpad-t440p (unknown [2.162.146.245]) by mail.messagingengine.com (Postfix) with ESMTPA id 811B2680143; Fri, 21 Aug 2015 04:44:41 -0400 (EDT) Mail-Followup-To: David Kastrup , Stefan Monnier , Eli Zaretskii , emacs-devel@gnu.org In-Reply-To: <87h9nt5cds.fsf@fencepost.gnu.org> (David Kastrup's message of "Fri, 21 Aug 2015 09:28:15 +0200") 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:189026 Archived-At: David Kastrup 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. > > There is quite a lot of math around that does not bother with spurious > spaces. Yes, right. So now \alpha2 is indeed displayed as =CE=B12 with prettify-symbols-mode. Do you have any idea how to get $\alpha$ working also with AUCTeX's font-latex.el where $ are treated as string quotes? Bye, Tassilo