From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Emacs 25: Warning (bytecomp): Use =?utf-8?Q?=E2=80=98with-cur?= =?utf-8?Q?rent-buffer=E2=80=99?= Date: Sun, 22 Nov 2015 12:25:12 +0000 Message-ID: <87bnamkyqf.fsf@gmail.com> References: <86610vc6m3.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1448191588 21023 80.91.229.3 (22 Nov 2015 11:26:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2015 11:26:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 12:26:23 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a0Smk-00023I-OQ for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 12:26:22 +0100 Original-Received: from localhost ([::1]:55553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0Smk-0004BM-A4 for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 06:26:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0SmV-00049w-R6 for emacs-devel@gnu.org; Sun, 22 Nov 2015 06:26:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0SmS-0005gd-NK for emacs-devel@gnu.org; Sun, 22 Nov 2015 06:26:07 -0500 Original-Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:33336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0SmS-0005gY-HJ for emacs-devel@gnu.org; Sun, 22 Nov 2015 06:26:04 -0500 Original-Received: by wmec201 with SMTP id c201so125501516wme.0 for ; Sun, 22 Nov 2015 03:26:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=VbgpKnVDqxNigS0PN3n5fFFKfv5fTljWQ28A5ityzK8=; b=PFHuD7Cyjrm3ZB6nnYZOPdqzSGmuPwkWOj5s2EIx4xd8vFshEQG9gfvsvXtyGWuXTf R+/UTqc3EB2kfLwBM12zNdLpBXa1LACElQKj2YL0EA4ErZrF/6YkRnz+0uO68oF83zgT 9iAcWYC/HvUBCXX7B3XNORgbM7QYZgEKToWgAoRM5UVNPu93VsCLypjppjHJkhineJba vGrFGZFisTk9qbGKj/lCQfg4xBHybJRcjFNoyYl1YTWPJFTWeKaPFLILMFoTDTNXva+4 G/ZZ1PDQdWQAu1mUiKUzBvgkS5xoVTXUBpnl/w2MhUxzihyVlncrC28ocxe729QQczGA 9w9Q== X-Received: by 10.194.82.170 with SMTP id j10mr28614048wjy.55.1448191564031; Sun, 22 Nov 2015 03:26:04 -0800 (PST) Original-Received: from Gandalf-Linux.gmail.com (host-78-151-181-156.as13285.net. [78.151.181.156]) by smtp.gmail.com with ESMTPSA id uq3sm8247403wjc.10.2015.11.22.03.26.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Nov 2015 03:26:02 -0800 (PST) In-Reply-To: <86610vc6m3.fsf@gmx.de> (Arash Esbati's message of "Sat, 21 Nov 2015 23:47:32 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c09::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194998 Archived-At: Arash Esbati writes: > Warning (bytecomp): Use =E2=80=98with-current-buffer=E2=80=99 rather than= save-excursion+set-buffer > > I don't get this warning with `emacs -Q &' or Emacs 24.5. Since the > message is somewhat sparse, can somebody give me a hint how to search in > my `.emacs' for the culprit? You could try an `M-x rgrep' for `set-buffer'. Keep in mind the warning could also be coming from a package inside `.emacs.d/elpa', instead of your `.emacs'.