emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cannot set window-size-fixed to 'height or 'width


From: martin rudalics
Subject: cannot set window-size-fixed to 'height or 'width
Date: Thu, 21 Apr 2005 07:47:01 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

According to the Elisp manual:

 -- Variable: window-size-fixed
     ...
     If the value is `height', then only the window's height is fixed;
     if the value is `width', then only the window's width is fixed.
     Any other non-`nil' value fixes both the width and the height.

But `window.c' has:

  DEFVAR_BOOL ("window-size-fixed", &window_size_fixed,
               doc: /* Non-nil in a buffer means ...

Hence (setq window-size-fixed 'height) and (setq window-size-fixed
'width) always set `window-size-fixed' t.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]