[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Enhancements to "minor-mode-map-alist" functionality.
From: |
Richard Stallman |
Subject: |
Re: Enhancements to "minor-mode-map-alist" functionality. |
Date: |
Mon, 13 May 2002 08:18:35 -0600 (MDT) |
Yes, I noticed that a lot of code in keymap.c lacked GCPROs because
some of the basic functions may now GC (e.g. due to autoloading keymaps).
I don't currently have time to wade through the keymap code adding GCPROs.
Can someone please work on this? Another possible approach could be
to do the autoloading in a different place and thus reduce the set of
primitives that need to gcpro on that account.
- Re: Enhancements to "minor-mode-map-alist" functionality., (continued)
- Re: Enhancements to "minor-mode-map-alist" functionality., Richard Stallman, 2002/05/08
- Re: Enhancements to "minor-mode-map-alist" functionality., Kim F. Storm, 2002/05/08
- Re: Enhancements to "minor-mode-map-alist" functionality., Richard Stallman, 2002/05/09
- Re: Enhancements to "minor-mode-map-alist" functionality., Kim F. Storm, 2002/05/10
- Re: Enhancements to "minor-mode-map-alist" functionality., Richard Stallman, 2002/05/11
- Re: Enhancements to "minor-mode-map-alist" functionality., Kim F. Storm, 2002/05/11
- Re: Enhancements to "minor-mode-map-alist" functionality.,
Richard Stallman <=