From unknown Mon Aug 18 19:27:37 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#27292 <27292@debbugs.gnu.org> To: bug#27292 <27292@debbugs.gnu.org> Subject: Status: Package (haskell-emacs) not auto-loading Reply-To: bug#27292 <27292@debbugs.gnu.org> Date: Tue, 19 Aug 2025 02:27:37 +0000 retitle 27292 Package (haskell-emacs) not auto-loading reassign 27292 emacs submitter 27292 Jeff Brown severity 27292 normal tag 27292 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 08 19:56:02 2017 Received: (at submit) by debbugs.gnu.org; 8 Jun 2017 23:56:02 +0000 Received: from localhost ([127.0.0.1]:35623 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJ7HW-000815-C0 for submit@debbugs.gnu.org; Thu, 08 Jun 2017 19:56:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34697) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJ739-0007h7-3h for submit@debbugs.gnu.org; Thu, 08 Jun 2017 19:41:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJ732-0006F2-S7 for submit@debbugs.gnu.org; Thu, 08 Jun 2017 19:41:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_50, FREEMAIL_FROM, URI_HEX autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51364) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJ732-0006Ey-PB for submit@debbugs.gnu.org; Thu, 08 Jun 2017 19:41:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ731-0000M1-Ef for Bug-gnu-emacs@gnu.org; Thu, 08 Jun 2017 19:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJ72y-0006DU-BK for Bug-gnu-emacs@gnu.org; Thu, 08 Jun 2017 19:41:03 -0400 Received: from mwork.nabble.com ([162.253.133.43]:53350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ72y-0006DB-55 for Bug-gnu-emacs@gnu.org; Thu, 08 Jun 2017 19:41:00 -0400 Received: from static.162.253.133.85.macminivault.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id C312848795609 for ; Thu, 8 Jun 2017 16:40:55 -0700 (MST) Date: Thu, 8 Jun 2017 16:40:55 -0700 (MST) From: Jeff Brown To: Bug-gnu-emacs@gnu.org Message-ID: <1496965255791-428955.post@n8.nabble.com> Subject: Package (haskell-emacs) not auto-loading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Mac OS X [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 08 Jun 2017 19:56:02 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) I installed haskell-emacs, by running "package-list-packages" and selecting it. That compiled and ("ran"?) it. When I started a new Emacs session, however, the haskell-emacs package was no longer ("running"?).=20 My .emacs file includes some auto-generated code that seems intended to loa= d haskell-emacs on startup: ``` (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-archives (quote (("gnu" . "http://elpa.gnu.org/packages/") ("melpa-stable" . "http://stable.melpa.org/packages/")))) '(package-selected-packages (quote (haskell-emacs haskell-mode)))) (package-initialize) ``` One of the examples suggested in the haskell-emacs README is to run=20 `(Matrix.identity 1)`. In the (still-open) Emacs session from which I installed haskell-emacs, I can go to *scratch* and evaluate that, and it prints `((1))` to the *Messages* buffer. However, in any new Emacs session, if I go to the *scratch* buffer and evaluate the same expression, I get an `eval: Symbol=E2=80=99s function def= inition is void: Matrix\.identity` error. -- View this message in context: http://emacs.1067599.n8.nabble.com/Package-ha= skell-emacs-not-auto-loading-tp428955.html Sent from the Emacs - Bugs mailing list archive at Nabble.com. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 08 20:23:38 2017 Received: (at 27292) by debbugs.gnu.org; 9 Jun 2017 00:23:38 +0000 Received: from localhost ([127.0.0.1]:35629 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJ7iD-0000CV-Qm for submit@debbugs.gnu.org; Thu, 08 Jun 2017 20:23:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42129) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJ7iC-0000CH-4M for 27292@debbugs.gnu.org; Thu, 08 Jun 2017 20:23:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJ7i6-00060o-0S for 27292@debbugs.gnu.org; Thu, 08 Jun 2017 20:23:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ7i1-0005yO-VC; Thu, 08 Jun 2017 20:23:26 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1dJ7i1-0001s4-6c; Thu, 08 Jun 2017 20:23:25 -0400 From: Glenn Morris To: Jeff Brown Subject: Re: bug#27292: Package (haskell-emacs) not auto-loading References: <1496965255791-428955.post@n8.nabble.com> X-Spook: Ft. Meade Skipjack 22nd SAS embassy National laboratory X-Ran: &6Lk>)V?/RJ7Sf;-p*Kz<8=4'^[a*QODxd}`vU`QF29c0DaBBDmE-0LC (Jeff Brown's message of "Thu, 8 Jun 2017 16:40:55 -0700 (MST)") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27292 Cc: 27292@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Jeff Brown wrote: > I installed haskell-emacs, by running "package-list-packages" and selecting > it. That compiled and ("ran"?) it. When I started a new Emacs session, > however, the haskell-emacs package was no longer ("running"?). > > My .emacs file includes some auto-generated code that seems intended to load > haskell-emacs on startup: > > ``` > (custom-set-variables > ;; custom-set-variables was added by Custom. > ;; If you edit it by hand, you could mess it up, so be careful. > ;; Your init file should contain only one such instance. > ;; If there is more than one, they won't work right. > '(package-archives > (quote > (("gnu" . "http://elpa.gnu.org/packages/") > ("melpa-stable" . "http://stable.melpa.org/packages/")))) > '(package-selected-packages (quote (haskell-emacs haskell-mode)))) > (package-initialize) > ``` > > One of the examples suggested in the haskell-emacs README is to run > `(Matrix.identity 1)`. In the (still-open) Emacs session from which I > installed haskell-emacs, I can go to *scratch* and evaluate that, and it > prints `((1))` to the *Messages* buffer. > > However, in any new Emacs session, if I go to the *scratch* buffer and > evaluate the same expression, I get an `eval: Symbol's function definition > is void: Matrix\.identity` error. You don't mention running "haskell-emacs-init", which is documented in the package description and in https://github.com/knupfer/haskell-emacs I'd guess you did that in your first Emacs and forgot you did it. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 08 22:38:03 2017 Received: (at 27292) by debbugs.gnu.org; 9 Jun 2017 02:38:03 +0000 Received: from localhost ([127.0.0.1]:35699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJ9oJ-0003FA-6d for submit@debbugs.gnu.org; Thu, 08 Jun 2017 22:38:03 -0400 Received: from mail-io0-f171.google.com ([209.85.223.171]:33319) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJ9E0-0002Qa-E9 for 27292@debbugs.gnu.org; Thu, 08 Jun 2017 22:00:33 -0400 Received: by mail-io0-f171.google.com with SMTP id t87so7946287ioe.0 for <27292@debbugs.gnu.org>; Thu, 08 Jun 2017 19:00:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=zxCUQz/iw+6yFpxDo0je4vrAiPTS4GswarHzdYebQa8=; b=s4lJd8Ko4pvkI9h41PMwnX93ivQ+KFucUt8TtsnccbPxCynqI+QvE8iTFlIp5RbUrT MCYr3dX0OMqCSxYFXR+8M2669TgXxwBRKoo5cIipmKbQk0gU4L1SOuvZ/foNM9kGDrCu nzRiu8A7TclCxO7KpHcruv90gLjHwygLNwYirQa4DHsDoopH30qEDVob96GWUVcmXzB9 0mQ0ryJnr3uKOHebTC8qe6Guydj5xmQQFTeDrbQNe1RY4jCLVIz6ybacDyMZNAVR8iVW dDXdmmfrg8rTLch84tn7sUbnGU5bkRWWIHLHzt7C8uFkLJ6dscT9NKgLNPqMw5XmSj5A p6lQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=zxCUQz/iw+6yFpxDo0je4vrAiPTS4GswarHzdYebQa8=; b=SVJeH5+BLNy0+HFn+lTajakfrHHvfQIVHGjr7vZ5BAjw383iHL1AHtHMMBCqNsjBoZ imG2jzruyYyMDzHmaJXT6RgjdT4T9JBEST+/aB++hOFDP05uTMrY34fZ1vymjV5SqZiZ KwAPSlmTv+4lfQvrYnYOwmE6NH3GIhGwfWFxZxmnwcyX4NSXrewKES7kHvL5RzGjCXM0 Ekt1eLUXvJIASIeKF9Z2mGodjVFwR+OWodsewEHwiEPF6P6DSm+pZyAUjjEouyivdEOc lZmnFZ3nXvVYMTWpLc6PfJh1LvS2162RJnn7xoH0Ww4yUR1zpG6PU7ax2aCNMk2pxB3G 5HVQ== X-Gm-Message-State: AODbwcBIxDlY2BrTf4/Lcs03jojdKZMSvF0OAg698pY0oVAdiz9H4/xR DJ+CFS1Asn/tw+DJgVmodI1gx0lZaA== X-Received: by 10.107.19.71 with SMTP id b68mr7435287ioj.0.1496973626605; Thu, 08 Jun 2017 19:00:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.25.82 with HTTP; Thu, 8 Jun 2017 19:00:06 -0700 (PDT) In-Reply-To: References: <1496965255791-428955.post@n8.nabble.com> From: Jeffrey Brown Date: Thu, 8 Jun 2017 19:00:06 -0700 Message-ID: Subject: Re: bug#27292: Package (haskell-emacs) not auto-loading To: Glenn Morris Content-Type: multipart/alternative; boundary="001a113de7da40852405517d55ca" X-Spam-Score: -1.0 (-) X-Debbugs-Envelope-To: 27292 X-Mailman-Approved-At: Thu, 08 Jun 2017 22:38:01 -0400 Cc: 27292@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --001a113de7da40852405517d55ca Content-Type: text/plain; charset="UTF-8" That was the problem. Thank you! On Thu, Jun 8, 2017 at 5:23 PM, Glenn Morris wrote: > Jeff Brown wrote: > > > I installed haskell-emacs, by running "package-list-packages" and > selecting > > it. That compiled and ("ran"?) it. When I started a new Emacs session, > > however, the haskell-emacs package was no longer ("running"?). > > > > My .emacs file includes some auto-generated code that seems intended to > load > > haskell-emacs on startup: > > > > ``` > > (custom-set-variables > > ;; custom-set-variables was added by Custom. > > ;; If you edit it by hand, you could mess it up, so be careful. > > ;; Your init file should contain only one such instance. > > ;; If there is more than one, they won't work right. > > '(package-archives > > (quote > > (("gnu" . "http://elpa.gnu.org/packages/") > > ("melpa-stable" . "http://stable.melpa.org/packages/")))) > > '(package-selected-packages (quote (haskell-emacs haskell-mode)))) > > (package-initialize) > > ``` > > > > One of the examples suggested in the haskell-emacs README is to run > > `(Matrix.identity 1)`. In the (still-open) Emacs session from which I > > installed haskell-emacs, I can go to *scratch* and evaluate that, and it > > prints `((1))` to the *Messages* buffer. > > > > However, in any new Emacs session, if I go to the *scratch* buffer and > > evaluate the same expression, I get an `eval: Symbol's function > definition > > is void: Matrix\.identity` error. > > You don't mention running "haskell-emacs-init", which is documented in > the package description and in > > https://github.com/knupfer/haskell-emacs > > I'd guess you did that in your first Emacs and forgot you did it. > -- Jeff Brown | Jeffrey Benjamin Brown Website | Facebook | LinkedIn (spammy, so I often miss messages here) | Github --001a113de7da40852405517d55ca Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
That was the problem. Thank you!

