help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Debugging .emacs file


From: Robert Thorpe
Subject: Re: Debugging .emacs file
Date: 21 Feb 2007 06:31:59 -0800
User-agent: G2/1.0

On Feb 21, 11:28 am, SteveFKI <stephen.br...@eu.fkilogistex.com>
wrote:
<snip>
>       (setq c-basic-offset . 3)
The dot above is a typo.

The general way to debug .emacs is to use "progressive halving".
What you do is comment out half of the file, then start emacs.  If it
doesn't work you know the problem is in the enabled half, if it works
you know the problem is in the commented out half, then you reenable
half of that half.  You then continue in that way.

You should use --debug-init too.



reply via email to

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