Entries Tagged as 'osx'
April 30th, 2007 by Ryan McGeary · 4 Comments
I despise the fact that we live in a world with different end-of-line file formats. Windows/DOS uses CRLF, Unix uses LF, and Mac’s used to use CR1. Thankfully, Mac’s started to adopt the Unix format when OS X was released — if only Windows could do the same.
What I despise even [...]
[Read more →]
Tags:osx · quick · tips · unix · windows
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
February 22nd, 2007 by Ryan McGeary · 46 Comments
In part 1 of the series, we discussed two ways to resize the emacs frame on startup. Here, we will use the display-pixel-width and display-pixel-height functions to automatically determine the proper size of the emacs frame.
Option 3 (the package)
As I tried to come up with a generic way to maximize the emacs frame on [...]
[Read more →]
Tags:elisp · osx · tips · windows · x
February 18th, 2007 by Ryan McGeary · 4 Comments
Macosxhints.com points us to a way to enable emacs key bindings in Microsoft Word. Just assign new shortcut keys to each of these Word commands (instructions below):
StartOfLine : C-a
EndOfLine : C-e
LineUp : C-p
LineDown : C-n
CharLeft : C-b
CharRight : C-f
Please [...]
[Read more →]
Tags:misc · osx · windows
January 29th, 2007 by Ryan McGeary · 12 Comments
This is part one of a two-part series. Here we’ll discuss some straight forward options for maximizing and resizing the emacs window on startup. In part two, we’ll explore a more advanced alternative.
I like to maximize my emacs window (aka frame) to fit the entire screen when I really want to focus on [...]
[Read more →]
Tags:elisp · osx · tips · windows · x
January 13th, 2007 by Ryan McGeary · 8 Comments
Like many, I am a recent Mac OS X convert. I left Windows about 9 months ago and haven’t looked back. Upon switching, I found several different emacs distributions. While each has its own strengths and weaknesses, only Carbon Emacs made the cut. Here’s why:
[Read more →]
Tags:osx · tips