emacs-devel
[Top][All Lists]
Advanced

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

Re: debugging odd startup message


From: Joost Kremers
Subject: Re: debugging odd startup message
Date: Fri, 15 Jun 2018 23:35:41 +0200
User-agent: mu4e 1.1.0; emacs 26.1.50


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.

Not sure how to figure out exactly where this is happening -- I'm
guessing some file I'm loading, but I'm unsure. I'm not
running bytecomp on startup, which also makes the error a bit odd.

Anyway, if anyone can give me suggestions on how to figure out how to
pin down what's causing this so I can fix it, I'd appreciate it.

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.

--
Joost Kremers
Life has its moments



reply via email to

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