I wrote small module for more comfortable work with HLint from Emacs. It has same functionality as compilation-mode - navigation between errors, etc.
To use it, just add following code to emacs init file:
(require 'hs-lint)
(defun my-haskell-mode-hook ()
(local-set-key "\C-cl" 'hs-lint))
(add-hook 'haskell-mode-hook 'my-haskell-mode-hook)
and after this, you'll be able to run hs-lint command with C-c l key binding when you open your filw with Haskell source code
January 11, 2009
January 8, 2009
Small blorg.el hacking
Slightly hacked the blorg.el package, that I use to generate blog on my site (it is used mostly for article announcements, etc). Following changes were made:
- Proper generation of links to files, without explicit specification of the file:// scheme
- Copying of files into blorg directories was removed - i don't want to copy files, that are already on my site
- Proper escaping of the <, >, &, ", was implemented (although may be not in all places - please let me know, if you'll find, that text is generated improperly)
January 4, 2009
Article about working with Scheme from Emacs
Just uploaded to my site a second part of article about Emacs as development environment. This part is dedicated to work with Scheme programming language and describes many packages - from well-known cmuscheme & quack, to GCA, GDS & bmacs, and some other...
You can leave comments directly on my site, so i can improve this article ;-)
You can leave comments directly on my site, so i can improve this article ;-)
Subscribe to:
Posts (Atom)