emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

elisp manual indent-line-function default


From: Kevin Ryde
Subject: elisp manual indent-line-function default
Date: Fri, 11 May 2007 08:24:59 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

The elisp manual "Mode-Specific Indent" node description of
`indent-line-function' says the default for that variable in various
modes, such as fundamental-mode, is `indent-to-left-margin'.  But in
the code it appears to be `indent-relative'

        emacs -Q
        M-x fundamental-mode
        C-h v indent-line-function
        => indent-relative

Perhaps a change in the code (emacs 21 was indent-to-left-margin),
which didn't make it to the manual.


In GNU Emacs 22.0.95.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2007-03-03 on pacem, modified by Debian
 (Debian emacs-snapshot package, version 1:20070302-1)
configured using `configure  '--build' 'i486-linux-gnu' '--host' 
'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' 
'--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' 
'--mandir=/usr/share/man' '--with-pop=yes' 
'--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/22.0.95/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.0.95/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.0.95/leim'
 '--with-x=yes' '--with-x-toolkit=athena' '--with-toolkit-scroll-bars' 
'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN 
-DSITELOAD_PURESIZE_EXTRA=5000 -g -O2''

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: en_AU
  locale-coding-system: iso-8859-1
  default-enable-multibyte-characters: t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]