emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: address@hidden: *Buffer List* column headers don't sort unless selec


From: Richard Stallman
Subject: Re: address@hidden: *Buffer List* column headers don't sort unless select buffer first]
Date: Wed, 20 Oct 2004 21:46:38 -0400

Maybe I understand the problem.  The other window has its own
value of point.  Every window does, except for the selected window.
I wonder if the right value of point is getting into the buffer,
but not getting into the window it is selected in.

The brute-force way to fix this is to find the window that the
buffer is visible in, and call set-window-point on that window.

There may also be some elegant fix, but I am not sure.  Could you try
the brute-force fix?





reply via email to

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