From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: transition to package.el Date: Tue, 27 Aug 2013 09:00:43 +0200 Message-ID: <87ob8j7h44.fsf@thinkpad.tsdh.org> References: <034872B2-0135-4C88-8A4B-08CE375FDFF2@gmail.com> <874nace062.fsf@thinkpad.tsdh.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1377586874 25747 80.91.229.3 (27 Aug 2013 07:01:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Aug 2013 07:01:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Perry Smith Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 27 09:01:16 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 1VEDHA-0001nU-9t for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Aug 2013 09:01:16 +0200 Original-Received: from localhost ([::1]:54475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEDH9-0006gQ-Lx for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Aug 2013 03:01:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEDGo-0006VF-S9 for help-gnu-emacs@gnu.org; Tue, 27 Aug 2013 03:01:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEDGf-0005jL-G3 for help-gnu-emacs@gnu.org; Tue, 27 Aug 2013 03:00:54 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:38050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEDGe-0005j6-Vz for help-gnu-emacs@gnu.org; Tue, 27 Aug 2013 03:00:45 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 3EC201A8442; Tue, 27 Aug 2013 09:00:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mScQ93paKzmP; Tue, 27 Aug 2013 09:00:43 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.org (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id D8FDC1A843D; Tue, 27 Aug 2013 09:00:43 +0200 (CEST) In-Reply-To: (Perry Smith's message of "Mon, 26 Aug 2013 17:44:00 -0500") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 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:93103 Archived-At: Perry Smith writes: >>>> AFAIK, function `assoc' is not obsolete. >>>> But library `assoc.el' is obsolete. >>> >>> yasnippet.el (the version I have) does (require 'assoc) >> >> Then you are using an old version. Neither the bleeding edge one in >> its git repository nor the currently released version in ELPA require >> assoc anymore. > > Yes. That wasn't my original question. I want to change to using > package.el to help with issues like this. My original email was > asking if anyone had any suggestions / advice about how to do this > transition. Well, I don't think there's a "business migration strategie" for that, and neither is it needed. I'd just delete the old yasnippet from my .emacs.d/, delete the relevant load-path adjustment from my .emacs (if there is one), install yasnippet from ELPA, and restart emacs to check if it still works. If so, start over with the next package. Bye, Tassilo