summaryrefslogtreecommitdiff
path: root/lisp/indent.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (tab-always-indent): Doc fix.Eli Zaretskii2006-12-221-1/+3
|
* (tab-to-tab-stop, move-to-tab-stop): "?\ " -> "?\s".Juanma Barranquero2006-11-271-3/+3
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (indent): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* (set-left-margin, set-right-margin): Delete redundant code.Luc Teirlinck2004-10-241-6/+2
| | | | (increase-right-margin): Remove erroneous call to `interactive-p'.
* (set-left-margin, set-right-margin): Rename `lm' arg to `width' forLuc Teirlinck2004-10-021-10/+16
| | | | consistency with docstring. Doc fix.
* (move-to-left-margin): Special case for minibuffer.Richard M. Stallman2004-09-201-8/+12
|
* (edit-tab-stops-buffer): Doc fix.Luc Teirlinck2004-08-281-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (indent-for-tab-command): If tab-always-indent is non-nilStefan Monnier2003-03-141-3/+4
| | | | and the user hits TAB a second time, just insert a tab.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
|
* (indent-according-to-mode, indent-region): Doc fix.Richard M. Stallman2002-11-291-9/+19
|
* (indent-rigidly): Mention how to remove all indentation.Eli Zaretskii2002-05-211-1/+2
|
* (indent-region): Make COLUMN arg optional.Richard M. Stallman2002-05-191-2/+2
|
* (indent-for-tab-command): Remove spurious code.Stefan Monnier2002-02-011-3/+1
|
* (indent-line-function): Default is indent-relative again.Stefan Monnier2001-12-061-1/+1
|
* (indent-line-function): Default is indent-to-left-margin again.Richard M. Stallman2001-12-021-1/+1
|
* (tab-to-tab-stop): Use delete-horizontal-space.Stefan Monnier2001-12-021-2/+1
|
* (tab-always-indent, indent-for-tab-command):Stefan Monnier2001-11-021-4/+2
| | | | Remove redundant `never' setting.
* (indent-line-function): Change default to indent-relative.Stefan Monnier2001-10-301-24/+51
| | | | | | | | | | | | | | (tab-always-indent): Add an `always' setting. (indent-according-to-mode): Handle `indent-relative' and `indent-relative-maybe' specially. (indent-for-tab-command): Rename `prefix-arg' to `arg'. Handle the `always; case for `tab-always-indent'. Don't call indent-according-to-mode for indent-relative' and `indent-relative-maybe'. (insert-tab): Rename `prefix-arg' to `arg'. (indent-region): Indent the first line as well. (indent-relative): Don't mark the buffer modified if the indentation is unchanged.
* (indent-relative-maybe, indent-relative): Doc fix.Eli Zaretskii2001-06-221-2/+10
|
* (indent-for-tab-command): Call indent-line-functionGerd Moellmann2001-04-171-4/+2
| | | | with no argument if PREFIX-ARG is non-nil.
* (tab-always-indent): New var.Stefan Monnier2000-10-071-3/+14
| | | | (indent-for-tab-command): Use it.
* (indent-for-tab-command): Doc fix.Gerd Moellmann2000-09-141-0/+2
|
* (indent-for-tab-command): Doc fix.Gerd Moellmann2000-08-081-1/+3
|
* (indent-region): Doc fix.Gerd Moellmann1999-10-251-2/+5
|
* (indent-relative): Doc fix.Richard M. Stallman1999-09-031-0/+2
|
* (tab-stop-list): Doc fix.Richard M. Stallman1997-09-121-1/+1
|
* (indent-relative, insert-tab):Richard M. Stallman1997-08-241-2/+5
| | | | Don't call expand-abbrev unless preceding character is a word char.
* Customized.Richard M. Stallman1997-08-191-6/+14
|
* (indent-line-to): Fix off-by-one bug when decidingKarl Heuer1997-03-141-1/+1
| | | | whether to delete the existing spaces.
* (insert-tab): fix previous changeErik Naggum1996-04-291-1/+1
|
* (indent-for-tab-command): Pass prefix arg to indent-tab.Richard M. Stallman1996-04-281-7/+8
| | | | (insert-tab): Handle prefix arg.
* (beginning-of-line-text): Check adaptive-fill-regexp is non-nil.Richard M. Stallman1996-03-061-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (move-to-left-margin): Removed left-over code thatRichard M. Stallman1995-11-171-11/+9
| | | | made it fail on right-justified and centered text.
* (indent-line-to): Delete spaces before inserting a tab.Richard M. Stallman1995-11-141-0/+3
|
* (indent-for-tab-command): Get the prefix argRichard M. Stallman1995-09-141-3/+5
| | | | and pass it along to indent-line-function if it isn't nil.
* (tab-to-tab-stop): Expand abbrevs only after a word-char.Richard M. Stallman1995-08-051-1/+2
|
* (indent-region-function): Doc fix.Richard M. Stallman1995-07-261-2/+2
|
* (set-right-margin): Fix prompt.Richard M. Stallman1995-04-071-1/+1
|
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (indent-line-to): move to end of indentation, even if it didn't change.Boris Goldowsky1995-03-161-8/+6
|
* (current-left-margin): careful of EOB.Boris Goldowsky1995-02-231-40/+66
| | | | | | | | | | (move-to-left-margin): Never move past left-margin, even in funny justify modes. (set-left-margin): include following whitespace. (set-left-margin, increase-left-margin): indent rigidly. (increase-left-margin): allow negative left-margins (increase-right-margin): allow negative right-margin (beginning-of-line-text): new fn.
* (move-to-left-margin): justification renamed to current-justification.Richard M. Stallman1995-01-191-1/+1
|
* (standard-indent): New variable.Richard M. Stallman1995-01-191-11/+169
| | | | | | | | | (alter-text-property, current-left-margin, move-to-left-margin) (delete-to-left-margin, set-left-margin, set-right-margin) (increase-left-margin, decrease-left-margin, increase-right-margin) (decrease-right-margin, indent-line-to): New functions. (indent-to-left-margin): Use indent-line-to. Don't delete or insert anything unless necessary.
* (indent-rigidly): Insert new indent, then delete old.Richard M. Stallman1994-08-271-4/+8
|