From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28382 invoked from network); 23 Aug 2020 13:15:57 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 23 Aug 2020 13:15:57 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1k9pq2-009HTr-KW; Sun, 23 Aug 2020 08:15:10 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k9ppx-009HRq-Sd for ding@lists.math.uh.edu; Sun, 23 Aug 2020 08:15:05 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k9ppw-00GaDI-3a for ding@lists.math.uh.edu; Sun, 23 Aug 2020 08:15:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:Message-ID :Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=mj40p6zbtrHTLQgqm6DvNHlyW4MHV/LEfqj3cGtSvpI=; b=unhYFI60YcLj+GGeaTmbhdf7Qg 07gu+mspR2uHf7IcoTjk2ViIcsbmUrLumW4tNF2sMZwyFQrKFnK/co3vVFsAsVQ7eTy7CosnTapIi wD+8YVk1B/ClildnLpzSqzq2JjO5YctIvsIVWMgKI8D3s1QLnDuyYu8br98l/U3GHbX4=; Received: from static.214.254.202.116.clients.your-server.de ([116.202.254.214] helo=ciao.gmane.io) by quimby with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k9ppn-0006ry-Pm for ding@gnus.org; Sun, 23 Aug 2020 15:14:59 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1k9ppl-0000Zp-OR for ding@gnus.org; Sun, 23 Aug 2020 15:14:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Harry Putnam Subject: How to make a warning message reveal the file it involves Date: Sun, 23 Aug 2020 09:14:19 -0400 Organization: Still searching... Message-ID: <87imd9qzbo.fsf@local.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:QEilHpr9lfUc8sU4P+kJfUNM6ow= List-ID: Precedence: bulk I've been getting this warning message: Warning (bytecomp): Use ‘with-current-buffer’ .... rather than save-excursion+set-buffer ... (for some months now) ... emacs version: ,---- | GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo | version 1.14.8, Xaw3d scroll bars) of 2020-05-31 `---- I've searched obvious files like ~/.emacs ~/.gnus ...site-start.el with no result. How can I make the warning message tell me which file it is finding the problem code in?