Skip to Content
Learning GNU Emacs, Second Edition
book

Learning GNU Emacs, Second Edition

by Debra Cameron, Bill Rosenblatt, Eric S. Raymond
September 1996
Beginner to intermediate
568 pages
20h 31m
English
O'Reilly Media, Inc.
Content preview from Learning GNU Emacs, Second Edition

Printing from Emacs

Emacs offers several commands for printing buffers and regions. To print a buffer with page numbers and headers for the filename, type ESC x print-buffer RETURN or select Print Buffer from the Tools menu. This command takes the entire buffer and sends it to pr (a program that does simple formatting for listings), followed by lpr (which sends the listing to the printer). [33] If you want to print the file directly, without the headers and page numbers that pr provides, give the command ESC x lpr-buffer RETURN. You can also use these commands to print a selected portion of a file. First define a region by setting a mark at one end and moving the cursor to the other end. Then give the command ESC x print-region RETURN (or ESC x lpr-region RETURN) or select Print Region from the Tools menu.

The lpr-buffer and lpr-region commands always check the variable lpr-switches to determine if there are any options that should be passed to the UNIX lpr command. These options are used to request a particular printer and for many other purposes; see the UNIX reference manual’s discussion of lpr for more information. For example, if you want to use the printer named “lpt1” whenever you print from Emacs, you would want to set lpr-switches to “-Plpt1.” To do so, add the following line to your .emacs file:

(setq lpr-switches '("-Plpt1"))

Note the single quote preceding, and the parentheses surrounding, the string <">-Plpt1<">. This is just weird-but-necessary LISP syntax; ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Learning GNU Emacs, 3rd Edition

Learning GNU Emacs, 3rd Edition

Debra Cameron, James Elliott, Marc Loy, Eric S. Raymond, Bill Rosenblatt

Publisher Resources

ISBN: 1565921526Catalog PageErrata