From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ivowel@gmail.com Newsgroups: gmane.emacs.help Subject: GNU Emacs 24.5.1, OSX, Weird GUI window problem Date: Sun, 2 Aug 2015 05:14:56 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1438517722 22477 80.91.229.3 (2 Aug 2015 12:15:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Aug 2015 12:15:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 02 14:15:20 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZLsAg-000198-Cw for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Aug 2015 14:15:18 +0200 Original-Received: from localhost ([::1]:55910 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLsAf-0000ID-GM for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Aug 2015 08:15:17 -0400 X-Received: by 10.182.120.74 with SMTP id la10mr596175obb.6.1438517696258; Sun, 02 Aug 2015 05:14:56 -0700 (PDT) X-Received: by 10.140.101.22 with SMTP id t22mr99519qge.32.1438517696231; Sun, 02 Aug 2015 05:14:56 -0700 (PDT) Original-Path: usenet.stanford.edu!pg9no6283700igb.0!news-out.google.com!78ni3221qge.1!nntp.google.com!z61no4775750qge.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=77.176.65.134; posting-account=RgBppwoAAAB7iRnNR6lC4ndZAXnPSW33 Original-NNTP-Posting-Host: 77.176.65.134 User-Agent: G2/1.0 Injection-Date: Sun, 02 Aug 2015 12:14:56 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:213923 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106208 Archived-At: dear emacs experts---I am running Vincent Goulet's osx gnu emacs, which in = turn is based on david caldwell's, on osx yosemite 10.4.4. it works well = in a terminal. alas, in its own gui window, it seems buggy when I want to = set the window height. in init.el, I have nothing but (setq default-frame-alist (copy-alist initial-frame-alist)) (progn (add-to-list 'default-frame-alist '(width . 140)) (add-to-list 'default-frame-alist '(height . 90)) ;; this messes up = my screen ) at this point, the cursor is above the visible area, and after a while, I g= et even stranger window corruptions (with the status bar being drawn a coup= le of times). is this a bug, or am I doing something wrong? /iaw