From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Deactivate a package without uninstalling it Date: Fri, 08 Jul 2011 10:17:40 -0600 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1310142419 31081 80.91.229.12 (8 Jul 2011 16:26:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2011 16:26:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 08 18:26:55 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QfDtF-0002L8-US for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2011 18:26:54 +0200 Original-Received: from localhost ([::1]:42381 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfDtE-0000xb-SS for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2011 12:26:53 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfDkR-0007CO-Pe for emacs-devel@gnu.org; Fri, 08 Jul 2011 12:17:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfDkO-0005KZ-TA for emacs-devel@gnu.org; Fri, 08 Jul 2011 12:17:47 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:61194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfDkO-0005Jy-3u for emacs-devel@gnu.org; Fri, 08 Jul 2011 12:17:44 -0400 Original-Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p68GHgvl001755 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 8 Jul 2011 12:17:42 -0400 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p68GHfT3001969; Fri, 8 Jul 2011 12:17:41 -0400 Original-Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p68GHe8b021096; Fri, 8 Jul 2011 12:17:40 -0400 X-Attribution: Tom In-Reply-To: (Stefan Monnier's message of "Thu, 07 Jul 2011 22:29:38 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 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:141804 Archived-At: >>>>> "Stefan" == Stefan Monnier writes: Stefan> How can I prevent Emacs from activating an ELPA package which is Stefan> installed system-wide? E.g. how can I have the AUCTeX package Stefan> installed but without it hijacking the default latex-mode? I haven't followed all the changes made in Emacs, but in my original package.el, you couldn't do this. All you could do was remove the package. Tom