From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rustom Mody Newsgroups: gmane.emacs.help Subject: No keybinding for load-haskell-file? Date: Sun, 23 Jun 2013 05:37:55 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1371995667 6930 80.91.229.3 (23 Jun 2013 13:54:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Jun 2013 13:54:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 23 15:54:28 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UqkkN-0004jw-CC for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jun 2013 15:54:27 +0200 Original-Received: from localhost ([::1]:50227 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqkkN-00089w-1q for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jun 2013 09:54:27 -0400 X-Received: by 10.224.174.145 with SMTP id t17mr21886524qaz.4.1371991076045; Sun, 23 Jun 2013 05:37:56 -0700 (PDT) X-Received: by 10.50.132.65 with SMTP id os1mr315151igb.13.1371991075814; Sun, 23 Jun 2013 05:37:55 -0700 (PDT) Original-Path: usenet.stanford.edu!news.glorb.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j2no1312326qak.0!news-out.google.com!fv2ni0qab.0!nntp.google.com!j2no1312323qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=59.95.46.5; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 59.95.46.5 User-Agent: G2/1.0 Injection-Date: Sun, 23 Jun 2013 12:37:55 +0000 X-Received-Bytes: 1307 Original-Xref: usenet.stanford.edu gnu.emacs.help:199413 X-Mailman-Approved-At: Sun, 23 Jun 2013 09:54:12 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91676 Archived-At: As far as I know all the comint derived modes facilitate loading the program file with C-c C-l. Eg in scheme mode C-c C-l is bound to scheme-load-file and likewise for other 'comints' In Haskell-mode however C-c C-l is not bound. Naturally Ive bound it but I am wondering if I am missing something basic in my emacs setup for haskell.