comparison man/idlwave.texi @ 90054:f2ebccfa87d4

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-709 Update from CVS: src/indent.c (Fvertical_motion): Fix last change. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-710 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-715 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74 Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 08 Dec 2004 05:02:30 +0000
parents b637c617432f c583d1745972
children 4da4a09e8b1b
comparison
equal deleted inserted replaced
90053:fff5f1a61d92 90054:f2ebccfa87d4
1 \input texinfo @c -*-texinfo-*- 1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header 2 @c %**start of header
3 @setfilename idlwave 3 @setfilename ../info/idlwave
4 @settitle IDLWAVE User Manual 4 @settitle IDLWAVE User Manual
5 @dircategory Emacs 5 @dircategory Emacs
6 @direntry 6 @direntry
7 * IDLWAVE: (idlwave). Major mode and shell for IDL files. 7 * IDLWAVE: (idlwave). Major mode and shell for IDL files.
8 @end direntry 8 @end direntry
894 894
895 Also, since the indentation level can be somewhat dynamic in continued 895 Also, since the indentation level can be somewhat dynamic in continued
896 statements with special continuation indentation, especially if 896 statements with special continuation indentation, especially if
897 @code{idlwave-max-extra-continuation-indent} is small, the key 897 @code{idlwave-max-extra-continuation-indent} is small, the key
898 @kbd{C-u @key{TAB}} will re-indent all lines in the current statement. 898 @kbd{C-u @key{TAB}} will re-indent all lines in the current statement.
899 Note that @code{idlwave-indent-to-open-paren}, if non-nil, overrides 899 Note that @code{idlwave-indent-to-open-paren}, if non-@code{nil}, overrides
900 the @code{idlwave-max-extra-continuation-indent} limit, for 900 the @code{idlwave-max-extra-continuation-indent} limit, for
901 parentheses only, forcing them always to line up. 901 parentheses only, forcing them always to line up.
902 902
903 903
904 @defopt idlwave-continuation-indent (@code{2}) 904 @defopt idlwave-continuation-indent (@code{2})