* cus-edit.el (net): Remove group.
(comm): Promote to top-level group.
* url/url-vars.el (url):
* net/browse-url.el (browse-url):
* net/xesam.el (xesam):
* net/tramp.el (tramp):
* net/goto-addr.el (goto-address):
* net/ange-ftp.el (ange-ftp): Put in comm group.
* cus-edit.el (processes): Remove from development group.
(oop, hypermedia): Delete group.
- (net): New group.
+ (comm): Promote to top-level group.
* net/browse-url.el (browse-url):
* net/xesam.el (xesam):
* net/tramp.el (tramp):
* net/goto-addr.el (goto-address):
- * net/ange-ftp.el (ange-ftp): Put in net group.
+ * net/ange-ftp.el (ange-ftp): Put in comm group.
* view.el (view): Remove from editing group.
"Interfacing to external utilities."
:group 'emacs)
-(defgroup net nil
- "Networking support."
+(defgroup comm nil
+ "Communications, networking, and remote access to files."
+ :tag "Communication"
:group 'emacs)
(defgroup processes nil
"Fitting Emacs with its environment."
:group 'emacs)
-(defgroup comm nil
- "Communications, networking, remote access to files."
- :tag "Communication"
- :group 'environment)
-
(defgroup hardware nil
"Support for interfacing with miscellaneous hardware."
:group 'environment)
"Accessing remote files and directories using FTP
made as simple and transparent as possible."
:group 'files
- :group 'net
+ :group 'comm
:prefix "ange-ftp-")
(defcustom ange-ftp-name-format
:prefix "browse-url-"
:link '(emacs-commentary-link "browse-url")
:group 'external
- :group 'net)
+ :group 'comm)
;;;###autoload
(defcustom browse-url-browser-function
(defgroup goto-address nil
"Click to browse URL or to send to e-mail address."
:group 'mouse
- :group 'net)
+ :group 'comm)
;; I don't expect users to want fontify'ing without highlighting.
(defgroup tramp nil
"Edit remote files with a combination of rsh and rcp or similar programs."
:group 'files
- :group 'net
+ :group 'comm
:version "22.1")
;; Maybe we need once a real Tramp mode, with key bindings etc.
(defgroup xesam nil
"Xesam compatible interface to search engines."
:group 'extensions
- :group 'net
+ :group 'comm
:version "23.1")
(defcustom xesam-query-type 'user-query
2010-03-12 Chong Yidong <cyd@stupidchicken.com>
- * url-vars.el (url): Put in net group.
+ * url-vars.el (url): Put in comm group.
2010-03-10 Chong Yidong <cyd@stupidchicken.com>
(defgroup url nil
"Uniform Resource Locator tool."
:version "22.1"
- :group 'net)
+ :group 'comm)
(defgroup url-file nil
"URL storage."