Print Region and Print Buffer print the contents of the current region and the current buffer, respectively. Print File prompts for a the name of a file and prints that file. Any error messages will be displayed in the echo area. [annotate] |
| Print Utility | (initial value "/usr/cs/bin/lpr") | [Variable] |
| Print Utility Switches | (initial value ()) | [Variable] |
Print Utility is the program the print commands use to send files to the printer. The program should act like lpr: if a filename is given as an argument, it should print that file, and if no name appears, standard input should be assumed. Print Utility Switches is a list of strings specifying the options to pass to the program. [annotate] |