emacs-devel
[Top][All Lists]
Advanced

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

Re: odd change in OSX behavior of toolbar in the past few weeks


From: Randal L. Schwartz
Subject: Re: odd change in OSX behavior of toolbar in the past few weeks
Date: Wed, 11 Jul 2007 17:30:07 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (berkeley-unix)

>>>>> "Richard" == Richard Stallman <address@hidden> writes:

Richard> Can you try checking out code from various dates
Richard> so as to determine which change causes the problem?

By the time I looked again, it was working fine again.

It was fixed recently by this patch:

    diff --git a/lisp/ChangeLog b/lisp/ChangeLog
    index 2123e07..a7cf4d2 100644
    --- a/lisp/ChangeLog
    +++ b/lisp/ChangeLog
    @@ -1,5 +1,7 @@
     2007-07-10  Stefan Monnier  <address@hidden>

    +       * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
    +
            * vc-arch.el (vc-arch-complete): Remove.
            (vc-arch-revision-completion-table): Use complete-with-action.

    diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
    index 233df65..f8b178a 100644
    --- a/lisp/emacs-lisp/cl.el
    +++ b/lisp/emacs-lisp/cl.el
    @@ -628,7 +628,7 @@ If ALIST is non-nil, the new pairs are prepended to it."
     (fmakunbound 'dolist)
     (fmakunbound 'dotimes)
     (fmakunbound 'declare)
    -(load "cl-loaddefs")
    +(load "cl-loaddefs" nil 'quiet)

     ;; This goes here so that cl-macs can find it if it loads right now.
     (provide 'cl-19)     ; usage: (require 'cl-19 "cl")

So there was something about the noisy loading of cl-loaddefs
that forced the toolbar to be shown.  Weird.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<address@hidden> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!




reply via email to

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