Home
last modified time | relevance | path

Searched +refs:cider +refs:find +refs:ns (Results 1 – 25 of 74) sorted by relevance

123

/dports/devel/clojure-cider/cider-1.1.0/refcard/
H A Dcider-refcard.tex73 \item[M-.] cider-find-var
74 \item[C-c M-.] cider-find-resource
84 \item[C-c C-n] cider-eval-ns-form
85 \item[C-x C-e] \ns{cider-eval-last-sexp}
94 \item[C-c RET] \ns{cider-macroexpand}-1
105 \item[C-c C-t t] \ns{cider-test}-run-test
117 \item[C-c C-d a] \ns{cider-apropos}
119 \item[C-c C-d c] \ns{cider-clojuredocs}
127 \item[C-c M-o] cider-find-and-clear-repl-buffer
129 \item[C-c M-n M-n] cider-repl-set-ns
[all …]
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/usage/
H A Dmisc_features.adoc19 NOTE: The functionality is based on https://metaredux.com/posts/2019/12/11/hard-cider-find-usages.h…
22 There are two ways to use find references in CIDER:
35 - It doesn't (currently) find usages in lambdas
76 `cider-ns-refresh` wraps
92 successful reload, when using `cider-ns-refresh`:
96 (setq cider-ns-refresh-before-fn "user/stop-system!"
110 `cider-ns-refresh-start-fn`.
113 after you call `cider-ns-refresh` by setting the
120 (setq cider-ns-refresh-show-log-buffer t)
125 `cider-ns-save-files-on-refresh` and `cider-ns-save-files-on-refresh-modes`.
[all …]
H A Dcider_mode.adoc124 | `cider-eval-ns-form`
126 | Eval the ns form.
128 | `cider-repl-set-ns`
148 | `cider-find-and-clear-repl-output`
164 | `cider-ns-refresh`
211 | `cider-toggle-trace-ns`
229 | `cider-test-run-ns-tests`
254 | `cider-find-var`
258 | `cider-find-dwim-at-mouse`
266 | `cider-find-resource`
[all …]
H A Dcode_evaluation.adoc41 part that's really essential for subsequent code evaluations is the `ns` declaration. As expression…
46 about it. Eventually CIDER became smarter and now it always knows whether the `ns`
48 evaluated. With that knowledge in hand CIDER will auto-eval `ns` forms that
51 `cider-auto-track-ns-form-changes`.
91 - commands that evaluate some particular part of a buffer (e.g. `cider-eval-ns-form`)
100 using kbd:[M-x] `cider-read-and-eval` (bound in `cider-mode` buffers to
244 tried to find a common ground by adopting them both.
323 | `cider-interrupt`
327 | `cider-eval-ns-form`
329 | Eval the ns form.
[all …]
H A Dcode_completion.adoc5 `cider-mode`) and REPL buffers.
58 (add-hook 'cider-repl-mode-hook #'company-mode)
59 (add-hook 'cider-mode-hook #'company-mode)
63 from `cider-complete-at-point` and requires no additional setup or plugins.
93 (add-hook 'cider-repl-mode-hook #'cider-company-enable-fuzzy-completion)
94 (add-hook 'cider-mode-hook #'cider-company-enable-fuzzy-completion)
109 `cider-annotate-completion-function.` The abbreviations used are configured by
111 included is configured by `cider-completion-annotations-include-ns.`
116 `cider-annotate-completion-candidates` to `nil`.
122 Boot). Executing `M-x cider-completion-flush-caches` (or going through the menu
[all …]
/dports/devel/clojure-cider/cider-1.1.0/
H A DCHANGELOG.md16 …github.com/clojure-emacs/cider/issues/2993): Fix bug where calling `cider-repl-set-ns` for a cljs
180 * Add a command to find runtime function dependencies (`cider-xref-fn-deps`).
327 * **(Breaking)** Move `cider-ns-refresh`, previously on `C-c C-x`, on `C-c M-n (M-)r` in the `cider
556 * Allow the ns displayed by eldoc to be tailored via `cider-eldoc-ns-function`.
828 …/github.com/clojure-emacs/cider/issues/1061): New command `cider-find-ns`, bound to <kbd>C-c C-.</…
861 * [#1032](https://github.com/clojure-emacs/cider/issues/1032): New functions, `cider-find-dwim` and
863 …`cider-jump-to-resource`. Which are now renamed to `cider-find-var` and `cider-find-resource` resp…
912 * [#981](https://github.com/clojure-emacs/cider/issues/981): Updated `cider-find-file` to use `find
917 * `cider-find-resource` now correctly throws an error when no path is provided.
962 * Clojure namespace browser (`M-x cider-browse-ns` and `M-x cider-browse-ns-all`).
[all …]
H A DROADMAP.md12 * ~~find-references (https://github.com/clojure-emacs/cider/issues/1840)~~ (**DONE/0.22**)
13 * highlight symbol occurrences (https://github.com/clojure-emacs/cider/issues/1461)
14 * macrostep style of macro expansion (https://github.com/clojure-emacs/cider/issues/1850)
19 * ~~Break down `cider-interaction.el` and remove this file completely.~~ (**DONE/0.18**)
20 * ~~Improve the connection management (https://github.com/clojure-emacs/cider/pull/2069)~~ (**DONE/…
21 * Improve nREPL callback handling (https://github.com/clojure-emacs/cider/issues/1099)
34 * Add ability to restart a ClojureScript REPL (https://github.com/clojure-emacs/cider/issues/1874)
48 There's a bit of info on the subject [here](https://github.com/clojure-emacs/cider/issues/1416).
62 Here's [an example](https://github.com/clojure-emacs/cider/issues/2848) of how little work is neede…
80 ### Move the ns-cleanup functionality to CIDER
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/testing/
H A Drunning_tests.adoc67 * If you're in an implementation namespace (e.g. `some.ns`), CIDER will try to find a
97 you can set the variable `cider-test-infer-test-ns` to a function that
102 to look for `some.test-ns` instead of `some.ns-test`:
106 (defun cider-custom-test-ns-fn (ns)
109 (when ns
112 ns
113 (concat prefix ns)))))
115 (setq cider-test-infer-test-ns #'cider-custom-test-ns-fn)
122 `cider-test-default-include-selectors` and `cider-test-default-exclude-selectors`
148 (setq cider-test-show-report-on-success t)
[all …]
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/
H A Dtroubleshooting.adoc24 * Find the source of the command (e.g. by using kbd:[M-x] `find-function`
30 you find the problem.
55 code "(in-ns 'nrepl.completion)"
61 ns "nrepl.completion"
79 You can find the message log in the `+*nrepl-messages repl-info*+` buffer,
101 you can step forward until you find the problem.
115 your.namespace> (ns cider.nrepl.middleware.util.instrument)
143 (setq cider-repl-use-content-types t)
205 === CIDER complains of the `cider-nrepl` version
210 *WARNING:* CIDER 0.18.0 requires cider-nrepl x.y.z, but you're currently using cider-nrepl a.b.c. S…
[all …]
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/platforms/
H A Doverview.adoc12 …mple here would be switching the REPL's namespace - CIDER simply evals `in-ns` behind the curtains…
15 of the core nREPL protocol and is provided by the `cider-nrepl` middleware. Other platforms will ne…
21 the logic for finding the current namespace (which uses `clojure-find-ns`), and so on. All such ins…
37 https://github.com/clojure-emacs/cider/issues/2848[Here] you can find a discussion about the change…
/dports/lang/clojure-mode.el/clojure-mode-5.11.0/
H A DCHANGELOG.md10 …-emacs/clj-refactor.el/issues/366): Add support for renaming ns aliases (`clojure-rename-ns-alias`…
20 …thub.com/clojure-emacs/clojure-mode/issues/518): Fix `clojure-find-ns` when there's an `ns` form i…
63 * Disable ns caching by default.
78 …com/clojure-emacs/clojure-mode/issues/478): Cache the result of `clojure-find-ns` to optimize perf…
106 …/clojure-emacs/clojure-mode/pull/458): Get correct ns when in middle of ns form with `clojure-find
170 * New command: `clojure-sort-ns`.
171 * All ns manipulation commands have keybindings under `C-c C-r n`.
183 * Make the expected ns function configurable via `clojure-expected-ns-function`.
217 * `cider-find-ns` now returns the closest `ns` instead of the first one.
225 …github.com/clojure-emacs/clojure-mode/issues/303): Handle `boot` projects in `clojure-expected-ns`.
[all …]
/dports/devel/leiningen/leiningen-2.9.8/resources/leiningen/help/
H A Dsample191 :repl {:plugins [[cider/cider-nrepl "0.7.1"]]}}
211 ;; (ns my.service.runner
367 ;; defaults to something like (fn [ns] (str *ns* "=> "))
368 :prompt (fn [ns] (str "your command for <" ns ">? " ))
371 ;; Specify the ns to start the REPL in (overrides :main in
373 :init-ns foo.bar
375 ;; namespace from :init-ns or :main if specified.
376 :init (println "here we are in" *ns*)
462 ;; Symbol values will be resolved to find a function to call.
/dports/russian/mueller-dic/usr/local/share/dict/
H A DMueller7accentGPL.koi6530 chancel [�tSA�ns�l] _n. ������
6999 cider [�saId�] _n. ����; all talk and no cider _��. ���� �����, � ����� ����
8446 consonance [�k�ns�n�ns] _n. 1> ��������, �������� 2> ��������, �������� 3> _���. ���������
8494 consul [�k�ns�l] _n. ������
9800 cyder [�saId�] = cider
14516 faience [faI�A�ns] _n. �����
15141 find [faInd] 1. _v. (found) 1> ��������; ���������; ����������; ������������; ���������; to find n…
27138 nonesuch [�n�ns�tS] = nonsuch
31115 ponce [p�ns] _n. _����. ����γ�
35941 sealegs [�si�legz] _n. pl: to find (��� to get, to have) one's sealegs ���������� � ������� �����
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/etc/
H A DORG-NEWS826 Also, when using [[https://github.com/clojure-emacs/cider][cider]], you can now use =#+begin_src cl…
870 *** ~org-datetree-find-month-create~
1180 *** ob-clojure does not auto prepend ~(ns ..)~ statement anymore
1183 of prepend inserting a ~(ns ..)~ statement before source block
1184 code. Now, when you have no ~:ns~ header argument specified, this
1758 =cider-jack-in= without Clojure project is supported.
1943 *** ~org-info-find-node~
2054 You can now find them here :
2077 (org-publish-find-title entry project)))
2429 *** ~org-publish-find-property~
[all …]
/dports/editors/emacs/emacs-27.2/etc/
H A DORG-NEWS256 Also, when using [[https://github.com/clojure-emacs/cider][cider]], you can now use =#+begin_src cl…
300 *** ~org-datetree-find-month-create~
610 *** ob-clojure does not auto prepend ~(ns ..)~ statement anymore
613 of prepend inserting a ~(ns ..)~ statement before source block
614 code. Now, when you have no ~:ns~ header argument specified, this
1188 =cider-jack-in= without Clojure project is supported.
1373 *** ~org-info-find-node~
1484 You can now find them here :
1507 (org-publish-find-title entry project)))
1857 *** ~org-publish-find-property~
[all …]
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/datasets/
H A D20newsgroups-train.tab1656ns pin simm for sale it is in perfect condition it will not work in my system because it requires …
1673ns or ns simms into a motherboard saying bk wants ns simms you shouldn t have troubles i have hear…
1718ns or ns simms into a motherboard saying bk wants ns simms you shouldn t have troubles i have hear…
1900find a technical manual for these ics any where i can find out the technical specs for these uarts…
2047ns ns c ns c ns af ns c and ns c no argument on going direct to national see my previous post on t…
2490ns vram not sure for the main ram ns pin simms i ve heard two conflicting stories about the total …
2515ns simms i have two meg simms that i am trying to sell i had them in my lc i would like to get for…
2552ns simms not ns only the centris requires ns simms pete i think you meant quadra but a centris pro…
2673 …dale adams of apple computer both the and the require ns simms not ns only the centris requires ns
2726 comp.sys.mac.hardware eight mb ns simms ea o b o a friend of mine has eight mb ns simms for sale fo…
[all …]
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dda_DA-Danish.dic9344 baglæns
9345 baglæns/39
9346 baglæns'/39
17717 Brøns/54,9
20925 cider/5,2,10,39
34668 find
38674 forlæns
80667ns/39
80668ns'/39
80669ns's/39
[all …]
/dports/www/dooble/dooble-2021.12.05/Dictionaries/da_DK/
H A Dda_DK.dic2481 agerhøns/976
8427 baglæns
8428 baglæns/976
20375 cider/20,7,70,976
33706 find
37969 forlæns
57956ns/976
57957ns'/976
57979ns's/976
82066ns/976
[all …]
/dports/textproc/py-gensim/gensim-4.0.1/gensim/test/test_data/
H A Dhead500.noblanks.cor52find fact unreason evid appel case plaintiff claimant defend respond appelle case depend lose part…
111find object close naked-ey star advanc method locat object sky includ set circl assist point teles…
117 …ent law context patent law specif prior art search search abstract common find relev prior art doc…
123find common divisor number multipli number algorithm babylonian earli bc partial formal concept be…
149find powerless defend due feel sick fear death reaction violenc find parent replac lodger home wan…
167 …bi sidewai babel letter iwo jima sunshin anim featur list film year shrek find nemo incred happi f…
177find fountain youth game written in-hous adventur creator text compress sophist command interpret …
188 …shortest-liv isotop actinium ac decai alpha decai electron captur half-lif ns actinium meta state …
195ns classic antiqu memor ns antiqu luciu corneliu sulla dictat bc emperor diocletian ad emperor rom…
219 …nt herb produc scent possibl dilut odor nearbi plant pheromon emit insect find plant attract pest …
[all …]
/dports/net/messagelib/messagelib-21.12.3/po/fr/
H A Dlibmessagelist.po261 "example, in \"Today\" you will simply find all the messages arrived today."
295 "in \"Today\" you will simply find all the messages arrived today."
4218 #~ "automatically find a suitable encoding?</qt>"
7886 #~ "décider de leur utilisation en cliquant sur le bouton approprié.</para>"
9206 #~ "décider quoi faire des messages. Vous pouvez alors choisir de les "
9281 #~ "formats. Cette option vous permet de décider lequel vous voulez afficher "
9891 #~| msgid "Other Actio&ns"
9892 #~ msgid "Other Actio&ns..."
9893 #~ msgstr "Autres Actio&ns"
10003 #~| msgid "When trying to find unread messages:"
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/lang/po/
H A Dhu.po37775 msgid "Like apple cider, only with vodka."
40354 msgid "apple cider"
40355 msgid_plural "apple cider"
40359 #. ~ Description for {'str_sp': 'apple cider'}
92178 msgstr "egy mutáns"
118066 "cider."
143221 msgstr "Alma és cider kapható!"
194672 msgstr "diszkordáns"
194884 msgstr "mutáns "
249351 msgstr "Éhínség"
[all …]
H A Dis.po34344 msgid "Like apple cider, only with vodka."
36724 msgid "apple cider"
36725 msgid_plural "apple cider"
36729 #. ~ Description for {'str_sp': 'apple cider'}
47538 "you can find one."
54300 "can find one."
87339 "find out, though!"
109742 "cider."
112320 msgstr "Bein líkama þíns eru orðin stökkari."
112325 msgstr "Bein líkama þíns ná upphaflegum styrk."
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/lang/po/
H A Dhu.po37775 msgid "Like apple cider, only with vodka."
40354 msgid "apple cider"
40355 msgid_plural "apple cider"
40359 #. ~ Description for {'str_sp': 'apple cider'}
92178 msgstr "egy mutáns"
118066 "cider."
143221 msgstr "Alma és cider kapható!"
194672 msgstr "diszkordáns"
194884 msgstr "mutáns "
249351 msgstr "Éhínség"
[all …]
H A Dis.po34344 msgid "Like apple cider, only with vodka."
36724 msgid "apple cider"
36725 msgid_plural "apple cider"
36729 #. ~ Description for {'str_sp': 'apple cider'}
47538 "you can find one."
54300 "can find one."
87339 "find out, though!"
109742 "cider."
112320 msgstr "Bein líkama þíns eru orðin stökkari."
112325 msgstr "Bein líkama þíns ná upphaflegum styrk."
[all …]
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/po/
H A Dfr.po521 "secrets to find"
1005 "I did find out what was going on, at least,\n"
1163 "Ha, well, we're also going to find out\n"
1623 "Well, if you're game to find out,\n"
3489 "fruits you sometimes find nestled in\n"
3855 msgstr "Je n'arrive pas à me décider sur\nlesquels je préfère."
4372 "I really don't want to have to find out."
4612 msgid "Gee, guess who we'll find there?"
4720 msgstr "Je veux dire, bon sang,\ns'il est arrivé jusqu'ici...\nÀ PIEDS ? C'est complètement dingue."
6118 "but I just can't find the time."
[all …]

123