christianromney.com

Posts tagged Technology

4 notes

Set a default Emacs font the easy way on Mac OS X

First, enabled menu bar mode if you haven’t already (M-x menu-bar-open). Under Options, select Set default font… and choose your font face and size. Now, use M-x describe-font to see the font description string. Copy and paste this string into your .emacs configuration. Here’s mine:


(set-default-font "-apple-Menlo-medium-normal-normal-*-18-*-*-*-m-0-iso10646-")

Filed under technology

0 notes

UX Thought of the Day

No one wants to click a comment form Preview button. And if you let me choose between Submit and Preview, I’ll choose Submit everytime – only to notice my spelling error or blacklisted HTML tag after my comment’s been posted. Then, I’ll likely submit another comment right on its heels lamenting your shitty comment form’s lack of usability. It seems to me that inline previews with spell-checking and context-sensitive help are the way to go. Come to think of it, this might make a fun technology demo…

Filed under Technology