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: e73b0d6: Implement unprettification of symbol at point Date: Thu, 01 Oct 2015 10:07:19 +0200 Message-ID: <87zj03f1vs.fsf@gnu.org> References: <87lhbnrjgq.fsf@udel.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1443708853 26314 80.91.229.3 (1 Oct 2015 14:14:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2015 14:14:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mark Oteiza Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 01 16:14: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 1ZhecQ-0005VV-CL for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 16:13:58 +0200 Original-Received: from localhost ([::1]:50688 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhecP-0008Hm-OH for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 10:13:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhYtj-0001xU-Be for emacs-devel@gnu.org; Thu, 01 Oct 2015 04:07:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhYtd-0001yt-Or for emacs-devel@gnu.org; Thu, 01 Oct 2015 04:07:27 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:53513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhYtd-0001yY-J6 for emacs-devel@gnu.org; Thu, 01 Oct 2015 04:07:21 -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 4FD321A8357; Thu, 1 Oct 2015 10:07:19 +0200 (CEST) Mail-Followup-To: Mark Oteiza , emacs-devel@gnu.org In-Reply-To: <87lhbnrjgq.fsf@udel.edu> (Mark Oteiza's message of "Wed, 30 Sep 2015 11:54:29 -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.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:190545 Archived-At: Mark Oteiza writes: >> * lisp/progmodes/prog-mode.el: Implement feature for unprettifying the >> symbol at point. >> (prettify-symbols--current-symbol-bounds): New variable. >> (prettify-symbols--post-command-hook): New function. >> (prettify-symbols-unprettify-at-point): New defcustom. >> (prettify-symbols-mode): Use it. >> (prettify-symbols--compose-symbol): Use them. > > All the new changing of text properties is modifying the buffer. > > Also, why is this defaulting to on? Just for informing you: a copy of this mail without Cc to emacs-devel was sent to my email address. I've solved the modification issue, and the feature is now off by default. Bye, Tassilo