- Lab
- A Cloud Guru
Working with Emacs Kill and Yank
In this lab, you will be opening a file in Emacs to search for and kill selected text. In addition, you will also be yanking text into a new buffer. Basic knowledge of opening files, along with searching and killing/yanking in Emacs, is recommended. Upon completing this lab, you will know how to kill words and regions of text and yank from the kill ring into buffers.
Path Info
Table of Contents
-
Challenge
Open a File
- Using Emacs, open the file named
/tmp/kill_and_yank
.
- Using Emacs, open the file named
-
Challenge
Kill Text from File
- Kill the first two words in the file.
- Kill the phrase "Kill and then yank".
- Kill the paragraph that begins with "No, not me".
-
Challenge
Yank Text into a New Buffer
- Create a new buffer name
/tmp/my_yanks.txt
. - Yank the phrase "Kill and yank" into the new buffer.
- Yank the first two words that were killed into the new buffer.
- Save the buffer.
- Create a new buffer name
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.