From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: eric_powell Newsgroups: gmane.emacs.help Subject: Re: How to check if cperl-mode.el file is loaded Date: Mon, 24 May 2010 11:13:09 -0700 (PDT) Message-ID: <28659892.post@talk.nabble.com> References: <28626296.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1274725089 29329 80.91.229.12 (24 May 2010 18:18:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 May 2010 18:18:09 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 24 20:18:05 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 1OGcE0-0003RD-8j for geh-help-gnu-emacs@m.gmane.org; Mon, 24 May 2010 20:18:04 +0200 Original-Received: from localhost ([127.0.0.1]:34744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGcAI-0007Po-Et for geh-help-gnu-emacs@m.gmane.org; Mon, 24 May 2010 14:14:14 -0400 Original-Received: from [140.186.70.92] (port=35539 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGc9g-0007E1-5w for Help-gnu-emacs@gnu.org; Mon, 24 May 2010 14:13:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGc9G-0006xi-UV for Help-gnu-emacs@gnu.org; Mon, 24 May 2010 14:13:36 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:32903) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGc9G-0006xQ-Ol for Help-gnu-emacs@gnu.org; Mon, 24 May 2010 14:13:10 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OGc9F-000076-M3 for Help-gnu-emacs@gnu.org; Mon, 24 May 2010 11:13:09 -0700 In-Reply-To: X-Nabble-From: epowell1@med.miami.edu 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:73752 Archived-At: Kevin Rodgers-2 wrote: >=20 > eric_powell wrote: >=20 >> On a side note, in my .emacs file, I notice that if I put the require >> statement after the =E2=80=98add-to-list=E2=80=99 command that I get an = error: =E2=80=98error: >> "Invalid escape character syntax"=E2=80=99. That doesn=E2=80=99t seem r= ight to me, but >> when >> I switched the order of the two it went away, so I left it like that. >>=20 >> Here is my .emacs file:=20 >>=20 >> ########################################################################= ############ >> ;; .emacs >> (require 'cperl-mode) >> (add-to-list 'load-path "~/elisp") > ... >=20 > M-x list-load-path-shadows >=20 > --=20 > Kevin Rodgers > Denver, Colorado, USA >=20 >=20 >=20 >=20 Fantastic! Thanks, Kevin. I ran that command and I got this (below), so I guess it is loaded even though that isn't reflected in the M-x cperl-versio= n command. ################################################# ~/elisp/cperl-mode hides /usr/share/emacs/21.4/lisp/progmodes/cperl-mode 1 Emacs Lisp load-path shadowing was found ################################################# --=20 View this message in context: http://old.nabble.com/How-to-check-if-cperl-m= ode.el-file-is-loaded-tp28626296p28659892.html Sent from the Emacs - Help mailing list archive at Nabble.com.