all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dirk-Jan C. Binnema <djcb.bulk@gmail.com>
To: William Case <billlinux@rogers.com>
Cc: Emacs Help List <help-gnu-emacs@gnu.org>
Subject: Re: What do 'hooks' do  and how do they do it?
Date: Sat, 01 Aug 2009 21:00:33 +0300	[thread overview]
Message-ID: <86iqh7ct32.wl%djcb@djcbsoftware.nl> (raw)
In-Reply-To: <1249147043.2246.18.camel@CASE>


Hi Bill,

>>>>> "Bill" == William Case <billlinux@rogers.com> writes:

    Bill> Hi;
    Bill> This is not an urgent question, it is more in the way of a request for
    Bill> an explanation by anyone who has the time and inclination to do a little
    Bill> teaching.

    Bill> I know at a high level what a 'hook' is and how to use it an elisp
    Bill> statement.  And, I have seen hooks used in other programs like SELinux.

    Bill> But I am curious about what is going on at the kernel level with a
    Bill> 'hook'.  If someone can give me a brief overview in relatively plain
    Bill> language, I would appreciate it.

    Bill> e.g. some of the kind of questions that spring to mind.
    Bill> Is it a process that is added to the task structure waiting to be
    Bill> called?
    Bill> How is it woken up?  And what kind of events might wake it?  etc.

I think Drew Adams gave a very clear answer about the Emacs implementation,
but let me add that the concept of a 'hook' is simply a programming technique:
the ability to set some function to be run whenever a particular event
happens.

The concept is in use in many places (such as SE-Linux), but how it's
implemented is quite different. In Emacs-Lisp, the hooks are simply Lisp
functions to be called -- no kernel involved (well...).

See: http://en.wikipedia.org/wiki/Hooking

Best wishes,
Dirk.

-- 
Dirk-Jan C. Binnema                  Helsinki, Finland
e:djcb@djcbsoftware.nl           w:www.djcbsoftware.nl
pgp: D09C E664 897D 7D39 5047 A178 E96A C7A1 017D DA3C




  parent reply	other threads:[~2009-08-01 18:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-01 17:17 What do 'hooks' do and how do they do it? William Case
2009-08-01 17:39 ` Drew Adams
2009-08-01 18:00 ` Dirk-Jan C. Binnema [this message]
2009-08-01 20:43   ` William Case
2009-08-01 22:05     ` Drew Adams
2009-08-01 22:44       ` William Case
2009-08-07 15:17 ` Thien-Thi Nguyen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86iqh7ct32.wl%djcb@djcbsoftware.nl \
    --to=djcb.bulk@gmail.com \
    --cc=billlinux@rogers.com \
    --cc=djcb@djcbsoftware.nl \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.