Package: emacs21
Version: 21.4a-1

Short description
*****************

Pressing the Ctrl-L key not only recenters the window with
current input focus, but also repositions text in other windows.

This is with the hilit19 package.


Long description
****************

When I edit a C source file, I sometimes have multiple windows open.
Typically, there's two or three frames (created with Ctrl-X 5 2),
so I can have a look at previous definitions and data structures,
and my working frame may be split into multiple screens with Ctrl-X 2.

When I press Ctrl-L to rehighlight and center the window text,
which invokes hilit-recenter, the position in the other windows
changes, typically by more than an full screen.

Thus it's not easily possible to place a few frames on the root
window that provide a permanent view to the same structure
definitions.


I'll gladly try to provide more detailed information if you should not
be able to reproduce this behaviour.
The following definition in .emacs is required to reproduce:

(when (eq window-system 'x)
      (require 'hilit19)
)



Regards,

Claus


-- 
Claus Fischer <[EMAIL PROTECTED]>
http://www.clausfischer.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to