help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Default font / size


From: Emanuel Berg
Subject: Re: Default font / size
Date: Wed, 21 Jun 2017 11:31:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

John Mastro <john.b.mastro@gmail.com> writes:

> [1]: My goal is to avoid having to specify
> a different font size for each of the systems on
> which I use Emacs, since Emacs presumably has logic
> to pick a reasonable font size.

Apparently not!

If you want to achieve different fonts on different
machines, but without having different Elisp on
different machines, I suppose one way to do that would
be to rely on environmental vars, as in

    (getenv "EDITOR") ; "/usr/bin/emacs"

Set up one such to hold the font. Of course, this only
means that instead of changing Elisp on each system,
you would have to set the font variable on
each system.

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

[Prev in Thread] Current Thread [Next in Thread]