From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: unload-feature questions and thoughts Date: Mon, 5 Feb 2007 10:21:31 +0100 Message-ID: References: <85bqk9db9a.fsf@lola.goethe.zz> <851wl5d9b2.fsf@lola.goethe.zz> <86r6t5qdbo.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170667321 14284 80.91.229.12 (5 Feb 2007 09:22:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Feb 2007 09:22:01 +0000 (UTC) Cc: Emacs Devel To: "David Kastrup" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 05 10:21:53 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HE02q-0005Zz-3l for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 10:21:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HE02p-0004Fh-CX for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 04:21:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HE02b-0004FR-QZ for emacs-devel@gnu.org; Mon, 05 Feb 2007 04:21:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HE02Z-0004FF-Gy for emacs-devel@gnu.org; Mon, 05 Feb 2007 04:21:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HE02Z-0004FC-5r for emacs-devel@gnu.org; Mon, 05 Feb 2007 04:21:35 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.250]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HE02Y-0006Z5-Qd for emacs-devel@gnu.org; Mon, 05 Feb 2007 04:21:34 -0500 Original-Received: by an-out-0708.google.com with SMTP id b8so845871ana for ; Mon, 05 Feb 2007 01:21:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jLmQgjjIDtycp3tzIaVZGM3DnsozFBAZoUcMWoscHWkgxZnh66wTpZ8GHsMc9VkOW9/J/bh9rT/XCMHdqlA3r2G/f6yz4GW/OInMYgsoyP1uTXg0r6wR23ThN/TJWCFd697pnjVUaaJ/ejN8a9rbDWcMeosHY6BWHr+44IbfFmY= Original-Received: by 10.114.157.1 with SMTP id f1mr572934wae.1170667291844; Mon, 05 Feb 2007 01:21:31 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Mon, 5 Feb 2007 01:21:31 -0800 (PST) In-Reply-To: <86r6t5qdbo.fsf@lola.quinscape.zz> Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:65895 Archived-At: On 2/5/07, David Kastrup wrote: > You are confused. It often happens ;) > FEATURE-unload-hook only caters for removing > FEATURE-related functions from hook variables You're right. I was misreading that part of the code. /L/e/k/t/u