Now that Emacs 23 can have terminals and native frames simultaneously,
it seems good to always set everything. And it seems to work OK.
(mdw-uniquify-alist
'((width . 78)
(height . 33)
- (vertical-scroll-bars . right))
- (and window-system
- '((cursor-type . bar)
- (cursor-blink . t)
- (left-fringe . 5)
- (right-fringe . 5)
- (scroll-bar-width . 15)))
- '((cursor-color . "red"))
+ (vertical-scroll-bars . right)
+ (cursor-type . bar)
+ (cursor-blink . t)
+ (left-fringe . 5)
+ (right-fringe . 5)
+ (scroll-bar-width . 15)
+ (cursor-color . "red"))
(if mdw-black-background
'((background-color . "black")
(foreground-color . "white")