From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?J=C3=A9r=C3=A9my_Compostella?= Newsgroups: gmane.emacs.devel Subject: Re: other-buffer advice on kill-buffer Date: Thu, 04 Aug 2011 21:56:53 +0200 Message-ID: <86d3gldk6y.fsf@gmail.com> References: <8662mgg2ea.fsf@gmail.com> <87livb5885.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1312487843 25971 80.91.229.12 (4 Aug 2011 19:57:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2011 19:57:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 04 21:57:20 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qp42h-00008V-P0 for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2011 21:57:19 +0200 Original-Received: from localhost ([::1]:56999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp42h-00084u-2i for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2011 15:57:19 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp42d-00084p-Tt for emacs-devel@gnu.org; Thu, 04 Aug 2011 15:57:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qp42c-0002my-UC for emacs-devel@gnu.org; Thu, 04 Aug 2011 15:57:15 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:51343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp42c-0002mm-Jr for emacs-devel@gnu.org; Thu, 04 Aug 2011 15:57:14 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qp42Z-00006S-5M for emacs-devel@gnu.org; Thu, 04 Aug 2011 21:57:11 +0200 Original-Received: from lmontsouris-156-26-33-131.w80-14.abo.wanadoo.fr ([80.14.208.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Aug 2011 21:57:11 +0200 Original-Received: from jeremy.compostella by lmontsouris-156-26-33-131.w80-14.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Aug 2011 21:57:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lmontsouris-156-26-33-131.w80-14.abo.wanadoo.fr User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:4zRbXf7VLZCaG7DC33RPSfy70Gw= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142886 Archived-At: Stefan Monnier writes: >> There is one special case where being able to add advice to more >> functions, especially some primitive ones, accessibility. At least two >> packages written to make emacs accessible to blind and vision impaired >> users achieves this through advising functions. Currently, there are a >> couple of places where accessibility is limited because of the problem >> of advising primitive functions. So, adding this ability would likely >> benefit at least one group of users and do so without any issue for >> other users. > > Making all calls from C go through the symbol's function field rather > than calling the C function directly, so as to make advice work right, > is unlikely to happen any time soon. > But if you have specific requests of particular functions which might > deserve such a treatment, we might do it (tho it'll probably depend on > the specifics). > After all, I did do such a change myself for `expand-abbrev' in the past. OK. So I will do some test this week-end see if it solves my problem. If it does I will let you know. Jérémy -- Sent from my Emacs