all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: <117@emacsbugs.donarmstrong.com>
Subject: bug#117: bug 117: messed up frame parameters
Date: Sat, 2 Aug 2008 13:36:14 -0700	[thread overview]
Message-ID: <001401c8f4df$685def10$0200a8c0@us.oracle.com> (raw)
In-Reply-To: <000a01c8e1d8$5dbe5780$c2b22382@us.oracle.com>

[-- Attachment #1: Type: text/plain, Size: 2338 bytes --]

Update for a more recent version:
"GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-08-01 on LENNART-69DE564"

Progress: Some of the frame parameters that were incorrect in the first frame
now appear OK. Similarly for my custom *Completions* frame, *Help* frame, and
special-display frames - they all generally look OK now. Thanks for fixing this.

However, although the frames generally look OK now, there are still multiple
occurrences of the same frame parameters in `frame-parameters' - see attached
files, which show the value of (frame-parameters). 

In addition, the fringe parameters are still wrong for the first frame: Fringe
appears in the first frame (it should not), but not in subsequent frames (as it
should not. This is my `default-frame-alist' (see oneonone.el):

((foreground-color . "Black")
 (background-color . "LightBlue")
 (font . "-*-Lucida Console-normal-r-*-*-14-112-96-96-c-*-iso8859-1")
 (mouse-color . "Red")
 (cursor-color . "Red")
 (cursor-type . bar)
 (menu-bar-lines . 1)
 (top . 0)
 (left . 0)
 (width . 80)
 (height . 35)
 (minibuffer)
 (user-position . t)
 (vertical-scroll-bars . right)
 (icon-type)
 (left-fringe . 0)
 (right-fringe . 0)
 (fringe . 0)
 (menu-bar-lines . 1)
 (tool-bar-lines . 0))

The attached files show the actual frame parameters for the first frame and
subsequent (non-special) frames.

Note: By "first frame", I mean the first frame other than my standalone
minibuffer frame. In this case, the first frame shows Dired. I then used `C-x 5
d' to get the second frame.

Thx - Drew

P.S. Although things are generally better now than for the 7/26 build, there is
regression in the display of fonts for both tabbar.el tabs and About Emacs
screen. I filed separate bugs for those problems, but the same startup files are
involved: hexrgb.el and oneonone.el.

[Also, I still see the problem that a frame's text will often become blanked out
partially or completely and remain that way. I must select the frame and do
`C-l' to get the text back. I assume that this is a general problem that has
already been reported.]

> From: Drew Adams Sent: Wednesday, July 09, 2008 8:28 AM
> You can use the attached code to repro the problem.
> See initial bug report for symptom details.
> 
> emacs -Q --debug-init -l ".../path/to/hexrgb.el" -l 
> ".../path/to/oneonone.el" -f
> "1on1-emacs"

