GNU bug report logs -
#1754
23.0.60; tool-bar is shown with tool-bar-mode off
Previous Next
Full log
Message #180 received at 1754 <at> emacsbugs.donarmstrong.com (full text, mbox):
>> No, I only said that it shouldn't *set* the value in
>> initial-frame-alist. Of course, it needs to remove any previous setting
>> in order for the setting in default-frame-alist not to be overridden.
> So shall I apply the attached patch?
I don't know: that was basically my question.
Stefan
> *** frame.el.~1.291.~ 2009-01-05 09:58:26.812500000 +0100
> --- frame.el 2009-01-09 20:09:15.750000000 +0100
> ***************
> *** 593,600 ****
> (dolist (w window-system-default-frame-alist)
> (setcdr w (assq-delete-all (car pair) (cdr w)))))
> ! (and frame-notice-user-settings
> ! (setq initial-frame-alist (append initial-frame-alist alist)))
> (setq default-frame-alist (append default-frame-alist alist)))
> (defun get-other-frame ()
> --- 593,602 ----
> (dolist (w window-system-default-frame-alist)
> (setcdr w (assq-delete-all (car pair) (cdr w)))))
> ! ;; There's no need to set the value in initial-frame-alist since
> ! ;; frame-notice-user-settings will take it from default-frame-alist.
> ! ;; (and frame-notice-user-settings
> ! ;; (setq initial-frame-alist (append initial-frame-alist alist)))
> (setq default-frame-alist (append default-frame-alist alist)))
> (defun get-other-frame ()
This bug report was last modified 16 years and 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.