YASnippet, or Yet Another Snippet package just released a new beta with many new features. YaSnippet is a template system for emacs. It allows you to type an abbrevation and then trigger that abbreviation into an expansion in your buffer. Some of the new features are: Nested Placeholders: Nested placeholders allow you to support optional [...]
Entries Tagged as 'misc'
YASnippet Updated – Supports Nested Placeholders and More
July 27th, 2009 by Rob Christie · 3 Comments
Emacs in 5 minutes
December 5th, 2008 by Ryan McGeary · No Comments
In preparation for a new upcoming PeepCode screencast, Geoffrey Grosenbach put together a quick 5 minute Emacs introduction. It’s a good summary of some Emacs niceties. Geoffrey also wrote up some of his other initial Emacs impressions.
Tags:misc · newbie · news · reviews
Yet Another Snippet Package
March 13th, 2008 by Rob Christie · 7 Comments
There are a number of snippet packages that are available for emacs: snippet.el, smart-snippet, and the older skeleton and tempo packages that are a part of emacs. The snippet package was in the words of the developer: A quick stab at providing a simple template facility like the one present in TextMate (an OSX editor). [...]
Fixing Pastie for Emacs
January 7th, 2008 by Rob Christie · 13 Comments
Recently, I have been doing more remote pair programming at my day job, and I was copying some code snippets into pastie. Pastie is a site that allows you to share code snippets with nice syntax highlighting. One thing led to another, and next I was searching for emacs integration with pastie. I found it [...]
Where In The World Are Emacs Users?
October 26th, 2007 by Rob Christie · 1 Comment
Every few months you see a thread on the emacs news groups polling to see the age or occupation of the users. Recently someone sent out a link on gnu.emacs.help to a site called BuddyMapping with a map for Emacs Users. I have always loved maps, and I am a sucker for these map mash-ups, [...]
Declaring .emacs Bankruptcy
October 7th, 2007 by Ryan McGeary · 28 Comments
I give up. During the past 6 years of my emacs career, my .emacs initialization file grew to embarrassing levels. As of this morning, it is well over 1000 lines and is a looming burden of disorganization. Startup time is poor, customizations exist for modes that I don’t use anymore (ahem, csharp-mode), and it has [...]
Tags:misc
Emacs Key Bindings in Windows
May 10th, 2007 by Ryan McGeary · 2 Comments
This might be old news to some, but it was new to me. XKeymacs is a keyboard utility to realize emacs-like usability on all windows applications. With XKeymacs you can use emacs keybindings with any windows application. You can create a keyboard macro and assign any shortcut key too. You also get bash-like command completion [...]
A Little Bit of History
May 4th, 2007 by Rob Christie · No Comments
I just ran across this article. The Church of Emacs is a good read… no it’s not from alt.religion.emacs. The article is more of a history of emacs with some great references as well.
Package Faves: iswitchb
April 24th, 2007 by Rob Christie · 16 Comments
This is the start of a series on our favorite emacs packages. Some of these packages are part of emacs core, some aren’t (but we could argue should be). I use iswitchb-mode at least a hundred times a day. iswitchb is one of the features of emacs that I rave about whenever I try to [...]
Quick Tip: light-symbol-mode
April 17th, 2007 by Rob Christie · 7 Comments
I ran across this package on gnu.emacs.sources recently. If you enable light-symbol-mode in a buffer and pause on a symbol, then Emacs will highlight all other occurrences of the symbol in the buffer. When you move point the highlighting goes away.