From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: Adding a sublist to a list on startup Date: Thu, 16 Dec 2010 00:18:54 -0700 Message-ID: References: <87zks9o3bw.fsf@guruji.demimonde> <87r5dj9i4n.fsf@guruji.demimonde> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1292484598 656 80.91.229.12 (16 Dec 2010 07:29:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Dec 2010 07:29:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 16 08:29:54 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 1PT8Hi-0005JJ-AJ for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Dec 2010 08:29:54 +0100 Original-Received: from localhost ([127.0.0.1]:35265 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PT8Hh-0004SK-Ou for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Dec 2010 02:29:53 -0500 Original-Received: from [140.186.70.92] (port=54188 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PT8G4-0003AB-0r for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 02:28:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PT87E-00048b-Am for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 02:19:09 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:37067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PT87E-00047j-4g for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 02:19:04 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PT87C-0000yh-29 for help-gnu-emacs@gnu.org; Thu, 16 Dec 2010 08:19:02 +0100 Original-Received: from c-24-8-96-241.hsd1.co.comcast.net ([24.8.96.241]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Dec 2010 08:19:02 +0100 Original-Received: from kevin.d.rodgers by c-24-8-96-241.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Dec 2010 08:19:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-24-8-96-241.hsd1.co.comcast.net User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 In-Reply-To: <87r5dj9i4n.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:77579 Archived-At: On 12/15/10 8:21 AM, Tyler Smith wrote: > 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. One final check, does this return what you expect: (symbol-function 'my-LaTeX-hook) -- Kevin Rodgers Denver, Colorado, USA