[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Emacs 25: Warning (bytecomp): Use ‘with-current-buffer’
From: |
Drew Adams |
Subject: |
RE: Emacs 25: Warning (bytecomp): Use ‘with-current-buffer’ |
Date: |
Sun, 22 Nov 2015 07:38:37 -0800 (PST) |
> > Warning (bytecomp): Use ‘with-current-buffer’ 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'.
Is there a good reason why the warning should not reference
(elisp) Excursions, which explains the issue?