From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: latest git sources badly broken on OS X Date: Tue, 6 Jan 2015 20:31:33 +0100 Message-ID: References: <20150103220313.2c341e16@jabberwock.cb.piermont.com> <20150104130148.3b15b31c@jabberwock.cb.piermont.com> <54A9872F.9020005@math.ntnu.no> <20150104135052.3954599d@jabberwock.cb.piermont.com> <54A9931C.4080608@swipnet.se> <20150104214155.69123183@jabberwock.cb.piermont.com> <54AA31F8.3030203@swipnet.se> <20150105111851.712eac27@jabberwock.cb.piermont.com> <9EE999D9-5319-4DC8-BF0B-76794C0441C9@swipnet.se> <20150105125923.7c1e4a7c@jabberwock.cb.piermont.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1420572788 21181 80.91.229.3 (6 Jan 2015 19:33:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2015 19:33:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Perry E. Metzger" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 06 20:33:01 2015 Return-path: Envelope-to: ged-emacs-devel@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 1Y8ZrA-0006Wg-VA for ged-emacs-devel@m.gmane.org; Tue, 06 Jan 2015 20:31:57 +0100 Original-Received: from localhost ([::1]:37968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8ZrA-0007rV-ED for ged-emacs-devel@m.gmane.org; Tue, 06 Jan 2015 14:31:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8Zqy-0007rP-Tk for emacs-devel@gnu.org; Tue, 06 Jan 2015 14:31:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8Zqt-0003zA-Tm for emacs-devel@gnu.org; Tue, 06 Jan 2015 14:31:44 -0500 Original-Received: from mailfe05.swip.net ([212.247.154.129]:59626 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8Zqt-0003yZ-NA for emacs-devel@gnu.org; Tue, 06 Jan 2015 14:31:39 -0500 X-T2-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_40 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 558162394; Tue, 06 Jan 2015 20:31:34 +0100 In-Reply-To: <20150105125923.7c1e4a7c@jabberwock.cb.piermont.com> X-Mailer: Apple Mail (2.1993) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.129 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181011 Archived-At: Still can't see any error, except frame size being wrong at startup. Fonts are still fine. Jan D. > 5 jan 2015 kl. 18:59 skrev Perry E. Metzger : > > On Mon, 5 Jan 2015 18:29:21 +0100 "Jan D." wrote: >> Please post your corresponding .emacs. >> There are many ways to do this. > > Figured it out, -q and -l made minimizing easy. > > Manifestation with this .emacs will be that the top of the *scratch* > buffer is above the top of the screen and inaccessible. You may have > to adjust the height from 60 to whatever will fully fill your screen, > and you may need to uncomment the line that sets the top above. It > will work with a different font but you then have to adjust the > height yet again -- "menlo" and 60 rows does it for me. > > Technically, you don't need to inhibit the startup message, but the > manifestation is then that part of the buffer is "differently" above > the top of the screen and inaccessible. > > Also in an attached file. > > (tool-bar-mode -1) > (setq inhibit-startup-message t) > > (if (eq window-system 'ns) > (progn > (set-face-attribute 'default nil > :family "menlo" :height 140) > ; (add-to-list 'default-frame-alist '(top . 0)) > ) > ) > > (if window-system > (add-to-list 'default-frame-alist > (cons 'height 60))) > > > -- > Perry E. Metzger perry@piermont.com >