This update replaces the un-maintained version found on EmacsWiki
http://www.emacswiki.org/emacs/csharp-mode.el
This version was originally based on the following version found on
Google code, which has been 100% un-maintained since 2011.
https://code.google.com/p/csharpmode/
Original author has been contacted via several means, but no reply
has been received.
The project was transferred under the collective OmniSharp
organization's account. While the old url still works, this is done to
reduce confusion for new users.
Art Bollocks Mode
This minor mode monitors your writing and highlights words or patterns
you may want to reconsider. It can detect repeated words which sometimes
slip past proof-reading. It has a list of common passive verbs, making
it easier for you to rewrite the sentences to use the active voice. It
detects weasel words like “many” and “surprisingly”. It even comes with
jargon catchers for art critics (“postmodern”, “ironic”, and so forth) –
hence artbollocks-mode.el.
For More Details
http://sachachua.com/blog/2011/12/emacs-artbollocks-mode-el-and-writing-more-clearly/
Link to the repository: https://github.com/sachac/artbollocks-mode
My association with the package: I just like it a lot. I opened an issue
to the maintainer, she said she would accept a pull request, here I
come.
- https://github.com/sachac/artbollocks-mode/issues/10
This package provides an Emacs command for running and processing the
output of ghc-imported-from, which is a command-line app for determining
the Haddock documentation page for a symbol in a Haskell program.
The package repository is at
https://github.com/david-christiansen/ghc-imported-from-el
I am the author and maintainer of the package.