From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: interactive feel of Emacs: the need for speed, and -Q [measure.el] Date: Thu, 16 Apr 2020 16:04:07 -0400 Message-ID: References: <87tv26qvwh.fsf@ebih.ebihd> <87mu7njm9h.fsf@ebih.ebihd> <87h7xv44xr.fsf@md5i.com> <875zeasexm.fsf@ebih.ebihd> <87d08i3vvk.fsf@md5i.com> <87h7xph5a4.fsf@ebih.ebihd> <87sgh4ah4x.fsf@tcd.ie> <86imhzgs5f.fsf@stephe-leake.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="89632"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 16 22:07:37 2020 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 1jPAnQ-000ND6-E9 for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Apr 2020 22:07:36 +0200 Original-Received: from localhost ([::1]:38864 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPAnP-0005ZE-FR for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Apr 2020 16:07:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56676) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPAk9-0001HB-Uz for emacs-devel@gnu.org; Thu, 16 Apr 2020 16:04:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPAk7-00028J-7B for emacs-devel@gnu.org; Thu, 16 Apr 2020 16:04:12 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:7474) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jPAk6-00027w-S4 for emacs-devel@gnu.org; Thu, 16 Apr 2020 16:04:11 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 0C0CD4500F2; Thu, 16 Apr 2020 16:04:10 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id A860B450050; Thu, 16 Apr 2020 16:04:08 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1587067448; bh=r3EurGr98qH600jaNYRum77tYdkLh3+PlaQIcMNfHTk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=HfDk41KKzRkf9T8gbVx65a2Qz4dxwWxADv2uVRs++oy8lPb3GNVbmDkh4wNDFuuMH 2Xalore7TjiS4vEO8El2w+Kds+8sP8sZ8EiAeEaR0qd+gluJA66NQcj7p83hNQvVKD +BOprWkl3y9IfPBHy1rP28BqeOWfqeQf/6dwTEX6UwlwR53wY6xK3Q1a5hYngUASv7 r/Y79RC8KjWv1NjXYG3SzbCwLq9TQa4MyTjgw197/xuNmLHg1Trw85aFpsI/et3Gih r3V3MtZiP2WHEsv87dRTeOrjCyUGKtdcdDLsh70JvTuMgr//kZYBukFE6MQkH8GedP ptsqMEDUAd+Ag== Original-Received: from alfajor (unknown [104.247.241.114]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 6EF5B120480; Thu, 16 Apr 2020 16:04:08 -0400 (EDT) In-Reply-To: <86imhzgs5f.fsf@stephe-leake.org> (Stephen Leake's message of "Thu, 16 Apr 2020 11:14:04 -0800") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:247128 Archived-At: > They should be replaced with the relevant (load-file "...autoloads"). Indeed, tho this part should happen automatically thanks to your package manager (except for non-standard situations). Stefan