From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: =?utf-8?B?UkU6IEVtYWNzIDI1OiBXYXJuaW5nIChieXRlY28=?= =?utf-8?B?bXApOiBVc2Ug4oCYd2l0aC1jdXJyZW50LWJ1ZmZlcuKAmQ==?= Date: Sun, 22 Nov 2015 07:38:37 -0800 (PST) Message-ID: References: <86610vc6m3.fsf@gmx.de> <87bnamkyqf.fsf@gmail.com> 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 1448206759 12623 80.91.229.3 (22 Nov 2015 15:39:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2015 15:39:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Artur Malabarba , Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 16:39:06 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 1a0WjJ-0004Mc-I4 for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 16:39:05 +0100 Original-Received: from localhost ([::1]:56464 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0WjJ-00012r-H7 for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 10:39:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0Wj7-00012Q-8M for emacs-devel@gnu.org; Sun, 22 Nov 2015 10:38:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0Wj4-00077h-JG for emacs-devel@gnu.org; Sun, 22 Nov 2015 10:38:53 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:36930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0Wj4-00077d-Ao for emacs-devel@gnu.org; Sun, 22 Nov 2015 10:38:50 -0500 Original-Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id tAMFcioM013289 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 22 Nov 2015 15:38:44 GMT Original-Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id tAMFchRh016579 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sun, 22 Nov 2015 15:38:44 GMT Original-Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by aserv0122.oracle.com (8.13.8/8.13.8) with ESMTP id tAMFchEU025892; Sun, 22 Nov 2015 15:38:43 GMT In-Reply-To: <87bnamkyqf.fsf@gmail.com> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:195024 Archived-At: > > Warning (bytecomp): Use =E2=80=98with-current-buffer=E2=80=99 rather th= an 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 i= n > > my `.emacs' for the culprit? >=20 > You could try an `M-x rgrep' for `set-buffer'. >=20 > Keep in mind the warning could also be coming from a package inside > `.emacs.d/elpa', instead of your `.emacs'. Is there a good reason why the warning should not reference (elisp) Excursions, which explains the issue?