emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] a little help on reading elisp


From: Rino Mardo
Subject: [emacs-wiki-discuss] a little help on reading elisp
Date: Sat, 2 Apr 2005 19:29:29 +0300

now i know what "defun" does but the following i don't. maybe someone can help?

  1. (defadvice planner-create-note-from-task (around joroxx activate)
  2. "Stay in the same window."
  3. (let ((planner-use-other-window nil))
  4.    ad-do-it))
line 1 is supposed(?) to be "defun" but why is it "defadvice"?
line 2 is just a remark for this function
line 3 temporarily sets planner-use-other-window to nil or null
line 4 calls some function ad-do-it




--
Registered Debian Linux user #93359
Take back the web! getfirefox.com
YM: rmardo
http://www.emacswiki.org/cgi-bin/wiki/RinoMardo

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
reply via email to

[Prev in Thread] Current Thread [Next in Thread]