> If not, then we should try to understand why not. Please with pristine >> master replace the initial assignment of 'frame-size-history' in frame.c >> from >> >> frame_size_history = Qnil; >> >> to >> >> frame_size_history = Fcons (make_fixnum (100), Qnil); >> >> start Emacs -Q and tell me the contents of the *frame-size-history* >> buffer. > > > There isn't one.
Silly me. You have to evaluate (frame--size-history) first. Then it should be there. > I changed scaling to 100%, and it doesn't make any difference. Another pipe dream gone. martin