GNU bug report logs - #1026
`lisp' customization initialization, setting and saving

Previous Next

Package: emacs;

Reported by: mu8ja0i <at> earthlink.net

Date: Thu, 25 Sep 2008 19:35:03 UTC

Severity: normal

Merged with 1011, 1470

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

Bug is archived. No further changes may be made.

Full log


Message #10 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 15 years and 187 days ago.

Previous Next


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