From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Updated Patch for command remapping through keymaps Date: Thu, 7 Feb 2002 11:42:00 +0200 (IST) Message-ID: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: quimby2.netfonds.no 1013075794 3041 195.204.10.66 (7 Feb 2002 09:56:34 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 7 Feb 2002 09:56:34 GMT Cc: 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 16YlIA-0000mx-00 for ; Thu, 07 Feb 2002 10:56:34 +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 16Yl78-00081K-00; Thu, 07 Feb 2002 04:45:10 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16Yl5D-0007xo-00 for ; Thu, 07 Feb 2002 04:43:11 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id LAA14737; Thu, 7 Feb 2002 11:42:01 +0200 (IST) X-Sender: eliz@is Original-To: "Kim F. Storm" In-Reply-To: <5xsn8ech0h.fsf@kfs2.cua.dk> 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:834 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:834 On 7 Feb 2002, Kim F. Storm wrote: > 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... _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel