Hi,

 I am running Emacs.app on Linux now with operational Alt-key
(thanks Adrian *g*). Since my .emacs has grown considerably in
the last years there's a lot of code I used to use with GNU
emacs 21. Most of it seems to work, but thins one seems a
particularity of Emacs.app. Consider this code:

    (select-frame
     (make-frame '((height . 62)
                   (width . 166)
                   (top . 1)
                   (left . 1))))
    (split-window-horizontally 68)
    (split-window-vertically)
    )

No matter how I call make-frame, I will always get a window of
standard size. Any idea?

Cheers,

Martin

-- 
-------------- Martin Dietze --------------- / -- 4G Systeme GmbH Hamburg ---
-- [EMAIL PROTECTED] -- / ---- [EMAIL PROTECTED] ----
------------- / http://herbert.the-little-red-haired-girl.org / -------------
=+= 
Who the fsck is "General Failure", and why is he reading my disk?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to