all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* preset the position of new frame under mac os x
@ 2003-11-01 14:25 Leo
  2003-11-01 14:47 ` Hugh Wolf
  0 siblings, 1 reply; 4+ messages in thread
From: Leo @ 2003-11-01 14:25 UTC (permalink / raw)


hi there

i want to position new frames in the left half of the screen. coming 
from nt-emacs i just tweaked default-frame-alist with (left . 100). 
unfortunalty do new frames still appear in the left side of the screen. :-(

so, default-frame-alist doesn't seems to work properly. strangly an 
entry for left in initial-frame-alist is recognised!

does anybody know a workaround or so?>

thanks, leo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: preset the position of new frame under mac os x
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Hugh Wolf @ 2003-11-01 14:47 UTC (permalink / raw)


On 2003-11-01, Leo <halloleo@NOSPAM.gmx.net> wrote:
> i want to position new frames in the left half of the screen. coming 
> from nt-emacs i just tweaked default-frame-alist with (left . 100). 
> unfortunalty do new frames still appear in the left side of the screen. :-(

The 'left entry of default-frame-alist works fine for me in osx.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: preset the position of new frame under mac os x
  2003-11-01 14:47 ` Hugh Wolf
@ 2003-11-06  4:19   ` Leo
  2003-11-06 17:52     ` Sandip Chitale
  0 siblings, 1 reply; 4+ messages in thread
From: Leo @ 2003-11-06  4:19 UTC (permalink / raw)


"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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: preset the position of new frame under mac os x
  2003-11-06  4:19   ` Leo
@ 2003-11-06 17:52     ` Sandip Chitale
  0 siblings, 0 replies; 4+ messages in thread
From: Sandip Chitale @ 2003-11-06 17:52 UTC (permalink / raw)


The variable: 

default-frame-alist

and 

initial-frame-alist

are customized variables. Therefore you need to set their values using

M-x customize-variable RET default-frame-alist RET

and

M-x customize-variable RET initial-frame-alist RET

and save the customization.

May work.


"Leo" <leo.broska@NOSPAM.isys.com.au> wrote in message news:<boci42$1pb7$1@otis.netspace.net.au>...
> "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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-06 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2003-11-06 17:52     ` Sandip Chitale

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.