unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Perry E. Metzger" <perry@piermont.com>
To: "Jan D." <jan.h.d@swipnet.se>
Cc: emacs-devel@gnu.org
Subject: Re: latest git sources badly broken on OS X
Date: Mon, 5 Jan 2015 12:59:23 -0500	[thread overview]
Message-ID: <20150105125923.7c1e4a7c@jabberwock.cb.piermont.com> (raw)
In-Reply-To: <9EE999D9-5319-4DC8-BF0B-76794C0441C9@swipnet.se>

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

On Mon, 5 Jan 2015 18:29:21 +0100 "Jan D." <jan.h.d@swipnet.se> 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

[-- Attachment #2: dot-emacs --]
[-- Type: application/octet-stream, Size: 330 bytes --]

(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)))

  parent reply	other threads:[~2015-01-05 17:59 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-04  3:03 latest git sources badly broken on OS X Perry E. Metzger
2015-01-04  3:44 ` Paul Eggert
2015-01-04  9:46 ` Jan D.
2015-01-04 18:01   ` Perry E. Metzger
2015-01-04 18:32     ` Harald Hanche-Olsen
2015-01-04 18:50       ` Perry E. Metzger
2015-01-04 19:23         ` Jan D.
2015-01-04 19:33           ` Perry E. Metzger
2015-01-04 19:39           ` Perry E. Metzger
2015-01-04 19:42             ` Óscar Fuentes
2015-01-04 19:47               ` Perry E. Metzger
2015-01-04 20:09                 ` Eli Zaretskii
2015-01-04 20:19                   ` Perry E. Metzger
2015-01-04 20:27                     ` Óscar Fuentes
2015-01-04 20:31                       ` Eli Zaretskii
2015-01-04 20:45                         ` Óscar Fuentes
2015-01-04 21:07                           ` Eli Zaretskii
2015-01-05  0:10                         ` Perry E. Metzger
2015-01-05  2:41           ` Perry E. Metzger
2015-01-05  6:40             ` Jan D.
2015-01-05 13:12               ` Elias Mårtenson
2015-01-05 13:13                 ` Elias Mårtenson
2015-01-05 16:46                   ` Perry E. Metzger
2015-01-05 16:18               ` Perry E. Metzger
2015-01-05 17:29                 ` Jan D.
2015-01-05 17:40                   ` Perry E. Metzger
2015-01-05 17:58                     ` Jan D.
2015-01-05 18:05                     ` Michael Welsh Duggan
2015-01-05 18:24                       ` Perry E. Metzger
2015-01-05 17:59                   ` Perry E. Metzger [this message]
2015-01-06 19:31                     ` Jan D.
2015-01-06 19:45                       ` Perry E. Metzger
2015-01-07  5:56                         ` Jan D.
2015-01-07 22:01                           ` Perry E. Metzger
2015-01-07 22:26                             ` Perry E. Metzger
2015-01-08 18:03                           ` Perry E. Metzger
2015-01-08 18:07                             ` Jan D.

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20150105125923.7c1e4a7c@jabberwock.cb.piermont.com \
    --to=perry@piermont.com \
    --cc=emacs-devel@gnu.org \
    --cc=jan.h.d@swipnet.se \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).