Ads by Google

Sunday, September 26, 2010

Emacs Abbreviation or Autocorrection mode

Long before other editors had auto-correction,  Emacs had a simple mechanism to achieve the same.  It was called abbrevs which may be a reason why it may not be well known by new comers to Emacs.

From the comp.emacs newsgroup, here's a nice little tutorial on Emacs Abbrevs from Xah Lee.  Apart from spell corrections, you could use it as an expansion for your code snippets for any local OR global modes.  You'll soon find yourself using  C-x a i l and C-x a i g a lot to save yourself a lot of typing.  See the manual section for more info on this.

And as a bonus, you could save yourself some more time by adding the following contents to  your .abbrev file.

Thursday, September 9, 2010

Blogging org entries using google command line

For those of you who've tried out google command line, the following thread might be useful if you want to blog from within Emacs and org-mode.

Sunday, August 29, 2010

Using Emacs for Twitter

Those using the Twitter service might be interested in the following thread and links mentioned within to twit from Emacs.  Not something that I've tried or want to do but it might be useful for you.

There's an Emacswiki page too.

Sunday, August 22, 2010

Pretty cool Org-mode/Beamer demo

From the org-mode mailing list, here's a link to Beamer demo using org-mode.  Just goes to show what org-mode is capable of.  Of course, you need to know a bit of Org-mode AND Beamer AND Emacs to make sense of it.  Otherwise it's a bit of magic to you. ;)

Writing PPT with org-mode and beamer in Emacs

Since there's no voice over, you definitely need to know all the above stuff to figure it out.  And oh, LaTeX too.