On Thu, Jun 8, 2017 at 5:23 PM, Glenn= Morris <rgm@gnu.org> wrote:
Jef= f Brown wrote:

> I installed haskell-emacs, by running "package-list-packages"= ; and selecting
> it. That compiled and ("ran"?) it. When I started a new Emac= s session,
> however, the haskell-emacs package was no longer ("running"?= ).
>
> My .emacs file includes some auto-generated code that seems intended t= o load
> haskell-emacs on startup:
>
> ```
> (custom-set-variables
>=C2=A0 ;; custom-set-variables was added by Custom.
>=C2=A0 ;; If you edit it by hand, you could mess it up, so be careful.<= br> >=C2=A0 ;; Your init file should contain only one such instance.
>=C2=A0 ;; If there is more than one, they won't work right.
>=C2=A0 '(package-archives
>=C2=A0 =C2=A0 (quote
>=C2=A0 =C2=A0 =C2=A0(("gnu" . "http://elpa.gnu.org/p= ackages/")
>=C2=A0 =C2=A0 =C2=A0 ("melpa-stable" . "http://s= table.melpa.org/packages/"))))
>=C2=A0 '(package-selected-packages (quote (haskell-emacs haskell-mo= de))))
> (package-initialize)
> ```
>
> One of the examples suggested in the haskell-emacs README is to run > `(Matrix.identity 1)`. In the (still-open) Emacs session from which I<= br> > installed haskell-emacs, I can go to *scratch* and evaluate that, and = it
> prints `((1))` to the *Messages* buffer.
>
> However, in any new Emacs session, if I go to the *scratch* buffer and=
> evaluate the same expression, I get an `eval: Symbol's function de= finition
> is void: Matrix\.identity` error.

You don't mention running "haskell-emacs-init", which is docu= mented in
the package description and in

https://github.com/knupfer/haskell-emacs

I'd guess you did that in your first Emacs and forgot you did it.



--
<= div dir=3D"ltr">
Jeff Brown | Jeffrey Benjam= in Brown
Website=C2=A0 =C2=A0| =C2=A0=C2= =A0Facebook=C2=A0 =C2=A0| =C2=A0=C2=A0LinkedIn(spamm= y, so I often miss messages here) =C2=A0=C2=A0|=C2=A0 =C2=A0Github=C2=A0 =C2=A0=
--001a113de7da40852405517d55ca-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 09 14:15:43 2017 Received: (at control) by debbugs.gnu.org; 9 Jun 2017 18:15:43 +0000 Received: from localhost ([127.0.0.1]:37375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJORj-0002eI-AQ for submit@debbugs.gnu.org; Fri, 09 Jun 2017 14:15:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50885) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJORh-0002Xf-Ge for control@debbugs.gnu.org; Fri, 09 Jun 2017 14:15:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJORb-0004xU-Nt for control@debbugs.gnu.org; Fri, 09 Jun 2017 14:15:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJORb-0004xO-Kd for control@debbugs.gnu.org; Fri, 09 Jun 2017 14:15:35 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1dJORb-0006Uz-B8 for control@debbugs.gnu.org; Fri, 09 Jun 2017 14:15:35 -0400 Subject: control message for bug 27292 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Fri, 09 Jun 2017 14:15:35 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) tag 27292 notabug close 27292 From unknown Mon Aug 18 19:27:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 08 Jul 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator