From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nic Ferrier Newsgroups: gmane.emacs.devel Subject: why do some programming modes have customize hooks and others do not? Date: Sat, 18 Oct 2014 12:10:08 +0100 Message-ID: <87bnp9eir3.fsf@ferrier.me.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413630653 24190 80.91.229.3 (18 Oct 2014 11:10:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Oct 2014 11:10:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 18 13:10:46 2014 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 1XfRuI-0006BW-6G for ged-emacs-devel@m.gmane.org; Sat, 18 Oct 2014 13:10:46 +0200 Original-Received: from localhost ([::1]:36234 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfRuH-0007Xl-77 for ged-emacs-devel@m.gmane.org; Sat, 18 Oct 2014 07:10:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfRts-0007Xe-8J for emacs-devel@gnu.org; Sat, 18 Oct 2014 07:10:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfRtk-0002y1-Pt for emacs-devel@gnu.org; Sat, 18 Oct 2014 07:10:20 -0400 Original-Received: from static.17.66.46.78.clients.your-server.de ([78.46.66.17]:43069 helo=po1.ferrier.me.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfRtk-0002xt-KZ for emacs-devel@gnu.org; Sat, 18 Oct 2014 07:10:12 -0400 Original-Received: from nicferrier-dell-xps (140.35.155.90.in-addr.arpa [90.155.35.140]) by po1.ferrier.me.uk (Postfix) with ESMTPA id DCC78AC0334; Sat, 18 Oct 2014 13:27:02 +0200 (CEST) Original-Received: from nicferrier-XPS13-9333 (localhost [127.0.0.1]) by nicferrier-dell-xps (Postfix) with ESMTPS id 85C876001A; Sat, 18 Oct 2014 12:10:08 +0100 (BST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 78.46.66.17 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:175533 Archived-At: Emacs-Lisp mode has a customizable hook variable but erlang-mode does not. Is there any reasoning to this discrepancy or is it just the personal preference of the author of the mode? Nic