From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master e73b0d6: Implement unprettification of symbol at point Date: Thu, 01 Oct 2015 10:14:37 -0400 Message-ID: References: <20150930103122.19329.40243@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1443719269 10801 80.91.229.3 (1 Oct 2015 17:07:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2015 17:07:49 +0000 (UTC) Cc: Tassilo Horn To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 01 19:07:40 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 1ZhhKU-0007nL-K0 for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 19:07:38 +0200 Original-Received: from localhost ([::1]:53623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhhKU-00016u-3o for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 13:07:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhed8-00012X-E8 for emacs-devel@gnu.org; Thu, 01 Oct 2015 10:14:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zhed5-0001kD-3T for emacs-devel@gnu.org; Thu, 01 Oct 2015 10:14:42 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:14328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhed5-0001jI-0T; Thu, 01 Oct 2015 10:14:39 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0A1FgA731xV/wihxEVcgxCEAoVVwwsEAgKBPDwRAQEBAQEBAYEKQQWDXQEBBFYjEAs0EhQYDYhjzyMBAQEBBgIBH4s6hQUHFoQXBbM/gUUjhBQigngBAQE X-IPAS-Result: A0A1FgA731xV/wihxEVcgxCEAoVVwwsEAgKBPDwRAQEBAQEBAYEKQQWDXQEBBFYjEAs0EhQYDYhjzyMBAQEBBgIBH4s6hQUHFoQXBbM/gUUjhBQigngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="166755380" Original-Received: from 69-196-161-8.dsl.teksavvy.com (HELO ceviche.home) ([69.196.161.8]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 01 Oct 2015 10:14:37 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 3D928661DB; Thu, 1 Oct 2015 10:14:37 -0400 (EDT) In-Reply-To: (Tassilo Horn's message of "Wed, 30 Sep 2015 10:31:22 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:190562 Archived-At: > +(defcustom prettify-symbols-unprettify-at-point t Not sure how representative I am, but at least this user here much prefers a setting of nil. > + :type 'boolean > + :group 'prog-mode) The :group arg is redundant. Stefan