[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: latest git sources badly broken on OS X
From: |
Jan D. |
Subject: |
Re: latest git sources badly broken on OS X |
Date: |
Tue, 6 Jan 2015 20:31:33 +0100 |
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 <address@hidden>:
>
> On Mon, 5 Jan 2015 18:29:21 +0100 "Jan D." <address@hidden> 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 address@hidden
> <dot-emacs>
- Re: latest git sources badly broken on OS X, (continued)
- Re: latest git sources badly broken on OS X, Perry E. Metzger, 2015/01/05
- Re: latest git sources badly broken on OS X, Jan D., 2015/01/05
- Re: latest git sources badly broken on OS X, Perry E. Metzger, 2015/01/05
- Re: latest git sources badly broken on OS X, Jan D., 2015/01/05
- Re: latest git sources badly broken on OS X, Michael Welsh Duggan, 2015/01/05
- Re: latest git sources badly broken on OS X, Perry E. Metzger, 2015/01/05
- Re: latest git sources badly broken on OS X, Perry E. Metzger, 2015/01/05
- Re: latest git sources badly broken on OS X,
Jan D. <=
- Re: latest git sources badly broken on OS X, Perry E. Metzger, 2015/01/06
- Re: latest git sources badly broken on OS X, Jan D., 2015/01/07
- Re: latest git sources badly broken on OS X, Perry E. Metzger, 2015/01/07
- Re: latest git sources badly broken on OS X, Perry E. Metzger, 2015/01/07
- Re: latest git sources badly broken on OS X, Perry E. Metzger, 2015/01/08
- Re: latest git sources badly broken on OS X, Jan D., 2015/01/08