[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Weird problem with inital frame sizing
From: |
Perry E. Metzger |
Subject: |
Re: Weird problem with inital frame sizing |
Date: |
Mon, 17 Sep 2018 09:31:36 -0400 |
On Sun, 16 Sep 2018 17:58:13 -0400 Stefan Monnier
<address@hidden> wrote:
> > I changed my font setting to use "face-spec-set". Naturally it
> > changed nothing but now no one can complain that I'm using the
> > wrong function. :)
> [...]
> > Note that I have both default-frame-alist and initial-frame-alist
> > set to indicate the frame should be 50 lines. This only seems to
> > work for subsequent frames.
>
> That's weird. I've just done the following:
>
> % mkdir ~/tmp/test/.emacs.d
> % cat >~/tmp/test/.emacs.d/early-init.e
> (face-spec-set 'default
> '((((type x)) :family "DejaVu Sans Mono" :height 70)
> (((type ns)) :family "Monaco" :height 100)
> (t :family :height 120)))
>
> (setq default-frame-alist '((user-size . t) (width . 86)
> (height . 46))) % HOME=~/tmp/test/ emacs
>
> and Emacs pops up with apparently the font specified and the
> width&height specified as well (actually, with what appears to be an
> off-by-one error).
I'm guessing there's some race condition involved, and that the fact
that it takes a couple of seconds for xpra to display stuff tickles
it. I don't get consistent results run to run which makes things
seem like a race condition is at fault. On your local machine, since
everything is running fast, you don't hit it, or only hit it
rarely.
Perry
--
Perry E. Metzger address@hidden
- Re: Weird problem with inital frame sizing, (continued)
- Re: Weird problem with inital frame sizing, Perry E. Metzger, 2018/09/13
- Re: Weird problem with inital frame sizing, Perry E. Metzger, 2018/09/13
- Re: Weird problem with inital frame sizing, Perry E. Metzger, 2018/09/13
- Re: Weird problem with inital frame sizing, Perry E. Metzger, 2018/09/13
- Re: Weird problem with inital frame sizing, Perry E. Metzger, 2018/09/13
- Re: Weird problem with inital frame sizing, Stefan Monnier, 2018/09/13
- Re: Weird problem with inital frame sizing, Perry E. Metzger, 2018/09/13
- Re: Weird problem with inital frame sizing, Stefan Monnier, 2018/09/13
- Re: Weird problem with inital frame sizing, Perry E. Metzger, 2018/09/15
- Re: Weird problem with inital frame sizing, Stefan Monnier, 2018/09/16
- Re: Weird problem with inital frame sizing,
Perry E. Metzger <=
- Re: Weird problem with inital frame sizing, Noam Postavsky, 2018/09/17
- Re: Weird problem with inital frame sizing, Eli Zaretskii, 2018/09/13
- Re: Weird problem with inital frame sizing, Perry E. Metzger, 2018/09/13