unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* missing quote in define-package arg
@ 2014-05-24  7:18 Thien-Thi Nguyen
  2014-05-24  8:02 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 10+ messages in thread
From: Thien-Thi Nguyen @ 2014-05-24  7:18 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1704 bytes --]

I just now did a "make bootstrap" from the Git read-only mirror
(aside: i've given up on prodding git-remote-bzr -- wombat, sigh[0]),
followed by "rm -rf ~/.emacs.d/elpa", followed by "M-x list-packages".
I moved to ascii-art-to-unicode, typed ‘i’, saw "I", typed ‘x’, and now
see:

 Compiling file /home/ttn/.emacs.d/elpa/ascii-art-to-unicode-1.8/ascii-art-to-unicode-pkg.el at Sat May 24 08:50:33 2014
 Entering directory `/home/ttn/.emacs.d/elpa/ascii-art-to-unicode-1.8/'
 ascii-art-to-unicode-pkg.el:1:1:Warning: `"ascii"' is a malformed function

in the *Compile-Log* buffer.  Here is the full contents of the offending
file, manually wrapped for readability:

 (define-package
   "ascii-art-to-unicode" "1.8"
   "a small artist adjunct"
   'nil
   :url "http://elpa.gnu.org/packages/ascii-art-to-unicode.html"
   :keywords ("ascii" "unicode" "box-drawing"))

In ELPA admin/archive-contents.el func ‘archive--write-pkg-file’, i see
a call to ‘archive--alist-to-plist-args’, which by my reading should
include the missing quote before the open paren before "ascii", but
suspect that that func is not even being called in this whole process
since the -pkg file lacks the ";; Generated package description" blurb.

So there must be some other flow, hmmm.  What's the real story, here?


________________________
[0] On a positive note, i'm now resolved to try Bazaar proper;
    the slug finally reaches the starting line!


-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-05-27 19:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-24  7:18 missing quote in define-package arg Thien-Thi Nguyen
2014-05-24  8:02 ` Thien-Thi Nguyen
2014-05-24 11:32   ` Dmitry Gutov
2014-05-24 14:42     ` Thien-Thi Nguyen
2014-05-24 19:57       ` Dmitry Gutov
2014-05-25  7:53         ` Thien-Thi Nguyen
2014-05-25 17:05       ` Thien-Thi Nguyen
2014-05-26  0:19         ` Stephen J. Turnbull
2014-05-26  9:15           ` Thien-Thi Nguyen
2014-05-27 19:23         ` chad

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).