From unknown Mon Aug 18 11:11:28 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#18713 <18713@debbugs.gnu.org> To: bug#18713 <18713@debbugs.gnu.org> Subject: Status: Very slow startups with TERM=xterm Reply-To: bug#18713 <18713@debbugs.gnu.org> Date: Mon, 18 Aug 2025 18:11:28 +0000 retitle 18713 Very slow startups with TERM=3Dxterm reassign 18713 emacs submitter 18713 Roy Smith severity 18713 normal tag 18713 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 13 19:14:09 2014 Received: (at submit) by debbugs.gnu.org; 13 Oct 2014 23:14:10 +0000 Received: from localhost ([127.0.0.1]:42981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xdooa-0000wb-Ss for submit@debbugs.gnu.org; Mon, 13 Oct 2014 19:14:09 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59870) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xdobw-0000cA-Nw for submit@debbugs.gnu.org; Mon, 13 Oct 2014 19:01:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xdobq-0003RF-M4 for submit@debbugs.gnu.org; Mon, 13 Oct 2014 19:01:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,HTML_MESSAGE autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xdobq-0003RB-Ih for submit@debbugs.gnu.org; Mon, 13 Oct 2014 19:00:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xdobk-0003eO-R0 for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2014 19:00:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xdobf-0003Py-8x for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2014 19:00:52 -0400 Received: from mailbackend.panix.com ([166.84.1.89]:55240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xdobf-0003Pu-3V for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2014 19:00:47 -0400 Received: from [10.0.1.113] (ool-18e47171.dyn.optonline.net [24.228.113.113]) by mailbackend.panix.com (Postfix) with ESMTP id EC63134A85; Mon, 13 Oct 2014 19:00:45 -0400 (EDT) From: Roy Smith Content-Type: multipart/alternative; boundary="Apple-Mail=_FEEFDE9D-AB26-4AEB-86E3-04BC144434BF" Date: Mon, 13 Oct 2014 19:00:45 -0400 Subject: Very slow startups with TERM=xterm To: bug-gnu-emacs@gnu.org Message-Id: <2FA2CCC3-A40A-431A-BEFC-E3E95C05108F@panix.com> Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 13 Oct 2014 19:14:07 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) --Apple-Mail=_FEEFDE9D-AB26-4AEB-86E3-04BC144434BF Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I'm running GNU Emacs 24.3.1, with the -nw flag. If have TERM=3Dxterm = or TERM=3Dxterm-256color, it takes 2 or 3 seconds to start up. Setting = TERM=3Dansi (or vt100, or vt102), I get instant startups. I'm running = on goobuntu (Google's own flavor of ubuntu linux) Tracing the emacs process as it starts up, I see that all the time is = spent in a set of select() calls (fd 3 is "/dev/tty" at this point): 15215 pselect6(4, [3], [], NULL, {1, 996360390}, {NULL, 8}) =3D 1 (in = [3], left {1, 980201052}) <0.016169> 15215 pselect6(4, [3], [], NULL, {1, 999612379}, {NULL, 8}) =3D 0 = (Timeout) <2.001673> 15215 pselect6(4, [3], [], NULL, {0, 499948991}, {NULL, 8}) =3D 0 = (Timeout) <0.500516> 15215 pselect6(4, [3], [], NULL, {27, 497597665}, {NULL, 8}) =3D 1 (in = [3], left {27, 83731691}) <0.413916> 15215 pselect6(4, [3], [], NULL, {0, 499864020}, {NULL, 8}) =3D 1 (in = [3], left {0, 287729575}) <0.212174> Based on the write() calls I see to fd 3 immediately before this, it = looks like it's in the process of initializing the screen. Does this = sound like I'm running into = http://lists.gnu.org/archive/html/bug-gnu-emacs/2013-06/msg00362.html? -- Roy Smith roy@panix.com --Apple-Mail=_FEEFDE9D-AB26-4AEB-86E3-04BC144434BF Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii

