From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Updated Patch for command remapping through keymaps Date: Thu, 07 Feb 2002 09:18:32 -0500 Message-ID: <200202071418.g17EIWd01586@rum.cs.yale.edu> References: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1013092177 14811 195.204.10.66 (7 Feb 2002 14:29:37 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 7 Feb 2002 14:29:37 GMT Cc: "Kim F. Storm" , emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16YpYO-0003qn-00 for ; Thu, 07 Feb 2002 15:29:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16YpQB-0006Jz-00; Thu, 07 Feb 2002 09:21:07 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16YpNk-0006DQ-00 for ; Thu, 07 Feb 2002 09:18:36 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g17EIWd01586; Thu, 7 Feb 2002 09:18:32 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Eli Zaretskii Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:843 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:843 > > Well, I have looked at it, and it is more complicated than that. If > > get_keymap can GC, then all the functions which calls it can also GC - > > and so on. For example, functions calling Fkeymap_parent may also GC. > > > > I think fixing this requires a better understanding of the relationships > > between these functions, so the maintainer of keymap.c should make the > > changes. > > The irony of this is that on most modern platforms, including that of > keymap.c's maintainer, GCPRO is a no-op... I for one am running on a platform where GCPROs are no-ops, but I fiddled the source so as not to use this (neat) feature (well, not for all my builds, admittedly). Stefan _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel