Advice (programming): Difference between revisions

Content deleted Content added
m History: as underscore = italics in the netiquette of the time, and many readers would've rendered it as such, and I expect that in the original thesis it really was italics, we might as well render it as italics, rather than confuse or annoy the reader
 
(One intermediate revision by one other user not shown)
Line 7:
 
<syntaxhighlight lang="elisp">
(advice-add #'ispell-word
:after #'flyspell-buffer)
</syntaxhighlight>
Line 59:
* [http://www.ai.mit.edu/research/publications/browse/0200browse.shtml Teitelman's PhD thesis, PILOT: A Step Toward Man-Computer Symbiosis] (AITR-221)
* [http://bitsavers.informatik.uni-stuttgart.de/pdf/xerox/interlisp/Interlisp_Reference_Manual_1974.pdf Interlisp reference manual] from 1974
* [httphttps://p-cos.blogspot.com/2007/12/origin-of-advice.html "Origin of Advice"]
 
{{aosd}}