emacs-devel
[Top][All Lists]
Advanced

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

Re: "Attempt to modify read-only object" error with set-frame-configurat


From: martin rudalics
Subject: Re: "Attempt to modify read-only object" error with set-frame-configuration
Date: Tue, 25 Dec 2007 22:50:01 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

>>BTW it should be _much_ simpler to analyze the
>>`horizontal-scroll-bars' problem first.
>
>
> Why do you think it's much simpler?

I guess because it has one clearly identifiable place where it gets set.
`frame-initialize' has

              (or (assq 'horizontal-scroll-bars frame-initial-frame-alist)
                  (setq frame-initial-frame-alist
                        (cons '(horizontal-scroll-bars . t)
                              frame-initial-frame-alist)))

and I don't have the slightest idea where and how visibility is set.





reply via email to

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