Raymond Toy pushed to branch master at cmucl / cmucl Commits: e8a0cc6c by Raymond Toy at 2022-10-30T15:03:27+00:00 Fix #147: Add method for stream-line-column - - - - - 0dad5a1a by Raymond Toy at 2022-10-30T15:03:28+00:00 Merge branch 'issue-147-stream-line-column-impl' into 'master' Fix #147: Add method for stream-line-column Closes #147 See merge request cmucl/cmucl!104 - - - - - 1 changed file: - src/pcl/gray-streams.lisp Changes: ===================================== src/pcl/gray-streams.lisp ===================================== @@ -235,6 +235,9 @@ defined for this function, although it is permissible for it to always return NIL.")) +(defmethod stream-line-column ((stream fundamental-character-output-stream)) + nil) + ;;; Stream-line-length is a CMUCL extension to Gray streams. (defgeneric stream-line-length (stream) (:documentation _N"Return the stream line length or Nil.")) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/ba5c5d2a6813c3c1504d9f8... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/ba5c5d2a6813c3c1504d9f8... You're receiving this email because of your account on gitlab.common-lisp.net.