From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Van Ly Newsgroups: gmane.emacs.bugs Subject: bug#52809: 28.0.90; X11 modeline context menu grows offscreen unreadable on smaller screen of two screen display Date: Tue, 28 Dec 2021 16:00:00 +0000 (UTC) Organization: Super Dimensional Fortress Message-ID: References: <9c23b7a-3b14-ad5e-d9d-268874b5504e@SDF.ORG> <87ee5y1rxn.fsf@yahoo.com> <87a6glzhj2.fsf@yahoo.com> <87wnjpxww2.fsf@yahoo.com> <7e137f32-77b9-345c-9c47-cb9f65ec82ef@SDF.ORG> <83v8z8lvty.fsf@gnu.org> <374710fb-8430-5874-4ba0-498bb418aaa6@SDF.ORG> <83r19wlsot.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23208"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, 52809@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Dec 28 17:01:52 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1n2EvA-0005xf-Hm for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 28 Dec 2021 17:01:52 +0100 Original-Received: from localhost ([::1]:42786 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n2Ev9-0005WK-A3 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 28 Dec 2021 11:01:51 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60864) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2EuM-0005EH-9y for bug-gnu-emacs@gnu.org; Tue, 28 Dec 2021 11:01:07 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35702) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n2EuL-000750-Ux for bug-gnu-emacs@gnu.org; Tue, 28 Dec 2021 11:01:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n2EuL-0001ZY-Q2 for bug-gnu-emacs@gnu.org; Tue, 28 Dec 2021 11:01:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Van Ly Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 28 Dec 2021 16:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52809 X-GNU-PR-Package: emacs Original-Received: via spool by 52809-submit@debbugs.gnu.org id=B52809.16407072075942 (code B ref 52809); Tue, 28 Dec 2021 16:01:01 +0000 Original-Received: (at 52809) by debbugs.gnu.org; 28 Dec 2021 16:00:07 +0000 Original-Received: from localhost ([127.0.0.1]:47248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n2EtS-0001Xi-T1 for submit@debbugs.gnu.org; Tue, 28 Dec 2021 11:00:07 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:58273) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n2EtQ-0001X6-B7 for 52809@debbugs.gnu.org; Tue, 28 Dec 2021 11:00:05 -0500 Original-Received: from sdf.org (IDENT:van.ly@faeroes.freeshell.org [205.166.94.9]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 1BSG0283026857 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 28 Dec 2021 16:00:03 GMT Original-Received: from localhost (van.ly@localhost) by sdf.org (8.15.2/8.12.8/Submit) with ESMTP id 1BSG00nV007105; Tue, 28 Dec 2021 16:00:00 GMT In-Reply-To: <83r19wlsot.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:223262 Archived-At: On Tue, 28 Dec 2021, Eli Zaretskii wrote: > Then please do use "make -jN bootstrap", where N is the number of > execution units you have on that system. That's how you request > parallel Emacs builds. Thanks, I will do that the next time. >> I'm saying "make bootstrap" detects there are multiple cores and >> suggests or defaults to using them all in parallel whee possible. > > The way we natively-compile Lisp files during a build was > intentionally made serial, so that the Make command could control how > much parallelism is in use. Because otherwise, we could easily > overwhelm the CPU, because the inherent built-in parallelism of the > async native-compilation doesn't care about the system load, so > invoking "make -j8" would give you 8 compilation jobs, each one of > which could use 4 cores. > Thank you for taking the time to explain this. I was seeing one of the CPU bars 100% and the three other ones idle. -- vl