Changeset 14160
- Timestamp:
- 10/01/12 06:28:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/design/pathnames/merging-defaults.markdown
r14159 r14160 12 12 will fail. 13 13 14 15 ## Questions 16 17 ### 19.2.3 Merging Pathnames 18 19 Except as explicitly specified otherwise, for functions that 20 manipulate or inquire about files in the file system, the pathname 21 argument to such a function is merged with *default-pathname-defaults* 22 before accessing the file system (as if by merge-pathnames). 23 24 Q: Does this mean that the arguments to PARSE-NAMESTRING should not be 25 merged? 26 14 27 ## Other implementations 28 29 What is the "default" host for #p"/"? 15 30 16 31 ### SBCL … … 34 49 HOST is NIL. 35 50 36 37 38 39 51 ### Colophon 40 52 41 53 Mark <evenson@panix.com> 42 54 Created: 01-SEP-2012 43 Revised: 30-SEP-201255 Revised: 01-OCT-2012 44 56
Note: See TracChangeset
for help on using the changeset viewer.