emacs-pretest-bug
[Top][All Lists]
Advanced

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

new frames ignore default frame positions


From: David Reitter
Subject: new frames ignore default frame positions
Date: Mon, 1 Mar 2004 09:47:03 +0000


Symptoms:

(On OS X 10.3, CVS checkout)

It looks like new frames, for example created by
 find-file-other-frame, ignore the position defaults
(top, left) set in default-frame-alist.

This might be related to a similar oddity: If I do

 (switch-to-buffer-other-frame (generate-new-buffer "new document"))

The new frame pops up at one position, but is then moved to
the left of the screen.  Top/Left of  initial-frame-alist and
default-frame-alist are completely ignored.

In my .emacs, I have

(setq initial-frame-alist
  '(
    (top               . 180)
     (left              . 80)
  )
)

(setq default-frame-alist
      '((cursor-color . "blue")
        (foreground-color . "black")
        (background-color . "white")
       (top . 180 ) (left . 80)
       (width . 80) (height . 40)))



In GNU Emacs 21.3.50.1 (powerpc-apple-darwin7.2.0)
 of 2004-02-29 on catherine
configured using `configure '--without-x' '--enable-carbon-app''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  cua-mode: t
  show-paren-mode: t
  recentf-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<menu-bar> <help-menu> <report-emacs-bug>

Recent messages:
Loading tooltip...done
Loading /Users/dr/.recentf...done
Cleaning up the recentf list...done
Source file `/Users/dr/Library/Emacs/osxkeys.el' newer than byte-compiled file
Loading delsel...done
Loading advice...done
Loading image...done
For information about the GNU Project and its goals, type C-h C-p.
Loading font-lock...done
Loading emacsbug...done





reply via email to

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