15215 pselect6(4, [3], [], NULL, {1, 996360390}, =
{NULL, 8}) =3D 1 (in [3], left {1, 980201052}) <0.016169>
15215 pselect6(4, [3], [], NULL, {1, 999612379}, {NULL, 8}) =3D 0 =
(Timeout) <2.001673>
15215 pselect6(4, [3], [], NULL, {0, 499948991}, {NULL, 8}) =3D 0 =
(Timeout) <0.500516>
15215 pselect6(4, [3], [], NULL, {27, 497597665}, {NULL, 8}) =3D 1 (in =
[3], left {27, 83731691}) <0.413916>
15215 pselect6(4, [3], [], NULL, {0, 499864020}, {NULL, 8}) =3D 1 (in =
[3], left {0, 287729575}) <0.212174>
Based on the = write() calls I see to fd 3 immediately before this, it looks like it's = in the process of initializing the screen.  Does this sound like = I'm running into http://lists.gnu.org/archive/html/bug-gnu-emacs/2013-06/msg00362.html= ?

--
Roy Smith

=
= --Apple-Mail=_FEEFDE9D-AB26-4AEB-86E3-04BC144434BF-- From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 14 02:21:51 2014 Received: (at 18713) by debbugs.gnu.org; 14 Oct 2014 06:21:51 +0000 Received: from localhost ([127.0.0.1]:43114 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XdvUV-0005Yp-CQ for submit@debbugs.gnu.org; Tue, 14 Oct 2014 02:21:51 -0400 Received: from mtaout26.012.net.il ([80.179.55.182]:37453) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XdvUT-0005Yg-1d for 18713@debbugs.gnu.org; Tue, 14 Oct 2014 02:21:50 -0400 Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NDF0030088RZF00@mtaout26.012.net.il> for 18713@debbugs.gnu.org; Tue, 14 Oct 2014 09:20:03 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NDF003ER89FNX00@mtaout26.012.net.il>; Tue, 14 Oct 2014 09:20:03 +0300 (IDT) Date: Tue, 14 Oct 2014 09:21:43 +0300 From: Eli Zaretskii Subject: Re: bug#18713: Very slow startups with TERM=xterm In-reply-to: <2FA2CCC3-A40A-431A-BEFC-E3E95C05108F@panix.com> X-012-Sender: halo1@inter.net.il To: Roy Smith Message-id: <8361fn6uiw.fsf@gnu.org> References: <2FA2CCC3-A40A-431A-BEFC-E3E95C05108F@panix.com> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18713 Cc: 18713@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Roy Smith > Date: Mon, 13 Oct 2014 19:00:45 -0400 > > I'm running GNU Emacs 24.3.1, with the -nw flag. If have TERM=xterm or > TERM=xterm-256color, it takes 2 or 3 seconds to start up. Setting TERM=ansi (or > vt100, or vt102), I get instant startups. I'm running on goobuntu (Google's own > flavor of ubuntu linux) Please try a recent pretest of Emacs 24.4 (available from alpha.gnu.org and probably also from goobuntu), I believe this was already solved there. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17648. From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 14 10:33:51 2014 Received: (at 18713) by debbugs.gnu.org; 14 Oct 2014 14:33:51 +0000 Received: from localhost ([127.0.0.1]:43396 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xe3Ac-0003xO-Fv for submit@debbugs.gnu.org; Tue, 14 Oct 2014 10:33:51 -0400 Received: from mailbackend.panix.com ([166.84.1.89]:48702) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xe3Aa-0003xF-CT for 18713@debbugs.gnu.org; Tue, 14 Oct 2014 10:33:49 -0400 Received: from dhcp-172-26-13-204.nyc.corp.google.com (unknown [72.14.228.137]) by mailbackend.panix.com (Postfix) with ESMTP id 143B32EFAD; Tue, 14 Oct 2014 10:33:42 -0400 (EDT) Content-Type: multipart/alternative; boundary="Apple-Mail=_2752A4D5-892F-4881-B699-8C5A9ADE0559" Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: bug#18713: Very slow startups with TERM=xterm From: Roy Smith In-Reply-To: <8361fn6uiw.fsf@gnu.org> Date: Tue, 14 Oct 2014 10:33:39 -0400 Message-Id: <7B79B671-C991-4CA7-B3D7-B7E565E40F96@panix.com> References: <2FA2CCC3-A40A-431A-BEFC-E3E95C05108F@panix.com> <8361fn6uiw.fsf@gnu.org> To: Eli Zaretskii X-Mailer: Apple Mail (2.1878.6) X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 18713 Cc: 18713@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --Apple-Mail=_2752A4D5-892F-4881-B699-8C5A9ADE0559 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 I downloaded emacs-24.3.94 (I assume that=92s what you intended?) and = built it with: ./configure --prefix=3D`/bin/pwd` --with-x-toolkit=3Dno --with-xpm=3Dno = --with-jpeg=3Dno --with-png=3Dno --with-gif=3Dn o --with-tiff=3Dno ./configure --prefix=3D`/bin/pwd` --with-x-toolkit=3Dno --with-xpm=3Dno = --with-jpeg=3Dno --with-png=3Dno --with-gif=3Dn o --with-tiff=3Dno It has exactly the same behavior. Starting it with TERM=3Dxterm-256color,= it takes a couple of seconds to get to the welcome screen. Same = pselect6() calls in the trace output: pselect6(4, [3], [], NULL, {1, 995148137}, {NULL, 8}) =3D 1 (in [3], = left {1, 952766953}) <0.042444> pselect6(4, [3], [], NULL, {1, 999909468}, {NULL, 8}) =3D 0 (Timeout) = <2.000402> pselect6(4, [3], [], NULL, {0, 499943592}, {NULL, 8}) =3D 0 (Timeout) = <0.500541> pselect6(4, [3], [], NULL, {29, 498901886}, {NULL, 8}) =3D 1 (in [3], = left {29, 361558588}) <0.137381> pselect6(4, [3], [], NULL, {0, 499841425}, {NULL, 8}) =3D 1 (in [3], = left {0, 308628336}) <0.191243> TERM=3Dansi starts instantly. On Oct 14, 2014, at 2:21 AM, Eli Zaretskii wrote: >> From: Roy Smith >> Date: Mon, 13 Oct 2014 19:00:45 -0400 >>=20 >> I'm running GNU Emacs 24.3.1, with the -nw flag. If have TERM=3Dxterm = or >> TERM=3Dxterm-256color, it takes 2 or 3 seconds to start up. Setting = TERM=3Dansi (or >> vt100, or vt102), I get instant startups. I'm running on goobuntu = (Google's own >> flavor of ubuntu linux) >=20 > Please try a recent pretest of Emacs 24.4 (available from > alpha.gnu.org and probably also from goobuntu), I believe this was > already solved there. >=20 > See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D17648. >=20 >=20 >=20 --Apple-Mail=_2752A4D5-892F-4881-B699-8C5A9ADE0559 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=windows-1252 I = downloaded emacs-24.3.94 (I assume that=92s what you intended?) and = built it with:

./configure --prefix=3D`/bin/pwd` =
--with-x-toolkit=3Dno --with-xpm=3Dno --with-jpeg=3Dno --with-png=3Dno =
--with-gif=3Dn
o --with-tiff=3Dno
./configure --prefix=3D`/bin/pwd` = --with-x-toolkit=3Dno --with-xpm=3Dno --with-jpeg=3Dno --with-png=3Dno = --with-gif=3Dn
o = --with-tiff=3Dno

It has exactly the same = behavior.  Starting it with TERM=3Dxterm-256color, it takes a = couple of seconds to get to the welcome screen.  Same pselect6() = calls in the trace output:

pselect6(4, = [3], [], NULL, {1, 995148137}, {NULL, 8}) =3D 1 (in [3], left {1, = 952766953}) <0.042444>
pselect6(4, [3], [], NULL, {1, = 999909468}, {NULL, 8}) =3D 0 (Timeout) = <2.000402>
pselect6(4, [3], [], NULL, {0, 499943592}, = {NULL, 8}) =3D 0 (Timeout) <0.500541>
pselect6(4, [3], = [], NULL, {29, 498901886}, {NULL, 8}) =3D 1 (in [3], left {29, = 361558588}) <0.137381>
pselect6(4, [3], [], NULL, {0, = 499841425}, {NULL, 8}) =3D 1 (in [3], left {0, 308628336}) = <0.191243>

TERM=3Dansi starts = instantly.


On Oct 14, 2014, = at 2:21 AM, Eli Zaretskii <eliz@gnu.org> wrote:

From: Roy Smith <roy@panix.com>
Date: Mon, 13 Oct = 2014 19:00:45 -0400

I'm running GNU Emacs 24.3.1, with the -nw = flag. If have TERM=3Dxterm or
TERM=3Dxterm-256color, it takes 2 or 3 = seconds to start up. Setting TERM=3Dansi (or
vt100, or vt102), I get = instant startups. I'm running on goobuntu (Google's own
flavor of = ubuntu linux)