[-- Attachment #2: bug-117-second-frame.el --]
[-- Type: application/octet-stream, Size: 1274 bytes --]

((parent-id)
 (explicit-name)
 (display . "")
 (icon-name)
 (window-id . "2360812")
 (buried-buffer-list)
 (buffer-list #<buffer drews-lisp-20>)
 (unsplittable)
 (modeline . t)
 (name . "drews-lisp-20")
 (background-mode . light)
 (display-type . color)
 (tool-bar-lines . 0)
 (menu-bar-lines . 1)
 (fringe . 0)
 (right-fringe . 0)
 (left-fringe . 0)
 (tool-bar-lines . 1)
 (icon-type)
 (vertical-scroll-bars . right)
 (user-position . t)
 (minibuffer)
 (height . 57)
 (width . 49)
 (left . 0)
 (top . 0)
 (menu-bar-lines . 1)
 (cursor-type . bar)
 (visibility . t)
 (alpha)
 (scroll-bar-width . 17)
 (cursor-type . bar)
 (auto-lower)
 (auto-raise)
 (icon-type)
 (title)
 (buffer-predicate)
 (tool-bar-lines . 1)
 (menu-bar-lines . 1)
 (right-fringe . 0)
 (left-fringe . 0)
 (line-spacing)
 (screen-gamma)
 (border-color . "black")
 (cursor-color . "Red")
 (mouse-color . "Red")
 (background-color . "LightBlue")
 (foreground-color . "Black")
 (vertical-scroll-bars . right)
 (internal-border-width . 0)
 (border-width . 2)
 (font . "-outline-Lucida Console-normal-normal-normal-mono-14-*-*-*-c-*-iso8859-1")
 (font-parameter . "-*-Lucida Console-normal-r-*-*-14-112-96-96-c-*-iso8859-1")
 (font-backend uniscribe gdi))

[-- Attachment #3: bug-117-first-frame.el --]
[-- Type: application/octet-stream, Size: 1864 bytes --]

((parent-id)
 (name . "drews-lisp-20")
 (font-backend uniscribe gdi)
 (border-width . 2)
 (internal-border-width . 0)
 (vertical-scroll-bars . right)
 (screen-gamma)
 (line-spacing)
 (left-fringe . 8)
 (right-fringe . 8)
 (menu-bar-lines . 1)
 (tool-bar-lines . 0)
 (buffer-predicate)
 (title)
 (icon-type)
 (auto-raise)
 (auto-lower)
 (cursor-type . bar)
 (scroll-bar-width . 17)
 (alpha)
 (window-system . w32)
 (horizontal-scroll-bars . t)
 (display-type . color)
 (background-mode . light)
 (environment)
 (height . 57)
 (width . 49)
 (modeline . t)
 (minibuffer)
 (unsplittable)
 (buffer-list #<buffer drews-lisp-20>)
 (buried-buffer-list)
 (left . 0)
 (top . 0)
 (window-id . "1377652")
 (icon-name)
 (display . "")
 (explicit-name . t)
 (tool-bar-lines . 0)
 (menu-bar-lines . 1)
 (fringe . 0)
 (right-fringe . 0)
 (left-fringe . 0)
 (icon-type)
 (vertical-scroll-bars . right)
 (user-position . t)
 (minibuffer)
 (height . 35)
 (width . 80)
 (left . 0)
 (top . 0)
 (menu-bar-lines . 1)
 (cursor-type . bar)
 (tool-bar-lines . 0)
 (menu-bar-lines . 1)
 (reverse)
 (user-position . t)
 (user-size . t)
 (visibility . t)
 (alpha)
 (scroll-bar-width . 17)
 (cursor-type . bar)
 (auto-lower)
 (auto-raise)
 (icon-type)
 (title)
 (buffer-predicate)
 (tool-bar-lines . 0)
 (menu-bar-lines . 1)
 (right-fringe . 0)
 (left-fringe . 0)
 (line-spacing)
 (screen-gamma)
 (border-color . "black")
 (cursor-color . "Red")
 (mouse-color . "Red")
 (background-color . "LightBlue")
 (foreground-color . "Black")
 (vertical-scroll-bars . right)
 (internal-border-width . 0)
 (border-width . 2)
 (font . "-outline-Lucida Console-normal-normal-normal-mono-14-*-*-*-c-*-iso8859-1")
 (font-parameter . "-*-Lucida Console-normal-r-*-*-14-112-96-96-c-*-iso8859-1")
 (font-backend uniscribe gdi))

  reply	other threads:[~2008-08-02 20:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-08 15:02 bug#117: bug 117: messed up frame parameters Drew Adams
2008-07-08 20:54 ` Jason Rumney
2008-07-09 15:27   ` Drew Adams
2008-08-02 20:36     ` Drew Adams [this message]
2008-08-02 21:07       ` Jason Rumney
2008-08-02 22:08         ` Drew Adams
2008-08-27 16:41           ` Drew Adams
2008-08-28 15:04             ` Drew Adams
2008-08-30 14:38               ` Drew Adams
2008-10-31 21:05                 ` Drew Adams
  -- strict thread matches above, loose matches on Subject: below --
2008-12-28  1:32 Chong Yidong
2008-12-28  8:02 ` Drew Adams
2008-12-28  9:00   ` Chong Yidong
2008-12-28 18:15     ` Drew Adams
2008-12-28 19:22 grischka
2008-12-28 19:27 ` Drew Adams

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

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

  git send-email \
    --in-reply-to='001401c8f4df$685def10$0200a8c0@us.oracle.com' \
    --to=drew.adams@oracle.com \
    --cc=117@emacsbugs.donarmstrong.com \
    /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.
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.