From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniele Nicolodi Newsgroups: gmane.emacs.devel Subject: Re: Easy way to make Emacs look more "modern" Date: Sun, 10 Apr 2022 08:44:54 +0200 Message-ID: <79c9685a-732f-2890-8e42-c17849f06503@grinta.net> References: <87h771iw0d.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20801"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 10 08:48:16 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ndRMu-0005Aj-23 for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Apr 2022 08:48:16 +0200 Original-Received: from localhost ([::1]:55668 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ndRMs-0000rg-VO for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Apr 2022 02:48:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46846) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndRJi-0007LN-RW for emacs-devel@gnu.org; Sun, 10 Apr 2022 02:44:58 -0400 Original-Received: from grinta.net ([109.74.203.128]:35172) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ndRJh-0000ta-A8 for emacs-devel@gnu.org; Sun, 10 Apr 2022 02:44:58 -0400 Original-Received: from [192.168.1.220] (p4fe7177f.dip0.t-ipconnect.de [79.231.23.127]) (Authenticated sender: daniele) by grinta.net (Postfix) with ESMTPSA id 9BB57E0500 for ; Sun, 10 Apr 2022 06:44:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=2020; t=1649573095; bh=Wm0sHlFA+NM8dOzUUrfVUGCCe9C7mqKJD5wWxw37X/I=; h=Date:Subject:To:References:From:In-Reply-To:From; b=VEe+GaXZCKtmRPzbzZQzHK1Tl6KDzf2wvb9Vjm74++ifTB8RrRvgtGPk083Knpi1x yw60wGFIwhRbmAU/WOy3JTVBCrS5FAMG6jo41Lzsg4E0BcbKlECRvfliNeB55Zh5B1 KBPRRggopbJRfCmDVHptoAUST2fJa5Dxsrxe6uhx9ncSLH7A6SMeNzFaPfL1Ji55r3 V52tgMtiVhhfE2E+OlmbHqQAfTO/ZP+uh07CX3e1J8sjZWpyi6W3HAeV56re/gAXtV /GEJwpQOTd/k3IixDeMwmfYTryc7thuLJMXdf5Vc/DV/qFkSFSUdjHrIsik2MoYMWk Vd0TiCkJoM4Ow== Content-Language: en-US In-Reply-To: <87h771iw0d.fsf@yahoo.com> Received-SPF: pass client-ip=109.74.203.128; envelope-from=daniele@grinta.net; helo=grinta.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:288103 Archived-At: On 10/04/2022 03:10, Po Lu wrote: > What would actually be an improvement would be to make NS and W32 draw > boxes with a relief in the "pretty" way that X, PGTK and Haiku do. Interesting. The platforms where I spend most on my time these days are macOS and Windows. This may be one of the reasons why I don't like the default mode-line that much. >> I would also like to give some more air (padding) to the minibuffer, >> but I haven't found a way to do that in the 10 minutes that I looked >> at it. > > That would waste precious screen space, wouldn't it? On the screens I use wasting 6 to 10 pixels for the padding would not make a significant difference. However, the smallest screes I use are 13" high DPI screens. Does anyone know how to add some padding to the minibuffer? Cheers, Dan