emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Code inspection: Generic problems


From: Kim F. Storm
Subject: Code inspection: Generic problems
Date: Tue, 12 Jul 2005 14:53:09 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

I found that a number of global lisp objects which have no staticpro.

The following vars seems to need staticpro, but could someone
pls. check -- and add a comment if that is really ok:

- Qecho_area_clear_hook
- re_match_object

I assume that it is ok for window and buffer vars to not have
staticpro, but could someone pls. check these anyway:

- combine_after_change_buffer
- echo_area_window
- echo_message_buffer
- last_point_position_buffer
- last_undo_buffer
- minibuf_window
- selected_frame
- selected_window

The following is used in print -- which probably doesn't cons,
so it is ok.  Can someone check -- and add a comment:

- being_printed


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]