comparison lisp/hm--html-menus/hm--html-menu.el @ 142:1856695b1fa9 r20-2b5

Import from CVS: tag r20-2b5
author cvs
date Mon, 13 Aug 2007 09:33:18 +0200
parents 9f59509498e1
children 25f70ba0133c
comparison
equal deleted inserted replaced
141:ea67ad3963dc 142:1856695b1fa9
1 ;;; hm--html-menu --- A menu for the hm--html-mode. 1 ;;; hm--html-menu --- A menu for the hm--html-mode.
2 ;;; 2 ;;;
3 ;;; $Id: hm--html-menu.el,v 1.5 1997/03/28 02:28:41 steve Exp $ 3 ;;; $Id: hm--html-menu.el,v 1.6 1997/05/09 03:28:00 steve Exp $
4 ;;; 4 ;;;
5 ;;; Copyright (C) 1993 - 1997 Heiko Muenkel 5 ;;; Copyright (C) 1993 - 1997 Heiko Muenkel
6 ;;; email: muenkel@tnt.uni-hannover.de 6 ;;; email: muenkel@tnt.uni-hannover.de
7 ;;; 7 ;;;
8 ;;; This program is free software; you can redistribute it and/or modify 8 ;;; This program is free software; you can redistribute it and/or modify
130 ["Paragraph start tag" hm--html-add-paragraph-separator t] 130 ["Paragraph start tag" hm--html-add-paragraph-separator t]
131 ["Document division" hm--html-add-document-division t] 131 ["Document division" hm--html-add-document-division t]
132 ["New line" hm--html-add-line-break t] 132 ["New line" hm--html-add-line-break t]
133 ["Horizontal rule" hm--html-add-horizontal-rule t] 133 ["Horizontal rule" hm--html-add-horizontal-rule t]
134 ) 134 )
135 ("Formating Paragraphs" 135 ("Formatting Paragraphs"
136 ; ["Without links" hm--html-add-plaintext t] 136 ; ["Without links" hm--html-add-plaintext t]
137 ["Preformated" hm--html-add-preformated t] 137 ["Preformatted" hm--html-add-preformatted t]
138 ["Blockquote" hm--html-add-blockquote t] 138 ["Blockquote" hm--html-add-blockquote t]
139 "----" 139 "----"
140 ["Basefont..." hm--html-add-basefont t] 140 ["Basefont..." hm--html-add-basefont t]
141 ["Font..." hm--html-add-font t] 141 ["Font..." hm--html-add-font t]
142 ["Center" hm--html-add-center t] 142 ["Center" hm--html-add-center t]
282 ["Menu item" hm--html-add-list-or-menu-item t] 282 ["Menu item" hm--html-add-list-or-menu-item t]
283 ["Menu" hm--html-add-menu t] 283 ["Menu" hm--html-add-menu t]
284 "----" 284 "----"
285 ["Paragraph Container" hm--html-add-paragraph t] 285 ["Paragraph Container" hm--html-add-paragraph t]
286 ) 286 )
287 ("Formating Paragraphs" 287 ("Formatting Paragraphs"
288 ; ["Without links" hm--html-add-plaintext t] 288 ; ["Without links" hm--html-add-plaintext t]
289 ["Preformated" hm--html-add-preformated t] 289 ["Preformatted" hm--html-add-preformatted t]
290 ) 290 )
291 ("Formatting Words" 291 ("Formatting Words"
292 ["Bold" hm--html-add-bold t] 292 ["Bold" hm--html-add-bold t]
293 ["Italic" hm--html-add-italic t] 293 ["Italic" hm--html-add-italic t]
294 ["Underline" hm--html-add-underline t] 294 ["Underline" hm--html-add-underline t]
355 ["Paragraph container" hm--html-add-paragraph-to-region t] 355 ["Paragraph container" hm--html-add-paragraph-to-region t]
356 ["Document division" hm--html-add-document-division-to-region t] 356 ["Document division" hm--html-add-document-division-to-region t]
357 ) 357 )
358 ("Formatting Paragraphs" 358 ("Formatting Paragraphs"
359 ; ["Without links" hm--html-add-plaintext-to-region t] 359 ; ["Without links" hm--html-add-plaintext-to-region t]
360 ["Preformated" hm--html-add-preformated-to-region t] 360 ["Preformatted" hm--html-add-preformatted-to-region t]
361 ["Blockquote" hm--html-add-blockquote-to-region t] 361 ["Blockquote" hm--html-add-blockquote-to-region t]
362 "----" 362 "----"
363 ["Font..." hm--html-add-font-to-region t] 363 ["Font..." hm--html-add-font-to-region t]
364 ["Center" hm--html-add-center-to-region t] 364 ["Center" hm--html-add-center-to-region t]
365 ["Style" hm--html-add-style-to-region t] 365 ["Style" hm--html-add-style-to-region t]
462 ["Menu item" hm--html-add-list-or-menu-item-to-region t] 462 ["Menu item" hm--html-add-list-or-menu-item-to-region t]
463 ["Menu" hm--html-add-menu-to-region t] 463 ["Menu" hm--html-add-menu-to-region t]
464 ) 464 )
465 ("Formatting Paragraphs" 465 ("Formatting Paragraphs"
466 ; ["Without links" hm--html-add-plaintext-to-region t] 466 ; ["Without links" hm--html-add-plaintext-to-region t]
467 ["Preformated" hm--html-add-preformated-to-region t] 467 ["Preformatted" hm--html-add-preformatted-to-region t]
468 ) 468 )
469 ("Formatting Words" 469 ("Formatting Words"
470 ["Bold" hm--html-add-bold-to-region t] 470 ["Bold" hm--html-add-bold-to-region t]
471 ["Italic" hm--html-add-italic-to-region t] 471 ["Italic" hm--html-add-italic-to-region t]
472 ["Underline" hm--html-add-underline-to-region t] 472 ["Underline" hm--html-add-underline-to-region t]