From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Interface of prog-prettification Date: Mon, 17 Jun 2013 01:46:42 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1371426482 22881 80.91.229.3 (16 Jun 2013 23:48:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Jun 2013 23:48:02 +0000 (UTC) Cc: Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 17 01:48:03 2013 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 1UoMfy-0002YQ-Qy for ged-emacs-devel@m.gmane.org; Mon, 17 Jun 2013 01:48:02 +0200 Original-Received: from localhost ([::1]:41550 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoMfy-00030F-C0 for ged-emacs-devel@m.gmane.org; Sun, 16 Jun 2013 19:48:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoMfU-0002zD-E4 for emacs-devel@gnu.org; Sun, 16 Jun 2013 19:48:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoMfM-0004wN-1n for emacs-devel@gnu.org; Sun, 16 Jun 2013 19:47:32 -0400 Original-Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:46463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoMfL-0004vq-Q1 for emacs-devel@gnu.org; Sun, 16 Jun 2013 19:47:23 -0400 Original-Received: by mail-ee0-f53.google.com with SMTP id c41so1434788eek.26 for ; Sun, 16 Jun 2013 16:47:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=f1wKgd0JwrEaeoyaAeZpwZ+2YIJmq6St81oVT0mSrXs=; b=hM8t8LnyNtggiOntTacr8fwMpzcxLKpjwBnOygevPJ3TFzdIDRaOboQ6yi5MmxzGV+ eC9EAGI5TWGRQwSXR4FouSM3MgNGQ4BZsTeBvTJ4RpuwYFWLf2tZ4QCbqxmJqrG15lXn 7BVLesqyhY+I4S09PywJ5IX9wcuS0Nk1JPHgSETBp3lf9m3Kv6H3OJQnPgant0hvjyCv +c8Je9zpirL1VVPmWbvRGRny/oqBtceLgACoEXBUtIRFnIBpNa8bKxSWTIsfstyjWpQ1 SmSVUvYFCEOnCrZdP88snNlabs1EtbrcuAP4IVz6kmsEyqHN7UYxwKrFKWNH8Abc/kUr yjRg== X-Received: by 10.14.213.135 with SMTP id a7mr12532135eep.152.1371426442941; Sun, 16 Jun 2013 16:47:22 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Sun, 16 Jun 2013 16:46:42 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::235 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:160482 Archived-At: On Mon, Jun 17, 2013 at 12:58 AM, Stefan Monnier wrote: > There is no interface for it. Fair enough, though the docstring of prog-prettify-symbols suggests otherwise: "Whether symbols should be prettified. When set to an alist in the form `((STRING . CHARACTER)...)' it will augment the mode's native prettify alist." > Oh, I hadn't noticed you made prog-prettify-symbols into a defcustom. > I think that's a mistake. Agreed about defcustom, but allowing the user to extend it seems useful. J