bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#19851: 25.0.50; package-install-{file,from-buffer} broken


From: Mark Oteiza
Subject: bug#19851: 25.0.50; package-install-{file,from-buffer} broken
Date: Mon, 9 Mar 2015 02:10:49 -0400
User-agent: Mutt/1.5.23+63 (09be71b645a7) (2014-03-12)

On 12/02/15 at 08:04pm, Mark Oteiza wrote:
> Nevermind, I think this is invalid--misleading at least.  A better error
> message would be good.
> 
> paredit just does not have a valid Version: header.  Even after fixing
> it, I was also getting a message like "no subdir alist in *temp*", but
> I haven't pinned down the origin of that.

Found it.  It is from using package-install-file on a directory while
saveplace is enabled.  Saveplace gets stuck.  From emacs -Q:

1. mkdir /some/new/dir
2. Evaluate:

  (setq-default save-place t)
  (require 'saveplace)
  (package-initialize)

3. M-x package-install-file RET /some/new/dir RET

  "dired-current-directory: No subdir-alist in  *temp*"

In order to quit emacs, one has to hack around kill-emacs-hook.





reply via email to

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