comparison lisp/w3/w3-cus.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 6608ceec7cf8
children 8eaf7971accc
comparison
equal deleted inserted replaced
164:4e0740e5aab2 165:5a88923fcbfe
1 ;;; w3-cus.el --- Customization support for Emacs-W3 1 ;;; w3-cus.el --- Customization support for Emacs-W3
2 ;; Author: wmperry 2 ;; Author: wmperry
3 ;; Created: 1997/04/24 14:57:19 3 ;; Created: 1997/05/28 13:51:24
4 ;; Version: 1.8 4 ;; Version: 1.9
5 ;; Keywords: comm, help, hypermedia 5 ;; Keywords: comm, help, hypermedia
6 6
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8 ;;; Copyright (c) 1993 - 1996 by William M. Perry (wmperry@cs.indiana.edu) 8 ;;; Copyright (c) 1993 - 1996 by William M. Perry (wmperry@cs.indiana.edu)
9 ;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc. 9 ;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc.
41 "Emacs-W3 - the web browser of choice." 41 "Emacs-W3 - the web browser of choice."
42 :group 'hypermedia) 42 :group 'hypermedia)
43 43
44 (defgroup w3-files nil 44 (defgroup w3-files nil
45 "Emacs-W3 configuration files." 45 "Emacs-W3 configuration files."
46 :group 'w3) 46 :group 'w3
47 :prefix "w3-")
47 48
48 (defgroup w3-images nil 49 (defgroup w3-images nil
49 "Controlling image handling." 50 "Controlling image handling."
50 :group 'w3) 51 :group 'w3
52 :prefix "w3-")
51 53
52 (defgroup w3-printing nil 54 (defgroup w3-printing nil
53 "Various options for hardcopy from web pages." 55 "Various options for hardcopy from web pages."
54 :group 'w3) 56 :group 'w3
57 :prefix "w3-")
55 58
56 (defgroup w3-menus nil 59 (defgroup w3-menus nil
57 "The look of menus in Emacs-W3" 60 "The look of menus in Emacs-W3"
58 :group 'w3) 61 :group 'w3
62 :prefix "w3-")
59 63
60 (defgroup w3-parsing nil 64 (defgroup w3-parsing nil
61 "Options relating to HTML parsing" 65 "Options relating to HTML parsing"
62 :group 'w3) 66 :group 'w3
67 :prefix "w3-")
63 68
64 (defgroup w3-display nil 69 (defgroup w3-display nil
65 "Variables relating to how web pages are displayed." 70 "Variables relating to how web pages are displayed."
66 :group 'w3) 71 :group 'w3
72 :prefix "w3-")
67 73
68 (defgroup w3-hooks nil 74 (defgroup w3-hooks nil
69 "Hooks relating to Emacs-W3." 75 "Hooks relating to Emacs-W3."
70 :group 'w3) 76 :group 'w3
77 :prefix "w3-")
71 78
72 ;;; File related variables 79 ;;; File related variables
73 (defcustom w3-configuration-directory "~/.w3/" 80 (defcustom w3-configuration-directory "~/.w3/"
74 "*Directory where Emacs-w3 can find its configuration files" 81 "*Directory where Emacs-w3 can find its configuration files"
75 :group 'w3-files 82 :group 'w3-files