From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "nick" Newsgroups: gmane.emacs.help Subject: Unable to send give input to lisp, hassle in non-fundamental modes Date: 21 Oct 2005 03:03:51 -0700 Organization: http://groups.google.com Message-ID: <1129889031.929349.118750@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1129895091 6325 80.91.229.2 (21 Oct 2005 11:44:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Oct 2005 11:44:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 21 13:44:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESvIK-0000n4-79 for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Oct 2005 13:42:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESvIJ-00030A-5r for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Oct 2005 07:42:43 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 69.227.135.10 Original-X-Trace: posting.google.com 1129889037 17520 127.0.0.1 (21 Oct 2005 10:03:57 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 21 Oct 2005 10:03:57 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.1.1 (KHTML, like Gecko) Safari/312,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=69.227.135.10; posting-account=jUxYUQ0AAAD8UnkLa1i0H0X8rgGAb5qR Original-Xref: shelby.stanford.edu gnu.emacs.help:134846 Original-To: help-gnu-emacs@gnu.org 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:30430 Archived-At: Hello, I'm configuring emacs for the first time and am not sure what I'm doing wrong... I've got GNU Emacs 21.3.50, Common Lisp (OpenMCL), and Haskell (Hugs98) running on OS X 10.3.9. I can open an emacs *shell* window and run haskell or lisp, no problem, but as soon as I switch to "lisp-mode" or "haskell-mode" no longer sends input to the haskell or the lisp, even at the end of the buffer (the 'font-lock and indentation, etc work fine), even after switching back to fundamental mode. "M-x run-lisp" and "M-x run-haskell" both behave the same way. This behavior is the same if I'm in lisp, haskel or any interactive shell. Thanks for your time Nick