Home > Store

GNU Emacs: UNIX Text Editing and Programming

Register your product to gain access to bonus material or receive a coupon.

GNU Emacs: UNIX Text Editing and Programming

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 1992
  • Dimensions: 7-3/8" x 9-1/4"
  • Edition: 1st
  • Book
  • ISBN-10: 0-201-56345-2
  • ISBN-13: 978-0-201-56345-0

"Clarity, explanations, illustrations, command summaries; finally a useful book on Emacs!"
-Peter Salus, SUN Users Group

GNU Emacs is quickly becoming the text editor and programming environment of choice among UNIX users. This book is a succinct tutorial and comprehensive reference to standard GNU Emacs.

GNU Emac's text-editing capabilities are impressive: outline editing, spell checking, handling multiple files (buffers), indenting, text filling, sorting, passing text through shell filters, keeping backups automatically, printing buffers, etc. In addition, GNU Emacs provides the Dired facility for managing your files without leaving the Editor!

GNU Emacs' capabilities as a programming environment are unequaled by other UNIX text editors. This book discusses GNU Emacs programming modes for C, FORTRAN, LISP, and even Pascal. These modes allow you to do syntax-direct editing, compiling, comment insertion, automatic program indentation, multiple-file search-and-replace operations (with tag files), and source documenting (with ChangeLog files).

If you are new to GNU Emacs, you will find the step-by-step tutorials invaluable. You will also appreciate the gentle introduction to basic capabilities, leading you gradually toward more advanced usage.

If you are an experienced GNU Emacs user, the command summaries allow you to quickly access needed reference information, and you will pick up some tricks and new ideas from the sections and chapters on advanced usage.

If you are a vi user who wants to switch to GNU Emacs, but you don't want to struggle with the associated learning curve, you will appreciate the comprehensive appendix that maps vi commands to their GNU Emacs counterparts. It shows you how to do all you favorite vi commands in GNU Emacs!

0201563452B04062001

Sample Content

Table of Contents

(All chapters conclude with a Summary.)

Preface.

I. TEXT EDITING IN EMACS.

1. A Quick Tour of Emacs.

Starting Emacs.

Exiting Emacs.

Understanding the Emacs Screen.

Tying Text.

Typing Commands.

Using a Basic Set of Editing Commands.

Getting Online Help.

Using Emacs to Process Electronic Mail.

Using Emacs to Manage Files.

Changing Emacs’ Behavior with Variables.

2. Basic Editing Commands.

Visiting a File.

Saving a Buffer.

Listing Buffers.

Switching to a Different Buffer.

Killing A Buffer.

Setting the Mode for a Buffer.

Moving the Cursor.

Using Line Numbers.

Deleting Text.

Undoing Mistakes.

Using Regions.

Searching for Text.

Searching and Replacing Text.

Overwriting Text.

3. More Efficient Editing.

Running a Command Multiple Times.

Modifying Command Behavior with Arguments.

Inserting Control Characters into a Buffer.

Working with Words, Sentences, and Paragraphs.

Working with Pages.

Working with Blank Lines.

Getting Cursor, Line, and Page Information.

Transposing Text.

Filling Text.

Indenting Text.

Changing Letter Case.

Searching and Replacing Text.

Narrowing a Buffer.

Moving the Cursor to Previous Marks (the Mark Ring).

Using the Kill Ring.

Completing Long Command Names.

Completing File Names.

Using Abbreviations (Text Expansions).

Using Macros for Repeated Editing Tasks.

Scrolling Windows.

Wording with Multiple Windows.

Printing a Buffer.

Listing a Directory.

4. Advanced Editing.

Changing Emacs’ Behavior with Commands.

Changing Emacs’ Behavior with Command-Line Arguments.

Searching for Regular Expressions (Regexps).

Searching and Replacing Regexps.

Editing Outlines.

Manipulating Buffers.

Advanced File Operations.

Managing Auto-Saving.

Managing Emacs Backup Files.

Reverting a Buffer to Its Original Contents.

Preventing Simultaneous Editing.

Advanced Window Operations.

Editing Your Responses in the Minibuffer.

Sorting Test.

Using Rectangles.

Using Registers.

II. PROGRAMMING IN EMACS.

5. Program Development in Emacs.

Supported Editing Modes.

Using Fundamental and Text Mode Commands in Programming Modes.

Moving by Function.

Marking Functions.

Indenting Programs Commenting Programs.

Matching Parentheses, Braces, and Brackets.

Forcing Balanced Parentheses.

Selectively Displaying Program Lines.

Getting Documentation on System Commands and Routines.

Editing Across Multiple Files with Tag Tables.

Keeping Track of Changes to source with a ChangeLog.

Compiling Programs.

Sexp Commands (Advanced Usage).

6. Editing in C Mode.

Invoking C Mode.

Assumptions About C Source.

Moving Among Functions.

Marking Functions.

Indenting Programs.

Commenting Programs.

Working with Sexps and Lists (Advanced Usage).

Customizing Indentation (Advanced Usage).

Customizing Commenting (Advanced Usage).

7. Editing in FORTRAN Mode.

Invoking FORTRAN Mode.

Assumptions About FORTRAN Source.

Moving Among Subprograms and Statements.

Marking Subprograms.

Indenting Programs.

Labeling Lines.

Commenting Programs.

Using FORTRAN Keyword Abbreviations.

Working with Sexps and Lists (Advanced Usage).

What Are Sexps and Lists in FORTRAN Mode?

Customizing Indentation (Advanced Usage).

Customizing Commenting (Advanced Usage).

8. Editing in Lisp Modes.

Lisp Major Modes.

Assumptions About Lisp Source.

Moving Among Defuns.

Moving Among Sexps and Lists.

List and Sexp Motion Commands.

Marking Text.

Transposing Sexps.

Killing Sexps.

Indenting Programs.

Commenting Programs.

Evaluating Lisp Code.

Customizing Indentation (Advanced Usage).

Customizing Commenting (Advanced Usage).

III. ADDITIONAL EMACS FEATURES.

9. Getting Online Help.

Running Help Commands.

Getting Instructions for Using Help.

Getting Command Information.

10. Using Emacs for Electronic Mail.

The RMAIL Facility and Other UNIX Mail Facilities.

Reading Mail Messages.

Exiting from the RMAIL Buffer Moving Around Your Mail Messages.

Saving Messages to Files.

Removing Messages.

Getting New Mail.

Using a Mail Summary to Scan Messages.

Composing and Sending Messages.

Using Mode Line Status Messages (Labels).

Using Multiple Mailbox Files.

Reading Digest Messages.

Associating UNIX Mailbox Files with RMAIL Mailbox Files (Advanced Usage).

11. Managing Files and Buffers.

Using the Dired Facility to Manage Files.

Managing Multiple Buffers with Buffer-Menus.

12. Miscellaneous Emacs Features.

Checking Your Spelling.

Rerunning Commands from the Command History.

Recovering Files After System Crashes.

Using UNIX Commands in Emacs.

Running a UNIX Shell in an Emacs Buffer.

Nroff Major Mode.

TeX Modes: LaTeX and Plain TeX.

Picture Mode.

Doctor Mode.

IV. CUSTOMIZING AND ADMINISTERING EMACS.

13. Customizing the Emacs Environment.

Using a .emacs Start-Up File.

Using Variables to Change Emacs’ Behavior.

Changing Command Key Bindings.

Forcing Confirmation for a Function.

More About Variable (Advanced Usage).

More About Key Bindings (Advanced Usage).

Examples of .emacs Customizations.

14. Administering Emacs.

Finding Emacs and identifying Its Parts.

Using New (or Notes) to Get Emacs Information.

Installing Emacs.

A: Editing in Pascal Mode.

Obtaining a Pascal Mode.

Enabling Pascal Mode.

Assumptions About Pascal Source.

Moving the Cursor.

Indenting Programs.

Commands That Build Pascal Constructs.

Creating a New Program.

Commenting Programs.

Working with Sexps and Lists (Advanced Usage).

Customizing Indentation.

Customizing Commenting (Advanced Usage).

Summary.
B: Emacs-Lisp Programming.

An Overview of Emacs-Lisp Programming.

Getting Documentation on Emacs-Lisp Defuns and Variables.

Evaluating Lisp Code.

Loading Emacs-Lisp Libraries.

Compiling Emacs-Lisp Code.

Debugging Emacs-Lisp Code (Advanced Usage).

Converting Mocklisp to Emacs-Lisp (for Mocklisp Users).

Summary.

C: Switching from vi to Emacs.

The vi Emulation Mode in Emacs.

Starting the Editor.

Saving Text and Exiting.

Line Number Information Commands.

Inserting Text.

Undoing Commands.

Repeating Commands.

Rerunning Previous Commands.

Moving the Cursor.

Deleting Text.

Using Marks.

Searching for Text Search and Replace Text.

Indenting Text.

Copying and Moving Blocks of Text.

Changing (Overwriting) Text.

Scrolling Text.

Using Shell Commands.

Using Macros.

Using Abbreviations.

Miscellaneous Commands.

D: Emacs Command Reference.

Abbreviations.

Buffers.

Buffer-Menu.

Case Conversion.

C Mode.

Compilation.

Cursor Motion.

Debugger (Emacs-Lisp).

Deletion and Killing.

Dired.

Display Management.

Editor Emulation (EDT, vi, Gosling Emacs).

Emacs-Lisp Programming.

Exiting.

files.

Filling.

FORTRAN Mode.

Help.

Indentation.

Key Bindings.

Killing and Yanking (Moving and Copying).

Lisp Modes.

Location and Date/Time.

Macros.

Mail.

Minibuffer Editing.

Modes.

Nroff Mode.

Numeric Prefix.

Outline Editing.

Pages.

Paragraphs.

Picture Mode.

Printing.

Rectangles.

Regions.

Registers.

Searching.

Searching and Replacing.

Sentences.

Sexps and Lists (Balanced Expressions).

Shells.

Sorting.

Spell-Checking.

Tags.

TeX Mode.

Transposing.

Undo.

Variables.

Windows.

Words.

Index. 0201563452T04062001

Preface

GNU Emacs is a powerful, integrated computing environment for UNIX that lets you perform a wide range of editing, programming, and file management tasks. If you have never used Emacs, this book will gently but rapidly introduce you to its most serviceable features. If you are a casual Emacs user, we will attempt to show you ways to edit and manage your files more efficiently. And for experienced users, we have included advanced techniques and reference information to help you unlock the power and flexibility of the environment. Always our emphasis is on practical information, on the commands and features we have found in our own experience to be most useful and powerful.

What is GNU Emacs?

The name, Emacs, is an acronym derived from "Editor MACroS." A macro is a command that reduces a multi-step process to just a few keystrokes. Emacs uses the Control key and other keys to define a set of one, two, or three keystroke macros (commands) that execute all of its functions. The original set of macros from which Emacs evolved was developed by Richard Stallman and Guy Steele at MIT. Stallman later went on to form the Free Software Foundation, an organization that develops and distributes Emacs and other free software products.

"GNU"-pronounced "G-Nu"-is a self-referencing acronym derived from the phrase, "GNU's Not UNIX." GNU is the Free Software Foundation's name for a complete set of UNIX-compatible programs, of which Emacs is a part. When completed, GNU will replace many of the standard components of the UNIX operating system.

While many UNIX users regard GNU Emacs as an excellent alternative to the vi editor, true Emacs aficionados understand that Emacs is not merely an editor, but a complete environment for performing many common computing tasks. Some of the tasks you can perform in the Emacs environment include:

  • Text Editing. Emacs provides unrivaled text-editing power. You can edit multiple documents simultaneously, use specialized editing modes designed specifically for your editing task, create your own powerful keyboard macros, and spell-check your document, to name just a few capabilities.

  • Software Development. Emacs provides several programming language modes, including C, FORTRAN, and Lisp (Pascal mode, while not included with GNU Emacs, is available from other sources; see Appendix A). Emacs provides a complete environment for editing, formatting, and compiling source code.

  • File Management. Emacs provides facilities for manipulating files and directories on your UNIX system.

  • Outlining. Emacs lets you create and edit outlines, using Emacs' special outline mode.

  • Electronic Mail Processing. the Emacs mail handler lets you compose, send, and receive electronic mail (e-mail) messages.

  • Environment Customization. Emacs itself is open to customization and extension to suit you individual preferences and needs. You can replace one command key-sequence with another, and develop and integrate you own commands.

About This Book

This book is designed to be a practical companion to Emacs, with examples, tutorials, reference information, and advice for new and experienced users alike. Some of its key features include:

  • Graduated Instructions. New users will quickly learn the basics by working through the "Quick Tour" in Chapter 1, which introduces the key Emacs features and commands. Subsequent chapters build upon this foundation by introducing more efficient and advanced editing techniques.

  • Extensive Tutorials and Examples. Every important feature is thoroughly explained, then demonstrated with an example or short tutorial that you can try on your own Emacs system.

  • Comprehensive Emacs Reference. Advanced users will appreciate the command and function reference in Appendix D, as well as the summary of commands and concepts provided at the end of each chapter.

  • vi-to-Emacs Migration Guide. For vi users who want to move to Emacs, Appendix C lists Emacs equivalents for most vi editor commands.

  • Language-specific Programming Chapters. Individual chapters are provided for programming with C, FORTRAN, Lisp, and Pascal, including advanced instructions for customizing indentation and commenting styles.

  • Customization Instructions. Advanced Emacs users will find helpful advice for customizing and extending Emacs, with a supporting introduction to Emacs-Lisp in Appendix B.

Because Emacs is such an extensive and versatile system, you should read this book selectively, focusing on the material that relates to your immediate needs.

Part 1, "Text Editing in Emacs," helps you build the basic skills you will need regardless of how you intend to use Emacs. It also describes more efficient and advanced editing techniques for those who need them. This part of the book along with the reference information in Appendix D, may be all you need to read if you are interested solely in proficient text editing.

Chapters in this section include:

Chapter 1: A Quick Tour of Emacs. This chapter briefly surveys all aspects of the Emacs environment. Here you will learn to use some common editing commands and be introduced to the online help facility, the electronic mail handler, and the file management facility.

Chapter 2: Basic Editing Commands. This chapter teaches you how to load and save files, insert and delete text, move around your documents, cut and past regions of text, and perform keyword searches. The features described here are prerequisites to using the more advanced capabilities described in the later chapters.

Chapter 3: More Efficient Editing. This chapter describes more efficient ways to edit your documents, including performing operations multiple times, editing words, sentences, paragraphs and pages, using abbreviations and macros, and working with multiple windows.

Chapter 4: Advanced Editing. This chapter describes advanced text-editing features, such as changing Emacs' default behavior, searching for regular expressions, and editing outlines, as well as advanced file, buffer, and window operations.

Part 2, "Programming in Emacs," describes how to use Emacs as a software development environment. Read Chapter 5 to get an overview of features that are common to all programming languages. Then read Chapter 6 (C), Chapter 7 (FORTRAN), Chapter 8 (Lisp), or Appendix A (Pascal) depending upon which programming language you are using. Chapters in this section include:

Chapter 5: Program Development in Emacs. This chapter describes features that are common to all Emacs programming language modes, such as moving around your program, indenting and commenting programs, using tag tables to edit across multiple files, keeping track of source-code changes with ChangeLogs, and compiling programs.

Chapter 6: Editing in C Mode. This chapter describes features that are particular to editing C programs, such as moving among and marking C functions, indenting and commenting C programs, working with sexps and lists, and customizing C indentation and commenting styles.

Chapter 7: Editing in FORTRAN Mode. This chapter describes features that are particular to editing FORTRAN programs, such as moving among and marking subprograms, indenting and commenting FORTRAN programs, labeling lines, using keyword abbreviations, working with sexps and lists, and customizing FORTRAN indentation and commenting styles.

Chapter 8: Editing in Lisp Modes. This chapter describes features that are particular to editing Lisp programs, such as moving among defuns, sexps, and lists, marking text, transposing sexps, killing sexps, indenting and commenting Lisp programs, evaluating Lisp code, and customizing Lisp indentation and commenting styles.

Part 3, "Additional Emacs Features," describes various supporting Emacs features such as the online help facility, electronic mail facility, file and buffer management facilities, and spelling checker. Scan these chapters for the features that interest you. Chapters in this section include:

