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: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p. Date: Wed, 30 Sep 2015 10:59:34 +0200 Message-ID: <87wpv8mgeh.fsf@gnu.org> References: <20150925210512.18505.12538@vcs.savannah.gnu.org> <8737xxjtkq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1443677338 9974 80.91.229.3 (1 Oct 2015 05:28:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2015 05:28:58 +0000 (UTC) Cc: emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 01 07:28:49 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 1ZhWQA-0003BU-AF for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 07:28:46 +0200 Original-Received: from localhost ([::1]:38290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhWQ9-00075T-Ma for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 01:28:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhDEk-00010q-8J for emacs-devel@gnu.org; Wed, 30 Sep 2015 04:59:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhDEf-0003kc-8L for emacs-devel@gnu.org; Wed, 30 Sep 2015 04:59:42 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:33073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhDEf-0003jY-2z for emacs-devel@gnu.org; Wed, 30 Sep 2015 04:59:37 -0400 Original-Received: from thinkpad-t440p (dhcp145.uni-koblenz.de [141.26.71.145]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 08BB51A8255; Wed, 30 Sep 2015 10:59:34 +0200 (CEST) Mail-Followup-To: Artur Malabarba , Davis Herring , emacs-devel In-Reply-To: (Artur Malabarba's message of "Wed, 30 Sep 2015 08:51:26 +0100") 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.6.x X-Received-From: 141.26.64.15 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:190508 Archived-At: Artur Malabarba writes: >> Could mimicking (better: merging with) the approach of reveal-mode >> help? > > Now that Tassilo seems to have it working, I don't think it's worth > mimicking something else. However, if the feature can be simplified > by merging with reveal mode then that would surely be nice. I didn't get Davis email until now (and it seems that mails from or to emacs-devel are somehow deferred; do you have such issues, too?) but had a quick at reveal-mode. We can't use that because `reveal-mode' is specialized for revealing overlays whereas `prettify-symbols-mode' uses text properties. Bye, Tassilo