chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] [ANN] updated apropos : 2.5.0


From: Kon Lovett
Subject: [Chicken-users] [ANN] updated apropos : 2.5.0
Date: Sun, 5 Nov 2017 14:15:39 -0800

looks like this now (sort by module is new):

#;1> ,a print qualified macros sort module
##sys#record-printers                        variable
##sys#print-length-limit                     procedure args
##sys#print-to-string                        procedure (xs)
##sys#repl-print-hook                        procedure (x port)
##sys#user-print-hook                        procedure (x readable port)
print-error-message                          procedure (ex . args)
print-call-chain                             procedure tmp
sprintf                                      procedure (fstr . args)
##sys#really-print-call-chain                procedure (port chain header)
##sys#print                                  procedure (x readable port)
printf                                       procedure (fstr . args)
print*                                       procedure args
char-set:printing                            variable
##sys#register-record-printer                procedure (type proc)
printer:                                     keyword
##sys#with-print-length-limit                procedure (limit thunk)
print                                        procedure args
##sys#repl-print-length-limit                variable
fprintf                                      procedure (port fstr . args)
pretty-print                                 procedure (obj . opt)
flonum-print-precision                       procedure tmp
pretty-print-width                           procedure args
define-record-printer                        macro
max-symbol-printname-length    symbol-utils  procedure (syms)
symbol-printname-length        symbol-utils  procedure (sym)
symbol-printname-details       symbol-utils  procedure (sym)
symbol-printname=?             symbol-utils  procedure (x y)
symbol-printname<?             symbol-utils  procedure (x y)
#;1> ,a '"w.*e" macros
eval-when                                    macro
when                                         macro
bitwise-and                                  procedure xs
bitwise-ior                                  procedure xs
bitwise-not                                  procedure (x)
bitwise-xor                                  procedure xs
call-with-current-continuation               procedure (proc)
call-with-input-file                         procedure (name p . mode)
call-with-output-file                        procedure (name p . mode)
call-with-values                             procedure C_call_with_values
char-downcase                                procedure (c)
char-lower-case?                             procedure (c)
char-whitespace?                             procedure (c)
drop-while                                   procedure (pred lis)
getter-with-setter                           procedure (get set . tmp)
hash-table-weak-keys                         procedure (ht)
hash-table-weak-values                       procedure (ht)
irregex-new-matches                          procedure (irx)
keyword-style                                procedure args
newline                                      procedure tmp
software-type                                procedure ()
software-version                             procedure ()
string-downcase                              procedure (s . maybe-start+end)
string-downcase!                             procedure (s . maybe-start+end)
take-while                                   procedure (pred lis)
take-while!                                  procedure (pred lis)
warning-argument-type           type-errors  procedure (loc obj typnam . tmp)
with-error-output-to-port                    procedure (port thunk)
with-exception-handler                       procedure (handler thunk)
with-input-from-file                         procedure (str thunk . mode)
with-output-to-file                          procedure (str thunk . mode)
write                                        procedure (x . tmp)
write-byte                                   procedure (byte . tmp)
write-char                                   procedure (c . tmp)
write-line                                   procedure (str . port)
write-string                                 procedure (s . more)
char-set:lower-case                          variable
char-set:whitespace                          variable
#;1> (pp (apropos-information-list 'print))
(((||: . flonum-print-precision) procedure . tmp)
 ((||: . fprintf) procedure port fstr . args)
 ((symbol-utils . max-symbol-printname-length) procedure syms)
 ((||: . pretty-print) procedure obj . opt)
 ((||: . pretty-print-width) procedure . args)
 ((||: . print) procedure . args)
 ((||: . print*) procedure . args)
 ((||: . print-call-chain) procedure . tmp)
 ((||: . print-error-message) procedure ex . args)
 ((||: . printf) procedure fstr . args)
 ((||: . sprintf) procedure fstr . args)
 ((symbol-utils . symbol-printname-details) procedure sym)
 ((symbol-utils . symbol-printname-length) procedure sym)
 ((symbol-utils . symbol-printname<?) procedure x y)
 ((symbol-utils . symbol-printname=?) procedure x y)
 ((||: . char-set:printing) . variable))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]