On 2007/11/19, at 0:51, Dave Peck wrote: > > (set-frame-parameter (selected-frame) 'alpha 94) > > (global-set-key [(alt \<)] 'dave-less-opaque) > (global-set-key [(alt \>)] 'dave-more-opaque) > (global-set-key [(alt -)] 'dave-font-smaller) > (global-set-key [(alt \+)] 'dave-font-larger)
Since '+' is shift + '=', (global-set-key [(alt \=)] 'dave-font-larger) is also convenient. On the latest release, the window opacity can be set by a float number (1.0-0.0), as well as by an integer (100-0). Seiji --~--~---------~--~----~------------~-------~--~----~ "Carbon Emacs" group mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/carbon-emacs?hl=en -~----------~----~----~----~------~----~------~--~---
