comparison lisp/w3/w3-keyword.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 9ee227acff29
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
1 ;;; w3-keyword.el,v --- Emacs-W3 binding style sheet mechanism 1 ;;; w3-keyword.el --- Emacs-W3 binding style sheet mechanism
2 ;; Author: wmperry 2 ;; Author: wmperry
3 ;; Created: 1996/05/30 14:37:30 3 ;; Created: 1996/07/23 00:40:54
4 ;; Version: 1.4 4 ;; Version: 1.4
5 ;; Keywords: hypermedia 5 ;; Keywords: hypermedia
6 6
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8 ;;; Copyright (c) 1996 by William M. Perry (wmperry@spry.com) 8 ;;; Copyright (c) 1996 by William M. Perry (wmperry@cs.indiana.edu)
9 ;;; 9 ;;;
10 ;;; This file is not part of GNU Emacs, but the same permissions apply. 10 ;;; This file is not part of GNU Emacs, but the same permissions apply.
11 ;;; 11 ;;;
12 ;;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;;; it under the terms of the GNU General Public License as published by 13 ;;; it under the terms of the GNU General Public License as published by
30 ;;; This is in a separate file just for sanity's sake - I cannot rely on 30 ;;; This is in a separate file just for sanity's sake - I cannot rely on
31 ;;; keywords being automatically recognized (ala XEmacs), and doing a 31 ;;; keywords being automatically recognized (ala XEmacs), and doing a
32 ;;; defconst doesn't work either, because the byte-compiler gets too 32 ;;; defconst doesn't work either, because the byte-compiler gets too
33 ;;; smart for us, and the .elc files are no longer portable. Joy oh joy! 33 ;;; smart for us, and the .elc files are no longer portable. Joy oh joy!
34 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 34 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
35
36 (let ((keywords '( 35 (let ((keywords '(
37 :align 36 :align
37 :average-pitch
38 :link-title 38 :link-title
39 :background 39 :background
40 :center 40 :center
41 :data
41 :depth 42 :depth
43 :left-volume
44 :right-volume
45 :pitch-range
46 :stress
47 :richness
42 :figalt 48 :figalt
43 :figdata 49 :figdata
44 :fillcol 50 :fillcol
45 :form 51 :form
46 :formnum 52 :formnum
53 :gain
47 :header-start 54 :header-start
48 :help-echo 55 :help-echo
49 :href 56 :href
50 :link-args 57 :link-args
51 :image 58 :image
52 :lists 59 :lists
53 :map 60 :map
54 :mpeg
55 :name 61 :name
56 :needspace 62 :needspace
57 :next-break 63 :next-break
58 :nofill 64 :nofill
59 :nowrap 65 :nowrap