Server IP : 111.118.215.189 / Your IP : 18.117.158.174 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/textmodes/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:11:48 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/textmodes/nroff-mode.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301\302\303\304\305\306\307\310\311& \210\312\313\302\314\306\301\315\316&\207" [custom-declare-group nroff nil "Nroff mode." :link (custom-group-link :tag "Font Lock Faces group" font-lock-faces) :group wp :prefix "nroff-" custom-declare-variable nroff-electric-mode "Non-nil means automatically closing requests when you insert an open." :type boolean] 10) #@37 Major mode keymap for `nroff-mode'. (defvar nroff-mode-map (byte-code "\302 \302 \303 \304\305#\210\303 \306\307#\210\303 \310\311#\210\303 \312\313#\210\303 \314\315#\210\303 \316\317#\210\303 \320\321#\210\303 \322\323B#\210\303\324\325#\210\303\326\327#\210\303\330\331#\210\303\332\333#\210\303\334\335#\210\303\336\337#\210 *\207" [menu-map map make-sparse-keymap define-key " " tab-to-tab-stop "s" center-line "?" nroff-count-text-lines "\n" nroff-electric-newline "n" nroff-forward-text-line "p" nroff-backward-text-line "" nroff-view [menu-bar nroff-mode] "Nroff" [nn] (menu-item "Newline" nroff-electric-newline :help "Insert newline for nroff mode; special if nroff-electric mode") [nc] (menu-item "Count text lines" nroff-count-text-lines :help "Count lines in region, except for nroff request lines.") [nf] (menu-item "Forward text line" nroff-forward-text-line :help "Go forward one nroff text line, skipping lines of nroff requests") [nb] (menu-item "Backward text line" nroff-backward-text-line :help "Go backward one nroff text line, skipping lines of nroff requests") [ne] (menu-item "Electric newline mode" nroff-electric-mode :help "Auto insert closing requests if necessary" :button (:toggle . nroff-electric-mode)) [npm] (menu-item "Preview as man page" nroff-view :help "Run man on this file.")] 5) (#$ . 940)) #@42 Syntax table used while in `nroff-mode'. (defvar nroff-mode-syntax-table (byte-code "\302!\303\304\305 #\210\303\306\307 #\210\303\310\311 #\210\303\312\313 #\210 )\207" [text-mode-syntax-table st copy-syntax-table modify-syntax-entry 34 "\" 2" 35 ". 2" 92 "\\ 1" 10 ">"] 4) (#$ . 2294)) (defvar nroff-imenu-expression '((nil "^\\.SH \"?\\([^\"\n]*\\)\"?$" 1))) (byte-code "\300\301\302\303\304\305\306\307&\210\300\310\311\312\306\313\304\305&\210\310\314N\204$ \315\310\314\316\317!#\210\320\321!\2040 \315\321\322\323#\210\311\207" [custom-declare-variable nroff-font-lock-keywords (list "^[.']\\s-*\\sw+" (concat "\\\\" "\\(" (mapconcat 'identity '("[f*n]*\\[.+?]" "(.." "[^(\"#]") "\\|") "\\)")) "Font-lock highlighting control in `nroff-mode'." :group nroff :type (repeat regexp) nroff-mode-hook nil "Hook run by function `nroff-mode'." hook variable-documentation put purecopy "Hook run when entering Nroff mode.\nNo problems result if this variable is not bound.\n`add-hook' automatically binds it. (This is true for all hook variables.)" boundp nroff-mode-map definition-name nroff-mode] 8) (defvar nroff-mode-map (make-sparse-keymap)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\305\306!\204 \302\306\307\310#\210\300\207" [nroff-mode-map variable-documentation put purecopy "Keymap for `nroff-mode'." boundp nroff-mode-syntax-table definition-name nroff-mode] 5) (defvar nroff-mode-syntax-table (make-syntax-table)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\302\305\306\307#\207" [nroff-mode-syntax-table variable-documentation put purecopy "Syntax table for `nroff-mode'." nroff-mode-abbrev-table definition-name nroff-mode] 5) (defvar nroff-mode-abbrev-table (progn (define-abbrev-table 'nroff-mode-abbrev-table nil) nroff-mode-abbrev-table)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\302\305\306\307#\207" [nroff-mode-abbrev-table variable-documentation put purecopy "Abbrev table for `nroff-mode'." nroff-mode derived-mode-parent text-mode] 5) #@269 Major mode for editing text intended for nroff to format. \{nroff-mode-map} Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'. Also, try `nroff-electric-mode', for automatically inserting closing requests for requests that are used in matched pairs. (defalias 'nroff-mode #[nil "\306\300!\210\307\310 \210\311\312\310\313N\203 \314\311\313\310\313N#\210\315!\204'