From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Display scaling? Date: Thu, 27 Jan 2022 13:22:26 +0200 Message-ID: <83v8y5e83x.fsf@gnu.org> References: <877danm1ds.fsf.ref@yahoo.com> <877danm1ds.fsf@yahoo.com> <83o83yhcxt.fsf@gnu.org> <8735lamyad.fsf@yahoo.com> <838rv2hba4.fsf@gnu.org> <87y232liu4.fsf@yahoo.com> <834k5qh7pu.fsf@gnu.org> <87mtjiknbc.fsf@yahoo.com> <83ilu5g09c.fsf@gnu.org> <874k5pllww.fsf@yahoo.com> <87v8y5jvti.fsf@yahoo.com> <83y231e90q.fsf@gnu.org> <87r18tjv1o.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40245"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 27 12:41:48 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 1nD39v-000AH7-8J for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Jan 2022 12:41:47 +0100 Original-Received: from localhost ([::1]:48314 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nD39u-0006n5-5y for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Jan 2022 06:41:46 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41574) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nD2rI-0004BB-JT for emacs-devel@gnu.org; Thu, 27 Jan 2022 06:22:32 -0500 Original-Received: from [2001:470:142:3::e] (port=53678 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nD2rI-0007jl-9s; Thu, 27 Jan 2022 06:22:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=nG64vkRlWnEhJkv0h/Rikkv144QzTPKXCtfoMDsv/7g=; b=FMp2iM0OEjOB OUjodKf+LoQ3qDhnhsyjV6PsPLWqpR7EDfuTzvbHPfE7hVtd35jwFNMpLYqbfx5+x3ZkkHOZZZTZJ AkHGHl3E75R1FZuQe4OONLoWfo6T46YED9BitXQuYmBfWAtXArIreiNRxdQEKY9ZAoMGvUd/veCQg 1FyID58Y2ZjU6NoUdoVMBR6B5omLkVKtekGoZWQ1qH2JCtF9cCCDe6QJQY3tyPa+77T2GfHrOePNZ 0lyGIIMu2c1vX+xlXpXh9Nd8m0osALer8/o7d+N9MZEdw8JX1jycdY6UFuUqM27E54n36HDCAiYlW NTj4SGApbVLMD+16mpSozg==; Original-Received: from [87.69.77.57] (port=2454 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nD2rH-0000J3-RL; Thu, 27 Jan 2022 06:22:32 -0500 In-Reply-To: <87r18tjv1o.fsf@yahoo.com> (message from Po Lu on Thu, 27 Jan 2022 19:08:03 +0800) 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:285487 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Thu, 27 Jan 2022 19:08:03 +0800 > > I'm fine with that too, but I intend to have this behaviour completely > opt-in anyway, so perhaps that isn't entirely necessary. I'd prefer not to have on master code that we are not sure will be kept. > BTW, is it okay for me to create a feature branch on master, or does > someone else have to do it? You can do it yourself (and the branch is not "on master", it is just another branch, a sibling of the master branch).