all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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; 3+ 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] 3+ messages in thread

* bug#1026: `lisp' customization  initialization, setting and saving
  2008-09-25 19:27 bug#1026: `lisp' customization initialization, setting and saving Allan Mui
@ 2008-09-25 20:15 ` Glenn Morris
  2008-09-25 20:25   ` Processed: " Emacs bug Tracking System
  0 siblings, 1 reply; 3+ 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] 3+ messages in thread

* Processed: Re: bug#1026: `lisp' customization  initialization, setting and saving
  2008-09-25 20:15 ` Glenn Morris
@ 2008-09-25 20:25   ` Emacs bug Tracking System
  0 siblings, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2008-09-25 20:25 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Emacs Bugs

Processing commands for control@emacsbugs.donarmstrong.com:

> forcemerge 1011 1026
bug#1011: Error when running M-x customize-group
bug#1026: `lisp' customization  initialization, setting and saving
Forcibly Merged 1011 1026.

> stop
Stopping processing here.

Please contact me if you need assistance.

Don Armstrong
(administrator, Emacs bugs database)





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-25 20:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-25 19:27 bug#1026: `lisp' customization initialization, setting and saving Allan Mui
2008-09-25 20:15 ` Glenn Morris
2008-09-25 20:25   ` Processed: " Emacs bug Tracking System

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.