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: How to check if cperl-mode.el file is loaded Date: Thu, 20 May 2010 19:48:12 -0600 Message-ID: References: <28626296.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1274406636 16346 80.91.229.12 (21 May 2010 01:50:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 May 2010 01:50:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 21 03:50:35 2010 connect(): No such file or directory 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 1OFHNj-0003Uy-15 for geh-help-gnu-emacs@m.gmane.org; Fri, 21 May 2010 03:50:35 +0200 Original-Received: from localhost ([127.0.0.1]:40569 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFHNi-0004rk-AI for geh-help-gnu-emacs@m.gmane.org; Thu, 20 May 2010 21:50:34 -0400 Original-Received: from [140.186.70.92] (port=48199 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFHNK-0004rf-46 for help-gnu-emacs@gnu.org; Thu, 20 May 2010 21:50:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFHNE-0002H2-9F for help-gnu-emacs@gnu.org; Thu, 20 May 2010 21:50:10 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:57023) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFHNE-0002Gx-3P for help-gnu-emacs@gnu.org; Thu, 20 May 2010 21:50:04 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OFHNC-0003Jl-O2 for help-gnu-emacs@gnu.org; Fri, 21 May 2010 03:50:02 +0200 Original-Received: from c-71-237-24-138.hsd1.co.comcast.net ([71.237.24.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2010 03:50:02 +0200 Original-Received: from kevin.d.rodgers by c-71-237-24-138.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2010 03:50:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-24-138.hsd1.co.comcast.net User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) In-Reply-To: <28626296.post@talk.nabble.com> 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:73703 Archived-At: eric_powell wrote: > On a side note, in my .emacs file, I notice that if I put the require > statement after the ‘add-to-list’ command that I get an error: ‘error: > "Invalid escape character syntax"’. That doesn’t seem right to me, but when > I switched the order of the two it went away, so I left it like that. > > Here is my .emacs file: > > #################################################################################### > ;; .emacs > (require 'cperl-mode) > (add-to-list 'load-path "~/elisp") ... M-x list-load-path-shadows -- Kevin Rodgers Denver, Colorado, USA