From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: emacs modes Date: Fri, 20 Jun 2008 22:08:04 -0500 Message-ID: <87hcbna3jf.fsf@bzg.ath.cx> References: <18032058.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214017735 7126 80.91.229.12 (21 Jun 2008 03:08:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Jun 2008 03:08:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 21 05:09:39 2008 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 1K9tTt-0006yA-6W for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Jun 2008 05:09:37 +0200 Original-Received: from localhost ([127.0.0.1]:45663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9tT4-0007Wk-2x for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Jun 2008 23:08:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9tSj-0007WP-Cw for help-gnu-emacs@gnu.org; Fri, 20 Jun 2008 23:08:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9tSg-0007WC-9G for help-gnu-emacs@gnu.org; Fri, 20 Jun 2008 23:08:24 -0400 Original-Received: from [199.232.76.173] (port=44287 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9tSg-0007W9-2z for help-gnu-emacs@gnu.org; Fri, 20 Jun 2008 23:08:22 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.236]:10341) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9tSf-0002rK-Vb for help-gnu-emacs@gnu.org; Fri, 20 Jun 2008 23:08:22 -0400 Original-Received: by wr-out-0506.google.com with SMTP id c30so1217290wra.14 for ; Fri, 20 Jun 2008 20:08:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type:sender; bh=t1OiXLtDJ2Wr8T5tTfY0Mukox7YyBkcLae7633ryGeM=; b=mlCj6tORs6En9mFcVrlhApvH3CbDa0E3g4ylsqMhkC73HxyTiUYmgPNzQG8SFgqu9r MAe0pGt0oUCEoqd06bONmreIGff/W1Y7XRRR9KzNexbcs+6xcy4yzFJnofDdy+2w6HRr DQoimtKSJ7IR1i/NftnNFLH6OOegPQPvBG7Ig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:sender; b=QyGgRV+1E8JPnMYxpuD9ymWKdpDQ0hxrftq88Pk57cTnx+7Mj9TXe2Dclp2P+WHC5c fi83XAdbwdOH6INznmkzmnMPcBKRzd+gSkk7IAmlpHYydPlXVLG8SJ2UpQ/LXl8Gxb4A rrsQHRkO/Ku9L5BvxmsUCvh4PELDuRwq6FD54= Original-Received: by 10.90.79.17 with SMTP id c17mr707570agb.75.1214017701200; Fri, 20 Jun 2008 20:08:21 -0700 (PDT) Original-Received: from bzg.ath.cx ( [64.86.54.122]) by mx.google.com with ESMTPS id 17sm1999874hsq.16.2008.06.20.20.08.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Jun 2008 20:08:20 -0700 (PDT) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id D33811575B9; Fri, 20 Jun 2008 22:08:04 -0500 (EST) In-Reply-To: <18032058.post@talk.nabble.com> (seiken's message of "Fri, 20 Jun 2008 08:28:56 -0700 (PDT)") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:55009 Archived-At: seiken writes: > What docs should I read in order to understand how a particular mode > is intended to be used? Specifically I need to know how to send a > piece of code to GHC in haskell-mode. `C-h m' when you're in the mode. `C-h f haskell-mode RET' might also help. -- Bastien