Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (comment-normalize-vars): Initialize properly if comment-start was nil. | Stefan Monnier | 2003-11-25 | 1 | -4/+4 |
| | |||||
* | (comment-indent): Don't call indent-according-to-mode if the line has code. | Stefan Monnier | 2003-10-24 | 1 | -4/+12 |
| | | | | Don't try to line up with something that's too far left. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (uncomment-region): Remove padding coming from | Stefan Monnier | 2003-07-04 | 1 | -2/+6 |
| | | | | comment-start rather than just from comment-padding. | ||||
* | (comment-empty-lines): New var. | Stefan Monnier | 2003-05-30 | 1 | -1/+11 |
| | | | | (comment-region-internal): Use it. | ||||
* | (comment-indent): Try to align to adjacent comments. | Stefan Monnier | 2003-05-10 | 1 | -11/+32 |
| | | | | | | (comment-with-narrowing): Actually use the arguments. (comment-valid-prefix-p): Rename from comment-valid-prefix and fix to actually use its argument. | ||||
* | (comment-indent): Be more careful when inserting | Stefan Monnier | 2003-05-09 | 1 | -2/+2 |
| | | | | the space, and insert it before setting `begpos'. | ||||
* | (comment-normalize-vars): Add docstring. | Stefan Monnier | 2003-05-06 | 1 | -0/+4 |
| | |||||
* | (comment-set-column, comment-kill, comment-or-uncomment-region): | Stefan Monnier | 2003-05-06 | 1 | -0/+3 |
| | | | | Call comment-normalize-vars since these functions are autoloaded. | ||||
* | (comment-search-forward): Delete autoload cookie. | Richard M. Stallman | 2003-05-06 | 1 | -1/+0 |
| | |||||
* | (comment-search-forward): Add autoload cookie. | Richard M. Stallman | 2003-05-03 | 1 | -0/+1 |
| | |||||
* | (comment-normalize-vars): Fix regexp. | Stefan Monnier | 2003-04-23 | 1 | -4/+17 |
| | | | | | Prompt the user for the comment-start to use rather than signalling an error. (uncomment-region): Don't leave half-removed comment markers. | ||||
* | (comment-use-syntax): Add autoload cookie. | Richard M. Stallman | 2003-04-19 | 1 | -0/+2 |
| | |||||
* | (comment-indent): Ensure space before added comment. | Dave Love | 2003-02-13 | 1 | -0/+4 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -4/+4 |
| | |||||
* | (defgroup comment): Remove autoload cookie. | Markus Rost | 2002-11-12 | 1 | -1/+0 |
| | |||||
* | (comment-with-narrowing): Use the `declare' thingy. | Stefan Monnier | 2002-09-13 | 1 | -2/+1 |
| | |||||
* | (uncomment-region): Fix let/let* use. | Juanma Barranquero | 2002-09-11 | 1 | -14/+14 |
| | |||||
* | (uncomment-region): Be more careful with `='. | Stefan Monnier | 2002-09-10 | 1 | -10/+14 |
| | |||||
* | (comment-make-extra-lines): Only use the | Stefan Monnier | 2002-09-03 | 1 | -15/+28 |
| | | | | | dummy `=' char when there's really nothing else. Don't remove spaces if it leads to an incorrect comment. | ||||
* | (comment-region): Force `lines' when `block' is set. | Stefan Monnier | 2002-08-12 | 1 | -2/+2 |
| | |||||
* | (comment-normalize-vars): Refresh the comment-foo-skip | Stefan Monnier | 2002-06-18 | 1 | -3/+6 |
| | | | | regexp when they don't match comment-foo any more. | ||||
* | (comment-fill-column): Fix :type spec. | Stefan Monnier | 2002-04-30 | 1 | -2/+2 |
| | |||||
* | (comment-fill-column): New var. | Stefan Monnier | 2002-04-29 | 1 | -13/+28 |
| | | | | | | (comment-indent): Use it. (comment-or-uncomment-region): New fun. (comment-dwim): Use it. | ||||
* | (comment-column): Docstring improvement. | Stefan Monnier | 2002-04-08 | 1 | -3/+4 |
| | |||||
* | (comment-forward): Use forward-comment to skip | Stefan Monnier | 2002-03-04 | 1 | -5/+5 |
| | | | | over whitespace (or comments) even when comment-use-syntax is nil. | ||||
* | Fix typo. | Pavel JanÃk | 2002-01-13 | 1 | -2/+2 |
| | |||||
* | (comment-indent): Jump to the middle of empty comments. | Stefan Monnier | 2001-12-14 | 1 | -3/+10 |
| | |||||
* | New bug. | Stefan Monnier | 2001-12-02 | 1 | -1/+2 |
| | |||||
* | New bug. | Stefan Monnier | 2001-11-29 | 1 | -1/+2 |
| | |||||
* | (comment-column, comment-style, comment-multi-line) | Stefan Monnier | 2001-11-19 | 1 | -9/+7 |
| | | | | | | | (comment-auto-fill-only-comments): Remove :group arg. (comment-padding): Add :type. (comment-indent-new-line): Ignore comment-auto-fill-only-comments if called interactively. | ||||
* | (comment-indent): Fix misindentation for comment-only lines. | Stefan Monnier | 2001-11-19 | 1 | -21/+26 |
| | | | | | (comment-indent-new-line): Only obey comment-multi-line if the comment-ender is not the end-of-line. | ||||
* | (comment-normalize-vars): Handle a nil comment-padding. | Stefan Monnier | 2001-11-13 | 1 | -1/+2 |
| | |||||
* | (comment-region-internal): Don't rebind | Stefan Monnier | 2001-10-12 | 1 | -9/+2 |
| | | | | invisibility_spec now that the C routines handle it correctly. | ||||
* | (comment-indent): Be a little more robust in case | Stefan Monnier | 2001-10-11 | 1 | -11/+39 |
| | | | | | | | | | comment-indent-function does funny things. (comment-normalize-vars): Autoload. (comment-region-internal): Fiddle with the visibility spec. (comment-valid-prefix): New function. (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes that would turn comment-text into non-comment-text. | ||||
* | (comment-normalize-vars): Use " \t" rather than | Stefan Monnier | 2001-09-27 | 1 | -2/+4 |
| | | | | "\\s-" when defining comment-end-skip. | ||||
* | (comment-indent): Don't insert a fixed number of spaces. | Stefan Monnier | 2001-09-01 | 1 | -5/+3 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2001-09-01 | 1 | -3/+5 |
| | |||||
* | (comment-beginning): Make sure the comment-start | Stefan Monnier | 2001-08-21 | 1 | -3/+17 |
| | | | | we found isn't a comment-end (in cases where confusion is possible). | ||||
* | (comment-normalize-vars): Use [ \t] for the trailing | Stefan Monnier | 2001-03-02 | 1 | -11/+16 |
| | | | | spaces in default comment-start-skip settings rather than \s-. | ||||
* | (comment-forward): Skip the comment-start before | Stefan Monnier | 2001-02-22 | 1 | -1/+2 |
| | | | | searching for the comment-end. | ||||
* | Remove useless Version. | Stefan Monnier | 2000-12-18 | 1 | -2/+1 |
| | |||||
* | (comment-indent-new-line): Use delete-horizontal-space | Stefan Monnier | 2000-12-11 | 1 | -3/+2 |
| | | | | (so as to obey the field property in the minibuffer). | ||||
* | Fix copyright years. | Dave Love | 2000-12-06 | 1 | -4/+4 |
| | | | | (comment-region, comment-dwim): Doc fix. | ||||
* | (comment-indent): Save excursion around call to comment-indent-function. | Stefan Monnier | 2000-11-29 | 1 | -2/+2 |
| | |||||
* | (comment-indent): Insert comment before calling | Stefan Monnier | 2000-11-21 | 1 | -35/+40 |
| | | | | | comment-indent-function. Don't insert in column 0. (comment-dwim): Indent before inserting comment. | ||||
* | (comment-indent): Paren typo. | Stefan Monnier | 2000-11-14 | 1 | -9/+10 |
| | |||||
* | (comment-indent-default): Stick \s<\s< to the left | Stefan Monnier | 2000-11-14 | 1 | -2/+4 |
| | | | | when it follows non-comment text on the line. | ||||
* | (comment-indent-default): Autoload. | Stefan Monnier | 2000-10-08 | 1 | -1/+2 |
| | |||||
* | (comment-indent): | Stefan Monnier | 2000-10-05 | 1 | -24/+35 |
| | | | | | | Delegate to indent-according-to-mode if comment-indent-function returns nil. (comment-indent-default): New function. (comment-indent-function): Use it and document the new semantics. |