From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.help Subject: Re: transition to package.el Date: Mon, 26 Aug 2013 13:14:33 -0500 Message-ID: <034872B2-0135-4C88-8A4B-08CE375FDFF2@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: multipart/signed; boundary="Apple-Mail=_AE783EFD-8F9F-4720-B70F-01FFD3C87773"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Trace: ger.gmane.org 1377540904 4435 80.91.229.3 (26 Aug 2013 18:15:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2013 18:15:04 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 26 20:15:06 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1VE1Jd-0006dB-Hl for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Aug 2013 20:15:01 +0200 Original-Received: from localhost ([::1]:52627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE1Jd-0005vB-3n for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Aug 2013 14:15:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE1JM-0005tC-KT for help-gnu-emacs@gnu.org; Mon, 26 Aug 2013 14:14:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VE1JE-0000qL-AM for help-gnu-emacs@gnu.org; Mon, 26 Aug 2013 14:14:44 -0400 Original-Received: from mail-ie0-x22a.google.com ([2607:f8b0:4001:c03::22a]:60743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE1JE-0000qB-5z for help-gnu-emacs@gnu.org; Mon, 26 Aug 2013 14:14:36 -0400 Original-Received: by mail-ie0-f170.google.com with SMTP id 17so5779662iea.29 for ; Mon, 26 Aug 2013 11:14:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :message-id:references:to; bh=zeW+SeX2UrEYB0X2V91otCm1HzOCLmqdDkPUzRGiUkc=; b=jK6o/v66rqKkCjtXfh+gcNOOEoVWf+v6A0bf6F4mU0QEdjNyvxslJCiOYBKUjUQ8lb XpO5d2tJ+UhZzfLZvNszJRnDI3V4dYDQO67cJeA08fUXcQ1j1EXNYHIBZG6FwSD09zvI gSEfu0aKVMlwW9WVFxUAqkQHcE0Z9+zgG4vxv31O6osodosy1IXepLPICQ7koC3m5q0w PwFqm34FLTb7Lr7A91DNWS2vjb26ROcDS1KYc2SGph9MKlNi+YuOV/yWh1j7G0OhNjYg ZBUuIDKho922jzORjOvqukXZ/ngtV382Eu7N6rhdVETMr+nZQ10qnMDV/wfIh41WrqkN xbGw== X-Received: by 10.50.62.97 with SMTP id x1mr1518761igr.10.1377540875717; Mon, 26 Aug 2013 11:14:35 -0700 (PDT) Original-Received: from magicbook.austin.ibm.com ([32.97.110.54]) by mx.google.com with ESMTPSA id yt10sm19102094igb.9.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 Aug 2013 11:14:35 -0700 (PDT) X-Priority: 3 In-Reply-To: X-Mailer: Apple Mail (2.1508) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22a X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93094 Archived-At: --Apple-Mail=_AE783EFD-8F9F-4720-B70F-01FFD3C87773 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On Aug 26, 2013, at 12:44 PM, Drew Adams wrote: >> One .el file I currently have uses "assoc" which is obsolete > > Just to be sure: > > When you say one of your files "uses `assoc'", do you mean it uses the > function `assoc' or it requires the library `assoc.el'? > > AFAIK, function `assoc' is not obsolete. > But library `assoc.el' is obsolete. yasnippet.el (the version I have) does (require 'assoc) --Apple-Mail=_AE783EFD-8F9F-4720-B70F-01FFD3C87773 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQEcBAEBAgAGBQJSG5sJAAoJEIPoMwNgGirlMk0H/3E+HRMTdVqml1CWPjuweb1A uwTJyCUl2mEfE3phhfqjGG9i3oo8dhXbUT57NOI+Q2tTIhQQlOPuQwuS0ADBxmk9 tCVaC2ys/EQRQpCkIVaftVxtrg1ZQO/QVL6B1HkSIAAemirvlM7JJAFR3U4yIpRQ DX91l3hP5MVfpBTJ6SfdxZRow+ngIiqZGiOdcBmJ/2p/ag+WYRXm2iivmEtPDq82 aB0QI54mh8/5Do+w5idHu/ome+WMoBPGAfIrKZVNBz2/mrLd0a3pq1m/fgaCRN03 h3LtARHaC10kBAGGAWHgBuztEsq7DWnurhVbHO0mAx7u7vM1o9TvRhYC/3tbYUs= =z54/ -----END PGP SIGNATURE----- --Apple-Mail=_AE783EFD-8F9F-4720-B70F-01FFD3C87773--