GNU bug report logs - #1011
Error when running M-x customize-group

Previous Next

Package: emacs;

Reported by: "Geoff Gole" <geoffgole <at> gmail.com>

Date: Sat, 20 Sep 2008 21:35:03 UTC

Severity: normal

Merged with 1026, 1470

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #12 received at control <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: mu8ja0i <at> earthlink.net
Cc: 1026 <at> debbugs.gnu.org
Subject: Re: bug#1026: `lisp' customization  initialization, setting and saving
Date: Thu, 25 Sep 2008 16:15:22 -0400
forcemerge 1011 1026
stop

"Allan Mui" wrote:

> When I try to use the language customization buffer for `lisp' all
> values are initially either `unknown' or `uninitialized'. There is
> an error when loading the buffer.

Thanks, this was fixed a few days ago.

To fix, edit the :type of lisp-indent-offset in
emacs-lisp/lisp-mode.el to read as below and recompile the file.

(defcustom lisp-indent-offset nil
  "If non-nil, indent second line of expressions that many more
  columns."
  :group 'lisp
  :type '(choice (const nil) integer))



This bug report was last modified 16 years and 180 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.