GNU bug report logs -
#1026
`lisp' customization initialization, setting and saving
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1026 in the body.
You can then email your comments to 1026 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1026
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
mu8ja0i <at> earthlink.net
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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. When I then try to manually initialize the values to
the default ones
they are not saved or even set in some cases. I do not have a lisp
interpreter installed.
In GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600)
of 2008-09-06 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: ENU
locale-coding-system: cp1252
default-enable-multibyte-characters: t
Major mode: Custom
Minor modes in effect:
encoded-kbd-mode: t
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
unify-8859-on-encoding-mode: t
utf-translate-cjk-mode: t
auto-compression-mode: t
line-number-mode: t
Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <menu-bar> <options> <customize>
<customize-group> l i s p - <backspace> <return> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <menu-bar> <help-menu> <send-emacs-bug
-report>
Recent messages:
Loading easymenu...done
Loading cus-edit...done
Creating customization items...
Loading cl-indent...done
Creating group...
Creating group members... 25%
widget-apply: Symbol's function definition is void: nil
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done
--
Allan J Mui
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1026
; Package
emacs
.
Full text and
rfc822 format available.
Message #8 received at 1026 <at> emacsbugs.donarmstrong.com (full text, mbox):
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))
Forcibly Merged 1011 1026.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Thu, 25 Sep 2008 20:25:05 GMT)
Full text and
rfc822 format available.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1026
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
mu8ja0i <at> earthlink.net
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #15 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
I made the code change in `lisp-mode.el' and byte-compiled but the
error persists. Maybe another change was made in the source code
to fix the problem. I can wait until the next binaries release.
In GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600)
of 2008-09-06 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: ENU
locale-coding-system: cp1252
default-enable-multibyte-characters: t
Major mode: Custom
Minor modes in effect:
encoded-kbd-mode: t
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
unify-8859-on-encoding-mode: t
utf-translate-cjk-mode: t
auto-compression-mode: t
line-number-mode: t
Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <menu-bar> <options> <customize>
<customize-group> l i s p <return> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <menu-bar> <help-menu> <se
nd-emacs-bug-report>
Recent messages:
Loading easymenu...done
Loading cus-edit...done
Creating customization items...
Loading cl-indent...done
Creating group...
Creating group members... 25%
widget-apply: Symbol's function definition is void: nil
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done
--
Allan Mui
> [Original Message]
> From: Glenn Morris <rgm <at> gnu.org>
> To: <mu8ja0i <at> earthlink.net>
> Cc: <1026 <at> emacsbugs.donarmstrong.com>
> Date: 9/25/2008 3:17:29 PM
> Subject: Re: bug#1026: `lisp' customization initialization, setting and
saving
>
> 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))
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1026
; Package
emacs
.
Full text and
rfc822 format available.
Message #18 received at 1026 <at> emacsbugs.donarmstrong.com (full text, mbox):
"Allan Mui" wrote:
> I made the code change in `lisp-mode.el' and byte-compiled but the
> error persists. Maybe another change was made in the source code
> to fix the problem. I can wait until the next binaries release.
I'm sorry, I forgot to say that this is one of those cases where you
need to rebuild the whole emacs executable after byte-compiling the
file.
bug archived.
Request was from
Debbugs Internal Request <don <at> donarmstrong.com>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Sat, 25 Oct 2008 14:24:03 GMT)
Full text and
rfc822 format available.
bug unarchived.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Tue, 02 Dec 2008 18:50:03 GMT)
Full text and
rfc822 format available.
Forcibly Merged 1011 1026 1470.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Tue, 02 Dec 2008 18:50:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Fri, 16 Jan 2009 15:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 186 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.