Home
last modified time | relevance | path

Searched +refs:cider +refs:result +refs:use +refs:clojure +refs:font +refs:lock (Results 1 – 7 of 7) sorted by relevance

/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/repl/
H A Dconfiguration.adoc149 (setq cider-repl-result-prefix ";; => ")
198 `cider-repl-result-face`. If you want to restore the old behavior
203 (setq cider-repl-use-clojure-font-lock nil)
207 kbd:[M-x cider-repl-toggle-clojure-font-lock]
208 or the REPL shortcut `toggle-font-lock`.
211 and `cider-repl-result-face` is blank (meaning it doesn't really apply any
218 by result streaming.
242 out the definition of `clojure-font-lock-as` and `clojure-font-lock-as-clojure`
257 If you want to disable using `cider-print-fn` entirely, use:
261 (setq cider-repl-use-pretty-printing nil)
[all …]
H A Dbasic_usage.adoc5 development functionality in `cider-mode`. Using the CIDER REPL you
10 * font-locking (the same as in `clojure-mode`)
56 especially true if either `cider-repl-use-clojure-font-lock` or
60 `cider-print-fn` that wraps lines beyond a certain width (i.e. any of the
63 TIP: You can use `cider-repl-clear-output` to
64 either clear the result of the previous evaluation, or with a prefix argument
65 clear the entire REPL buffer. You can also set `cider-repl-buffer-size-limit`
67 trimming can also be invoked manually with `cider-repl-trim-buffer`.
/dports/devel/clojure-cider/cider-1.1.0/
H A DCHANGELOG.md19 * [#2953](https://github.com/clojure-emacs/cider/issues/2953): Don't font-lock function/macro vars …
106 …Add an interactive command to toggle Clojure font-locking in the REPL (`cider-repl-toggle-clojure-
441 * [#2057](https://github.com/clojure-emacs/cider/pull/2057): Use `cider--font-lock-ensure` for comp…
589 * [#1561](https://github.com/clojure-emacs/cider/issues/1561): Use an appropriate font-lock-face fo…
653 …ue of `cider-overlays-use-font-lock` to `t`. Unlike before, a value of `t`, causes `cider-result-o…
723 * [#1456](https://github.com/clojure-emacs/cider/issues/1456): Don't font-lock buffer if font-lock-…
725 * [#1466](https://github.com/clojure-emacs/cider/issues/1466): Correctly font-lock pretty-printed r…
754 ….com/clojure-emacs/cider/pull/1245): New variable, `cider-overlays-use-font-lock` controls whether…
774 * New defcustom `cider-result-use-clojure-font-lock` allows you disable the use of Clojure font-loc…
803 …m/clojure-emacs/cider/issues/1079): Don't try to font-lock very long results. The maximum font-loc…
[all …]
/dports/lang/clojure-mode.el/clojure-mode-5.11.0/
H A DREADME.md8 Provides Emacs font-lock, indentation, navigation and refactoring for the
42 - [CIDER](#cider)
215 [this document](https://docs.cider.mx/cider/indent_spec.html).
276 explicitly with setting `clojure-use-metadata-for-privacy` to `t` for `defn`s
341 * [clojure-mode-extra-font-locking][] provides additional font-locking
344 won't font-lock a function at all possible positions in a sexp, but
357 for things that don't have fairly unique names, as this will result in
387 `smartparens` use the following code:
460 [CIDER]: https://github.com/clojure-emacs/cider
461 [cider-nrepl]: https://github.com/clojure-emacs/cider-nrepl
[all …]
H A DCHANGELOG.md78 * [#478](https://github.com/clojure-emacs/clojure-mode/issues/478): Cache the result of `clojure-fi…
168 * [#378](https://github.com/clojure-emacs/clojure-mode/issues/378): Font-lock escape characters in …
177 * [#371](https://github.com/clojure-emacs/clojure-mode/issues/371): Don't font-lock `:foo/def` like…
201 * Indent and font-lock forms that start with `let-`, `while-` or `when-` like their counterparts.
202 * Apply the `font-lock-comment-face` to code commented out with `#_`.
207 * Namespaces can now use the full palette of legal symbol characters.
217 * `cider-find-ns` now returns the closest `ns` instead of the first one.
277 * Numerous font-lock bug fixes.
298 * Removed deprecated `clojure-font-lock-comment-sexp`.
299 * Renamed `clojure-mode-font-lock-setup` to `clojure-font-lock-setup`.
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/etc/
H A DORG-NEWS816 *** =ob-clojure.el= supports inf-clojure.el and ClojureScript evaluation
818 You can now set ~(setq org-babel-clojure-backend 'inf-clojure)~ and
819 evaluate Clojure source blocks using [[https://github.com/clojure-emacs/inf-clojure][inf-clojure]].…
826 Also, when using [[https://github.com/clojure-emacs/cider][cider]], you can now use =#+begin_src cl…
1417 org-src-font-lock-fontify-block instead, thus bringing about full
1418 LaTeX font locking.
1758 =cider-jack-in= without Clojure project is supported.
1759 #+begin_src clojure :session
4007 *** New option: [[doc:org-babel-inline-result-wrap][org-babel-inline-result-wrap]]
4360 **** New option [[doc:org-agenda-restriction-lock-highlight-subtree][org-agenda-restriction-lock-hi…
[all …]
/dports/editors/emacs/emacs-27.2/etc/
H A DORG-NEWS246 *** =ob-clojure.el= supports inf-clojure.el and ClojureScript evaluation
248 You can now set ~(setq org-babel-clojure-backend 'inf-clojure)~ and
249 evaluate Clojure source blocks using [[https://github.com/clojure-emacs/inf-clojure][inf-clojure]].…
256 Also, when using [[https://github.com/clojure-emacs/cider][cider]], you can now use =#+begin_src cl…
847 org-src-font-lock-fontify-block instead, thus bringing about full
848 LaTeX font locking.
920 *** ~org-babel-set-current-result-hash~
1188 =cider-jack-in= without Clojure project is supported.
3435 *** New option: [[doc:org-babel-inline-result-wrap][org-babel-inline-result-wrap]]
3788 **** New option [[doc:org-agenda-restriction-lock-highlight-subtree][org-agenda-restriction-lock-hi…
[all …]