[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: other-buffer advice on kill-buffer
From: |
Richard Stallman |
Subject: |
Re: other-buffer advice on kill-buffer |
Date: |
Tue, 02 Aug 2011 17:55:18 -0400 |
That's not correct. You can advise a primitive function, but the advice
will
only affect calls to that function made from Lisp, not calls from other
primitives.
It may be that in a few special cases
we should modify calls within C code to some primitive functions
so that they call the Lisp symbol.
That way, it would work to advise those functions.
To do this for all the primitive functions would be impossible, I
think, and certainly not worth the pain. But there might be a few
functions for which this would be particularly useful, and it might be
worth doing this for them.
--
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
Use free telephony http://directory.fsf.org/category/tel/
Re: other-buffer advice on kill-buffer, Tim Cross, 2011/08/01
- Re: other-buffer advice on kill-buffer, Tim Cross, 2011/08/01
- Re: other-buffer advice on kill-buffer, Alp Aker, 2011/08/01
- Re: other-buffer advice on kill-buffer, Richard Stallman, 2011/08/03
- Re: other-buffer advice on kill-buffer, Tim Cross, 2011/08/04
- Re: other-buffer advice on kill-buffer, Stefan Monnier, 2011/08/04
- Re: other-buffer advice on kill-buffer, Jérémy Compostella, 2011/08/04
Re: other-buffer advice on kill-buffer, Leo, 2011/08/19
Re: other-buffer advice on kill-buffer, Chong Yidong, 2011/08/14