From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Perry E. Metzger" Newsgroups: gmane.emacs.devel Subject: debugging odd startup message Date: Fri, 15 Jun 2018 16:13:09 -0400 Message-ID: <20180615161309.2de0ec24@jabberwock.cb.piermont.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1529095757 28385 195.159.176.226 (15 Jun 2018 20:49:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2018 20:49:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 15 22:49:13 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTvei-0007D4-2N for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2018 22:49:12 +0200 Original-Received: from localhost ([::1]:49352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTvgp-0000fk-Bu for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2018 16:51:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTv62-0006z4-1s for emacs-devel@gnu.org; Fri, 15 Jun 2018 16:13:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTv5y-0006o1-Td for emacs-devel@gnu.org; Fri, 15 Jun 2018 16:13:22 -0400 Original-Received: from hacklheber.piermont.com ([166.84.7.14]:45098) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTv5y-0006bj-OZ for emacs-devel@gnu.org; Fri, 15 Jun 2018 16:13:18 -0400 Original-Received: from snark.cb.piermont.com (localhost [127.0.0.1]) by hacklheber.piermont.com (Postfix) with ESMTP id EBE0D11B for ; Fri, 15 Jun 2018 16:13:09 -0400 (EDT) Original-Received: from jabberwock.cb.piermont.com (jabberwock.cb.piermont.com [10.160.2.107]) by snark.cb.piermont.com (Postfix) with ESMTP id C6BB22DEC33 for ; Fri, 15 Jun 2018 16:13:09 -0400 (EDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 166.84.7.14 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:226338 Archived-At: On emacs startup, I'm getting this message: Warning (bytecomp): Use =E2=80=98with-current-buffer=E2=80=99 rather than s= ave-excursion+set-buffer Warning (bytecomp): =E2=80=98next-line=E2=80=99 is for interactive use only= ; use =E2=80=98forward-line=E2=80=99 instead. Not sure how to figure out exactly where this is happening -- I'm guessing some file I'm loading, but I'm unsure. I'm not running bytecomp on startup, which also makes the error a bit odd. Anyway, if anyone can give me suggestions on how to figure out how to pin down what's causing this so I can fix it, I'd appreciate it. --=20 Perry E. Metzger perry@piermont.com