emacs-devel
[Top][All Lists]
Advanced

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

On removing sequence_number from window structure


From: martin rudalics
Subject: On removing sequence_number from window structure
Date: Sat, 02 Feb 2013 09:50:10 +0100

I'm afraid this change

  * window.h (struct window): ...
  Remove sequence_number member. ...
  * window.c (sequence_number): Remove.
  * print.c (print_object): Follow the printed representation of
  frames and print window pointer to distinguish between windows.

will make debugging window code rather unpleasant.  It's much simpler to
think of windows in terms of sequence numbers than in terms of pointers.

martin



reply via email to

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