[slime-devel] slime-texi patch

Jeffrey Cunningham jeffrey at cunningham.net
Mon Jan 15 04:28:58 UTC 2007


[posting to correct list this time]

Hmmm. This is strange. I was given commit privileges specifically for
doing extensive work on doc/slime.texi. CVS lets me log in alright and
seems to accept the changes - prompts me for comments and everything.

But I just checked out a fresh copy and none of the changes I made
this month (several sessions) are there. And yet, the changes I made
in December are there (for example, the image on the front page). I
don't know what to make of it.

I'm going to post a patch to the list which incorporates the changes
you made plus those I've made. (attached)

Here's a changelog entry for it:

2007-01-14  Jeff Cunningham  <jeffrey at cunningham.net>

      * doc/slime.texi: Update of function/key index with links.

--Jeff




On Sun Jan 14, 2007 at 07:54:38PM -0800, Bill Clementson wrote:
> Hi Jeff,
> 
> On 1/14/07, Jeffrey Cunningham <jeffrey at cunningham.net> wrote:
> >On Sun Jan 14, 2007 at 05:10:32PM -0800, Bill Clementson wrote:
> >> Attached is a patch for slime-texi. Here's the changelog entry:
> >>
> >> 2007-01-14  Bill Clementson  <billclem at gmail.com>
> >>
> >>       * doc/slime.texi: Cleanup of documentation typos/errors.
> >
> >Hi Bill;
> >
> >I noticed your patch is applied against doc/slime.texi from Jan 1
> >whereas I checked a number of changes into CVS for that file on Jan
> >11. Should I do something beyond email the list that I have made
> >changes? I am unfamiliar with what is customary in this list. Should I
> >also send out a patch as you have done?
> >
> >I applied your patch to my current version and it worked fine.
> 
> I did a cvs update before I made the changes to slime.texi, so my
> patch should be against the latest version of slime.texi. Looking at
> the changelog, it appears that the last patch to slime.texi was made
> on 2006-12-24, so I don't know what happened to your changes. I just
> did a "cvs co slime" as well to see what I got on a fresh install and
> the date on slime.texi is also 2006-12-24. Perhaps your changes were
> never applied? Since there are a limited number of people with commit
> privileges, it's generally a good idea to double-check that any patch
> that you email in is actually applied as sometimes they "fall through
> the cracks".
> 
> --
> Bill Clementson
> 
-------------- next part --------------
13c13
< @set UPDATED @code{$Date: 2007/01/11 06:3:15 $}
---
> @set UPDATED @code{$Date: 2006/12/24 13:43:15 $}
161c161
< OpenMCL, version 0.14.3 or newer
---
> OpenMCL, version 0.14.3
274c274
< paths.
---
> path.
360,363d359
< A (near) complete list of the default keybindings set by @SLIME{} is
< given in an appendix (@pxref{Index to Key Bindings}), with links to
< their descriptions.
< 
377c373
< has a built-in default so that typing a prefix followed by @kbd{C-h}
---
> has a builtin default so that typing a prefix followed by @kbd{C-h}
382c378
< You can assign or change default key bindings globally using the @code{global-set-key}
---
> You can assign or change default key bindings using the @code{global-set-key}
385c381
< (global-set-key "\C-c s" 'slime-selector)
---
> (global-set-key "\C-cs" 'slime-selector)
390,399d385
< Alternatively, if you want to assign or change a key binding in just a
< particular slime mode, you can use the @code{global-set-key} function in
< your @file{~/.emacs} file like this:
< @example
< (define-key slime-repl-mode-map (kbd "C-c ;") 'slime-insert-balanced-comments)
< @end example
< @noindent
< which binds @kbd{C-c ;} to the function
< @code{slime-insert-balanced-comments} in the REPL buffer.
< 
463c449
< to Functions}) and by key binding (@pxref{Index to Key Bindings}).
---
> to Functions}) and by function (@pxref{Index to Key Bindings}).
655c641
< with no built-in @acronym{XREF} support @SLIME{} queries a portable
---
> with no builtin @acronym{XREF} support @SLIME{} queries a portable
684c670
< Go to the cross-referenced location at point.
---
> Goto the cross-referenced location at point.
723d708
< @itemx M-*
1117a1103
> @anchor{slime-repl-next-matching-input}
1118a1105
> @anchor{slime-repl-previous-matching-input}
1121,1125d1107
< @code{slime-repl-next-input, slime-repl-previous-input}@*
< Go to next/previous in command history.
< 
< @anchor{slime-repl-next-matching-input}
< @anchor{slime-repl-previous-matching-input}
1128,1133c1110,1112
< @code{slime-repl-next-matching-input, slime-repl-previous-matching-input}@*
< Search forward/reverse through command history with regex
< 
< @c @code{slime-repl-@{next,previous@}-input}@*
< @c @code{slime-repl-@{next,previous@}-matching-input}@*
< @c @code{comint}-style input history commands.
---
> @code{slime-repl-@{next,previous@}-input}@*
> @code{slime-repl-@{next,previous@}-matching-input}@*
> @code{comint}-style input history commands.
1163,1164c1142,1143
< compiling and loading Lisp systems. The set of shortcuts is listed
< below, and you can also use the @code{help}
---
> compiling and loading Lisp systems. The exact set of shortcuts is not
> currently documented in this manual, but you can use the @code{help}
1167,1225d1145
< @table @kbd
< @item change-directory (aka !d, cd)
< Change the current directory.
< 
< @item change-package (aka !p)
< Change the current package.
< 
< @item compile-and-load (aka cl)
< Compile (if neccessary) and load a lisp file.
< 
< @item compile-system
< Compile (but not load) an ASDF system.
< 
< @item defparameter (aka !)
< Define a new global, special, variable.
< 
< @item force-compile-system
< Recompile (but not load) an ASDF system.
< 
< @item force-load-system
< Recompile and load an ASDF system.
< 
< @item help (aka ?)
< Display the help.
< 
< @item load-system
< Compile (as needed) and load an ASDF system.
< 
< @item pop-directory (aka -d)
< Pop the current directory.
< 
< @item pop-package (aka -p)
< Pop the top of the package stack.
< 
< @item push-directory (aka +d, pushd)
< Push a new directory onto the directory stack.
< 
< @item push-package (aka +p)
< Push a package onto the package stack.
< 
< @item pwd
< Show the current directory.
< 
< @item quit
< Quit the current Lisp.
< 
< @item resend-form
< Resend the last form.
< 
< @item restart-inferior-lisp
< Restart *inferior-lisp* and reconnect SLIME.
< 
< @item sayoonara
< Quit all Lisps and close all SLIME buffers.
< 
< @end table
< 
< 
< 
1339,1341c1259
< @fcnanchor{in-sldb-face}                      
< Return STRING propertised with face sldb-NAME-face.
< 
---
> @c @anchor{slime-interactive-eval}
1499c1417
< Disconnect all connections.
---
> Disconnect all connextions.
1626d1543
< @fcnanchor{slime-mode-hook}
1707c1624
< capabilities of your Lisp system. The general order of preference is
---
> capabilities your Lisp system. The general order of preference is
1830c1747
< image, se we're not gonig to talk about it} and we'll only have one
---
> image, se we're not gonig to talk about it} and we'll only have on
1938c1855
< often than not this is inconvenient. So, if you want code such as this:
---
> often than not this inconvenient. So, if you want code such as this:
2011d1927
< These are the keybindings set by default in Slime. 
2061c1977
< @kbdindex{M- at comma{}, slime-pop-find-definition-stack}
---
> @kbdindex{M-\,, slime-pop-find-definition-stack}
2072,2080c1988,1989
< These functions are all available (when relevant). To find the
< keybinding (if there is one) refer to the function description. 
< 
< @c Note to editors: @fcnindex{...} lines commented out below are place holders
< @c ----------------
< @c They have yet to be documented
< @c Please feel free to add descriptions in the text where appropriate, add the
< @c appropriate anchors and uncomment them. 
< 
---
> @c Note: the functions commented out below are in slime.el but as
> @c yet unreferenced (and may or may not be -jkc-).  
2084c1993,2012
< @fcnindex{in-sldb-face}                      
---
> @c @fcnindex{sldb-mode-hook}
> @c @fcnindex{slime-mode-hook}
> @c @fcnindex{slime-repl-mode-hook}
> @c @fcnindex{compile}
> @c @fcnindex{compile-defun}
> @c @fcnindex{fboundp}
> @c @fcnindex{def-sldb-face}
> @c @fcnindex{def-sldb-faces}
> @c @fcnindex{def-slime-selector-method}
> @c @fcnindex{def-slime-test}
> @c @fcnindex{define-sldb-invoke-restart-key}
> @c @fcnindex{define-sldb-invoke-restart-keys}
> @c @fcnindex{define-slime-dialect}
> @c @fcnindex{defslime-repl-shortcut}
> @c @fcnindex{destructure-case}
> @c @fcnindex{in-sldb-face}
> @c @fcnindex{inferior-slime-closing-return}
> @c @fcnindex{inferior-slime-indent-line}
> @c @fcnindex{inferior-slime-input-complete-p}
> @c @fcnindex{inferior-slime-return}
2139d2066
< @c @fcnindex{sldb-mode-hook}
2162,2167d2088
< 
< 
< @c @fcnindex{inferior-slime-closing-return}
< @c @fcnindex{inferior-slime-indent-line}
< @c @fcnindex{inferior-slime-mode}
< @c @fcnindex{inferior-slime-return}
2168a2090,2095
> @c @fcnindex{slime-accept-process-output}
> @c @fcnindex{slime-activate-font-lock-magic}
> @c @fcnindex{slime-add-face}
> @c @fcnindex{slime-add-presentation-properties}
> @c @fcnindex{slime-after-change-function}
> @c @fcnindex{slime-alistify}
2171a2099
> @c @fcnindex{slime-apropos-summary}                             [internal]
2172a2101,2107
> @c @fcnindex{slime-arglist-specializers}
> @c @fcnindex{slime-at-top-level-p}
> @c @fcnindex{slime-autodoc}                                     [internal]
> @c @fcnindex{slime-autodoc-global-at-point}                     [internal]
> @c @fcnindex{slime-autodoc-message}                             [internal]
> @c @fcnindex{slime-autodoc-message-dimensions}                  [internal]
> @c @fcnindex{slime-autodoc-message-ok-p}                        [internal]
2174c2109,2113
< @c @fcnindex{slime-autodoc-start-timer}
---
> @c @fcnindex{slime-autodoc-pre-command-refresh-echo-area}       [internal]
> @c @fcnindex{slime-autodoc-start-timer}                             ??
> @c @fcnindex{slime-autodoc-stop-timer}                          [internal]
> @c @fcnindex{slime-autodoc-thing-at-point}                      [internal]
> @c @fcnindex{slime-autodoc-timer-hook}                          [internal]
2176a2116,2120
> @c @fcnindex{slime-batch-test}
> @c @fcnindex{slime-beginning-of-comment}                        [internal]
> @c @fcnindex{slime-beginning-of-list}                           [internal]
> @c @fcnindex{slime-beginning-of-symbol}                         [internal]
> @c @fcnindex{slime-bogus-completion-alist}
2178a2123,2125
> @c @fcnindex{slime-buffer-substring-with-reified-output}
> @c @fcnindex{slime-busy-p}
> @c @fcnindex{slime-bytecode-stale-p}
2179a2127,2128
> @c @fcnindex{slime-call-describer}
> @c @fcnindex{slime-call-with-browser-setup}
2180a2130,2133
> @c @fcnindex{slime-changelog-date}
> @c @fcnindex{slime-cheat-sheet}
> @c @fcnindex{slime-cheat-sheet-table}
> @c @fcnindex{slime-check}
2181a2135,2144
> @c @fcnindex{slime-check-connected}
> @c @fcnindex{slime-check-eval-in-emacs-enabled}
> @c @fcnindex{slime-check-sldb-level}
> @c @fcnindex{slime-check-top-level}
> @c @fcnindex{slime-choose-connection}
> @c @fcnindex{slime-choose-overlay-for-sexp}
> @c @fcnindex{slime-choose-overlay-region}
> @c @fcnindex{slime-cl-symbol-external-ref-p}
> @c @fcnindex{slime-cl-symbol-name}
> @c @fcnindex{slime-cl-symbol-package}
2183a2147,2150
> @c @fcnindex{slime-coding-system-cl-name}
> @c @fcnindex{slime-coding-system-mulibyte-p}
> @c @fcnindex{slime-compilation-finished}
> @c @fcnindex{slime-compilation-finished-continuation}
2187a2155
> @c @fcnindex{slime-compile-string}                              [internal]
2189a2158
> @c @fcnindex{slime-compiler-notes}                              [internal]
2193a2163,2165
> @c @fcnindex{slime-compiler-notes-to-tree}                      [internal]
> @c @fcnindex{slime-complete-delay-restoration}                  [internal]
> @c @fcnindex{slime-complete-forget-window-configuration}        [internal]
2194a2167,2169
> @c @fcnindex{slime-complete-maybe-restore-window-configuration} [internal]
> @c @fcnindex{slime-complete-maybe-save-window-configuration}    [internal]
> @c @fcnindex{slime-complete-restore-window-configuration}       [internal]
2195a2171,2175
> @c @fcnindex{slime-complete-symbol*}                            [internal]
> @c @fcnindex{slime-complete-symbol*-fancy-bit}                  [internal]
> @c @fcnindex{slime-completion-window-active-p}                  [internal]
> @c @fcnindex{slime-completions}                                 [internal]
> @c @fcnindex{slime-completions-for-keyword}                     [internal]
2196a2177,2180
> @c @fcnindex{slime-connected-p}                                 [internal]
> @c @fcnindex{slime-connection}                                  [internal]
> @c @fcnindex{slime-connection-at-point}                         [internal]
> @c @fcnindex{slime-connection-close-hook}                       [internal]
2199c2183,2195
< @c @fcnindex{slime-copy-presentation-at-point}
---
> @c @fcnindex{slime-connection-port}                             [internal]
> @c @fcnindex{slime-control-modified-char}
> @c @fcnindex{slime-copy-or-inspect-presentation-at-mouse}
> @c @fcnindex{slime-copy-presentation-at-mouse}
> @c @fcnindex{slime-create-message-window}
> @c @fcnindex{slime-create-note-overlay}
> @c @fcnindex{slime-create-test-results-buffer}
> @c @fcnindex{slime-current-connection}                          [internal]
> @c @fcnindex{slime-current-package}                             [internal]
> @c @fcnindex{slime-def-connection-var}
> @c @fcnindex{slime-define-keys}
> @c @fcnindex{slime-defun-at-point}
> @c @fcnindex{slime-delete-hidden-outline-text}
2200a2197
> @c @fcnindex{slime-describe-presentation-at-mouse}
2203a2201,2208
> @c @fcnindex{slime-dismiss-temp-buffer}
> @c @fcnindex{slime-dispatch-event}
> @c @fcnindex{slime-display-buffer-region}
> @c @fcnindex{slime-display-completion-list}
> @c @fcnindex{slime-display-eval-result}
> @c @fcnindex{slime-display-message}
> @c @fcnindex{slime-display-output-buffer}
> @c @fcnindex{slime-display-xref-buffer}
2204a2210,2213
> @c @fcnindex{slime-draw-connection-list}
> @c @fcnindex{slime-easy-menu}
> @c @fcnindex{slime-echo-arglist}
> @c @fcnindex{slime-ed}
2209a2219
> @c @fcnindex{slime-edit-value-callback}
2211,2212c2221,2228
< @c @fcnindex{slime-edit-value-mode}
< @fcnindex{slime-ensure-typeout-frame}
---
> @c @fcnindex{slime-emacs-20-p}
> @c @fcnindex{slime-enclosing-operator-names}
> @c @fcnindex{slime-end-of-symbol}
> @c @fcnindex{slime-ensure-presentation-overlay}
> @c @fcnindex{slime-ensure-typeout-frame}
> @c @fcnindex{slime-etags-definitions}
> @c @fcnindex{slime-eval}
> @c @fcnindex{slime-eval-async}
2214a2231,2233
> @c @fcnindex{slime-eval-describe}
> @c @fcnindex{slime-eval-feature-conditional}
> @c @fcnindex{slime-eval-for-lisp}
2216a2236,2238
> @c @fcnindex{slime-eval-macroexpand}
> @c @fcnindex{slime-eval-macroexpand-inplace}
> @c @fcnindex{slime-eval-print}
2218a2241,2268
> @c @fcnindex{slime-eval-with-transcript}
> @c @fcnindex{slime-events-buffer}
> @c @fcnindex{slime-execute-tests}
> @c @fcnindex{slime-expand-abbreviations-and-complete}
> @c @fcnindex{slime-expand-class-node}
> @c @fcnindex{slime-expand-xrefs}
> @c @fcnindex{slime-extract-context}
> @c @fcnindex{slime-face-inheritance-possible-p}
> @c @fcnindex{slime-fetch-browsable-xrefs}
> @c @fcnindex{slime-filter-buffers}
> @c @fcnindex{slime-find-asd}                            [internal]
> @c @fcnindex{slime-find-buffer-package}                 [internal]
> @c @fcnindex{slime-find-coding-system}                  [internal]
> @c @fcnindex{slime-find-connection-by-name}             [internal]
> @c @fcnindex{slime-find-filename-translators}           [internal]
> @c @fcnindex{slime-find-next-note}                      [internal]
> @c @fcnindex{slime-find-note}                           [internal]
> @c @fcnindex{slime-find-previous-note}                  [internal]
> @c @fcnindex{slime-first-change-hook}
> @c @fcnindex{slime-fontify-string}
> @c @fcnindex{slime-forward-blanks}
> @c @fcnindex{slime-forward-positioned-source-path}
> @c @fcnindex{slime-forward-reader-comment}
> @c @fcnindex{slime-forward-reader-conditional}
> @c @fcnindex{slime-forward-sexp}
> @c @fcnindex{slime-forward-source-path}
> @c @fcnindex{slime-frame-windows}
> @c @fcnindex{slime-from-lisp-filename}
2222,2225c2272,2292
< @c @fcnindex{slime-fuzzy-next}        
< @c @fcnindex{slime-fuzzy-prev}        
< @c @fcnindex{slime-fuzzy-select}      
< @c @fcnindex{slime-fuzzy-select/mouse}
---
> @c @fcnindex{slime-fuzzy-choices-buffer}                       [internal]
> @c @fcnindex{slime-fuzzy-completions}                          [internal]
> @c @fcnindex{slime-fuzzy-done}                                 [internal]
> @c @fcnindex{slime-fuzzy-insert}                               [internal]
> @c @fcnindex{slime-fuzzy-insert-completion-choice}             [internal]
> @c @fcnindex{slime-fuzzy-insert-from-point}                    [internal]
> @c @fcnindex{slime-fuzzy-maybe-restore-window-configuration}   [internal]
> @c @fcnindex{slime-fuzzy-next}                                    ???
> @c @fcnindex{slime-fuzzy-post-command-hook}                    [internal]
> @c @fcnindex{slime-fuzzy-prev}                                    ???
> @c @fcnindex{slime-fuzzy-save-window-configuration}            [internal]
> @c @fcnindex{slime-fuzzy-select}                                  ???
> @c @fcnindex{slime-fuzzy-select/mouse}                            ???
> @c @fcnindex{slime-fuzzy-selected}                              [internal]
> @c @fcnindex{slime-fuzzy-window-configuration-change}           [internal]
> @c @fcnindex{slime-fuzzy-window-configuration-change-add-hook}  [internal]
> @c @fcnindex{slime-generate-connection-name}
> @c @fcnindex{slime-get-arglist}                         [internal]
> @c @fcnindex{slime-get-cached-autodoc}                  [internal]
> @c @fcnindex{slime-get-fuzzy-buffer}                    [internal]
> @c @fcnindex{slime-global-variable-name-p}              [internal]
2226a2294,2299
> @c @fcnindex{slime-goto-definition}                        ???
> @c @fcnindex{slime-goto-definition-other-window}        [internal]
> @c @fcnindex{slime-goto-location-buffer}                [internal]
> @c @fcnindex{slime-goto-location-position}              [internal]
> @c @fcnindex{slime-goto-next-xref}                      [internal]
> @c @fcnindex{slime-goto-source-location}                [internal]
2227a2301,2302
> @c @fcnindex{slime-group-similar}
> @c @fcnindex{slime-handle-indentation-update}
2228a2304,2308
> @c @fcnindex{slime-hide-inferior-lisp-buffer}           [internal]
> @c @fcnindex{slime-highlight-edits}
> @c @fcnindex{slime-highlight-edits-compile-hook}
> @c @fcnindex{slime-highlight-edits-init-buffer}
> @c @fcnindex{slime-highlight-edits-reset-buffer}
2230a2311
> @c @fcnindex{slime-in-expression-p}
2231a2313,2316
> @c @fcnindex{slime-inferior-connect}                    [internal]
> @c @fcnindex{slime-inferior-lisp-args}                  [internal]
> @c @fcnindex{slime-init-command}
> @c @fcnindex{slime-init-connection-state}
2232a2318,2320
> @c @fcnindex{slime-init-output-buffer}
> @c @fcnindex{slime-init-xref-buffer}
> @c @fcnindex{slime-input-complete-p}
2234a2323,2326
> @c @fcnindex{slime-insert-presentation}
> @c @fcnindex{slime-insert-transcript-delimiter}
> @c @fcnindex{slime-insert-xrefs}
> @c @fcnindex{slime-inside-comment-p}
2235a2328,2329
> @c @fcnindex{slime-inspect-presentation-at-mouse}
> @c @fcnindex{slime-inspector-buffer}
2237a2332,2333
> @c @fcnindex{slime-inspector-fontify}
> @c @fcnindex{slime-inspector-insert-ispec}
2239a2336,2340
> @c @fcnindex{slime-inspector-operate-on-click}
> @fcnindex{slime-inspector-operate-on-point}
> @fcnindex{slime-inspector-pop}
> @c @fcnindex{slime-inspector-pprint}
> @c @fcnindex{slime-inspector-previous-inspectable-object}
2243a2345,2354
> @c @fcnindex{slime-intersperse}
> @c @fcnindex{slime-io-speed-test}
> @c @fcnindex{slime-isearch}
> @c @fcnindex{slime-isearch-with-function}
> @c @fcnindex{slime-keys}
> @c @fcnindex{slime-kill-all-buffers}
> @c @fcnindex{slime-last-expression}
> @c @fcnindex{slime-length>}
> @c @fcnindex{slime-lisp-mode-hook}
> @c @fcnindex{slime-list-all-repl-shortcuts}
2248c2359
< @c @fcnindex{slime-list-repl-shortcuts}
---
> @c @fcnindex{slime-list-repl-short-cuts}
2250a2362
> @c @fcnindex{slime-load-file-set-package}
2251a2364,2366
> @c @fcnindex{slime-log-event}
> @c @fcnindex{slime-lookup-lisp-implementation}
> @c @fcnindex{slime-lookup-shortcut}
2253a2369
> @c @fcnindex{slime-macroexpand-again}
2254a2371
> @c @fcnindex{slime-macroexpand-all-inplace}
2255a2373,2374
> @c @fcnindex{slime-make-net-buffer}
> @c @fcnindex{slime-make-tramp-file-name}
2257c2376,2404
< @fcnindex{slime-mode}
---
> @c @fcnindex{slime-make-variables-buffer-local}
> @c @fcnindex{slime-mark-input-start}
> @c @fcnindex{slime-mark-output-end}
> @c @fcnindex{slime-mark-output-start}
> @c @fcnindex{slime-mark-presentation-end}
> @c @fcnindex{slime-mark-presentation-end-handler}
> @c @fcnindex{slime-mark-presentation-start}
> @c @fcnindex{slime-mark-presentation-start-handler}
> @c @fcnindex{slime-maybe-complete-as-filename}
> @c @fcnindex{slime-maybe-display-output-buffer}
> @c @fcnindex{slime-maybe-list-compiler-notes}
> @c @fcnindex{slime-maybe-show-xrefs-for-notes}
> @c @fcnindex{slime-maybe-start-lisp}
> @c @fcnindex{slime-menu-choices-for-presentation}
> @c @fcnindex{slime-merge-note-into-overlay}
> @c @fcnindex{slime-merge-notes}
> @c @fcnindex{slime-merge-notes-for-display}
> @c @fcnindex{slime-message}
> @c @fcnindex{slime-minibuffer-respecting-message}
> @c @fcnindex{slime-most-severe}
> @c @fcnindex{slime-net-close}
> @c @fcnindex{slime-net-connect}
> @c @fcnindex{slime-net-decode-length}
> @c @fcnindex{slime-net-encode-length}
> @c @fcnindex{slime-net-filter}
> @c @fcnindex{slime-net-have-input-p}
> @c @fcnindex{slime-net-read}
> @c @fcnindex{slime-net-send}
> @c @fcnindex{slime-net-sentinel}
2261a2409,2437
> @c @fcnindex{slime-note-at-point}
> @c @fcnindex{slime-note-count-string}
> @c @fcnindex{slime-note-has-location-p}
> @c @fcnindex{slime-note-overlay-p}
> @c @fcnindex{slime-note-overlays-at-point}
> @c @fcnindex{slime-note.location}
> @c @fcnindex{slime-note.message}
> @c @fcnindex{slime-note.references}
> @c @fcnindex{slime-note.severity}
> @c @fcnindex{slime-note.short-message}
> @c @fcnindex{slime-notes-in-same-location-p}
> @c @fcnindex{slime-one-line-ify}
> @c @fcnindex{slime-oneliner}
> @c @fcnindex{slime-only-whitespace-p}
> @c @fcnindex{slime-oos}
> @c @fcnindex{slime-open-inspector}
> @c @fcnindex{slime-open-stream-to-lisp}
> @c @fcnindex{slime-output-buffer}
> @c @fcnindex{slime-output-filter}
> @c @fcnindex{slime-overlay-note}
> @c @fcnindex{slime-parse-context}
> @c @fcnindex{slime-parse-context}
> @c @fcnindex{slime-parse-extended-operator-name}
> @c @fcnindex{slime-parse-extended-operator-name/apply}
> @c @fcnindex{slime-parse-extended-operator-name/cerror}
> @c @fcnindex{slime-parse-extended-operator-name/defmethod}
> @c @fcnindex{slime-parse-extended-operator-name/make-instance}
> @c @fcnindex{slime-parse-toplevel-form}
> @c @fcnindex{slime-pattern-path}
2262a2439
> @c @fcnindex{slime-point-moves-p}
2263a2441,2442
> @c @fcnindex{slime-pop-to-other-window}
> @c @fcnindex{slime-post-command-hook}
2264a2444,2449
> @c @fcnindex{slime-pprint-event}
> @c @fcnindex{slime-pre-command-hook}
> @c @fcnindex{slime-presentation-around-click}
> @c @fcnindex{slime-presentation-around-or-before-point}
> @c @fcnindex{slime-presentation-around-point}
> @c @fcnindex{slime-presentation-expression}
2265a2451,2455
> @c @fcnindex{slime-presentation-start-p}
> @c @fcnindex{slime-presentation-stop-p}
> @c @fcnindex{slime-presentation-whole-p}
> @c @fcnindex{slime-presentations-around-point}
> @c @fcnindex{slime-preserve-zmacs-region}
2266a2457,2458
> @c @fcnindex{slime-pretty-package-name}
> @c @fcnindex{slime-pretty-print-presentation-at-mouse}
2267a2460,2466
> @c @fcnindex{slime-prin1-to-string}
> @c @fcnindex{slime-print-apropos}
> @c @fcnindex{slime-print-check-error}
> @c @fcnindex{slime-print-check-failed}
> @c @fcnindex{slime-print-check-ok}
> @c @fcnindex{slime-process}
> @c @fcnindex{slime-process-available-input}
2271a2471,2476
> @c @fcnindex{slime-propertize-region}
> @c @fcnindex{slime-property-bounds}
> @c @fcnindex{slime-property-position}
> @c @fcnindex{slime-push-definition-stack}
> @c @fcnindex{slime-qualify-cl-symbol}
> @c @fcnindex{slime-qualify-cl-symbol-name}
2274a2480,2481
> @c @fcnindex{slime-quit-sentinel}
> @c @fcnindex{slime-random-words-of-encouragement}
2275a2483,2494
> @c @fcnindex{slime-read-from-minibuffer}
> @c @fcnindex{slime-read-interactive-args}
> @c @fcnindex{slime-read-object}
> @c @fcnindex{slime-read-package-name}
> @c @fcnindex{slime-read-port-and-connect}
> @c @fcnindex{slime-read-swank-port}
> @c @fcnindex{slime-read-symbol-name}
> @c @fcnindex{slime-read-system-name}
> @c @fcnindex{slime-read-test-name}
> @c @fcnindex{slime-reading-p}
> @c @fcnindex{slime-recenter-window}
> @c @fcnindex{slime-recently-visited-buffer}
2277c2496,2497
< @c @fcnindex{slime-register-lisp-implementation}
---
> @c @fcnindex{slime-region-for-defun-at-point}
> @c @fcnindex{slime-reify-old-output}
2278a2499
> @c @fcnindex{slime-reinitialize-inferior-lisp-p}        [internal]
2279a2501
> @c @fcnindex{slime-remove-edits}
2280a2503,2504
> @c @fcnindex{slime-remove-old-overlays}
> @c @fcnindex{slime-remove-presentation-properties}
2281a2506,2508
> @c @fcnindex{slime-repl-abort-read}
> @c @fcnindex{slime-repl-add-to-input-history}
> @c @fcnindex{slime-repl-at-prompt-end-p}
2283a2511,2512
> @c @fcnindex{slime-repl-buffer}
> @c @fcnindex{slime-repl-call-with-handler}
2287,2290c2516,2517
< @c @fcnindex{slime-repl-compile-and-load}
< @c @fcnindex{slime-repl-compile-system}
< @c @fcnindex{slime-repl-compile/force-system}
< @c @fcnindex{slime-repl-defparameter}
---
> @c @fcnindex{slime-repl-current-input}
> @c @fcnindex{slime-repl-delete-current-input}
2293,2294c2520,2532
< @c @fcnindex{slime-repl-load-system}
< @c @fcnindex{slime-repl-load/force-system}
---
> @c @fcnindex{slime-repl-eval-string}
> @c @fcnindex{slime-repl-find-prompt}
> @c @fcnindex{slime-repl-grab-old-input}
> @c @fcnindex{slime-repl-grab-old-output}
> @c @fcnindex{slime-repl-history-replace}
> @c @fcnindex{slime-repl-in-input-area-p}
> @c @fcnindex{slime-repl-input-line-beginning-position}
> @c @fcnindex{slime-repl-insert-prompt}
> @c @fcnindex{slime-repl-insert-result}
> @c @fcnindex{slime-repl-kill-input}
> @c @fcnindex{slime-repl-load-history}
> @c @fcnindex{slime-repl-matching-input-regexp}
> @c @fcnindex{slime-repl-merge-histories}
2295a2534
> @c @fcnindex{slime-repl-move-output-mark-before-prompt}
2300,2301c2539
< @c @fcnindex{slime-repl-pop-directory}
< @c @fcnindex{slime-repl-pop-packages}
---
> @c @fcnindex{slime-repl-position-in-history}
2305,2306d2542
< @c @fcnindex{slime-repl-push-directory}
< @c @fcnindex{slime-repl-push-package}
2308c2544,2548
< @c @fcnindex{slime-repl-read-mode}
---
> @c @fcnindex{slime-repl-read-history}
> @c @fcnindex{slime-repl-read-history-filename}
> @c @fcnindex{slime-repl-read-string}
> @c @fcnindex{slime-repl-recenter-if-needed}
> @c @fcnindex{slime-repl-replace-input}
2309a2550,2557
> @c @fcnindex{slime-repl-return-string}
> @c @fcnindex{slime-repl-safe-load-history}
> @c @fcnindex{slime-repl-safe-save-merged-history}
> @c @fcnindex{slime-repl-save-all-histories}
> @c @fcnindex{slime-repl-save-history}
> @c @fcnindex{slime-repl-save-merged-history}
> @c @fcnindex{slime-repl-send-input}
> @c @fcnindex{slime-repl-send-string}
2311c2559,2561
< @c @fcnindex{slime-repl-shortcut-help}
---
> @c @fcnindex{slime-repl-show-abort}
> @c @fcnindex{slime-repl-show-maximum-output}
> @c @fcnindex{slime-repl-update-banner}
2312a2563
> @c @fcnindex{slime-reset-repl-markers}
2315c2566,2573
< @c @fcnindex{slime-restart-inferior-lisp-aux}
---
> @c @fcnindex{slime-restart-sentinel}                    [internal]
> @c @fcnindex{slime-run-one-test}
> @c @fcnindex{slime-run-tests}
> @c @fcnindex{slime-run-when-idle}
> @c @fcnindex{slime-safe-encoding-p}
> @c @fcnindex{slime-same-line-p}
> @c @fcnindex{slime-save-some-lisp-buffers}
> @c @fcnindex{slime-scheme-mode-hook}
2317c2575,2581
< @c @fcnindex{slime-select-lisp-implementation}
---
> @c @fcnindex{slime-scratch-buffer}
> @c @fcnindex{slime-search-call-site}
> @c @fcnindex{slime-search-method-location}
> @c @fcnindex{slime-search-property-change-fn}
> @c @fcnindex{slime-search-suppressed-forms}
> @c @fcnindex{slime-secret}
> @c @fcnindex{slime-select-connection}
2318a2583
> @c @fcnindex{slime-send}
2319a2585
> @c @fcnindex{slime-set-connection-info}
2320a2587
> @c @fcnindex{slime-set-inferior-process}
2321a2589,2607
> @c @fcnindex{slime-set-state}
> @c @fcnindex{slime-set-truncate-lines}
> @c @fcnindex{slime-setup-command-hooks}
> @c @fcnindex{slime-setup-connection}
> @c @fcnindex{slime-setup-first-change-hook}
> @c @fcnindex{slime-severity-face}
> @c @fcnindex{slime-severity-label}
> @c @fcnindex{slime-sexp-at-point}
> @c @fcnindex{slime-sexp-at-point-or-error}
> @c @fcnindex{slime-shared-lisp-mode-hook}
> @c @fcnindex{slime-show-apropos}
> @c @fcnindex{slime-show-buffer-position}
> @c @fcnindex{slime-show-definitions}
> @c @fcnindex{slime-show-description}
> @c @fcnindex{slime-show-last-output}
> @c @fcnindex{slime-show-last-output-region}
> @c @fcnindex{slime-show-note}
> @c @fcnindex{slime-show-note-counts}
> @c @fcnindex{slime-show-source-location}
2322a2609,2612
> @c @fcnindex{slime-show-xrefs}
> @c @fcnindex{slime-simple-complete-symbol}
> @c @fcnindex{slime-simple-completions}
> @c @fcnindex{slime-sldb-level=}
2324a2615,2617
> @c @fcnindex{slime-start-lisp}
> @c @fcnindex{slime-start-swank-server}
> @c @fcnindex{slime-swank-port-file}
2325a2619,2624
> @c @fcnindex{slime-switch-to-scratch-buffer}
> @c @fcnindex{slime-symbol-at-point}
> @c @fcnindex{slime-symbol-end-pos}
> @c @fcnindex{slime-symbol-name-at-point}
> @c @fcnindex{slime-symbol-start-pos}
> @c @fcnindex{slime-sync}
2327c2626
< @c @fcnindex{slime-temp-buffer-mode}
---
> @c @fcnindex{slime-sync-to-top-level}
2328a2628,2633
> @c @fcnindex{slime-temporarily-highlight-note}
> @c @fcnindex{slime-test-expect}
> @c @fcnindex{slime-test-failure}
> @c @fcnindex{slime-test-heading}
> @c @fcnindex{slime-test-message}
> @c @fcnindex{slime-test-should-fail-p}
2331c2636
< @c @fcnindex{slime-thread-control-mode}
---
> @c @fcnindex{slime-thread-insert}
2333a2639,2640
> @c @fcnindex{slime-to-feature-keyword}
> @c @fcnindex{slime-to-lisp-filename}
2335a2643,2659
> @c @fcnindex{slime-trace-query}
> @c @fcnindex{slime-tree-at-point}
> @c @fcnindex{slime-tree-decoration}
> @c @fcnindex{slime-tree-default-printer}
> @c @fcnindex{slime-tree-delete}
> @c @fcnindex{slime-tree-for-note}
> @c @fcnindex{slime-tree-for-severity}
> @c @fcnindex{slime-tree-indent-item}
> @c @fcnindex{slime-tree-insert}
> @c @fcnindex{slime-tree-insert-decoration}
> @c @fcnindex{slime-tree-insert-list}
> @c @fcnindex{slime-tree-insert-references}
> @c @fcnindex{slime-tree-leaf-p}
> @c @fcnindex{slime-tree-print-with-references}
> @c @fcnindex{slime-tree-toggle}
> @c @fcnindex{slime-typeout-active-p}
> @c @fcnindex{slime-typeout-message}
2336a2661
> @c @fcnindex{slime-underline-color}
2338a2664
> @c @fcnindex{slime-update-autodoc-cache}
2340a2667,2672
> @c @fcnindex{slime-update-modeline-package}
> @c @fcnindex{slime-urge-bytecode-recompile}
> @c @fcnindex{slime-use-sigint-for-interrupt}
> @c @fcnindex{slime-user-first-name}
> @c @fcnindex{slime-visit-source-path}
> @c @fcnindex{slime-wait-condition}
2347,2348c2679,2685
< @c @fcnindex{slime-xref-mode}
< @c @fcnindex{slime-xref-quit}
---
> @c @fcnindex{slime-window-config-fingerprint}
> @c @fcnindex{slime-with-output-end-mark}
> @c @fcnindex{slime-with-rigid-indentation}
> @c @fcnindex{slime-write-string}
> @c @fcnindex{slime-xref}
> @c @fcnindex{slime-xref-buffer}
> @c @fcnindex{slime-xref-cleanup}


More information about the slime-devel mailing list