emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: debugging odd startup message


From: Perry E. Metzger
Subject: Re: debugging odd startup message
Date: Fri, 15 Jun 2018 18:46:59 -0400

On Fri, 15 Jun 2018 23:35:41 +0200 Joost Kremers
<address@hidden> wrote:
> On Fri, Jun 15 2018, Perry E. Metzger wrote:
> > On emacs startup, I'm getting this message:
> >
> > Warning (bytecomp): Use ‘with-current-buffer’ rather than 
> > save-excursion+set-buffer
> > Warning (bytecomp): ‘next-line’ is for interactive use only; use 
> > ‘forward-line’ instead.

> First thing I'd do is check the *Messages* buffer (C-h e). You 
> should find the errors there as well, but sometimes the *Messages* 
> buffer also tells you which file produced the error.
> 
> Otherwise, comment out any files you're loading in your init file 
> one by one and see which one produces the error.

I have narrowed this down to a single file being loaded, which has
neither "with-current-buffer" or "next-line" in it.

I have to admit to being very very confused. :(

-- 
Perry E. Metzger                address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]