all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Donald Curtis <dcurtis@milkbox.net>
Cc: 12545@debbugs.gnu.org, Thierry Volpiatto <thierry.volpiatto@gmail.com>
Subject: bug#12545: 24.2; Updating packages does not reload files.
Date: Wed, 07 Nov 2012 23:06:33 -0500	[thread overview]
Message-ID: <jwvmwys21c8.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <5ADB758B-8E17-4BFC-82C1-78C2BD758807@milkbox.net> (Donald Curtis's message of "Wed, 7 Nov 2012 15:03:04 -0600")

> I reproduced this error and the backtrace was:
> Debugger entered--Lisp error: (error "Cannot open doc string file
> \"/Users/dcurtis/.emacs.d/elpa/helm-20121027.641/helm-adaptative.elc\"")
>   helm-c-adaptive-save-history()
>   kill-emacs()
>   save-buffers-kill-emacs(nil)
>   save-buffers-kill-terminal(nil)
>   call-interactively(save-buffers-kill-terminal nil nil)

> Looks like a problem with helm-c-adaptive-save-hisotry possibly?

No, this sounds like the file helm-adaptative.elc was removed or
modified after you loaded helm in your Emacs session (so the error is
that Emacs is trying to lazily load the body of the
helm-c-adaptive-save-history function from the .elc file but can't
find it).

For some reason, Helm sets byte-compile-dynamic in most/all its
files, which introduces these kinds of problems.

Thierry, why do you use byte-compile-dynamic everywhere?
A few well-placed ;;;###autoload cookies usually get you the same (if
not better) speed up during startup without suffering from
such brittleness.


        Stefan





  reply	other threads:[~2012-11-08  4:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-01  1:49 bug#12545: 24.2; Updating packages does not reload files Donald Ephraim Curtis
2012-10-01 14:28 ` Stefan Monnier
2012-11-07 21:03   ` Donald Curtis
2012-11-08  4:06     ` Stefan Monnier [this message]
2012-11-08  6:17       ` Thierry Volpiatto
2012-11-08 15:10         ` Donald Curtis
2012-11-08 16:26           ` Stefan Monnier

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=jwvmwys21c8.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=12545@debbugs.gnu.org \
    --cc=dcurtis@milkbox.net \
    --cc=thierry.volpiatto@gmail.com \
    /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.