1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

Minor tweaks to custom groups.

* cus-edit.el (hardware): Doc fix.

* man.el (man): Add to external custom group.

* delim-col.el (columns): Move to wp custom group.

* doc-view.el (doc-view): Add to data custom group.

* cedet/data-debug.el (data-debug): Move to extensions group.

* cedet/ede.el (ede):
* cedet/srecode.el (srecode):
* cedet/semantic.el (semantic): Put in tools and extensions group.

* nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
This commit is contained in:
Chong Yidong 2010-02-16 09:35:45 -05:00
parent 6fd060bfb8
commit ff90f4b003
10 changed files with 27 additions and 10 deletions

View File

@ -1,5 +1,22 @@
2010-02-16 Chong Yidong <cyd@stupidchicken.com> 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
* cus-edit.el (hardware): Doc fix.
* man.el (man): Add to external custom group.
* delim-col.el (columns): Move to wp custom group.
* doc-view.el (doc-view): Add to data custom group.
* cedet/data-debug.el (data-debug): Move to extensions group.
* cedet/ede.el (ede):
* cedet/srecode.el (srecode):
* cedet/semantic.el (semantic): Put in tools and extensions group.
* nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces
group.
* textmodes/flyspell.el (flyspell-word): Obey the offset specified * textmodes/flyspell.el (flyspell-word): Obey the offset specified
by ispell-parse-output (Bug#5575). by ispell-parse-output (Bug#5575).

View File

@ -842,7 +842,7 @@ If PARENT is non-nil, it is somehow related as a parent to thing."
;; ;;
(defgroup data-debug nil (defgroup data-debug nil
"data-debug group." "data-debug group."
:group 'languages) :group 'extensions)
(defvar data-debug-mode-syntax-table (defvar data-debug-mode-syntax-table
(let ((table (make-syntax-table (standard-syntax-table)))) (let ((table (make-syntax-table (standard-syntax-table))))

View File

@ -69,10 +69,9 @@
(interactive) (message "EDE %s" ede-version)) (interactive) (message "EDE %s" ede-version))
(defgroup ede nil (defgroup ede nil
"Emacs Development Environment gloss." "Emacs Development Environment."
:group 'tools :group 'tools
:group 'convenience :group 'extensions)
)
(defcustom ede-auto-add-method 'ask (defcustom ede-auto-add-method 'ask
"Whether a new source file should be automatically added to a target. "Whether a new source file should be automatically added to a target.

View File

@ -63,7 +63,7 @@ introduced."
(defgroup semantic nil (defgroup semantic nil
"Parser Generator and parser framework." "Parser Generator and parser framework."
:group 'lisp) :group 'tools)
(defgroup semantic-faces nil (defgroup semantic-faces nil
"Faces used for Semantic enabled tools." "Faces used for Semantic enabled tools."

View File

@ -46,6 +46,7 @@
;;; Code: ;;; Code:
(defgroup srecode nil (defgroup srecode nil
"Semantic Recoder." "Semantic Recoder."
:group 'extensions
:group 'tools) :group 'tools)
(provide 'srecode) (provide 'srecode)

View File

@ -281,7 +281,7 @@
:group 'environment) :group 'environment)
(defgroup hardware nil (defgroup hardware nil
"Support for interfacing with exotic hardware." "Support for interfacing with miscellaneous hardware."
:group 'environment) :group 'environment)
(defgroup terminals nil (defgroup terminals nil

View File

@ -126,7 +126,7 @@
"Prettify columns." "Prettify columns."
:link '(emacs-library-link :tag "Source Lisp File" "delim-col.el") :link '(emacs-library-link :tag "Source Lisp File" "delim-col.el")
:prefix "delimit-columns-" :prefix "delimit-columns-"
:group 'internal) :group 'wp)
(defcustom delimit-columns-str-before "" (defcustom delimit-columns-str-before ""
"Specify a string to be inserted before all columns." "Specify a string to be inserted before all columns."

View File

@ -144,6 +144,7 @@
:link '(function-link doc-view) :link '(function-link doc-view)
:version "22.2" :version "22.2"
:group 'applications :group 'applications
:group 'data
:group 'multimedia :group 'multimedia
:prefix "doc-view-") :prefix "doc-view-")

View File

@ -98,9 +98,9 @@
(defgroup man nil (defgroup man nil
"Browse UNIX manual pages." "Browse UNIX manual pages."
:prefix "Man-" :prefix "Man-"
:group 'external
:group 'help) :group 'help)
(defvar Man-notify) (defvar Man-notify)
(defcustom Man-filter-list nil (defcustom Man-filter-list nil
"Manpage cleaning filter command phrases. "Manpage cleaning filter command phrases.

View File

@ -50,8 +50,7 @@
(defgroup nxml-faces nil (defgroup nxml-faces nil
"Faces for XML syntax highlighting." "Faces for XML syntax highlighting."
:group 'nxml :group 'nxml)
:group 'font-lock-faces)
(defcustom nxml-char-ref-display-glyph-flag t (defcustom nxml-char-ref-display-glyph-flag t
"*Non-nil means display glyph following character reference. "*Non-nil means display glyph following character reference.