On 2007/09/12, at 10:40, Knopf wrote:
>
> Hi.
>
>  Currently maximize (green +) sets emacs to a specific width and
> height. Is it possible to configure this in a way so that the maximize
> function only adjusts the height but leaves the width the same? What
> elisp function is called by this button?
>
You can't do that.  It's hard-coded in the emacs source code.

Seiji

emacs/src/macterm.c:
> /* Handle clicks in zoom box.  Calculation of "standard state" based
>    on code in IM - Window Manager A and code contributed by Ben
>    Mesander.  The standard state of an Emacs window is 80-characters
>    wide (DEFAULT_NUM_COLS) and as tall as will fit on the screen.  */

DEFAULT_NUM_COLS = 80

--~--~---------~--~----~------------~-------~--~----~
"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