Raymond Toy pushed to branch master at cmucl / cmucl
Commits: de453c9a by Raymond Toy at 2024-01-04T16:48:10+00:00 Fix #260: Mention hemlock must loaded for -edit/-slave to exist
- - - - - 1e7aa127 by Raymond Toy at 2024-01-04T16:48:11+00:00 Merge branch 'issue-260-hemlock-in-core-for-options' into 'master'
Fix #260: Mention hemlock must loaded for -edit/-slave to exist
Closes #260
See merge request cmucl/cmucl!182 - - - - -
1 changed file:
- src/general-info/lisp.1
Changes:
===================================== src/general-info/lisp.1 ===================================== @@ -79,13 +79,16 @@ default is used. The actual maximum allowed heap size is platform-specific. Requires an argument that should be the number of megabytes (1048576 bytes) that should be allocated for the binding stack. If not specified, a platform-specific default is used. The actual maximum allowed heap size is platform-specific. +.TP .BR -edit Causes Lisp to enter the .I Hemlock editor. A file to edit may be specified by placing the name of the file between the program name (usually `lisp') and -the first switch. +the first switch. For this option to be defined, Lisp must have +.I Hemlock +already loaded into the core. .TP .BR -eval " expression" Evaluates the specified Lisp @@ -122,7 +125,10 @@ Specifies that Lisp should start up as a .I slave Lisp and try to connect to an editor Lisp. The name of the editor to connect to must be -specified. To find the editor's name, use the +specified. For this option to be defined, Lisp must have already +loaded +.I Hemlock +into the core. To find the editor's name, use the .I Hemlock `Accept Slave Connections' command. .I editor-name
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/eb1848d98c57439e983ed6a...