From: Arash Esbati <esbati@gmx.de>
To: emacs-devel@gnu.org
Subject: Emacs 25: Warning (bytecomp): Use ‘with-current-buffer’
Date: Sat, 21 Nov 2015 23:47:32 +0100 [thread overview]
Message-ID: <86610vc6m3.fsf@gmx.de> (raw)
Hi all,
I can successfully build emacs-25 branch on Win7 64bit with:
--8<---------------cut here---------------start------------->8---
PKG_CONFIG_PATH=/mingw64/lib/pkgconfig \
CPPFLAGS='-DNDEBUG' \
CFLAGS='-O3 -g0 -pipe' \
LDFLAGS='-s -Wl,-s' \
./configure \
--host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 \
--build=x86_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 ‘with-current-buffer’ rather than save-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
next reply other threads:[~2015-11-21 22:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-21 22:47 Arash Esbati [this message]
2015-11-22 12:25 ` Emacs 25: Warning (bytecomp): Use ‘with-current-buffer’ Artur Malabarba
2015-11-22 15:38 ` Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86610vc6m3.fsf@gmx.de \
--to=esbati@gmx.de \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).