unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Leo" <leo.broska@NOSPAM.isys.com.au>
Subject: Re: preset the position of new frame under mac os x
Date: Thu, 6 Nov 2003 15:19:40 +1100	[thread overview]
Message-ID: <boci42$1pb7$1@otis.netspace.net.au> (raw)
In-Reply-To: 2IPob.77706$e01.257998@attbi_s02

"Hugh Wolf" <hwolf@deutsches.lieder.de> wrote in message
news:2IPob.77706$e01.257998@attbi_s02...
>
> The 'left entry of default-frame-alist works fine for me in osx.


thanks hugo.

i have tried that as well, but cannot make it work. here's the part of my
.emacs file:

(setq default-frame-alist
      ;; standard staff
      '((tool-bar-lines . 0)
        (foreground-color . "black")
        (background-color . "white")
        (menu-bar-lines . 1)
        ;; my staff:
        (font . "-apple-monaco-medium-r-*--*-140-*-*-*-*-mac-roman") ;; mac
        (top . 15) (left . 250)
        (width . 81) (height . 48)
        (cursor-color . "Black")))

(setq initial-frame-alist
      '((top . 0) (left . 5)
        (width . 84) (height . 50)  ;; mac
        ))

this settings should make the first frame at the left and the second frame
at the right of the screen. unfortunatly both screen appear on the left...
:-(

what do i do wrong?

  reply	other threads:[~2003-11-06  4:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-01 14:25 preset the position of new frame under mac os x Leo
2003-11-01 14:47 ` Hugh Wolf
2003-11-06  4:19   ` Leo [this message]
2003-11-06 17:52     ` Sandip Chitale

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='boci42$1pb7$1@otis.netspace.net.au' \
    --to=leo.broska@nospam.isys.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).