HTML helper mode: Mode for editing HTML documents. FOR MER DOKUMENTASJON OG NYESTE VERSJON SE: http://www.santafe.edu/~nelson/tools/ FOR Å FÅ OPP MER VALG PÅ MENYEN(hvis man ikke vil bruke shortcuts): Gå opp på menyen som heter HTML og velg 'Turn on Expert Menu' For å komme tilbake velger man 'Turn on Novice Menu' The main function html-helper-mode provides is a menu and keybindings for the HTML tags one inserts when writing HTML documents. Selecting the menu item or typing the key sequence for a command inserts the corresponding tag and places point in the right place. If a prefix argument is supplied, the tags is instead wrapped around the region. Alternately, one can type in part of the tag and complete it with M-TAB. There is also code for indentation, timestamps, skeletons for new documents, and lots of other neat features. key binding --- ------- RET newline-and-indent TAB html-helper-indent-command ESC Prefix Command C-c Prefix Command ESC RET tempo-template-html-paragraph ESC TAB tempo-complete-tag ESC C-b tempo-backward-mark ESC C-f tempo-forward-mark C-c RET tempo-template-html-line-break C-c = tempo-template-html-horizontal-line C-c < tempo-template-html-less-than C-c > tempo-template-html-greater-than C-c & tempo-template-html-ampersand C-c SPC tempo-template-html-nonbreaking-space C-c - tempo-template-html-soft-hyphen C-c @ tempo-template-html-copyright C-c $ tempo-template-html-registered C-c " tempo-template-html-quotation-mark C-c # tempo-template-html-ascii-code C-c C-z html-helper-mode-functions-map C-c C-f html-helper-form-map C-c C-b html-helper-head-map C-c TAB html-helper-image-map C-c C-p html-helper-phys-map C-c C-s html-helper-logical-map C-c C-t html-helper-header-map C-c C-l html-helper-list-map C-c C-a html-helper-anchor-map C-c C-z u browse-url-netscape C-c C-z v browse-url-of-file C-c C-z t html-helper-insert-timestamp-delimiter-at-point C-c C-f f tempo-template-html-form C-c C-f t tempo-template-html-text-field C-c C-f r tempo-template-html-radiobutton C-c C-f c tempo-template-html-checkbox C-c C-f p tempo-template-html-text-area C-c C-f h tempo-template-html-hidden-field C-c C-f i tempo-template-html-image-field C-c C-f b tempo-template-html-submit-form C-c C-f z tempo-template-html-reset-form C-c C-f s tempo-template-html-selections C-c C-f v tempo-template-html-option-with-value C-c C-f o tempo-template-html-option C-c C-b t tempo-template-html-title C-c C-b b tempo-template-html-base C-c C-b l tempo-template-html-link C-c C-b m tempo-template-html-meta-name C-c C-b h tempo-template-html-http-equivalent C-c C-b n tempo-template-html-nextid C-c C-b i tempo-template-html-isindex C-c C-b B tempo-template-html-body C-c C-b H tempo-template-html-head C-c TAB t tempo-template-html-image-with-alternate-text C-c TAB e tempo-template-html-aligned-image-with-alt.-text C-c TAB i tempo-template-html-image C-c TAB a tempo-template-html-aligned-image C-c C-p f tempo-template-html-fixed C-c C-p b tempo-template-html-bold C-c C-p i tempo-template-html-italic C-c C-p u tempo-template-html-underline C-c C-p s tempo-template-html-strikethru C-c C-s p tempo-template-html-preformatted C-c C-s s tempo-template-html-strong C-c C-s e tempo-template-html-emphasized C-c C-s a tempo-template-html-address C-c C-s d tempo-template-html-definition C-c C-s v tempo-template-html-variable C-c C-s k tempo-template-html-keyboard-input C-c C-s r tempo-template-html-citation C-c C-s x tempo-template-html-sample C-c C-s c tempo-template-html-code C-c C-s b tempo-template-html-blockquote C-c C-t 1 tempo-template-html-header-1 C-c C-t 2 tempo-template-html-header-2 C-c C-t 3 tempo-template-html-header-3 C-c C-t 4 tempo-template-html-header-4 C-c C-t 5 tempo-template-html-header-5 C-c C-t 6 tempo-template-html-header-6 C-c C-l i html-helper-smart-insert-item C-c C-l u tempo-template-html-unordered-list C-c C-l d tempo-template-html-definition-list C-c C-l o tempo-template-html-ordered-list C-c C-l m tempo-template-html-menu-list C-c C-l r tempo-template-html-directorylist C-c C-l l tempo-template-html-list-item C-c C-l t tempo-template-html-definition-item C-c C-a l tempo-template-html-hyperlink C-c C-a n tempo-template-html-link-target Written by nelson@santafe.edu, http://www.santafe.edu/~nelson/