GNU bug report logs - #17033
24.3.50; regression in haskell-mode caused by emacs commit 116129

Previous Next

Package: emacs;

Reported by: Ian Kelling <ian <at> iankelling.org>

Date: Tue, 18 Mar 2014 12:46:02 UTC

Severity: important

Tags: notabug

Found in version 24.3.50

Done: Stefan <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 17033 <at> debbugs.gnu.org (full text, mbox):

From: Stefan <monnier <at> iro.umontreal.ca>
To: Ian Kelling <ian <at> iankelling.org>
Cc: 17033 <at> debbugs.gnu.org
Subject: Re: bug#17033: 24.3.50;
 regression in haskell-mode caused by emacs commit 116129
Date: Thu, 20 Mar 2014 12:32:11 -0400
> This line from haskell-mode's haskell-process.el is executed
> (check-type cmd haskell-command)
> which macro expands to become
> (haskell-command cmd)
> but haskell-command is a defstruct, leading to void-function error.

This is an error in haskell-process.el which uses (check-type cmd
haskell-command) on line 1268 before defining the haskell-command struct
on line 1375.

If you hoist the defstruct before the check-type, things should
work again.


        Stefan




This bug report was last modified 11 years and 69 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.