Posts
49
Comments
83
Trackbacks
0
Emacs
Emacs powershell-mode.el updated to v0.5

Here is the updated file. The old v0.4 version can still be downloaded as well. Many thanks to Richard Bielawski for taking the time to update some things and fix bugs. Change list from Richard's diff: Indenting fixed on <tab> Elseif keyword added Support standard comment func Bug fixed when visiting files in major mode I didn't do a thorough test, simply used it in the following scenarios: visiting file, auto-load, colorization, indenting via <tab> and editing. Apologies for the dastardly delay--but if you have improvements and suggestions / snippets, I'd be happy to...

posted @ Tuesday, August 19, 2008 7:52 PM | Feedback (8)
Updated: PowerShell script editing mode for Emacs (powershell-mode.el)

I finally got around to updating my Monad... er.. PowerShell mode for Emacs. It has some minor changes, no functionality differences: Updated all instances of vmsh --> poweshell now that the name change is official File name changed from vmsh-mode.el --> powershell-mode.el In your .emacs, please change from (require 'vmsh-mode) to (require 'powershell-mode) Put the file in your site-list directory. \emacs\site-list or $home\site-lisp That's it! Here is the file. BTW: the file you'll download is powershell-mode.el.txt. You neeed to remove the ".txt" extension before you...

posted @ Saturday, August 05, 2006 7:08 PM | Feedback (7)
vmsh-model.el: v0.2 Emacs major mode for MSH (Monad) scripts

HereĀ is a simple mode for editing MSH (monad) script files in Emacs. The syntax is easy to edit so if you need to add keywords or change highligthing, go for it! There isn't any indentation support yet, so you'll have to use the good old tab key for now. To use it, put the file (remove the .txt extension first) in emacs\site-lisp or your local lisp directory. Place the following in your .emacs to activate it: (require 'vmsh-mode) Enjoy! [update 1/17/06: Updated the file to version v0.2. The new version improves the syntax table] [update 1/21/06: Lee points out that...

posted @ Friday, December 23, 2005 3:12 PM | Feedback (0)
News
A little slow these days as I'm busy working on exchangelabs.com. I will try and post tidbits when I get some time. Enjoy the older posts till then!