emacs-devel
[Top][All Lists]
Advanced

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

Re: Code inspection: Generic problems


From: Richard M. Stallman
Subject: Re: Code inspection: Generic problems
Date: Mon, 18 Jul 2005 00:48:52 -0400

    - Qecho_area_clear_hook

I think that should be staticpro'd.  I will do it.

   - echo_area_window 
   - minibuf_window
    - selected_frame
    - selected_window

All the live windows and frames get marked thru that data structure.

    - echo_message_buffer

That buffer is one of the echo area buffers, and they
can't be killed.

    - combine_after_change_buffer

I will staticpro that one.

    - last_point_position_buffer

Nothing bad can happen if that points to a buffer that has been gc'd.

    - last_undo_buffer

Likewise.





reply via email to

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