From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Trouble running Emacs-EPL (to run perl in emacs). Date: Wed, 24 Jan 2007 11:08:35 -0500 Message-ID: References: <13vj84-o01.ln1@news.ducksburg.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1169656942 19601 80.91.229.12 (24 Jan 2007 16:42:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Jan 2007 16:42:22 +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 17:42:12 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 1H9lCM-0000ks-4w for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Jan 2007 17:42:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9lCL-0003hw-KZ for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Jan 2007 11:42:09 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.umontreal.ca!news.umontreal.ca.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 24 Jan 2007 10:08:40 -0600 Original-Newsgroups: gnu.emacs.help,comp.lang.perl.misc User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux) Cancel-Lock: sha1:psixz4xYGfgLKUaVviid6B987FY= Original-Lines: 24 Original-NNTP-Posting-Host: 132.204.27.213 Original-X-Trace: sv3-G0s55drx0FvLfpkrKQdvmVa0eIT4X4PiwLufyZsyk+tqxMrH5d5xNDYpepcAsgp8LAReH4XXdc7PW5W!LljD2Ow2WwmOXR4Hjndn0QwpqctWcu8lFq0NbSTYG/FcrEvmXKchiOpqeQulFJSSxzGgW7HKvnt7!akN1yWAv0kJA8SdltA== Original-X-Complaints-To: abuse@umontreal.ca X-DMCA-Complaints-To: abuse@umontreal.ca X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Original-Xref: shelby.stanford.edu gnu.emacs.help:144991 comp.lang.perl.misc:602453 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:40595 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? O know nothing about Emacs-EPL, but if you turn on the "Enter Debugger on Quit/C-g" in the Options menu, then you should get a backtrace when you hit C-g. So reproduce the above hang and then press C-g to interrupt it and then show us the backtrace. Stefan