emacs-devel
[Top][All Lists]
Advanced

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

Re: GNU Emacs no longer honours top and left parameters to make-frame


From: Ralf Angeli
Subject: Re: GNU Emacs no longer honours top and left parameters to make-frame
Date: Wed, 20 Sep 2006 19:15:05 +0200

* Krishnakumar B. (2006-09-20) writes:

> The following code that I had in my .emacs no longer works, i.e., the top
> and left values are not honoured by Emacs, and Emacs places my frames at
> arbitrary locations on startup.
[...]
> |       (make-frame `((width  . 80)
> |                     (left   . ,left)
> |                     (top    . ,top)
> |                     (height . ,height)
> |                     (tool-bar-lines . 0))))

I'll have a look ...

-- 
Ralf




reply via email to

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