Skip to content

Commit

Permalink
rephrase and show default setting value
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Nov 10, 2024
1 parent f5ee5e5 commit 850f000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/en/usage/common_lisp.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ all known symbols of the current Lisp image*, and it brings you to
this symbol's definition.

> If you can't find the definition of built-in symbols provided by your implementation, and get the `directory does not exists: ...` error, then you may need to specify the `source directory` of your implementation.
> For example, if you are using `roswell` to start your `lisp repl`, you can create the `~/.roswell/init.lisp`, and add `(sb-ext:set-sbcl-source-location "/path/to/your/source-of-implementation/")` to specify the source direcoty. (Taken `sbcl` implementation for example.)
> Add this in your init file: `(sb-ext:set-sbcl-source-location "/path/to/your/source-of-implementation/")` to specify the source direcoty (given `sbcl` is the underlying implementation). A usual value is `"/usr/share/sbcl-source/"`.
> If you installed Lem with Roswell (which isn't the preferred method anymore), you can create the `~/.roswell/init.lisp` init file, and you can install SBCL source files with `ros install sbcl --without-install`.
"All symbols" really means all the symbols of any package that was
loaded in the image. This includes the implementation and Lem's
Expand Down
3 changes: 2 additions & 1 deletion content/zh-TW/usage/common_lisp.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ all known symbols of the current Lisp image*, and it brings you to
this symbol's definition.

> If you can't find the definition of built-in symbols provided by your implementation, and get the `directory does not exists: ...` error, then you may need to specify the `source directory` of your implementation.
> For example, if you are using `roswell` to start your `lisp repl`, you can create the `~/.roswell/init.lisp`, and add `(sb-ext:set-sbcl-source-location "/path/to/your/source-of-implementation/")` to specify the source direcoty. (Taken `sbcl` implementation for example.)
> Add this in your init file: `(sb-ext:set-sbcl-source-location "/path/to/your/source-of-implementation/")` to specify the source direcoty (given `sbcl` is the underlying implementation). A usual value is `"/usr/share/sbcl-source/"`.
> If you installed Lem with Roswell (which isn't the preferred method anymore), you can create the `~/.roswell/init.lisp` init file, and you can install SBCL source files with `ros install sbcl --without-install`.
"All symbols" really means all the symbols of any package that was
loaded in the image. This includes the implementation and Lem's
Expand Down

0 comments on commit 850f000

Please sign in to comment.