Function: network-connection-mode
network-connection-mode is an interactive and byte-compiled function
defined in net-utils.el.gz.
Signature
(network-connection-mode)
Documentation
Major mode for interacting with the network-connection program.
In addition to any hooks its parent mode comint-mode might have run,
this mode runs the hook network-connection-mode-hook, as the final
or penultimate step during initialization.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/net/net-utils.el.gz
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; General Network connection
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Using a derived mode gives us keymaps, hooks, etc.
(define-derived-mode
network-connection-mode comint-mode "Network-Connection"
"Major mode for interacting with the `network-connection' program.")