From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "nick" Newsgroups: gmane.emacs.help Subject: Re: Unable to send give input to lisp, hassle in non-fundamental modes Date: 21 Oct 2005 23:50:31 -0700 Organization: http://groups.google.com Message-ID: <1129963831.605328.128490@g14g2000cwa.googlegroups.com> References: <1129889031.929349.118750@z14g2000cwz.googlegroups.com> <1129936290.517158.316330@g49g2000cwa.googlegroups.com> <1129941966.594855.8120@o13g2000cwo.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 1129964041 3671 80.91.229.2 (22 Oct 2005 06:54:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 22 Oct 2005 06:54:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 22 08:53:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ETDFG-0005V5-OB for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Oct 2005 08:52:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETDFF-0005XN-Va for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Oct 2005 02:52:46 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 69.227.135.10 Original-X-Trace: posting.google.com 1129963836 14581 127.0.0.1 (22 Oct 2005 06:50:36 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 22 Oct 2005 06:50:36 +0000 (UTC) In-Reply-To: <1129941966.594855.8120@o13g2000cwo.googlegroups.com> 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: g14g2000cwa.googlegroups.com; posting-host=69.227.135.10; posting-account=jUxYUQ0AAAD8UnkLa1i0H0X8rgGAb5qR Original-Xref: shelby.stanford.edu gnu.emacs.help:134877 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:30462 Archived-At: Ok... I'm... kind of slow sometimes, sorry... I fixed my "problem." I hadn't figured out the difference between lisp-mode and inferior-lisp-mode, and haskell-mode and inferior-haskell-mode... haskell-mode features things like font-lock, the ability to write multiple lines, etc--then a quick C-c C-z pulls up the interpreter in the shell-like, slightly bare-bones inferior-haskell-mode (in which correctly sends emacs to comint-send-input). The inferior-haskell-mode threw me off because it doesn't appear to work with font-lock. Still no font lock with lisp-mode, hopefully I can get SLIME to work! Thanks for your help Nick