The basic operation of Emacs learning experience1. Preface and study Plan2.Emacs Base OperationI. Preface and study planThis blog post records some of the basic operations and concepts of Emacs, which are read as follows:(Emacs Tutorial Simplified Chinese version) http://blog.chinaunix.net/uid-24386676-id-119687.html(
Emacs Easy Tutorial Read:Command:$emacsAfter entering, enter:C-h THere, c-h means holding down the [Ctrl] key while pressing H#######20090620ExitEnter "C-x c-c"UndoEnter "C-x u"or enter "C-_"Here, "c-_" better input some (like c--also line), but some keyboard above "_" can only enter "C-x U", undo action can be carried out 20 times.* PAGE UP:Enter "M-v"Here, the right-handed m seems not good to make?* PAGE DOWN:Enter "C-v"* Refresh screen:Enter "C-l"H
Efficient Dynamic language development environment (Python:linux + emacs + Evil + *.el)Efficient Dynamic language development environment (Python:linux + emacs + evil + *.el) Table of Contents
1 Preface
1.1 Dynamic languages
1.2 Efficient
1.3 Linux
1.4 Emacs+evil
2 Building the Environment
2.1 Python-mode
All users who use emacs know that the TrampMode mode is used to open files on a remote machine. The call method is as follows:
C-x C-f /remotehost:filename RET (or /method:user@remotehost:filename)However, it is a little troublesome to open it. You need to enter the user name and machine ip address.
Emacs provides a client/server mode. When an emacs is opened lo
1: Install. Using the command sudo apt-get install emacs under Ubuntu, I am using Ubuntu version 10.04, which is said to be 163 of 2 sources.1.1: How to update the fast source, under the terminal input: sudo gedit/etc/apt/sources.list add these 2 addresses inside, I tested the speed quite fast.Deb Http://ubuntu.cn99.com/ubuntu/karmic main restricted universe multiverseDEB-SRC http://ubuntu.cn99.com/ubuntu/karmic main restricted universe multiverseAdd
Php-mode is the mode in which Emacs is used to edit PHP source code. It inherits all the features of C-mode, complies with pear coding standards, searches for PHP manuals, complements the code, and class browsing. This section describes how to modify the php-mode.el file and configure the. emacs file to implement the automatic complementing feature of the PHP library function.1. installation:The PHP-mode of
Emacs series tutorials (1): basic usage
I opened my head and briefly introduced some basic knowledge about Emacs. This time I will continue to talk about basic knowledge and how to move your cursor. Some people may say that it is not easy to use the up and down keys. Strong, Emacs is powerful in that you can use only the heap keys on the left of the keyboard
Search replacement is a feature that is not available in any editor. Even a small notepad provides quick search, not to mention a giant like Emacs. The importance of Emacs is not mentioned here. Next we will introduce you step by step how to search and replace Emacs.
Emacs divides search into four categories: simple
On the last turn, the simple introduction of Emacs Some basic common sense, this time continue to say basic knowledge, how to move your cursor. Some people may say that the next key is not very useful, but also with you. Bawl, the power of Emacs is that you can use just the stack of keys on the left side of the keyboard to do anything (excluding the top ESC and function), which is what
This article is from the multi-query, at present I still use Emacs for the first time, so there are a lot of problems in Emacs Master may seem naïve, but this does not affect me to the God's editor and how to write CMakeLists.txt in this God's editor to share the way First, installationNot present here TwoDisable backup + line number display The newly installed Emacs
Original address http://zhw618.blogchina.com/3828692.html
Keywords: Emacs auctex
1. Download and install GNU Emacs
Is downloaded from the http://nqmacs.sf.net/This Place, 2005-06-26cvs .file name is emacs-22.0.50.1-20050626-w32.zip. Decompress to a directory, my is E:/Program/Emacs.
Double-click addpm.exe under/bindir
The plug-ins here are mainly cedet, ecb, csloud, and mew. There are many other plug-ins on the Internet, most of which are single el files and put them in the site-lisp directory. you can load emacs. Just now, there are a lot of files and it looks complicated. However, it is very easy to install it in linux. It takes three steps:./configure, make, and make install. In the winodws environment, you need to pay more attention to installation.
My environm
Author: redguardtoo)
Version: 20120821
Original date:
The so-called "Automatic completion" means that Emacs intelligently guesses the words that the user wants to enter and helps the user enter them automatically. If Emacs finds multiple options, the drop-down menu may also pop up for users to select.
Generally, the intelliisense In the IDE can be regarded as an automatic completion ".
The Automatic complet
The previous essay recorded the Simple programming environment (push door) used by Go-mode and Goflymake to build the go language in Emacs, today to record the auto-complete function of the go language in Emacs using Gocode+auto-complete configuration. Take a look first??, my Emacs configuration can refer to myemacs-conf.About GocodeGocode is a tool written by NS
The first time I saw Emacs was in my senior three, I was just a little interested in programming at that time, and the programmers who felt great were not bothered with an integrated IDE like VS or Eclipse, or made it with GCC after notepad++. Either in the Linux system (it is not very good, I went to high school in the small town, the computer is very few, not to mention that the linux,99.99% people will only work under Windows, and no internet) with
Summary: Emacs Learning route, mingw configuration, c\c++ command-line compilationEmacs is a powerful software, and learning Emacs is useful for a long time.Before I started the Emacs trip, I checked the internet first. It is found that almost everyone thinks that Emacs can be very frustrating. This is against my point
Instead of editing the file itself, Macs copies the contents of the edited file to a temporary buffer in emacs (buffer), and when we edit it, we only make changes to the contents of the buffer. To make it easier to respond when needed, Emacs automatically generates additional secondary files, the most common of which are temporary files and backup files.
Temporary files (auto-save file)
The file name of t
# + Options: Author: Nil timestamp: Nil Creator: Nil # IDE, auto-completion, cedet, intermediate use cedet to browse and edit C ++ code (continued) -use Emacs 23.2 built-in cedet # + begin_html Author: meteor Liu # + end_html ** preface today, the emacs-23.2 is released, the biggest change is integrated into the cedet, so with this continuation, we will introduce the differences between build in cedet and o
Emacs Second: More comfortable editing warm-upUse Emacs without a mouse. Well, I do not know who said, I browse the Web occasionally still need to use the mouse.But there are Firemacs, mouseless, tab Mix plus combinations can be mouseless.First, the cursor moves faster, there are xset on Linux, and the next step is to change ESC to CTRL. If you want to be comfortable, so.Do it.Emacs started too slowly?
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.