From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: 1) (elisp) `Advising Named Functions', 2) search filtering example Date: Thu, 20 Oct 2016 10:06:21 +0300 Message-ID: <834m47v6s2.fsf@gnu.org> References: <5a44a850-e4fc-4c9f-a266-c74766810ba1@default> <1807679d-1125-4afe-81b7-b8d8e78aa2c6@default> <9f1cf1a7-6f05-449a-a4a2-c013cf326e9c@default> <6c7a705c-c810-49ec-a70c-376ba150205e@default> <8337jsx3tl.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1476947281 7223 195.159.176.226 (20 Oct 2016 07:08:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2016 07:08:01 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, drew.adams@oracle.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 20 09:07:56 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bx7Ru-000709-7k for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2016 09:07:34 +0200 Original-Received: from localhost ([::1]:52829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bx7Rw-0002kW-FT for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2016 03:07:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bx7R6-0002kR-OI for emacs-devel@gnu.org; Thu, 20 Oct 2016 03:06:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bx7R2-0004W8-N9 for emacs-devel@gnu.org; Thu, 20 Oct 2016 03:06:44 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bx7R2-0004TV-Iy; Thu, 20 Oct 2016 03:06:40 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4662 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bx7Qv-00022F-2h; Thu, 20 Oct 2016 03:06:33 -0400 In-reply-to: (message from Richard Stallman on Wed, 19 Oct 2016 16:00:53 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:208523 Archived-At: > From: Richard Stallman > CC: monnier@IRO.UMontreal.CA, drew.adams@oracle.com, > emacs-devel@gnu.org > Date: Wed, 19 Oct 2016 16:00:53 -0400 > > > I think Stefan didn't mention one more meaning of "hook" that is > > specific to Emacs: it is sometimes used in reference to the function > > that gets placed on the list that is the value of a hook variable. > > (Actually, to my mind, this is the only situation where something > > should be called "a hook".) > > Don't we use the term "hook function" for these? Adding that word makes the text longer, so many times we don't.