From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [159.69.161.202]) by sourceware.org (Postfix) with ESMTPS id D9FD8385DC1B for ; Sat, 2 May 2020 10:34:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D9FD8385DC1B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dod.no Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=goc-cygwin@m.gmane-mx.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jUpTT-000PkR-H0 for cygwin@cygwin.com; Sat, 02 May 2020 12:34:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: cygwin@cygwin.com To: cygwin@cygwin.com From: Steinar Bang Subject: Re: Adjust the default font size from the server side Date: Sat, 02 May 2020 12:33:42 +0200 Organization: Probably a good idea Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt) Cancel-Lock: sha1:QOvbuZtueOZ79YfvbOsokNXKq4Q= Mail-Copies-To: never X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2020 10:34:26 -0000 >>>>> Steinar Bang : > Is it possible to set the default font sizes for each application on > the server side so that the applications look good on both laptops > (right now the text is so small that it is hard to read on the > 1920x1080 display). Turns out emacs was easy to fix. I removed a line from my ancient (not really changed since 2004 (a little bit changed in 2011 for an application I don't use anymore), and with history going back to the late 80-ies, early 90-ies) .Xdefaults file on the server side: Emacs*Font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1 But eclipse will probably be a harder nut to crack.