From def7fb2d8cb5b6d1a81187da58eae448885d2ee5 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Thu, 8 Mar 2007 03:00:44 +0000 Subject: Use segmentedlist instead of tables -- separating appearance from content, yay DocBook! --- en_US/emacs.xml | 287 +++++++++++++++++++++---------------------- en_US/writing-guidelines.xml | 85 ++++++------- 2 files changed, 175 insertions(+), 197 deletions(-) (limited to 'en_US') diff --git a/en_US/emacs.xml b/en_US/emacs.xml index 64cd81b..b97e085 100644 --- a/en_US/emacs.xml +++ b/en_US/emacs.xml @@ -1,5 +1,5 @@ - + Meta key is usually the Alt key. - - Emacs Commands - - - - - - - Shortcut - Description - - - - - - Metax - sgml-parse-prolog, Enter - Parse DTD - - - Metax - sgml-save-dtd, Enter - Save the Parse DTD - - - Metax - sgml-load-dtd, Enter - Load DTD - - - Ctrl c - , Shift - , Tab - Display list of valid tags - - - Ctrl c - , Shift - , type beginning of tag, - Tab - Complete the tag - - - Ctrl g - - Cancel a command in the minibuffer - - - Ctrl c - , / - Close tag - - - Ctrl a - - Move cursor to beginning of line - - - Ctrle - - Move cursor to the end of the line - - - CtrlHome - - Move cursor to the beginning of the file - - - CtrlEnd - - Move cursor to the end of the file - - - Ctrlk - - Cut line - - - Ctrl y - - Paste line - - - Ctrl s - - Search forward in the file - - - Ctrlr - - Search backwards in the file - - - Meta$ - - Check spelling of current word - - - Metax - ispell-word, Enter - Check spelling of current word - - - Metax - ispell-buffer, Enter - Check spelling of current buffer - - - Ctrlx - , Ctrlf - - Open file - - - Ctrlx - , Ctrls - - Save file - - - Ctrlx - , Ctrlc - - Exit Emacs and prompt to save - files if necessary - - - Meta q - - Fill paragraph - - - Ctrlc - , Ctrla - - Edit attributes for a tag (for example, you can edit the - url attribute of the - ulink tag) - - - Ctrl c + + Emacs Commands + Shortcut + Description + + + Metax + sgml-parse-prolog, Enter + Parse DTD + + + Metax + sgml-save-dtd, Enter + Save the Parse DTD + + + Metax + sgml-load-dtd, Enter + Load DTD + + + Ctrl c + , Shift + , Tab + Display list of valid tags + + + Ctrl c + , Shift + , type beginning of tag, + Tab + Complete the tag + + + Ctrl g + + Cancel a command in the minibuffer + + + Ctrl c + , / + Close tag + + + Ctrl a + + Move cursor to beginning of line + + + Ctrle + + Move cursor to the end of the line + + + CtrlHome + + Move cursor to the beginning of the file + + + CtrlEnd + + Move cursor to the end of the file + + + Ctrlk + + Cut line + + + Ctrl y + + Paste line + + + Ctrl s + + Search forward in the file + + + Ctrlr + + Search backwards in the file + + + Meta$ + + Check spelling of current word + + + Metax + ispell-word, Enter + Check spelling of current word + + + Metax + ispell-buffer, Enter + Check spelling of current buffer + + + Ctrlx + , Ctrlf + + Open file + + + Ctrlx + , Ctrls + + Save file + + + Ctrlx + , Ctrlc + + Exit Emacs and prompt to save + files if necessary + + + Meta q + + Fill paragraph + + + Ctrlc + , Ctrla + + Edit attributes for a tag (for example, you can edit the + url attribute of the + ulink tag) + + + Ctrl c , - Ctrlc - - Exit edit attributes - - - -
+ Ctrlc + + Exit edit attributes + + diff --git a/en_US/writing-guidelines.xml b/en_US/writing-guidelines.xml index 6249a11..f6bf7ed 100644 --- a/en_US/writing-guidelines.xml +++ b/en_US/writing-guidelines.xml @@ -87,54 +87,43 @@
]]> - + Two-Character Naming Conventions - - - - - - - Tag - Prefix - - - - - preface - pr- - - - chapter - ch- - - - section - sn- - - - figure - fig- - - - table - tb- - - - appendix - ap- - - - part - pt- - - - example - ex- - - - -
+ Tag + Prefix + + preface + pr- + + + chapter + ch- + + + section + sn- + + + figure + fig- + + + table + tb- + + + appendix + ap- + + + part + pt- + + + example + ex- + + Use the title of the item as the ID. Make your titles unique within a document to prevent conflicts. For example: @@ -262,7 +251,7 @@ committed to CVS) the line is updated automatically to include information about the file. For example: - ]]> + ]]> -- cgit