Entries Tagged as 'misc'
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).
The [...]
[Read more →]
Tags:misc · snippet
January 7th, 2008 by Rob Christie · 10 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 [...]
[Read more →]
Tags:misc · rails · ruby
October 26th, 2007 by Rob Christie · No Comments
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 [...]
[Read more →]
Tags:misc · news
October 7th, 2007 by Ryan McGeary · 20 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), [...]
[Read more →]
Tags:misc
May 10th, 2007 by Ryan McGeary · 1 Comment
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 [...]
[Read more →]
Tags:misc · reviews · windows
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.
[Read more →]
Tags:misc · news
April 24th, 2007 by Rob Christie · 14 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 [...]
[Read more →]
Tags:faves · misc · reviews
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.
[Read more →]
Tags:misc · quick
April 9th, 2007 by Ryan McGeary · 12 Comments
There are several ways to customize the display of the cursor. I happen to prefer highlighting the current line as a visual cue to keep my eye focused on where I’m working.
Before a few days ago, I had not realized there were so many packages to accomplish this, but let’s review a few. [...]
[Read more →]
Tags:misc · reviews
March 5th, 2007 by Rob Christie · No Comments
It’s always nice to delete code or configuration files while maintaining or increasing functionality. The 2007-01-06 Carbon Emacs build now imports paths from the user’s shell (bash, tcsh, zsh). Note: The latest available build is from 2007-01-21, and includes a few more goodies. This added functionality allowed me to delete a few setq exec-path and [...]
[Read more →]
Tags:misc · news · osx