From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: PJ Weisberg Newsgroups: gmane.emacs.help Subject: Re: Adding a sublist to a list on startup Date: Thu, 16 Dec 2010 08:48:33 -0800 Message-ID: References: <87zks9o3bw.fsf@guruji.demimonde> <08AABBED9C6F4D2A9644BD0B620685CD@us.oracle.com> <87vd2xnyvf.fsf@guruji.demimonde> <97015EFD9EC74A7DA045CCE24E99D2BE@us.oracle.com> <87mxo5akqf.fsf@guruji.demimonde> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1292519126 7287 80.91.229.12 (16 Dec 2010 17:05:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Dec 2010 17:05:26 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tyler Smith Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 16 18:05:17 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PTHGX-0001aJ-2v for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Dec 2010 18:05:17 +0100 Original-Received: from localhost ([127.0.0.1]:60214 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTH9U-0001ia-UU for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Dec 2010 11:58:00 -0500 Original-Received: from [140.186.70.92] (port=59076 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTH6t-00006v-OA for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 11:55:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTH6r-00084R-0t for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 11:55:19 -0500 Original-Received: from p3plsmtpa01-02.prod.phx3.secureserver.net ([72.167.82.82]:52060) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PTH6q-000847-Mq for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 11:55:16 -0500 Original-Received: (qmail 26900 invoked from network); 16 Dec 2010 16:48:35 -0000 Original-Received: from unknown (209.85.161.48) by p3plsmtpa01-02.prod.phx3.secureserver.net (72.167.82.82) with ESMTP; 16 Dec 2010 16:48:35 -0000 Original-Received: by fxm2 with SMTP id 2so3345670fxm.35 for ; Thu, 16 Dec 2010 08:48:33 -0800 (PST) Original-Received: by 10.223.95.197 with SMTP id e5mr5570691fan.104.1292518113486; Thu, 16 Dec 2010 08:48:33 -0800 (PST) Original-Received: by 10.223.89.137 with HTTP; Thu, 16 Dec 2010 08:48:33 -0800 (PST) In-Reply-To: <87mxo5akqf.fsf@guruji.demimonde> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77595 Archived-At: On Thu, Dec 16, 2010 at 5:52 AM, Tyler Smith wrote: > (defun my-LaTeX-hook () Looks like you just copy-and-pasted that from where you define it. Just as a sanity check to make sure it's really, really defined the way you think it is, do this: M-x pp-eval-expression (symbol-function 'my-LaTeX-hook) -PJ