From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Updated Patch for command remapping through keymaps Date: Fri, 8 Feb 2002 06:57:12 -0700 (MST) Message-ID: <200202081357.g18DvCA05388@aztec.santafe.edu> References: <5xvgdngssk.fsf@kfs2.cua.dk> <5x665fe4t0.fsf@kfs2.cua.dk> <200202040926.g149Qvf02362@aztec.santafe.edu> <5xwuxsrxgl.fsf@kfs2.cua.dk> <200202061354.g16DsLt04019@aztec.santafe.edu> <5x3d0ee237.fsf@kfs2.cua.dk> <5xsn8ech0h.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013177346 14675 195.204.10.66 (8 Feb 2002 14:09:06 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 8 Feb 2002 14:09:06 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 16ZBi5-0003ob-00 for ; Fri, 08 Feb 2002 15:09:06 +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 16ZBZe-0005ji-00; Fri, 08 Feb 2002 09:00:22 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16ZBWb-0005SG-00; Fri, 08 Feb 2002 08:57:13 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.9.3/8.9.3) with ESMTP id GAA18293; Fri, 8 Feb 2002 06:57:12 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g18DvCA05388; Fri, 8 Feb 2002 06:57:12 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: storm@cua.dk In-reply-to: <5xsn8ech0h.fsf@kfs2.cua.dk> (storm@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:880 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:880 I think fixing this requires a better understanding of the relationships between these functions, so the maintainer of keymap.c should make the changes. Is there any "the maintainer of keymap.c", other than me? I can do it if necessary, but I hope someone else will. It is not fundamentally hard--you look at all calls to get_keymap and add gcpro around them; you make a list of the functions they are in, and look at all calls to them and add gcpro around them; you keep repeating until there are no more calls in C code. Not fundamentally hard, but time-consuming. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel