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», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

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

Интервал:

Закладка:

Сделать
C-x 8 prefix keystrokes Character entity Character displayed in browser
C-x 8 1 / 2 ½ ½
C-x 8 1 / 4 ¼ ¼
C-x 8 3 / 4 ¾ ¾
C-x 8 SPC nonbreaking space
C-x 8 ! ¡ ¡
C-x 8 $ ¤ ¤
C-x 8 + ± ±
C-x 8 - ­ soft hyphen
C-x 8 . · ·
C-x 8 < « «
C-x 8 = ¯ ¯
C-x 8 > » »
C-x 8 ? ¿ ¿
C-x 8 | ¦ ¦
C-x 8 c ¢ ¢
C-x 8 C © ©
C-x 8 L £ £
C-x 8 P
C-x 8 R ® ®
C-x 8 S § §
C-x 8 u µ µ
C-x 8 x × ×
C-x 8 Y ¥ ¥
C-x 8 ^ 1 ¹ ¹
C-x 8 ^ 2 ² ²
C-x 8 ^ 3 ³ ³
C-x 8 _ a ª ª
C-x 8 _ o º º

Table 8-4lists HTML mode commands.

Table 8-4. HTML mode commands

Keystrokes Command name Action
(none) html-mode Enter HTML mode.
C-c C-t SGMLInsert Tag sgml-tag Inserts a tag, prompting for attributes. If you enter htmlas the tag name, inserts a template html file.
C-c Tab SGMLToggle Tag Visibility sgml-tags-invisible Hides or shows the tags in the file.
C-c C-v SGMLView Buffer Contents browse-url-of-buffer Display buffer in default browser.
C-c C-s html-autoview- mode If this mode is on (this command toggles it), display file in browser each time it is saved in Emacs.
C-c 8 sgml-name-8bit-mode If turned on, certain keystrokes for inserting Latin-1 characters are captured and replaced with the appropriate entities. See "Character encoding in HTML mode" for details.
C-c C-f SGMLForward Tag sgml-skip-tag-forward Move forward to the next tag of the same level.
C-c C-b SGMLBackward Tag sgml-skip-tag-backward Move backward to previous tag of the same level.
C-c Del or C-c C-d SGMLDelete Tag sgml-delete-tag With cursor on or before a tag, deletes tag or tag pair.
C-c 1 html-headline-1 Insert an

.

C-c 2 html-headline-2 Insert an

.

C-c 3 html-headline-3 Insert an

.

C-c 4 html-headline-4 Insert an

.

C-c 5 html-headline-5 Insert an
.
C-c 6 html-headline-6 Insert an
(useful for footnote text) .
C-c Enter html-paragraph Insert

tag.

C-c C-c h HTMLHref Anchor html-href-anchor Insert a hyperlink.
C-c C-c n HTMLName Anchor html-name-anchor Insert an anchor so that a link can be created to the anchored part of the page.
C-c C-c u HTMLUnordered List html-unordered-list Create a bulleted list.
C-c C-c o HTMLOrdered List html-ordered-list Create a numbered list.
C-c C-c l HTMLList Item html-list-item Add an item to a list.
C-c C-c i HTMLImage html-image Insert and position cursor for you to enter filename of image.
C-c C-j HTMLLine Break html-line Insert a line break (
).
C-c C-c - HTMLHorizontal Rule html-horizontal-rule Insert a horizontal rule (
).
C-c C-c r html-radio-buttons Insert a group of radio buttons. Emacs prompts for a name for the group, then repeatedly for value, whether it should be checked, and associated text. Press C-gto complete the group.
C-c C-c c HTMLCheckboxes html-checkboxes Insert a group of checkboxes. Emacs prompts for a name for the group, then repeatedly for value, whether it should be checked, and associated text. Press C-gto complete the group.
C-c ? SGMLDescribe Tag sgml-tag-help Provide brief verbal description of tag at cursor position.

8.3.2 Using HTML Helper Mode

HTML helper mode, written by Nelson Minar and now maintained by Gian Uberto Lauri, offers great flexibility in writing HTML. You can enable various hand-holding features depending on your level of expertise and preferences.

Why would you choose HTML helper mode over Emacs's own HTML mode? Although HTML mode makes it easy to write basic HTML, it provides little support for programmatic, interactive web pages. HTML helper mode supports ASP, JSP (and JDE, the Java Development Environment, discussed in Chapter 9), and PHP, to name a few more advanced features. If you're writing HTML in Emacs, you're likely to be a developer of such pages rather than a more text-oriented author. For this reason, HTML helper mode continues to be popular among Emacs users.

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

Интервал:

Закладка:

Сделать

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

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


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

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

x