From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gottlieb@nyu.edu Newsgroups: gmane.emacs.help Subject: does customizing a hook "add-to" the hook? Date: Sat, 13 Jul 2013 17:25:19 -0400 Message-ID: <87wqou6tkw.fsf@nyu.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373751243 26939 80.91.229.3 (13 Jul 2013 21:34:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Jul 2013 21:34:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 13 23:34:04 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Uy7S8-0004Ye-DV for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jul 2013 23:34:04 +0200 Original-Received: from localhost ([::1]:36214 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy7S8-0004O6-21 for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jul 2013 17:34:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy7Rz-0004Me-8q for help-gnu-emacs@gnu.org; Sat, 13 Jul 2013 17:33:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uy7Ry-0007yx-G5 for help-gnu-emacs@gnu.org; Sat, 13 Jul 2013 17:33:55 -0400 Original-Received: from smtp.cs.nyu.edu ([128.122.49.97]:36460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy7Ry-0007yt-DM for help-gnu-emacs@gnu.org; Sat, 13 Jul 2013 17:33:54 -0400 Original-Received: from newlap.localdomain (69-165-185-19.dsl.teksavvy.com [69.165.185.19]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id r6DLXqPb004516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 13 Jul 2013 17:33:53 -0400 (EDT) Original-Received: by newlap.localdomain (Postfix, from userid 1000) id 97DFDA0393; Sat, 13 Jul 2013 17:25:19 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 128.122.49.97 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92112 Archived-At: If I use `customize-option' to customize a (normal) hook, do the functions I add via pushing the `ins' button get added to the default value for the hook or do they replace the default? I wish to achieve the former (add-to) effect and realize that `add-hook' does this, but would prefer to use customize if possible. thanks, allan