all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: merlyn@stonehenge.com (Randal L. Schwartz)
To: rms@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: odd change in OSX behavior of toolbar in the past few weeks
Date: Wed, 11 Jul 2007 17:30:07 -0700	[thread overview]
Message-ID: <86y7hm31m8.fsf@blue.stonehenge.com> (raw)
In-Reply-To: <E1I7wvU-0007v2-8X@fencepost.gnu.org> (Richard Stallman's message of "Mon, 09 Jul 2007 13:21:32 -0400")

>>>>> "Richard" == Richard Stallman <rms@gnu.org> 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  <monnier@iro.umontreal.ca>

    +       * 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
<merlyn@stonehenge.com> <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	other threads:[~2007-07-12  0:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-09  3:03 odd change in OSX behavior of toolbar in the past few weeks Randal L. Schwartz
2007-07-09  8:33 ` YAMAMOTO Mitsuharu
2007-07-09 17:21 ` Richard Stallman
2007-07-12  0:30   ` Randal L. Schwartz [this message]
2007-07-12  1:23     ` Stefan Monnier
2007-07-12  2:06       ` Randal L. Schwartz
2007-07-12  2:07         ` Randal L. Schwartz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86y7hm31m8.fsf@blue.stonehenge.com \
    --to=merlyn@stonehenge.com \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.