Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit28dc021

Browse files
committed
Reflow a couple of paragraphs
1 parent3238096 commit28dc021

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

‎README.md‎

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -613,22 +613,30 @@ experience negatively.
613613

614614
###General Issues
615615

616-
`clojure-mode` derives a lot of functionality directly from`lisp-mode` (an Emacs major mode for Common Lisp), which
617-
simplified the initial implementation, but also made it harder to implement
618-
certain functionality. Down the road it'd be nice to fully decouple`clojure-mode`
619-
from`lisp-mode`.
616+
`clojure-mode` derives a lot of functionality directly from`lisp-mode` (an
617+
Emacs major mode for Common Lisp), which simplified the initial implementation,
618+
but also made it harder to implementcertain functionality. Down the road it'd
619+
be nice to fully decouple`clojure-mode`from`lisp-mode`.
620620

621621
See[this ticket](https://github.com/clojure-emacs/clojure-mode/issues/270) for a bit more details.
622622

623623
###Indentation Performance
624624

625-
`clojure-mode`'s indentation engine is a bit slow. You can speed things up significantly by disabling`clojure-use-backtracking-indent`, but this will break the indentation of complex forms like`deftype`,`defprotocol`,`reify`,`letfn`, etc.
625+
`clojure-mode`'s indentation engine is a bit slow. You can speed things up
626+
significantly by disabling`clojure-use-backtracking-indent`, but this will
627+
break the indentation of complex forms like`deftype`,`defprotocol`,`reify`,
628+
`letfn`, etc.
626629

627-
We should look into ways to optimize the performance of the backtracking indentation logic. See[this ticket](https://github.com/clojure-emacs/clojure-mode/issues/606) for more details.
630+
We should look into ways to optimize the performance of the backtracking
631+
indentation logic. See[this ticket](https://github.com/clojure-emacs/clojure-mode/issues/606) for more
632+
details.
628633

629634
###Font-locking Implementation
630635

631-
As mentioned[above](https://github.com/clojure-emacs/clojure-mode#font-locking), the font-locking is implemented in terms of regular expressions which makes it both slow and inaccurate.
636+
As mentioned
637+
[above](https://github.com/clojure-emacs/clojure-mode#font-locking), the
638+
font-locking is implemented in terms of regular expressions which makes it both
639+
slow and inaccurate.
632640

633641
##Changelog
634642

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp