From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Robert D. Crawford" Newsgroups: gmane.emacs.help Subject: elisp help needed Date: Wed, 01 Mar 2006 10:58:31 -0600 Message-ID: <87irqygkzs.fsf@laptop.rdc1.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141400178 21898 80.91.229.2 (3 Mar 2006 15:36:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Mar 2006 15:36:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 03 16:36:18 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FFCJt-0005rt-1J for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Mar 2006 16:35:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFCJt-0000jn-FT for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Mar 2006 10:35:53 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 01 Mar 2006 10:58:38 -0600 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:WNwea/VRG1bTOSIdOhyeMNdWW+A= Original-Lines: 25 Original-NNTP-Posting-Host: 68.52.232.141 Original-X-Trace: sv3-O19ToqnpsuTeb+mNF3rtIjn49u4zlSy0Jl/LXgDUHcLC9G7StZVQAd0qVOmJpDM2FbuuyLnZNfTkJ7h!Z3McFT/9or5LgdZht/N30Mq+sFgsexD7yqdnPLxBQFbnxEu/WWlqL0lI57z7Ys8E6e8w Original-X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Original-Xref: shelby.stanford.edu gnu.emacs.help:137846 Original-To: help-gnu-emacs@gnu.org 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:33475 Archived-At: I have the following lines in my .emacs file: (remove-hook 'w3m-after-cursor-move-hook #'w3m-print-this-url) and for some reason, to get it to eval I have to do it by hand every time I restart emacs. I *think* this might be the only code that is not being evaled, but I do not know any way to be certain. I know that there are things below this line that are being correctly evaled. All the code in the customize section seems to be ok, and I have a function that byte-compiles .el files when they are saved that works. Is there some way to know what is being evaled? Thanks, rdc -- <========================================================================> Robert D. Crawford rdc1x@comcast.net Q: How many IBM 370's does it take to execute a job? A: Four, three to hold it down, and one to rip its head off. <========================================================================>