Debra Cameron - Learning GNU Emacs, 3rd Edition

Здесь есть возможность читать онлайн «Debra Cameron - Learning GNU Emacs, 3rd Edition» весь текст электронной книги совершенно бесплатно (целиком полную версию без сокращений). В некоторых случаях можно слушать аудио, скачать через торрент в формате fb2 и присутствует краткое содержание. Год выпуска: 2004, ISBN: 2004, Издательство: O'Reilly Media, Жанр: Программы, Программирование, на английском языке. Описание произведения, (предисловие) а так же отзывы посетителей доступны на портале библиотеки ЛибКат.

Learning GNU Emacs, 3rd Edition: краткое содержание, описание и аннотация

Предлагаем к чтению аннотацию, описание, краткое содержание или предисловие (зависит от того, что написал сам автор книги «Learning GNU Emacs, 3rd Edition»). Если вы не нашли необходимую информацию о книге — напишите в комментариях, мы постараемся отыскать её.

GNU Emacs is the most popular and widespread of the Emacs family of editors. It is also the most powerful and flexible. Unlike all other text editors, GNU Emacs is a complete working environment—you can stay within Emacs all day without leaving.
, 3rd Edition tells readers how to get started with the GNU Emacs editor. It is a thorough guide that will also "grow" with you: as you become more proficient, this book will help you learn how to use Emacs more effectively. It takes you from basic Emacs usage (simple text editing) to moderately complicated customization and programming.The third edition of
describes Emacs 21.3 from the ground up, including new user interface features such as an icon-based toolbar and an interactive interface to Emacs customization. A new chapter details how to install and run Emacs on Mac OS X, Windows, and Linux, including tips for using Emacs effectively on those platforms.
, third edition, covers:
• How to edit files with Emacs
• Using the operating system shell through Emacs
• How to use multiple buffers, windows, and frames
• Customizing Emacs interactively and through startup files
• Writing macros to circumvent repetitious tasks
• Emacs as a programming environment for Java, C++, and Perl, among others
• Using Emacs as an integrated development environment (IDE)
• Integrating Emacs with CVS, Subversion and other change control systems for projects with multiple developers
• Writing HTML, XHTML, and XML with Emacs
• The basics of Emacs Lisp
The book is aimed at new Emacs users, whether or not they are programmers. Also useful for readers switching from other Emacs implementations to GNU Emacs.

Learning GNU Emacs, 3rd Edition — читать онлайн бесплатно полную книгу (весь текст) целиком

Ниже представлен текст книги, разбитый по страницам. Система сохранения места последней прочитанной страницы, позволяет с удобством читать онлайн бесплатно книгу «Learning GNU Emacs, 3rd Edition», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Sometimes it's more convenient to edit a directory and its subdirectories in the same buffer. To insert a subdirectory in the current Dired buffer, move to it and press i. Emacs inserts the subdirectory at the end of the buffer. If you insert more subdirectories in this fashion, they will appear in alphabetical order at the end of the buffer.

As you can see, much of your file maintenance and cleanup can be done easily from within Dired. Table 5-2summarizes Dired commands, some of which we haven't fully discussed. There's more to learn about Dired, [29]but now that you know the basics, you can experiment on your own.

Table 5-2. Dired commands

