From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tyler Smith Newsgroups: gmane.emacs.help Subject: Re: Adding a sublist to a list on startup Date: Wed, 15 Dec 2010 10:21:28 -0500 Message-ID: <87r5dj9i4n.fsf@guruji.demimonde> References: <87zks9o3bw.fsf@guruji.demimonde> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292427268 11329 80.91.229.12 (15 Dec 2010 15:34:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2010 15:34:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 15 16:34:23 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 1PStMu-0000nV-Ob for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Dec 2010 16:34:16 +0100 Original-Received: from localhost ([127.0.0.1]:58034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PStEi-00055k-2X for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Dec 2010 10:25:48 -0500 Original-Received: from [140.186.70.92] (port=51594 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PStE4-0004Dv-M4 for help-gnu-emacs@gnu.org; Wed, 15 Dec 2010 10:25:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PStAq-0003YB-8K for help-gnu-emacs@gnu.org; Wed, 15 Dec 2010 10:21:49 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:49789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PStAq-0003Xn-2v for help-gnu-emacs@gnu.org; Wed, 15 Dec 2010 10:21:48 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PStAn-00025Z-57 for help-gnu-emacs@gnu.org; Wed, 15 Dec 2010 16:21:45 +0100 Original-Received: from 157.89.133.51 ([157.89.133.51]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Dec 2010 16:21:45 +0100 Original-Received: from tyler.smith by 157.89.133.51 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Dec 2010 16:21:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 157.89.133.51 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:B9dWh4KxMrzmlnizxrmuFBNcluE= 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:77526 Archived-At: Kevin Rodgers writes: >> >> So the two-element list I'm trying to add to LaTeX-environment-list is >> getting split into two atoms, each added as a separate list. I guess I'm >> modifying something at the wrong time, but I'm not sure exactly what. > > Are you sure that's the version of my-LaTeX-hook that's being executed? > (It could be redefined by something loaded later, or perhaps you've got > a compiled version of .emacs that is being loaded instead.) That was a good idea, but I just searched my .emacs.d/init.el, and there's only one instance of my-LaTeX-hook. I've never compiled my config file, and grep tells me there are no other files in .emacs.d that have that variable in them. Thanks, Tyler