Lines Matching +refs:sly +refs:xref +refs:get +refs:xrefs

22 Helm users should now get access to the full capabilities of SLY's
24 Just need to `M-x sly-symbol-completion-mode` to turn off SLY's
25 default completion UI. (https://github.com/joaotavora/sly/issues/303)
30 `sly-fuzzy` and `sly-c-p-c`. The new "flex" backend considers package
44 `sly-complete-symbol-function`. The
45 [documentation](http://joaotavora.github.io/sly/#Completion) has more
57 [A new chapter for existing SLIME users](http://joaotavora.github.io/sly/#A-SLY-tour-for-SLIME-user…
65 ### New command M-x sly-import-symbol-at-point bound to C-c i by default
67 This is a counterpart to the existing M-x sly-export-symbol-at-point,
75 The UI for SLY Stickers, particularly for `M-x sly-stickers-replay`
86 `sly-keep-buffers-on-connection-close` defcustom, which lists
91 In minibuffer prompts like the one of `M-x sly-inspect`, autodoc
110 When finding the definition of a generic function with M-., an *xref*
114 window. Quit the *xref* window should fully restore the previous
120 Calling `sly-mrepl` interactively, either via `M-x` or
121 `sly-selector-map` switches to buffer in the current
136 Customize the formats that integer numbers get presented back to SLY,
141 ### New customization variable `sly-command-switch-to-existing-lisp`
143 This makes a prefixless `M-x sly` switch to an active connection
155 Courtesy of Zach Shaftel <zshaftel@gmail.com>, sly-cl-indent.el no
165 - More secure handling of ~/.sly-secret files
180 ### Improved `sly-stickers` contrib:
183 http://joaotavora.github.io/sly/#SLY-Stickers
187 Use `M-x sly-stickers-toggle-break-on-stickers` to turn on stepping
191 The "replay" interface, `M-x sly-stickers-replay` has been cleaned up.
195 In https://github.com/joaotavora/sly-named-readtables there is an
199 In https://github.com/joaotavora/sly-macrostep there is a SLY
203 In https://github.com/joaotavora/sly-quicklisp there is a SLY
209 https://github.com/joaotavora/sly-hello-world for how to write such
225 `M-- sly-apropos` prompts for just the package. A suggestion of Javier
228 `C-u sly-apropos` allows searching all packages (github #53)
241 New variable `sly-mrepl-output-filter-functions` for REPL
277 `sly-inspect-fetch-all` now actually does something (github #49).
279 `sly-expand-1` and friends error less often and less cryptically when
290 - The sly-c-p-c contrib now takes a better guess at symbol case
322 New customization option `sly-mrepl-eli-like-history-navigation` makes
326 ### New commands `sly-next-connection` and `sly-prev-connection`
328 Replace deprecated `sly-cycle-connections` and provide more feedback.
354 - `sly-recompile-xrefs` has been fixed.
361 ### sly-stickers: live source-code annotation tool
363 `sly-stickers` is a live code annotation tool, a replacement for the
366 description in http://joaotavora.github.io/sly/#SLY-Stickers.
374 http://joaotavora.github.io/sly for the online version in HTML.
379 package-install RET sly RET`. Thanks to Kan-Ru Chen for the idea.
387 `C-c C-z` switches to the nearest REPL, much like `sly-mrepl-sync`,
391 `sly-mrepl-sync` is now bound to `C-c ~` in any SLY buffer. A `C-u`
394 New customization variable `sly-mrepl-prevent-duplicate-history`
403 SLY asks the user to confirm the Lisp to kill with `M-x sly-quit` or
404 disconnect with `M-x sly-disconnect`. It also doesn't ask any
410 * Closed github #26: `sly-mrepl` history saved when killing
414 `sly-mrepl`. Reported by Kan-Ru Chen.
422 * Closed github #5: `sly-quit` no longer asks irrelevant questions
430 A `sly-retro` contrib, enabled by default ensures that:
446 - `sly-autodoc` has been rewritten by Helmut Eller. Multiline is
459 The `sly-mrepl` contrib is a extensively redesigned
462 Multiple independent REPLs can be created with the `sly-mrepl-new`
465 `sly-mrepl` is fully based on Emacs's `comint.el` and as such has a
495 `sly-mrepl-hook`.
497 There are Sylvesters. See `sly-mrepl-pop-sylvester`.
499 ### Regexp-capable M-x sly-apropos
516 By default, SLY enables the `sly-fancy` meta-contrib. This contains
517 `sly-mrepl`, `sly-autodoc`, `sly-fancy-inspector`, `sly-fancy-trace`,
518 `sly-fuzzy`, `sly-scratch`, `sly-package-fu`, `sly-fontifying-fu`,
519 `sly-trace-dialog`, `sly-indentation` and `sly-tramp`.
523 If the user sets `sly-contribs` to `sly-mrepl` she can be sure that no
530 [in this example](http://github.com/joaotavora/sly-hello-world).
540 For instance, the `i`,`p` and `M-RET` commands (`sly-button-inspect`,
541 `sly-button-pretty-print` and `sly-mrepl-copy-to-repl`) are available
543 question. A command such as `v` (`sly-button-show-source`) is only
549 `sly-mode` is now activated in every buffer related to SLY is now,
586 standard idioms. Macros like `with-struct` and `sly-define-keys` have
595 `sly-complete-symbol-function`.
597 Messages and warnings prefix themselves accordingly with "[sly]".
599 Fixed source locations when recompiling from an xref buffer. This is
603 Fixed bugs in `contrib/sly-package-fu.el`. This is the outstanding
632 into `sly-fuzzy` and setting `sly-complete-symbol-function` to
633 `sly-c-p-c-complete-symbol` should give you the previous behavior.