[Haskell-beginners] setting up haskell-mode in gnu-emacs (OSX)

Miro Karpis miroslav.karpis at gmail.com
Tue Dec 10 06:19:15 UTC 2013


Thanks,

now I'm getting "Install package: haskell-mode[No match]". I'm doing this
via gnu-emacs in OSX

Do I need to download the package and place it somewhere?

Thanks,
m.


On Tue, Dec 10, 2013 at 6:27 AM, Brandon Allbery <allbery.b at gmail.com>wrote:

> On Tue, Dec 10, 2013 at 12:13 AM, Miro Karpis <miroslav.karpis at gmail.com>wrote:
>
>> I'm having troubles to set-up haskell-mode in gnu-emacs. I'm new to
>> emacs,...
>> Instructions says: via package manager add: M-x package-install <RET>
>> haskell-mode <RET>
>> I can open package manager, but where should I paste the command?
>>
>
> That's not really pasteable as such.
>
> M-x refers to pressing Meta-x (for a terminal this may not be available
> without special configuration) or Esc followed by x. <RET> is the Return
> key.
>
> So:  press Esc, x (minibuffer shows "M-x "), type "package-install", press
> Return, type "haskell-mode", press Return. (If you have configured Terminal
> to use Option for Meta --- this is not default as it disables
> internationalization --- then you can press Option-x instead of Esc
> followed by x.)
>
> --
> brandon s allbery kf8nh                               sine nomine
> associates
> allbery.b at gmail.com
> ballbery at sinenomine.net
> unix, openafs, kerberos, infrastructure, xmonad
> http://sinenomine.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20131210/e6bdcf4a/attachment-0001.html>


More information about the Beginners mailing list