* bug#1026: `lisp' customization initialization, setting and saving
@ 2008-09-25 19:27 Allan Mui
2008-09-25 20:15 ` Glenn Morris
0 siblings, 1 reply; 4+ messages in thread
From: Allan Mui @ 2008-09-25 19:27 UTC (permalink / raw)
To: bug-gnu-emacs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#1026: `lisp' customization initialization, setting and saving
2008-09-25 19:27 Allan Mui
@ 2008-09-25 20:15 ` Glenn Morris
0 siblings, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2008-09-25 20:15 UTC (permalink / raw)
To: mu8ja0i; +Cc: 1026
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))
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#1026: `lisp' customization initialization, setting and saving
@ 2008-09-26 13:29 Allan Mui
2008-09-26 17:07 ` Glenn Morris
0 siblings, 1 reply; 4+ messages in thread
From: Allan Mui @ 2008-09-26 13:29 UTC (permalink / raw)
To: Glenn Morris; +Cc: bug-gnu-emacs
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@gnu.org>
> To: <mu8ja0i@earthlink.net>
> Cc: <1026@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))
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#1026: `lisp' customization initialization, setting and saving
2008-09-26 13:29 bug#1026: `lisp' customization initialization, setting and saving Allan Mui
@ 2008-09-26 17:07 ` Glenn Morris
0 siblings, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2008-09-26 17:07 UTC (permalink / raw)
To: mu8ja0i; +Cc: 1026
"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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-09-26 17:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-26 13:29 bug#1026: `lisp' customization initialization, setting and saving Allan Mui
2008-09-26 17:07 ` Glenn Morris
-- strict thread matches above, loose matches on Subject: below --
2008-09-25 19:27 Allan Mui
2008-09-25 20:15 ` Glenn Morris
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.