In working with some code there are several different printers installed (#install_printer printer-name;;
) as the code is loaded. Once that is complete I would like there to be no printer installed and so would like to use #remove_printer printer-name;;
but I find no way to get the printer-name of the currently installed printer(s) in the toplevel documentation.
How or where does one look to find the printer-name(s) currently installed for use with remove_printer?
I know I can search the code for all of the install_printer commands, … , but surely there is a better way to do this.