From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: perlnow.el prob Date: Mon, 1 Jun 2009 14:36:59 -0700 Message-ID: <425E24FE28BB475EB6D00BD03198049B@us.oracle.com> References: <591642.42115.qm@web36508.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1243892239 18067 80.91.229.12 (1 Jun 2009 21:37:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Jun 2009 21:37:19 +0000 (UTC) To: "'Craig'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 01 23:37:14 2009 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.50) id 1MBFBx-0008SJ-TH for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jun 2009 23:37:14 +0200 Original-Received: from localhost ([127.0.0.1]:43856 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBFBx-0001dr-DN for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jun 2009 17:37:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBFBb-0001cU-Oh for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 17:36:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBFBX-0001Z4-RT for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 17:36:51 -0400 Original-Received: from [199.232.76.173] (port=59331 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBFBX-0001Z1-Lj for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 17:36:47 -0400 Original-Received: from acsinet11.oracle.com ([141.146.126.233]:42813) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MBFBX-0001tb-5q for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 17:36:47 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n51LbQSe006787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 1 Jun 2009 21:37:27 GMT Original-Received: from abhmt001.oracle.com (abhmt001.oracle.com [141.146.116.10]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n51LbclD012194; Mon, 1 Jun 2009 21:37:39 GMT Original-Received: from dradamslap1 (/141.144.65.100) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 01 Jun 2009 14:36:41 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <591642.42115.qm@web36508.mail.mud.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: Acni/+v01e634ZvjRaylDp5yz0b1YgAAMuSA X-Source-IP: abhmt001.oracle.com [141.146.116.10] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090207.4A2449EA.006E:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:64875 Archived-At: >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > Debugger entered--Lisp error: (file-error "Cannot open load=20 > file" "template") > require(template) > eval-buffer(# nil "/home/perlsyntax/.emacs"=20 > nil t) ; Reading at buffer position 75 > load-with-code-conversion("/home/perlsyntax/.emacs"=20 > "/home/perlsyntax/.emacs" t t) > load("~/.emacs" t t) > #[nil "=08? And your question is? At position 75 in file ~/.emacs, you apparently have (require = 'template). And you have no file template.el or template.elc in your `load-path'. And your question is?