From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: Byte compilation without writing the .elc file Date: Sun, 23 Jun 2019 15:35:04 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="155467"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 23 15:38:56 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hf2hs-000eCf-M9 for ged-emacs-devel@m.gmane.org; Sun, 23 Jun 2019 15:38:56 +0200 Original-Received: from localhost ([::1]:44852 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hf2hl-0008DR-2J for ged-emacs-devel@m.gmane.org; Sun, 23 Jun 2019 09:38:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55000) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hf2eL-0007Ny-4L for emacs-devel@gnu.org; Sun, 23 Jun 2019 09:35:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hf2eJ-0004CR-HY for emacs-devel@gnu.org; Sun, 23 Jun 2019 09:35:16 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:49462) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hf2eJ-00043z-AD for emacs-devel@gnu.org; Sun, 23 Jun 2019 09:35:15 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hf2e8-0006Wu-TK; Sun, 23 Jun 2019 15:35:07 +0200 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAKlBMVEVpmJU/Uj0dMhidxawM HAosPyYGEAROZlDD7dZ/raZdgHQEBwIDBQETJhC0/MaQAAACLklEQVQ4jVWSMavbMBSFtbqbC+Ht oh49aXnp+FC9ZUiou3ULWtwOeVAEDzplyRjI5C3Q4RGPj+JF/gf2FNIuRf+l514pjnPBxtxP55wr yaIsy2Wa2pfmKGI1TWM3qWDwMAXiHcgECDEhdkMATvaFBEm9F8me3F4JUISFU53UofYiKLjfiGu7 rkUAlNA0x1t/HzPirHfgFSANsyb1Qan5TWEZULJ63O12iuCe9yjCHpID9am2itMBUu6r3VjkKAjY 5rY+iuYQ0VB3AhZBQ+B457RTj9tahfBETY24BB/ISU1D1DxhQJLDlGDiQwCYWk3jFVLEMqbfCH9u +aLgdVJXsy0vUWL8F8Iwapwq3jlyTupWHxshZTai5hd38fHeCumpZLYEgiPVz/J5vSCw8P4CtMry c7m0dvOlWhgtZO6Dxl+0Low+l6t/7q2AQsocj8QQmdfaGFN1rl1rAtzF0OmMoXG9QUYmeS78LHSc P8oPxg2t0WSlz1BkRGiwdFa51iy88B6JT/n3T8s/8Jo92E3RGqMBLtpUv78Nb3L99XNRPeV/h74l kFMaQOv6zg3D4PAyV1C5anBd71wHAGjWI+g7WtwPXP0VFBXW0uoIHLbhcVY4CBBnYDawVQtwBrgU xnAC5YL1EeSYl1IC4D42ToC8QIYg6JyJACExhQQQGhqKwYVPG6DvEdUykGJ1BRWhzrFTBOF+WOOC YHEmkHMIaUKfBAzIi0EsCLxkMEpCQQDwH6m69FWEZ8BQAAAAAElFTkSuQmCC In-Reply-To: (Stefan Monnier's message of "Sun, 23 Jun 2019 08:55:53 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.91.231.51 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:238063 Archived-At: Stefan Monnier writes: >> Often when I'm working on an out-of-tree Emacs Lisp file, I want to do >> byte compilation to see whether what I've done generates any warnings -- >> but I don't want the .elc file, because I want to run it from .el. > > Have you tried `flymake-mode`? I hadn't, but now I have. It seems nice, but I also like the straightforward byte compilation output buffer... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no