Whoops, I didn't intend to include the opacity-related code/
keybindings in my post. This is all just elisp goop sitting in
my .emacs file until I get it into a fully working state.

Does anyone have suggestions on how to keep the emacs frame's pixel
location (X,Y,Width,Height) the same when changing the font size? My
approach (of course) doesn't work over many font size changes...

-Dave


On Nov 20, 9:19 pm, Seiji Zenitani <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to