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: Re: missing quote in define-package arg Date: Sat, 24 May 2014 10:02:53 +0200 Message-ID: <87vbsvhadu.fsf@zigzag.favinet> References: <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 1400918410 13076 80.91.229.3 (24 May 2014 08:00:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 May 2014 08:00:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 24 10:00:03 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 1Wo6s6-0001VB-RZ for ged-emacs-devel@m.gmane.org; Sat, 24 May 2014 10:00:02 +0200 Original-Received: from localhost ([::1]:47098 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wo6s6-0004ft-Go for ged-emacs-devel@m.gmane.org; Sat, 24 May 2014 04:00:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wo6rx-0004Zh-Cr for emacs-devel@gnu.org; Sat, 24 May 2014 03:59:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wo6rr-0007w2-9b for emacs-devel@gnu.org; Sat, 24 May 2014 03:59:53 -0400 Original-Received: from smtp205.alice.it ([82.57.200.101]:53128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wo6rq-0007sf-TI for emacs-devel@gnu.org; Sat, 24 May 2014 03:59:47 -0400 Original-Received: from zigzag.favinet (79.51.75.160) by smtp205.alice.it (8.6.060.28) id 529A5931256F79E6 for emacs-devel@gnu.org; Sat, 24 May 2014 09:59:45 +0200 Original-Received: from ttn by zigzag.favinet with local (Exim 4.80) (envelope-from ) id 1Wo6v2-0008Ih-5n for emacs-devel@gnu.org; Sat, 24 May 2014 10:03:04 +0200 Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <8738fzir0e.fsf@zigzag.favinet> (Thien-Thi Nguyen's message of "Sat, 24 May 2014 09:18:25 +0200") 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.101 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:172056 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable () Thien-Thi Nguyen () Sat, 24 May 2014 09:18:25 +0200 So there must be some other flow, hmmm. What's the real story, here? Yes, the other flow is in package.el. Things go smoothly if =E2=80=98package--alist-to-plist=E2=80=99 is changed to: (defun package--alist-to-plist (alist) (mapcar (lambda (x) (if (and (not (consp x)) (or (keywordp x) (not (symbolp x)) (memq x '(nil t)))) x `',x)) (apply #'nconc (mapcar (lambda (pair) (list (car pair) (cdr pair))) alist)))) w/ the wrapping =E2=80=98(mapcar (lambda (x) ...) ...)=E2=80=99 snarfed from =E2=80=98archive--alist-to-plist-args=E2=80=99. Surprising this has gone s= o far unnoticed. Probably everyone "installs" directly from repo. :-D =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) iEYEARECAAYFAlOAUjEACgkQZwMiJEyAdQJmWQCgpI9XR+nYC7OB7XqiVwKfRgjJ j+cAoIJa+dw28GBc9+w3QVLcqUdpXLAC =0fRq -----END PGP SIGNATURE----- --=-=-=--