From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adam Funk Newsgroups: gmane.emacs.help Subject: Trouble running Emacs-EPL (to run perl in emacs). Date: Wed, 24 Jan 2007 12:12:49 +0000 Message-ID: <13vj84-o01.ln1@news.ducksburg.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1169642502 26447 80.91.229.12 (24 Jan 2007 12:41:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Jan 2007 12:41:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 24 13:41:32 2007 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 1H9hRU-0006T3-0q for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Jan 2007 13:41:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9hRT-0005Pa-GI for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Jan 2007 07:41:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.lang.perl.misc,comp.emacs Original-Followup-To: gnu.emacs.help,comp.lang.perl.misc Original-Lines: 57 Original-X-Trace: individual.net WGCePYrUM4oVR6LLLxUZrQXuALwNrPBfj0nZ7kxt4Mthrt6XiT X-Orig-Path: news.ducksburg.com!news User-Agent: slrn/0.9.8.1pl1 (Debian) Original-Xref: shelby.stanford.edu gnu.emacs.help:144979 comp.lang.perl.misc:602435 comp.emacs:93717 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:40583 Archived-At: I'm trying to use Emacs-EPL to run perl commands in emacs. (My installation procedure is listed below.) When I run emacs and do M-x load-library perl I get the message Loading perl (source)...done Then M-x perl-eval-expression and at the "Eval Perl: " prompt I type 2+2 and it hangs until I press C-g. `ps ux` in another xterm shows the following processes running (after I used C-g twice and tried a third time): emacs /usr/bin/perl -MEmacs::EPL=0.007,:server -MEmacs -MEmacs::Lisp -eEmacs::EPL::loop /usr/bin/perl -MEmacs::EPL=0.007,:server -MEmacs -MEmacs::Lisp -eEmacs::EPL::loop /usr/bin/perl -MEmacs::EPL=0.007,:server -MEmacs -MEmacs::Lisp -eEmacs::EPL::loop Any idea what I'm doing wrong? Thanks, Adam ~~~~~ my installation ~~~~~ I downloaded http://john-edwin-tobey.org/perlmacs/src/Emacs-EPL-0.7.tar.gz and followed the instructions with this result: /usr/local/share/perl/5.8.8/ |-- Emacs | |-- EPL | | `-- Debug.pm | |-- EPL.pm | |-- Forward.pm | `-- Lisp.pm `-- Emacs.pm (I've checked that /usr/local/share/perl/5.8.8/ is in my perl library path.) Then I copied the files epl-compat.el epl.el epl-server.el perl-core.el perl.el into ~/.local/site-lisp/ , which is in my load-path in emacs.