Chapter 9: Getting Online Help. This chapter describes how to get online help for Emacs commands, functions, and variables, and how to run the Emacs online tutorial.

Chapter 10: Using Emacs for Electronic Mail. This chapter describes how to use the Emacs electronic mail facility, RMAIL, to read and send e-mail messages.

Chapter 11: Managing Files and Buffers. This chapter describes how to use the Dired facility to manage your files, and the Buffer-Menu facility to manage your buffers.

Chapter 12: Miscellaneous Emacs Features. This chapter summarizes the remaining features of Emacs, including the spelling checker, the auto-save feature, and the UNIX shell mode. Specialized modes for editing TeX, Troff and pictures are also discussed.

Part 4, "Customizing and Administering Emacs," describes how to customize, extend, install, configure, and maintain the Emacs environment. Chapters in this section include:

Chapter 13: Customizing the Emacs Environment. This chapter describes several ways to customize Emacs to suit your needs and preferences. You will learn how to edit the .emacs start-up file, use variables to change Emacs' behavior, and change command key bindings.

Chapter 14: Administering Emacs. This chapter provides UNIX system administrators with advice on installing and maintaining Emacs.

Finally, four appendices provide additional details on specialized Emacs topics:

Appendix A: Editing in Pascal Mode. This appendix describes how to use a non-standard Pascal mode for editing Pascal programs in Emacs.

Appendix B: Emacs-Lisp Programming. This provides a brief introduction to Emacs-Lisp programming. It is intended for experienced Lisp programmers who want to write Emacs-Lisp functions to modify or extend the Emacs environment.

Appendix C: Switching from vi to Emacs. This appendix helps vi users make the transition to Emacs by listing the Emacs equivalents for many common vi commands.

Appendix D: Emacs Command Reference. This appendix provides a comprehensive quick reference to Emacs commands, functions, and variables.

A Word About Versions

This book describes the features of version 18.57 of industry-standard GNU Emacs as provided by the Free Software Foundation. You may be using a different version-or even a different implementation-of Emacs than ours.

During the past several years, programmers have modified, customized, extended, ported, and adapted Emacs until many implementations exist today (gnumacs, GNU, Emacs, x11macs, gnuvo, and MicroEmacs, for example). Even if you are using version 18.57 of GNU Emacs, it's possible that someone has customized your Emacs to work differently than standard Emacs, has added specialized extensions, or has removed functionality that was deemed unnecessary. As a result, some of the commands we describe may be invoked by different key sequences on your systems or may work differently. If your system behaves differently than this book describes, you should consult your UNIX system administrator about modifications made to your system.

Versions of Emacs have also been developed that run on the MS-DOS operating system on PCs (for example, MG, MicroEmacs, and Freemacs), and on other specialized hardware and operating systems. These implementations of Emacs are not discussed in this book, but most attempt to emulate many of the features and commands of GNU Emacs.

Don't be discouraged by these possible differences. If you have a recent version of Emacs, it will probably behave in much the same way as we describe. And the online help system, if kept up-to-date, may clarify any differences you discover.

Key Naming Conventions

Finally, before using Emacs, you should understand the key naming conventions used in this book and in the Emacs online help system. Some of these may be confusing if you have never used Emacs; if so, periodically refer back to this section as you gain experience working through the first few chapters.

Table 1.1 describes the default operation of commonly used Emacs keys.

Acknowledgments

We would like to thank the many people who have contributed their time and talents to this project.

We are indebted to Alan Apt, our editor at Addison-Wesley, who had the foresight to recognize the need for such a book as this. And to our reviewers--Darryl Okahata, David Wolpert, Eddie Williamson, Jim Bigelow, Peter Salus, and Adil Lotia--we owe several of the book's features, and have them to thank for its accuracy and thoroughness. We would also like to thank the administrative and production staff at Addison-Wesley--Shirley McGuire and Peggy McMahon--for taking care of all the little and not so little details.

At Hewlett-Packard, we have Michael Kolesar, Marl Godfrey, and Bob Silvey to thank for including us in the first crop of Hewlett-Packard Press books.

Last and most, we appreciate the patience and support of our families over the course of this long and occasionally arduous project.



0201563452P04062001

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020