From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: missing quote in define-package arg Date: Sat, 24 May 2014 09:18:25 +0200 Message-ID: <8738fzir0e.fsf@zigzag.favinet> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1400915740 20547 80.91.229.3 (24 May 2014 07:15:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 May 2014 07:15:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 24 09:15:34 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wo6B3-00035F-Qg for ged-emacs-devel@m.gmane.org; Sat, 24 May 2014 09:15:33 +0200 Original-Received: from localhost ([::1]:47023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wo6B3-0002Aq-5q for ged-emacs-devel@m.gmane.org; Sat, 24 May 2014 03:15:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wo6At-00029D-VV for emacs-devel@gnu.org; Sat, 24 May 2014 03:15:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wo6Ao-0003em-2U for emacs-devel@gnu.org; Sat, 24 May 2014 03:15:23 -0400 Original-Received: from smtp208.alice.it ([82.57.200.104]:12319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wo6An-0003eR-Mm for emacs-devel@gnu.org; Sat, 24 May 2014 03:15:17 -0400 Original-Received: from zigzag.favinet (79.51.75.160) by smtp208.alice.it (8.6.060.28) id 52443B822CB1031D for emacs-devel@gnu.org; Sat, 24 May 2014 09:15:16 +0200 Original-Received: from ttn by zigzag.favinet with local (Exim 4.80) (envelope-from ) id 1Wo6Dz-0008Ct-1r for emacs-devel@gnu.org; Sat, 24 May 2014 09:18:35 +0200 Mail-Followup-To: emacs-devel@gnu.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.104 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172055 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 =E2=80=98i=E2=80=99, saw "I", typed = =E2=80=98x=E2=80=99, 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 =E2=80=98archive--write-pkg-file=E2= =80=99, i see a call to =E2=80=98archive--alist-to-plist-args=E2=80=99, which by my readi= ng 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! =2D-=20 Thien-Thi Nguyen GPG key: 4C807502 (if you're human and you know it) read my lisp: (responsep (questions 'technical) (not (via 'mailing-list))) =3D> nil --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlOAR8QACgkQZwMiJEyAdQKXhgCguMn6Mw8MpStrM/Tm5PoR0l3f rSEAoNjUKiaqbBJntULiufQ0jkGXsmRL =EPNo -----END PGP SIGNATURE----- --=-=-=--