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

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

Интервал:

Закладка:

Сделать

Emacs inserts the tags to begin and end the list and the tag for one list item.

Note, however, that completion is sometimes case-sensitive. For example, typing shows the following completions:

.

......
C-c C-f o HTMLInsert Form ElementsOption tempo-template-html-option Insert
C-c C-f v HTMLInsert Form ElementsOption with Value tempo-template-html-option-with-value Insert
C-c C-f i HTMLInsert Form ElementsImage Field tempo-template-html-input-image-field Insert .
C-c C-f r HTMLInsert Form ElementsRadiobutton tempo-template-html-input-radiobutton Insert .
C-c C-f c HTMLInsert Form ElementsCheckbox tempo-template-html-checkbox Insert .
C-c C-f p HTMLInsert Form ElementsText Area tempo-template-html-text-area Insert .
C-c C-f f HTMLInsert Form ElementsForm tempo-template-html-form Insert .
C-c C-f t `HTMLInsert Form ElementsText Field tempo-template-html-text-field Insert .
C-c C-f h HTMLInsert Form ElementsHidden Field tempo-template-html-hidden-field Insert .
C-c M-l s HTMLInsert Logical StylesStrong tempo-template-html-strong Insert .
C-c M-l e HTMLInsert Logical StylesEmphasized tempo-template-html-emphasized Insert .
C-c M-l b HTMLInsert Logical StylesBlockquote tempo-template-html-blockquote Insert .
C-c M-l p HTMLInsert Logical StylesPreformatted tempo-template-html-preformatted Insert .
C-c C-p s HTMLInsert Physical StylesStrikethru tempo-template-html-strikethru Insert .
C-c C-p f HTMLInsert Physical StylesFixed tempo-template-html-fixed Insert .
C-c C-p u HTMLInsert Physical StylesUnderline tempo-template-html-underline Insert .
C-c C-p i HTMLInsert Physical StylesItalic tempo-template-html-italic Insert .
C-c C-p b HTMLInsert Physical StylesBold tempo-template-html-bold Insert .
C-c C-p c HTMLInsert Physical StylesCenter tempo-template-html-center Insert .
C-c C-p l HTMLInsert Physical StylesSpanning Class tempo-template-html-spanning-class Insert .
C-c C-p 5 HTMLInsert Physical StylesSpanning Style tempo-template-html-spanning-style Insert .
C-c C-s a HTMLInsert Logical StylesAddress tempo-template-html-address Insert .
C-c M-l d HTMLInsert Logical StylesDefinition tempo-template-html-definition Insert .
C-c M-l v HTMLInsert Logical StylesVariable tempo-template-html-variable Insert .
C-c M-l k HTMLInsert Logical StylesKeyboard Input tempo-template-html-keyboard Insert .
C-c M-l r HTMLInsert Logical StylesCitation tempo-template-html-citation Insert .
C-c M-l x HTMLInsert Logical StylesSample tempo-template-html-sample Insert .
C-c M-l c HTMLInsert Logical StylesCode tempo-template-html-code Insert .
C-c C-h b HTMLInsert Structural ElementsBase tempo-template-html-base Insert .
C-c C-h l HTMLInsert Structural ElementsLink tempo-template-html-link Insert .
C-c C-h m HTMLInsert Structural ElementsMeta Name tempo-template-html-meta-name Insert .
C-c C-h n HTMLInsert Structural ElementsNextid tempo-template-html-nextid Insert .
C-c C-h i HTMLInsert Structural ElementsIsindex tempo-template-html-isindex Insert .
C-c C-h B HTMLInsert Structural ElementsBody tempo-template-html-body Insert .
C-c C-h H HTMLInsert Structural ElementsHead tempo-template-html-head Insert .
C-c C-t t HTMLInsert TablesTable tempo-template-html-table Insert .
C-c C-t p HTMLInsert Tableshtml table caption tempo-template-html-html-table-caption Insert
C-c C-t d HTMLInsert TablesTable Data tempo-template-html-table-data Insert
C-c C-t h HTMLInsert TablesTable Header tempo-template-html-table-header Insert
C-c C-t r HTMLInsert TablesTable Row tempo-template-html-table-row Insert

8.4 Writing XML

Writing XML involves entering structured information that complies with a document type definition or schema. Even within Emacs, the XML support you receive varies. At the low end of the spectrum, there is plain vanilla Fundamental mode. It provides simply a screen where you type. Specialized modes like SGML mode provide support for entering tags, as we saw earlier in our discussion of HTML mode, a derivative of SGML mode. But neither of these approaches help you parse or validate XML (SGML mode has a command for validating, but it is tricky to set up correctly). More advanced Lisp packages, though currently not included in Emacs, are available to provide these functions. These add-on packages provide validation against DTDs or schemas, parsing capabilities, and, typically, an array of standard DTDs and schema definitions. In Emacs, these tools primarily work in conjunction with one of two major modes. psgml mode validates XML (and SGML) against DTDs. The newer nxml mode validates against RELAX NG schemas. We cover both of these options in this section. Before we go into detail on those modes, however, let's look briefly what Emacs has built-in with SGML mode.

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

Интервал:

Закладка:

Сделать

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

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


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

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

x