Hello,
in the Emacs init file I have code to position it's window on startup
in the left upper corner. It is positioned correctly under KDE. (2.1.1)
Under fvwm (2.4.0-2.rh7, RedHat 7.1) the window title is out the screen.
It seems the title size and border is not accounted in the left corner
position calculations.
I had to correct the position like this:
(setq initial-frame-alist '((top . 22) (left . 5) (width . 110) (height
. 43)))
Now under KDE the emacs window is shifted lower.
Question: is this supposed behavior of fvwm?
Thank you,
Andriy
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Aug 08 2001 - 07:18:48 BST