summaryrefslogtreecommitdiff
path: root/paredit.el
AgeCommit message (Collapse)Author
2011-04-09Fix `paredit-insert-pair' when buffer ends with no-newline comment.Taylor R Campbell
Ignore-this: 18f0bece3d6a499eaec1befe180a4faf darcs-hash:20110409200610-00fcc-05f1a5029eaea4ab0600bb5ee3dfeb5efff55761
2011-04-09Don't indent while the buffer is in intermediate broken states.Taylor R Campbell
Ignore-this: eb090de24ae6a8502605aefee51420a4 Emacs may have indentation methods that rely on the buffer's being balanced. The change to `paredit-forward-barf-sexp' is OK because when `paredit-forward-and-indent' calls `indent-region', the point will be on the same line as the closing delimiter, so it will get indented correctly. Add regression tests. darcs-hash:20110409182523-00fcc-5ed49a704f12afa1fb9353eb8dcd5d97e963964c
2011-03-23Make the exhortation about bug reports slightly less harsh.Taylor R Campbell
Ignore-this: 4f33f1efd97dfb7cc0041be7f4d5ccee darcs-hash:20110323154254-00fcc-4498047b5a31bbe15f51727605972723005babd4
2011-03-23Specify that paredit should work in XEmacs 21.5.28 or later.Taylor R Campbell
Ignore-this: 8fa112b5321c5367a246d1bfd1499485 Of course, I haven't tested this in a long time, but that's the first version released after paredit 20, which was the first version of paredit to include XEmacs compatibility hacks. darcs-hash:20110323154050-00fcc-ea1ef7a12f17db3dd7e4702071ad50df438489e5
2011-03-23Omit vestigial unattached asterisk in summary at top.Taylor R Campbell
Ignore-this: 48046ba29e4172c407b0d44fbbe4a7a0 darcs-hash:20110323062311-00fcc-820fab4a894bf7175f200900ff32d2daf7569620
2011-03-23Make backslash escape prompt less confusing.Taylor R Campbell
Ignore-this: 6d25fd1fad7e584d421b9e57fa8ab69 At least one user, upon seeing Emacs say `Escaping character...', checked top for its CPU usage! Thanks, elly. darcs-hash:20110323061213-00fcc-63e99f496e8afd219d3c5ea88f6499abcd4ade39
2011-03-23Third argument to `indent-region' is not optional in GNU Emacs 21.Taylor R Campbell
Ignore-this: 3a37e719407c3fbd2e3cfe9256d7598a darcs-hash:20110323045451-00fcc-dd611d727eb018f1ce6ab8ba4560bce2313ea54d
2011-03-23Use `let*' rather than `let' in `paredit-indent-sexps'.Taylor R Campbell
Ignore-this: 18cf22cb9511351b0d547a2337357c96 There is no semantic difference here in elisp, since elisp guarantees left-to-right evaluation order in `let', but using `let*' makes it clearer that there is an intended ordering dependency. darcs-hash:20110323043646-00fcc-fddfd7cf6d1d67eea90fa03627a510d7c82432b4
2011-03-23Fix bug in change to check structure in backward-delete of comment end.Taylor R Campbell
Ignore-this: a404afd4e847db4ef89b17de42d431e4 It was copied & pasted from `paredit-forward-delete-in-comment' incautiously and lacked a necessary `save-excursion'. darcs-hash:20110323034916-00fcc-55ea95fc6be8f4b57fbadfd2c8cc04942dbd2b1e
2011-03-23In `paredit-recenter-on-sexp', handle S-expressions larger than screen.Taylor R Campbell
Ignore-this: 617dee9b848d79adfb69c7c8ad53e3f6 New command `paredit-recenter-on-defun'. Thanks to Eitan Postavsky for the report. darcs-hash:20110323002413-00fcc-1b422d9a7c39f930a862f8917cec8a868fa066b0
2011-03-22Handle scan errors in `paredit-scan-sexps-hack'.Taylor R Campbell
Ignore-this: 1f0109619737b5836077f22e651dc390 Avoids dangling opening delimiters in `paredit-insert-pair'. darcs-hash:20110322221620-00fcc-dff68effdbbb1b95f5b6d5c142e1ba4bb48bf3e5
2011-03-22Reindent in `paredit-open-round' &c. like `paredit-wrap-round' &c.Taylor R Campbell
Ignore-this: 13da51d89ea973b30048035bea3ac499 This way, M-3 ( works mostly like M-3 M-(. (They still behave differently with respect to `paredit-yank-pop', though.) darcs-hash:20110322204957-00fcc-3cbe3616018abf120000169ad818b1d86de9bdcb
2011-03-22Use `?\ ' rather than `?\s' to appease GNU Emacs 21.Taylor R Campbell
Ignore-this: efc4abdd6f8e015ae35c51dea4358a1e darcs-hash:20110322203605-00fcc-a82f3ae4e936b16d682cbb26279dfa1d59c4dd33
2011-03-22Fix `imbalanced' -> `unbalanced' in `paredit-kill-region' docstring.Taylor R Campbell
Ignore-this: 386250d19d31621eb42085a40d09f3c7 darcs-hash:20110322202808-00fcc-4dafc1661f29279fed56e15ddafbb4268776a654
2011-03-22Fix `imbalanced' -> `unbalanced' in `paredit-kill-ring-save' docstring.Taylor R Campbell
Ignore-this: b888afcbabc7b807c27c4ce43dd19d39 darcs-hash:20110322202749-00fcc-d8db79b9f923d263f06e4da2a933751f3d7ecef2
2011-03-22Fix typo: `imbalanced' -> `unbalanced' in `paredit-mode' docstring.Taylor R Campbell
Ignore-this: 413110413c3753fa63a9cb9495bf6e95 darcs-hash:20110322202747-00fcc-4de3ea37975f7dc92079b290e1fe37f53fe2e4f8
2011-03-22Fix bug in recent change to more carefully delete comment ends.Taylor R Campbell
Ignore-this: c5c86de0f646ccce29ee055a85a8ddd0 darcs-hash:20110322202602-00fcc-1629f9e79df478d86ca8206e5cb95ad13de8f2e5
2011-03-22Be more careful about deleting comment starts & ends.Taylor R Campbell
Ignore-this: 710cb2e344eaf6c42c0964dd5481afd6 This way, C-d with ;foo| (bar baz) won't result in an unbalanced buffer: paredit will instead scream at you. darcs-hash:20110322202415-00fcc-5291a11ee2e8ffba82602c519957fcc482165d30
2011-03-22Add `paredit-doublequote' examples at end of string and in comment.Taylor R Campbell
Ignore-this: 5c42517877a1692148a110e6abd8f46f darcs-hash:20110322185212-00fcc-6d95cd1cdfce465d61e17dd80217d81e53d6e2cd
2011-03-22Omit needless line break in `paredit-join-sexps'.Taylor R Campbell
Ignore-this: 8b61d4754546201aba818d696cad6dcf darcs-hash:20110322075600-00fcc-0ceb112f64613ab534c2f6a5e33dea13eb8825e6
2011-03-22Avoid trailing space when `paredit-comment-dwim' inserts code comments.Taylor R Campbell
Ignore-this: ad4e061915d387d246846932d5860919 darcs-hash:20110322075338-00fcc-ac9a1c13fd14ea9dd9b5070b66cdd3549cadc25a
2011-03-22Fix end-of-line and end-of-buffer corner cases of `paredit-semicolon'.Taylor R Campbell
Ignore-this: 799e1e911ebd252aec4ce53d85935236 Don't break the line if the point is at the end of the line already, or if the point is on the last line of the buffer and there is no trailing line break. darcs-hash:20110322074906-00fcc-768c7e264b5142c25909573edaf157b79a44ccbb
2011-03-22Show point in `paredit-splice-sexp-killing-forward' example.Taylor R Campbell
Ignore-this: d2194315bd70974f87169d0dfd7be139 darcs-hash:20110322074841-00fcc-debcbca68041c58ba94327de6a3594f6e924e8d6
2011-03-22Show point in `paredit-splice-sexp-killing-backward' example.Taylor R Campbell
Ignore-this: 9882470551c262e697c684cef48b64e2 darcs-hash:20110322074814-00fcc-8d7391b78a3aa4650142dfa57bd7353fd670989a
2011-03-22Fix spacing in `paredit-newline' example.Taylor R Campbell
Ignore-this: 345bd5a93c031a016fa07d242baa18f2 darcs-hash:20110322074730-00fcc-25059d738514de98e1ba3e3c0e8f08ad3f207e6a
2011-03-22Make `paredit-comment-dwim' code comment example work in isolation.Taylor R Campbell
Ignore-this: 168f652fb4acfc783a92c0f7af2404eb As it was written, `paredit-comment-dwim' would choose a top-level comment instead. Wrapping the two forms in (zot ...) makes it clearer what's going on anyway. darcs-hash:20110322074609-00fcc-a04368f7f7905ff131ccbf70a6a761a89178dcc8
2011-03-22Show point in `paredit-semicolon' example.Taylor R Campbell
Ignore-this: be5f049e889ab7a076cdf4a2eab7369 darcs-hash:20110322074546-00fcc-6744cf575d75ead5a11dd49779f8b17c7aac1819
2011-03-22Show point in `paredit-open-square' example.Taylor R Campbell
Ignore-this: b621fcd8a09c31b699991b81e5526147 darcs-hash:20110322074502-00fcc-79dfb5b734ed93fcb7bad736f6a94fbd79d130b4
2011-03-22Permit joining adjacent lists without intervening whitespace.Taylor R Campbell
Ignore-this: c058945ef1f3c5590c36a034121811e8 Insert whitespace if it may be necessary. Thanks to Eitan Postavsky for the bug report. darcs-hash:20110322074446-00fcc-e3303edd5c9055a9687d22f99379d23f8879eba7
2011-03-20Count S-expressions more carefully in `paredit-insert-pair'.Taylor R Campbell
Ignore-this: 1b8fe110a0983c730918eb16ed81911a Suggested by Eitan Postavsky. I'm not yet sure this is right (and I'm not yet sure of the similar change to `paredit-count-sexps-forward' and thus `C-u M-('), but I'll try it out. darcs-hash:20110320194242-00fcc-635c1cdba60f9a6b395561a64349876b6e524d29
2011-03-20Use `scan-sexps' for noninteractive `check-parens'.Taylor R Campbell
Ignore-this: 5116ca507a480c4bb4cfe95b9ab34820 This enables the use of the safer `paredit-handle-sexp-errors' instead of `condition-case' for these purposes. darcs-hash:20110320192038-00fcc-e4799c56417a15787ca03f8b06962718412bbe88
2011-03-20Don't mask errors during `buffer-string' in `paredit-unescape-string'.Taylor R Campbell
Ignore-this: 8ca077b074853d64639e83f4a81dcd73 darcs-hash:20110320190601-00fcc-54e85aa35638a194de67b28be83fcf65575d7adf
2011-03-20Eliminate fboundp check for `check-parens' in `paredit-check-region'.Taylor R Campbell
Ignore-this: 5d7b87a61c56931aa9df39a6c6c7df58 No more GNU Emacs 20. darcs-hash:20110320185519-00fcc-251fd8bafde8103581af11f59f331ad940b29e81
2011-03-20Implement `paredit-override-check-parens-function'.Taylor R Campbell
Ignore-this: 8fa60f5bd8c398aa31f91b26c4affb12 Set to `paredit-override-check-parens-interactively' if you want to be prompted whether to enable Paredit Mode rather than to have `M-x paredit-mode RET' simply barf if there are unbalanced parentheses. (Someone suggested this to me months ago, but I have forgotten who.) Assume we have `check-parens'. No more GNU Emacs 20. darcs-hash:20110320185342-00fcc-30abf28738cf76cca1d16f02b2f26f3f46525c44
2011-03-20Simplify definition of `paredit-count-sexps-forward'.Taylor R Campbell
Ignore-this: 76e5c8178ddc5dede762dc101e526095 Use the atrocious idiom (while (setq tmp ...) ...)... darcs-hash:20110320184537-00fcc-ad46fdaac5b45670aa781cd61c105e1ee6ade7f5
2011-03-20Count carefully at end of buffer in `paredit-count-sexps-forward'.Taylor R Campbell
Ignore-this: 710e264ca330414cfb55c295d0ed5f46 Fixes `C-u M-(' at the top level when there is whitespace at the end of the buffer: the closing delimiter should go at the end of the last S-expression, not at the end of the buffer after the whitespace. Thanks to Eitan Postavsky for the report. darcs-hash:20110320183854-00fcc-7162d40b9111aed39ca72a913393af8bb2425025
2011-03-20Preserve column in `paredit-reindent-defun'.Taylor R Campbell
Ignore-this: 9c3342808317128eefc0b83bf63cfb15 Also use `lisp-fill-paragraph' rather than `fill-paragraph'. Thanks to Eitan Postavsky for the suggestion. darcs-hash:20110320183704-00fcc-d64d8a2d2e06db8a206a0fadb3b9dbe0f8c10abf
2011-03-20Fix bounds checking in `paredit-find-next-string-start'.Taylor R Campbell
Ignore-this: 4bf62fadcc0f90e2c582311eff1355d8 Check for the beginning/end of buffer to avoid infinite loops there. Order points right to fix (|"foo" ()) ==C-M-d==> ("foo" (|)). Thanks to Eitan Postavsky for the report. darcs-hash:20110320183422-00fcc-8fe38d45bdd4e4e94925d56f537fd079111514f6
2011-03-20Bind M-? to `paredit-convolute-sexp'.Taylor R Campbell
Ignore-this: 316cb4a43f14464fbcc655c61926f177 Thanks to Eitan Postavsky for the suggestion. darcs-hash:20110320174113-00fcc-bc6d366e415e031be7bb6faa7353caabcd3d9c57
2011-03-20Eliminate confusing comment over `paredit-splice-sexp'.Taylor R Campbell
Ignore-this: 13c949425c6b6df35b26e53d9e1819e6 Comment referenced no longer extant text in the file, and credits are moving to another file. darcs-hash:20110320173549-00fcc-4c0751e61f57f437bb8b0b9f6c8d861f20757023
2011-03-20Spell `paredit-recenter-on-sexp' to match convention in Emacs.Taylor R Campbell
Ignore-this: d3bd6a4462a90bf7182e089a0f54bfb9 Omit comment above. I rewrote this function since the suggestion, Marco suggested a lot more than just that, and credits are moving to a separate file. darcs-hash:20110320173328-00fcc-dab332a1d49f961105b3477e669cd45af6791627
2011-03-20Fix comment in `paredit-forward' on `up-list' vs `forward-char'.Taylor R Campbell
Ignore-this: 87926a2083bf8b1444aa83d80c5346fb Add analogous comment to `paredit-backward'. Thanks, Eitan Postavsky. darcs-hash:20110320171805-00fcc-e0817b0a6f305681267cc804a680e64d9eff1b96
2011-03-20Simplify and clarify implementation of `paredit-backslash'.Taylor R Campbell
Ignore-this: a59b556bdad0266cec90303f6864738e darcs-hash:20110320171404-00fcc-87038309e85fdc70dbbb48714769decf4317e3bb
2011-02-24Rework third page to make it much more readable.Taylor R Campbell
Ignore-this: 54e02f06666af8065ce36929d9bd548 darcs-hash:20110224160102-00fcc-2c3801f2c1d75c61e875e7583b35f6a2034afa7f
2011-02-24Tweak second page. Remove rants and IRC reference.Taylor R Campbell
Ignore-this: cd6f3d71cd36d3cbc1140397f572fe25 darcs-hash:20110224160024-00fcc-2ac38ea602b64fa971ac4b0c9f5e6bc196e07a7f
2011-02-24Bump copyright year to 2011.Taylor R Campbell
Ignore-this: 7f4dd3a188aa490eb67700efe81d7d5a darcs-hash:20110224155528-00fcc-b7cb9bc3e120879db2c9290226903003447fadbe
2010-12-06Eliminate non-interactive use of `goto-line'.Taylor R Campbell
Ignore-this: 562a203b85842ebc368ea80f2aa65612 Using `forward-line' in `paredit-recentre-on-sexp' is simpler anyway. darcs-hash:20101206011608-00fcc-1775f5b8c7a4eb4ab2792e5746aca95a2759dc60
2010-12-05Omit optional argument `yank-handler' in `paredit-kill-region'.Taylor R Campbell
Ignore-this: d406778b8c6c314badf584b4cbcde099 This appears to have been a GNU Emacs 22ism, which I don't use anyway. darcs-hash:20101205174822-00fcc-532684fb73397075e9d93ed7f35bebfe6b15c3f5
2010-12-05In `paredit-newline', ignore parse errors during `indent-sexp'.Taylor R Campbell
Ignore-this: 5326ec1a70a5ef42729e107418bd2879 The point may be followed by a closing delimiter with no intervening S-expressions. This case was already handled when the point is outside a comment; I neglected it when the point is inside a comment. darcs-hash:20101205173031-00fcc-46d7e591ca9dc2c1a0340c3b0c00312e1646d672
2010-10-09Bump version: 22 beta -> 23.Taylor R Campbell
Ignore-this: c572cc4ee3c067325171c774fdc38dca darcs-hash:20101009180546-00fcc-efb096fbb4a15080f605903ab1fe99f7b1abbaf6