emacs-devel
[Top][All Lists]
Advanced

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

Re: window groups


From: martin rudalics
Subject: Re: window groups
Date: Fri, 30 May 2008 09:07:34 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

>      The most common example would be an in-frame speedbar, which is
>      something people (including me) want, but which is not offered by
>      the version of speedbar in Emacs because it just doesn't work well
>      with Emacs' primitive management of in-frame windows.

I wrote my own sidebar to show various things like files, buffers, tags,
bookmarks or search results.  For example, I browse tags by moving
up-/downwards in the tag-sidebar and, after a short timeout, have the
window on the right move point to the location referenced by the tag.
This movement is synchronized in a way that the line showing the tag and
the line showing the defun always occupy the same screen line.

All this worked well but was continuously screwed up by `display-buffer'
splitting the right window and breaking my line-to-line correspondence.
Now I have sidebar and main window form a window group and the problem
is gone.





reply via email to

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