From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Emacs 25: Warning (bytecomp): Use =?utf-8?Q?=E2=80=98with-current?= =?utf-8?Q?-buffer=E2=80=99?= Date: Sat, 21 Nov 2015 23:47:32 +0100 Message-ID: <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 1448162966 25942 80.91.229.3 (22 Nov 2015 03:29:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2015 03:29:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 04:29:21 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 1a0LL5-0007l8-FF for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 04:29:19 +0100 Original-Received: from localhost ([::1]:54651 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0LL5-00051w-1h for ged-emacs-devel@m.gmane.org; Sat, 21 Nov 2015 22:29:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0H3T-0007SF-DT for emacs-devel@gnu.org; Sat, 21 Nov 2015 17:54:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0H3Q-0003nD-7g for emacs-devel@gnu.org; Sat, 21 Nov 2015 17:54:51 -0500 Original-Received: from mo6-p05-ob.smtp.rzone.de ([2a01:238:20a:202:5305::12]:48608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0H3Q-0003n2-2K for emacs-devel@gnu.org; Sat, 21 Nov 2015 17:54:48 -0500 X-RZG-AUTH: :LX4FZkiIfuylNuAdMHQ4lncSR35KjR0W31pc2hVA+gGAVv3+6WyhJicT1l+gRg== X-RZG-CLASS-ID: mo05 Original-Received: from mutant (p5795E717.dip0.t-ipconnect.de [87.149.231.23]) by smtp.strato.de (RZmta 37.14 DYNA|AUTH) with ESMTPA id f073b2rALMmTbEV for ; Sat, 21 Nov 2015 23:48:29 +0100 (CET) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:238:20a:202:5305::12 X-Mailman-Approved-At: Sat, 21 Nov 2015 22:29:07 -0500 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:194977 Archived-At: Hi all, I can successfully build emacs-25 branch on Win7 64bit with: --8<---------------cut here---------------start------------->8--- PKG_CONFIG_PATH=3D/mingw64/lib/pkgconfig \ CPPFLAGS=3D'-DNDEBUG' \ CFLAGS=3D'-O3 -g0 -pipe' \ LDFLAGS=3D'-s -Wl,-s' \ ./configure \ --host=3Dx86_64-w64-mingw32 --target=3Dx86_64-w64-mingw32 \ --build=3Dx86_64-w64-mingw32 --with-wide-int --with-jpeg \ --with-xpm --with-png --with-tiff --with-rsvg \ --with-xml2 --with-gnutls --with-xft \ --without-imagemagick --without-dbus --8<---------------cut here---------------end--------------->8--- (and then `make' and `make install'). When I start it from bash with `./emacs &', I get: --8<---------------cut here---------------start------------->8--- Warning (bytecomp): Use =E2=80=98with-current-buffer=E2=80=99 rather than s= ave-excursion+set-buffer --8<---------------cut here---------------end--------------->8--- 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? TIA, Arash