From: Juanma Barranquero <lekktu@gmail.com>
To: 14639@debbugs.gnu.org
Subject: bug#14639: package-initialize not run
Date: Mon, 17 Jun 2013 15:35:37 +0200 [thread overview]
Message-ID: <CAAeL0ST72jfYmQoJRyFmj0VuoG963pAXY=VOxBKXPjadiHsZHA@mail.gmail.com> (raw)
In-Reply-To: <CAAeL0STbcyXSoavt_rov8eAEEeS2ktaUdvRrDA8QE-nnYyF=tQ@mail.gmail.com>
On Mon, Jun 17, 2013 at 4:34 AM, Juanma Barranquero <lekktu@gmail.com> wrote:
> or modifying package--description-file to return an absolute path.
--- lisp/startup.el 2013-06-15 15:36:11 +0000
+++ lisp/startup.el 2013-06-17 13:34:39 +0000
@@ -423,5 +423,6 @@
(defun package--description-file (dir)
- (concat (let ((subdir (file-name-nondirectory
+ (concat (file-name-as-directory dir)
+ (let ((subdir (file-name-nondirectory
(directory-file-name dir))))
(if (string-match
"\\([^.].*?\\)-\\([0-9]+\\(?:[.][0-9]+\\|\\(?:pre\\|beta\\|alpha\\)[0-9]+\\)*\\)"
subdir)
next prev parent reply other threads:[~2013-06-17 13:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-17 2:34 bug#14639: package-initialize not run Juanma Barranquero
2013-06-17 13:35 ` Juanma Barranquero [this message]
2013-06-17 14:45 ` Stefan Monnier
2013-06-17 15:36 ` Juanma Barranquero
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAAeL0ST72jfYmQoJRyFmj0VuoG963pAXY=VOxBKXPjadiHsZHA@mail.gmail.com' \
--to=lekktu@gmail.com \
--cc=14639@debbugs.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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).