Keystrokes Command name Action
C-x d FileOpen Directory dired Start Dired.
A OperateSearch Files dired-do-search Do a regular expression search on marked files; stops at first match; M-, finds next match.
B OperateByte-compile dired-do-byte-compile Byte-compile file.
C OperateCopy to dired-do-copy Copy file.
d MarkFlag dired-flag-file-deletion Flag for deletion.
D OperateDelete dired-do-delete Query for immediate deletion.
e ImmediateFind This File dired-find-file Edit file.
f dired-advertised-find-file Find (so you can edit).
g ImmediateRefresh revert-buffer Reread the directory from disk.
G OperateChange Group dired-do-chgrp Change group permissions.
h describe-mode Display descriptive help text for Dired.
H OperateHardlink to .. . dired-do-hardlink Create a hard link to this file; Emacs asks you to name the hard link (not all OSes support hard links).
i SubdirInsert This Subdir .. . dired-maybe-insert-subdir Add a listing of this subdirectory to the current dired buffer; if it's already there, just move to it.
k dired-do-kill-lines Remove line from display (don't delete file).
L OperateLoad dired-do-load Load file.
mor * m MarkMark dired-mark Mark with *.
M OperateChange Mode dired-do-chmod Use chmodcommand on this file.
n dired-next-line Move to next line.
o ImmediateFind in Other Window dired-find-file-other-window Find file in another window; move there.
C-o ImmediateDisplay in Other Window dired-display-file Find file in another window; don't move there.
O OperateChange Owner dired-do-chown Change ownership of file.
p dired-previous-line Move up a line.
P OperatePrint dired-do-print Print file.
q quit-window Quit Dired.
Q OperateQuery Replace in Files dired-do-query-replace Query replace string in marked files.
R OperateRename to dired-do-rename Rename file.
S OperateSymlink to dired-do-symlink Create a symbolic link to this file; Emacs asks you to name the symbolic link.
s dired-sort-toggle-or-edit Sort the Dired display by date or by filename (toggles between these).
t MarkToggle Marks dired-toggle-marks Toggle marks on files and directories; pressing tonce marks all unmarked files and directories; pressing tagain restores original marks.
u MarkUnmark dired-unmark Remove mark.
v ImmediateView This File dired-view-file View file (read-only).
w dired-copy-filename-as-kill Copy filename into the kill ring; if multiple files are marked, copy names of all marked files to kill ring.
x dired-do-flagged-delete Delete files flagged with D.
y dired-show-file-type Display information on the type of the file using the filecommand.
Z OperateCompress dired-do-compress Compress or uncompress file.
~ MarkFlag Backup Files dired-flag-backup-files Flag backup files for deletion; C-u ~removes flags.
# MarkFlag Auto-save Files dired-flag-auto-save-files Flag auto-save files for deletion; C-u #removes flags.
& MarkFlag Garbage Files dired-flag-garbage-files Flag "garbage" files for deletion.
. MarkMark Old Backups dired-clean-directory Flag numbered backups for deletion (if any).
= ImmediateDiff dired-diff Compare this file to another file (the one at the mark).
M-= ImmediateCompare With Backup dired-backup-diff Compare this file with its backup file.
!or X OperateShell Command dired-do-shell-command Ask for shell command to execute on the current file or marked files.
+ ImmediateCreate Directory dired-create-directory Create a directory.
> SubdirNext Dirline dired-next-dirline Move to next directory.
< SubdirPrev Dirline dired-prev-dirline Move to previous directory.
^ dired-up-directory Find the parent directory in a new Dired buffer.
$ SubdirHide/Unhide Subdir dired-hide-subdir Hide or show the current directory or subdirectory.
M-$ SubdirHide All dired-hide-all Hide all subdirectories, leaving only their names; repeat command to show.
C-M-n SubdirNext Subdir dired-next-subdir Move to next subdirectory (if you've inserted subdirectories using i).
C-M-p SubdirPrev Subdir dired-prev-subdir Move to previous subdirectory (if you've inserted subdirectories using i).
C-M-u SubdirTree Up dired-tree-up If you've inserted subdirectories using i, move to the parent directory in this buffer.
C-M-d SubdirTree Down dired-tree-down If you've inserted subdirectories using i, move to the first subdirectory for this directory in this buffer.
* c MarkChange Marks dired-change-marks Change marks on specified files, for example, from *(generic mark) to D(flagged for deletion).
* !or M-Del MarkUnmark All dired-unmark-all-files Remove all marks from all files.
* * MarkMark Executables dired-mark-executables Mark executables; C-u *unmarks.
* / MarkMark Directories dired-mark-directories Mark directories; C-u /unmarks.
* @ MarkMark Symlinks dired-mark-symlinks Mark symlinks; C-u * @unmarks.
M-} MarkNext Marked dired-next-marked-file Move to the next file marked with *or D.
M-{ MarkPrevious Marked dired-prev-marked-file Move to previous file marked with *or D.
% d RegexpFlag dired-flag-files-regexp Flag for deletion files that match regular expression.
% g RegexpMark Containing dired-mark-files-containing-regexp Mark files whose contents match regular expression.
% l RegexpDowncase dired-downcase Lowercase marked files.
% R RegexpMark dired-do-rename-regexp Rename files with filenames that match regular expression.
% u RegexpUpcase dired-upcase Uppercase marked files.

5.3 Printing from Emacs

Читать дальше
Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Похожие книги на «Learning GNU Emacs, 3rd Edition»

Представляем Вашему вниманию похожие книги на «Learning GNU Emacs, 3rd Edition» списком для выбора. Мы отобрали схожую по названию и смыслу литературу в надежде предоставить читателям больше вариантов отыскать новые, интересные, ещё непрочитанные произведения.


Отзывы о книге «Learning GNU Emacs, 3rd Edition»

Обсуждение, отзывы о книге «Learning GNU Emacs, 3rd Edition» и просто собственные мнения читателей. Оставьте ваши комментарии, напишите, что Вы думаете о произведении, его смысле или главных героях. Укажите что конкретно понравилось, а что нет, и почему Вы так считаете.

x