From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: unload-feature questions and thoughts Date: Mon, 05 Feb 2007 10:32:02 +0100 Message-ID: <861wl5q7al.fsf@lola.quinscape.zz> 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=us-ascii X-Trace: sea.gmane.org 1170667964 17505 80.91.229.12 (5 Feb 2007 09:32:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Feb 2007 09:32:44 +0000 (UTC) Cc: Emacs Devel To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 05 10:32:37 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 1HE0DE-0002LV-9f for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 10:32:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HE0DD-0000Ug-Ny for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 04:32:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HE0Cy-0000UP-2K for emacs-devel@gnu.org; Mon, 05 Feb 2007 04:32:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HE0Cx-0000U9-F2 for emacs-devel@gnu.org; Mon, 05 Feb 2007 04:32:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HE0Cx-0000U6-2B for emacs-devel@gnu.org; Mon, 05 Feb 2007 04:32:19 -0500 Original-Received: from pc3.berlin.powerweb.de ([62.67.228.11]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HE0Cw-000819-Kx for emacs-devel@gnu.org; Mon, 05 Feb 2007 04:32:18 -0500 Original-Received: from quinscape.de (pd95b0fdb.dip0.t-ipconnect.de [217.91.15.219]) by pc3.berlin.powerweb.de (8.9.3p3/8.9.3) with ESMTP id KAA00485 for ; Mon, 5 Feb 2007 10:32:13 +0100 X-Delivered-To: Original-Received: (qmail 14051 invoked from network); 5 Feb 2007 09:32:14 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by ns.quinscape.de (qmail-ldap-1.03) with SMTP for ; 5 Feb 2007 09:32:14 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id A90E5C2AEC; Mon, 5 Feb 2007 10:32:02 +0100 (CET) In-Reply-To: (Juanma Barranquero's message of "Mon\, 5 Feb 2007 10\:21\:31 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 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:65897 Archived-At: "Juanma Barranquero" writes: > 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. Could you think of something in code or docs that should have prevented the confusion? I seem to remember that I actually had to read the code before getting the right idea about what FEATURE-unload-hook does. -- David Kastrup