help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to check if cperl-mode.el file is loaded


From: Kevin Rodgers
Subject: Re: How to check if cperl-mode.el file is loaded
Date: Thu, 20 May 2010 19:48:12 -0600
User-agent: Thunderbird 2.0.0.24 (Macintosh/20100228)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]