Please try a recent pretest of Emacs = 24.4 (available from
alpha.gnu.org= and probably also from goobuntu), I believe this was
already solved = there.

See http://debbu= gs.gnu.org/cgi/bugreport.cgi?bug=3D17648.



=

= --Apple-Mail=_2752A4D5-892F-4881-B699-8C5A9ADE0559-- From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 14 19:44:59 2014 Received: (at 18713) by debbugs.gnu.org; 14 Oct 2014 23:44:59 +0000 Received: from localhost ([127.0.0.1]:43690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XeBly-0004IK-Nj for submit@debbugs.gnu.org; Tue, 14 Oct 2014 19:44:59 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:43179) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XeBlx-0004IB-8o for 18713@debbugs.gnu.org; Tue, 14 Oct 2014 19:44:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYGAIDvNVNFxKjo/2dsb2JhbABZgwaDSlK/a4EXF3SCJQEBAQECASMzIwULCxoCGA4CAhQYDSSIBAivG6J+F4EpjR4zB4JvgUkEqRmBaoNMIQ X-IPAS-Result: ArYGAIDvNVNFxKjo/2dsb2JhbABZgwaDSlK/a4EXF3SCJQEBAQECASMzIwULCxoCGA4CAhQYDSSIBAivG6J+F4EpjR4zB4JvgUkEqRmBaoNMIQ X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="94219920" Received: from 69-196-168-232.dsl.teksavvy.com (HELO ceviche.home) ([69.196.168.232]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 14 Oct 2014 19:44:56 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 9C2286607F; Tue, 14 Oct 2014 19:44:56 -0400 (EDT) From: Stefan Monnier To: Roy Smith Subject: Re: bug#18713: Very slow startups with TERM=xterm Message-ID: References: <2FA2CCC3-A40A-431A-BEFC-E3E95C05108F@panix.com> <8361fn6uiw.fsf@gnu.org> <7B79B671-C991-4CA7-B3D7-B7E565E40F96@panix.com> Date: Tue, 14 Oct 2014 19:44:56 -0400 In-Reply-To: <7B79B671-C991-4CA7-B3D7-B7E565E40F96@panix.com> (Roy Smith's message of "Tue, 14 Oct 2014 10:33:39 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 18713 Cc: Eli Zaretskii , 18713@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > I downloaded emacs-24.3.94 (I assume that=E2=80=99s what you intended?) a= nd built it with: > ./configure --prefix=3D`/bin/pwd` --with-x-toolkit=3Dno --with-xpm=3Dno -= -with-jpeg=3Dno --with-png=3Dno --with-gif=3Dn > o --with-tiff=3Dno > ./configure --prefix=3D`/bin/pwd` --with-x-toolkit=3Dno --with-xpm=3Dno -= -with-jpeg=3Dno --with-png=3Dno --with-gif=3Dn > o --with-tiff=3Dno > It has exactly the same behavior. Starting it with TERM=3Dxterm-256color= , it > takes a couple of seconds to get to the welcome screen. Same pselect6() > calls in the trace output: Could you show the result of typing `C-h l' right after this slow startup? Stefan From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 14 19:45:47 2014 Received: (at 18713) by debbugs.gnu.org; 14 Oct 2014 23:45:47 +0000 Received: from localhost ([127.0.0.1]:43694 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XeBmk-0004LC-8q for submit@debbugs.gnu.org; Tue, 14 Oct 2014 19:45:46 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:14513) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XeBmi-0004L2-Q5 for 18713@debbugs.gnu.org; Tue, 14 Oct 2014 19:45:45 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVNFxKjo/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCws0EhQYDSSIBAjSGReOegeEOASpGYFqg0wh X-IPAS-Result: ArUGAIDvNVNFxKjo/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCws0EhQYDSSIBAjSGReOegeEOASpGYFqg0wh X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="94219954" Received: from 69-196-168-232.dsl.teksavvy.com (HELO ceviche.home) ([69.196.168.232]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 14 Oct 2014 19:45:44 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 182A46607F; Tue, 14 Oct 2014 19:45:44 -0400 (EDT) From: Stefan Monnier To: Roy Smith Subject: Re: bug#18713: Very slow startups with TERM=xterm Message-ID: References: <2FA2CCC3-A40A-431A-BEFC-E3E95C05108F@panix.com> <8361fn6uiw.fsf@gnu.org> <7B79B671-C991-4CA7-B3D7-B7E565E40F96@panix.com> Date: Tue, 14 Oct 2014 19:45:44 -0400 In-Reply-To: <7B79B671-C991-4CA7-B3D7-B7E565E40F96@panix.com> (Roy Smith's message of "Tue, 14 Oct 2014 10:33:39 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 18713 Cc: Eli Zaretskii , 18713@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > It has exactly the same behavior. Starting it with TERM=xterm-256color, it > takes a couple of seconds to get to the welcome screen. Same pselect6() > calls in the trace output: Also, could you describe precisely what terminal emulator you're using (including version number)? Stefan From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 05 20:12:03 2018 Received: (at 18713) by debbugs.gnu.org; 6 Jun 2018 00:12:03 +0000 Received: from localhost ([127.0.0.1]:35667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQM3W-0007r0-Km for submit@debbugs.gnu.org; Tue, 05 Jun 2018 20:12:02 -0400 Received: from mail-it0-f41.google.com ([209.85.214.41]:50328) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQM3R-0007qO-Rj; Tue, 05 Jun 2018 20:11:58 -0400 Received: by mail-it0-f41.google.com with SMTP id u4-v6so5849281itg.0; Tue, 05 Jun 2018 17:11:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=Mp07EIF7QMNNh46OqDRxsYqrX/u4UMk5lTtjQBeYDp4=; b=jBXVDeEubBJZQRZ8jJZUj+m3oDb5yii5R438ZfgUMP7gb8R3qH/EepBsXlw9dx56Wh rL6s4eqGkhYBQcMxgV+L28z59d3VQprfQWbCLFcoL+ZMIgPcnKIKikl0/2EyKz5AxfDo yW/ld0xqx9UL6YMIlRNTpmdXNmR1tsBXlJNQ6WhUs0rP0jyA05o4NRXhXBJnd7jOB8ma bTMOdvgpG51SPn6f98d47tRD4++nkGq2an1Vs0HJvkgfH1ropdk6j8AxOrIJIT4WY+bq ELx0WF2eNJye6WqKqBiXaLO/jL2yvrthrbf14VyBy6F+lD+pFgTLhb6nv9nrQMjeD6Jp Ihfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=Mp07EIF7QMNNh46OqDRxsYqrX/u4UMk5lTtjQBeYDp4=; b=s8ueNjSRxtmxPIJ64h6Ur/Ku3HofmAAmBbRI34uZ+yJ7HD3xG/DJ9OiQXYmuWgJqqf oWmK9QigJfxatWZXASPihsOhw/DeqXH5bn5IMuVIrnKRxqhoKNM/WgdSg2QJH75DhHvt RTHGhvACnkJ8E7lEulvorlzYO0zqIoDFMXJAZ3pB4ReFObO4FrhkFYlPD83fsf4DlRUu I2/T3nCs6wa5a69MsObzHezw2bjWdtej+2p1n6RNjc4JL/L558jdKF/Pmb/fMwk3FiLe L0NSt4slQCftR/eYvQz5Fxhcw/qANw43g8tASXXY+6EQV8/GaVLVRTMiOBTrMlwEV47v PJMw== X-Gm-Message-State: APt69E3OgrU8omX9ebELuihoLrhAH4tIlDjSgx71SgWse32gxyJqxWqI O8JTBejugkNOSjRBuIEVL74OMIIi X-Google-Smtp-Source: ADUXVKLDDP43J9qzUJsze1EdMvwPB1AMPv0HcYhgmhNpaEjbtGJW5uBXJgvT6LMGt+GZ1Xk5sRM1Mw== X-Received: by 2002:a24:7650:: with SMTP id z77-v6mr372032itb.113.1528243912402; Tue, 05 Jun 2018 17:11:52 -0700 (PDT) Received: from zebian (cbl-45-2-119-34.yyz.frontiernetworks.ca. [45.2.119.34]) by smtp.googlemail.com with ESMTPSA id i10-v6sm2028416itb.38.2018.06.05.17.11.51 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Jun 2018 17:11:51 -0700 (PDT) From: Noam Postavsky To: Stefan Monnier Subject: Re: bug#18713: Very slow startups with TERM=xterm References: <2FA2CCC3-A40A-431A-BEFC-E3E95C05108F@panix.com> <8361fn6uiw.fsf@gnu.org> <7B79B671-C991-4CA7-B3D7-B7E565E40F96@panix.com> Date: Tue, 05 Jun 2018 20:11:50 -0400 In-Reply-To: (Stefan Monnier's message of "Tue, 14 Oct 2014 19:44:56 -0400") Message-ID: <87k1rc6aex.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 18713 Cc: Eli Zaretskii , Roy Smith , 18713@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 18713 + moreinfo close 18713 quit Stefan Monnier writes: >> I downloaded emacs-24.3.94 (I assume that=E2=80=99s what you intended?) = and built it with: >> ./configure --prefix=3D`/bin/pwd` --with-x-toolkit=3Dno --with-xpm=3Dno = --with-jpeg=3Dno --with-png=3Dno --with-gif=3Dn >> o --with-tiff=3Dno >> ./configure --prefix=3D`/bin/pwd` --with-x-toolkit=3Dno --with-xpm=3Dno = --with-jpeg=3Dno --with-png=3Dno --with-gif=3Dn >> o --with-tiff=3Dno > >> It has exactly the same behavior. Starting it with TERM=3Dxterm-256colo= r, it >> takes a couple of seconds to get to the welcome screen. Same pselect6() >> calls in the trace output: > > Could you show the result of typing `C-h l' right after this slow startup? > Also, could you describe precisely what terminal emulator you're > using (including version number)? Closing since OP hasn't responded. From unknown Mon Aug 18 11:11:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 04 Jul 2018 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator