Server IP : 111.118.215.189 / Your IP : 18.218.26.136 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/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:12:50 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/menu-bar.el ;;; in Emacs version 24.3 ;;; 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 "\303\304\"\204 \305\306\307\310!#\210\311\312!\204 \313\202= \n\314=\203% \315\2023 \316\317\320\321#\210\317\322\323#\210\317\324\325\307\325!B#\210\303\207" [global-map menu-bar-final-items system-type lookup-key [menu-bar] define-key [menu-bar] make-sparse-keymap "menu-bar" featurep ns (help-menu) darwin (buffer services help-menu) (buffer services hide-app quit) bindings--define-key [menu-bar quit] (menu-item "Quit" save-buffers-kill-emacs :help "Save unsaved buffers, then exit") [menu-bar hide-app] (menu-item "Hide" ns-do-hide-emacs :help "Hide Emacs") [menu-bar services] "Services"] 6) (defvar global-buffers-menu-map (make-sparse-keymap "Buffers")) (byte-code "\302\303\304\305#\210\306\305\211\203, @\303N\203% \304N\204% \307\304\303N#\210 A\211\204 *\310\303\304\311#\207" [prop --dolist-tail-- defvaralias menu-bar-files-menu menu-bar-file-menu nil (saved-value saved-variable-comment) put make-obsolete-variable "22.1"] 6) (defvar menu-bar-file-menu (byte-code "\302\303!\304\305\306#\210\304\307 #\210\304\310\311#\210\304\312\313#\210\304\314\315#\210\304\316 #\210\304\317\320#\210\304\321\322#\210\304\323\324#\210\304\325 #\210\304\326\327#\210\304\330\331#\210\304\332\333#\210\304\334\335#\210\304\336\337#\210\304\340\341#\210\304\342 #\210\304\343\344#\210\304\345\346#\210\304\347\350#\210\304\351\352#\210\304\353 #\210\304\354\355#\210\304\356\357#\210\304\360\361#\210\304\362\363#\210\304\364\365#\210)\207" [menu menu-bar-separator make-sparse-keymap "File" bindings--define-key [exit-emacs] (menu-item "Quit" save-buffers-kill-terminal :help "Save unsaved buffers, then exit") [separator-exit] [delete-this-frame] (menu-item "Delete Frame" delete-frame :visible (fboundp 'delete-frame) :enable (delete-frame-enabled-p) :help "Delete currently selected frame") [make-frame-on-display] (menu-item "New Frame on Display..." make-frame-on-display :visible (fboundp 'make-frame-on-display) :help "Open a new frame on another display") [make-frame] (menu-item "New Frame" make-frame-command :visible (fboundp 'make-frame-command) :help "Open a new frame") [separator-frame] [one-window] (menu-item "Remove Other Windows" delete-other-windows :enable (not (one-window-p t nil)) :help "Make selected window fill whole frame") [new-window-on-right] (menu-item "New Window on Right" split-window-right :enable (and (menu-bar-menu-frame-live-and-visible-p) (menu-bar-non-minibuffer-window-p)) :help "Make new window on right of selected one") [new-window-below] (menu-item "New Window Below" split-window-below :enable (and (menu-bar-menu-frame-live-and-visible-p) (menu-bar-non-minibuffer-window-p)) :help "Make new window below selected one") [separator-window] [ps-print-region] (menu-item "PostScript Print Region (B+W)" ps-print-region :enable mark-active :help "Pretty-print marked region in black and white to PostScript printer") [ps-print-buffer] (menu-item "PostScript Print Buffer (B+W)" ps-print-buffer :enable (menu-bar-menu-frame-live-and-visible-p) :help "Pretty-print current buffer in black and white to PostScript printer") [ps-print-region-faces] (menu-item "PostScript Print Region" ps-print-region-with-faces :enable mark-active :help "Pretty-print marked region to PostScript printer") [ps-print-buffer-faces] (menu-item "PostScript Print Buffer" ps-print-buffer-with-faces :enable (menu-bar-menu-frame-live-and-visible-p) :help "Pretty-print current buffer to PostScript printer") [print-region] (menu-item "Print Region" print-region :enable mark-active :help "Print region between mark and current position") [print-buffer] (menu-item "Print Buffer" print-buffer :enable (menu-bar-menu-frame-live-and-visible-p) :help "Print current buffer with page headings") [separator-print] [recover-session] (menu-item "Recover Crashed Session" recover-session :enable (and auto-save-list-file-prefix (file-directory-p (file-name-directory auto-save-list-file-prefix)) (directory-files (file-name-directory auto-save-list-file-prefix) nil (concat "\\`" (regexp-quote (file-name-nondirectory auto-save-list-file-prefix))) t)) :help "Recover edits from a crashed session") [revert-buffer] (menu-item "Revert Buffer" revert-buffer :enable (or revert-buffer-function revert-buffer-insert-file-contents-function (and buffer-file-number (or (buffer-modified-p) (not (verify-visited-file-modtime (current-buffer)))))) :help "Re-read current buffer from its file") [write-file] (menu-item "Save As..." write-file :enable (and (menu-bar-menu-frame-live-and-visible-p) (menu-bar-non-minibuffer-window-p)) :help "Write current buffer to another file") [save-buffer] (menu-item "Save" save-buffer :enable (and (buffer-modified-p) (buffer-file-name) (menu-bar-non-minibuffer-window-p)) :help "Save current buffer to its file") [separator-save] [kill-buffer] (menu-item "Close" kill-this-buffer :enable (kill-this-buffer-enabled-p) :help "Discard (kill) current buffer") [insert-file] (menu-item "Insert File..." insert-file :enable (menu-bar-non-minibuffer-window-p) :help "Insert another file into current buffer") [dired] (menu-item "Open Directory..." dired :enable (menu-bar-non-minibuffer-window-p) :help "Read a directory, to operate on its files") [open-file] (menu-item "Open File..." menu-find-file-existing :enable (menu-bar-non-minibuffer-window-p) :help "Read an existing file into an Emacs buffer") [new-file] (menu-item "Visit New File..." find-file :enable (menu-bar-non-minibuffer-window-p) :help "Specify a new file's name, to edit the file")] 4)) #@34 Edit the existing file FILENAME. (defalias 'menu-find-file-existing #[nil "\302\303!\205 \303 ?\304\305\"@\203 \306 !\202 \307 !*\207" [mustmatch filename fboundp x-uses-old-gtk-dialog find-file-read-args "Find file: " find-file-existing find-file] 3 (#$ . 6100) nil]) #@67 Type of last non-incremental search command called from the menu. (defvar menu-bar-last-search-type nil (#$ . 6382)) #@58 Search forward for the previous search string or regexp. (defalias 'nonincremental-repeat-search-forward #[nil "\303=\203 \203 \304 @!\207\305=\203 \n\203 \306\n@!\207\307\310!\207" [menu-bar-last-search-type search-ring regexp-search-ring string search-forward regexp re-search-forward error "No previous search"] 2 (#$ . 6505) nil]) #@59 Search backward for the previous search string or regexp. (defalias 'nonincremental-repeat-search-backward #[nil "\303=\203 \203 \304 @!\207\305=\203 \n\203 \306\n@!\207\307\310!\207" [menu-bar-last-search-type search-ring regexp-search-ring string search-backward regexp re-search-backward error "No previous search"] 2 (#$ . 6853) nil]) #@51 Read a string and search for it nonincrementally. (defalias 'nonincremental-search-forward #[(string) "\301 \303\232\203 \304\n@!\207\305 \306\"\210\304 !\207" [menu-bar-last-search-type string search-ring "" search-forward isearch-update-ring nil] 3 (#$ . 7205) "sSearch for string: "]) #@60 Read a string and search backward for it nonincrementally. (defalias 'nonincremental-search-backward #[(string) "\301 \303\232\203 \304\n@!\207\305 \306\"\210\304 !\207" [menu-bar-last-search-type string search-ring "" search-backward isearch-update-ring nil] 3 (#$ . 7501) "sSearch for string: "]) #@63 Read a regular expression and search for it nonincrementally. (defalias 'nonincremental-re-search-forward #[(string) "\303 \304\232\203 \305\n@!\207\306 \307\"\210\305 !\207" [menu-bar-last-search-type string regexp-search-ring regexp "" re-search-forward isearch-update-ring t] 3 (#$ . 7808) "sSearch for regexp: "]) #@72 Read a regular expression and search backward for it nonincrementally. (defalias 'nonincremental-re-search-backward #[(string) "\303 \304\232\203 \305\n@!\207\306 \307\"\210\305 !\207" [menu-bar-last-search-type string regexp-search-ring regexp "" re-search-backward isearch-update-ring t] 3 (#$ . 8134) "sSearch for regexp: "]) (defvar menu-bar-i-search-menu (byte-code "\301\302!\303\304\305#\210\303\306\307#\210\303\310\311#\210\303\312\313#\210)\207" [menu make-sparse-keymap "Incremental Search" bindings--define-key [isearch-backward-regexp] (menu-item "Backward Regexp..." isearch-backward-regexp :help "Search backwards for a regular expression as you type it") [isearch-forward-regexp] (menu-item "Forward Regexp..." isearch-forward-regexp :help "Search forward for a regular expression as you type it") [isearch-backward] (menu-item "Backward String..." isearch-backward :help "Search backwards for a string as you type it") [isearch-forward] (menu-item "Forward String..." isearch-forward :help "Search forward for a string as you type it")] 4)) (defvar menu-bar-search-menu (byte-code "\303\304!\305\306\307\310 E#\210\305\311\n#\210\305\312\313#\210\305\314\315#\210\305\316\n#\210\305\317\320#\210\305\321\322#\210\305\323\n#\210\305\324\325#\210\305\326\327#\210\305\330\331#\210\305\332\333#\210)\207" [menu menu-bar-i-search-menu menu-bar-separator make-sparse-keymap "Search" bindings--define-key [i-search] menu-item "Incremental Search" [separator-tag-isearch] [tags-continue] (menu-item "Continue Tags Search" tags-loop-continue :help "Continue last tags search operation") [tags-srch] (menu-item "Search Tagged Files..." tags-search :help "Search for a regexp in all tagged files") [separator-tag-search] [repeat-search-back] (menu-item "Repeat Backwards" nonincremental-repeat-search-backward :enable (or (and (eq menu-bar-last-search-type 'string) search-ring) (and (eq menu-bar-last-search-type 'regexp) regexp-search-ring)) :help "Repeat last search backwards") [repeat-search-fwd] (menu-item "Repeat Forward" nonincremental-repeat-search-forward :enable (or (and (eq menu-bar-last-search-type 'string) search-ring) (and (eq menu-bar-last-search-type 'regexp) regexp-search-ring)) :help "Repeat last search forward") [separator-repeat-search] [re-search-backward] (menu-item "Regexp Backwards..." nonincremental-re-search-backward :help "Search backwards for a regular expression") [re-search-forward] (menu-item "Regexp Forward..." nonincremental-re-search-forward :help "Search forward for a regular expression") [search-backward] (menu-item "String Backwards..." nonincremental-search-backward :help "Search backwards for a string") [search-forward] (menu-item "String Forward..." nonincremental-search-forward :help "Search forward for a string")] 6)) (defvar menu-bar-replace-menu (byte-code "\302\303!\304\305\306#\210\304\307\310#\210\304\311 #\210\304\312\313#\210\304\314\315#\210)\207" [menu menu-bar-separator make-sparse-keymap "Replace" bindings--define-key [tags-repl-continue] (menu-item "Continue Replace" tags-loop-continue :help "Continue last tags replace operation") [tags-repl] (menu-item "Replace in Tagged Files..." tags-query-replace :help "Interactively replace a regexp in all tagged files") [separator-replace-tags] [query-replace-regexp] (menu-item "Replace Regexp..." query-replace-regexp :enable (not buffer-read-only) :help "Replace regular expression interactively, ask about each occurrence") [query-replace] (menu-item "Replace String..." query-replace :enable (not buffer-read-only) :help "Replace string interactively, ask about each occurrence")] 4)) (defvar menu-bar-goto-menu (byte-code "\302\303!\304\305\306#\210\304\307 #\210\304\310\311#\210\304\312\313#\210\304\314\315#\210\304\316\317#\210\304\320\321#\210\304\322 #\210\304\323\324#\210\304\325\326#\210\304\327\330#\210\304\331\332#\210)\207" [menu menu-bar-separator make-sparse-keymap "Go To" bindings--define-key [set-tags-name] (menu-item "Set Tags File Name..." visit-tags-table :help "Tell Tags commands which tag table file to use") [separator-tag-file] [apropos-tags] (menu-item "Tags Apropos..." tags-apropos :help "Find function/variables whose names match regexp") [next-tag-otherw] (menu-item "Next Tag in Other Window" menu-bar-next-tag-other-window :enable (and (boundp 'tags-location-ring) (not (ring-empty-p tags-location-ring))) :help "Find next function/variable matching last tag name in another window") [next-tag] (menu-item "Find Next Tag" menu-bar-next-tag :enable (and (boundp 'tags-location-ring) (not (ring-empty-p tags-location-ring))) :help "Find next function/variable matching last tag name") [find-tag-otherw] (menu-item "Find Tag in Other Window..." find-tag-other-window :help "Find function/variable definition in another window") [find-tag] (menu-item "Find Tag..." find-tag :help "Find definition of function or variable") [separator-tags] [end-of-buf] (menu-item "Goto End of Buffer" end-of-buffer) [beg-of-buf] (menu-item "Goto Beginning of Buffer" beginning-of-buffer) [go-to-pos] (menu-item "Goto Buffer Position..." goto-char :help "Read a number N and go to buffer position N") [go-to-line] (menu-item "Goto Line..." goto-line :help "Read a line number and go to that line")] 4)) (defvar yank-menu (byte-code "\300\301!\302B\207" [purecopy "Select Yank" nil] 2)) (byte-code "\300\301BM\207" [yank-menu keymap] 3) (defvar menu-bar-edit-menu (byte-code "\305\306!\307\310\311#\210\312\313!\203 \307\314\315#\210\307\316\317#\210\307\320 #\210\307\321\322#\210\307\323\324\325\nE#\210\307\326\324\327E#\210\307\330\324\331\fE#\210\307\332 #\210\307\333\334#\210\307\335\336#\210\307\312\313!\203a \337\202b \340\324\312\313!\203m \341\202n \342\343BB#\210\307\344\345#\210\307\346\324\347\312\313!\203\210 \350\202\211 \351\352\353\354\355\356\312\313!\203\230 \357\202\231 \360\257 #\210\307\361\362#\210\312\313!\203\257 \307\363 #\210\307\364\365#\210)\207" [menu menu-bar-separator menu-bar-goto-menu menu-bar-replace-menu menu-bar-search-menu make-sparse-keymap "Edit" bindings--define-key [props] (menu-item "Text Properties" facemenu-menu) featurep ns [spell] (menu-item "Spell" ispell-menu-map) [fill] (menu-item "Fill" fill-region :enable (and mark-active (not buffer-read-only)) :help "Fill text in region to fit between left and right margin") [separator-bookmark] [bookmark] (menu-item "Bookmarks" menu-bar-bookmark-map) [goto] menu-item "Go To" [replace] "Replace" [search] "Search" [separator-search] [mark-whole-buffer] (menu-item "Select All" mark-whole-buffer :help "Mark the whole buffer for a subsequent cut/copy") [clear] (menu-item "Clear" delete-region :enable (and mark-active (not buffer-read-only)) :help "Delete the text in region between mark and current position") [select-paste] [paste-from-menu] "Select and Paste" "Paste from Kill Menu" (yank-menu :enable (and (cdr yank-menu) (not buffer-read-only)) :help "Choose a string from the kill ring and paste it") [paste] (menu-item "Paste" yank :enable (and (or (and (fboundp 'x-selection-exists-p) (x-selection-exists-p 'CLIPBOARD)) (if (featurep 'ns) (cdr yank-menu) kill-ring)) (not buffer-read-only)) :help "Paste (yank) text most recently cut/copied") [copy] "Copy" ns-copy-including-secondary kill-ring-save :enable mark-active :help "Copy text in region between mark and current position" :keys "\\[ns-copy-including-secondary]" "\\[kill-ring-save]" [cut] (menu-item "Cut" kill-region :enable (and mark-active (not buffer-read-only)) :help "Cut (kill) text in region between mark and current position") [separator-undo] [undo] (menu-item "Undo" undo :enable (and (not buffer-read-only) (not (eq t buffer-undo-list)) (if (eq last-command 'undo) (listp pending-undo-list) (consp buffer-undo-list))) :help "Undo last operation")] 13)) #@56 Find the next definition of the tag already specified. (defalias 'menu-bar-next-tag-other-window #[nil "\300\301\302\"\207" [find-tag-other-window nil t] 3 (#$ . 15984) nil]) #@56 Find the next definition of the tag already specified. (defalias 'menu-bar-next-tag #[nil "\300\301\302\"\207" [find-tag nil t] 3 (#$ . 16165) nil]) (byte-code "\300\301\302\303#\210\304\301\302\305#\210\306\307\310\311#\210\306\312\310\313#\210\306\314\310\315#\207" [defalias menu-bar-kill-ring-save kill-ring-save nil make-obsolete "24.1" put clipboard-kill-region menu-enable (and mark-active (not buffer-read-only)) clipboard-kill-ring-save mark-active clipboard-yank (and (or (not (fboundp 'x-selection-exists-p)) (x-selection-exists-p) (x-selection-exists-p 'CLIPBOARD)) (not buffer-read-only))] 4) #@68 Insert the clipboard contents, or the last stretch of killed text. (defalias 'clipboard-yank #[nil "\301\302 )\207" [x-select-enable-clipboard t yank] 1 (#$ . 16777) "*"]) #@56 Copy region to kill ring, and save in the X clipboard. (defalias 'clipboard-kill-ring-save #[(beg end) "\303\304 \n\")\207" [x-select-enable-clipboard beg end t kill-ring-save] 3 (#$ . 16956) "r"]) #@50 Kill the region, and save it in the X clipboard. (defalias 'clipboard-kill-region #[(beg end) "\303\304 \n\")\207" [x-select-enable-clipboard beg end t kill-region] 3 (#$ . 17161) "r"]) #@114 Make CUT, PASTE and COPY (keys and menu bar items) use the clipboard. Do the same for the keys of the same name. (defalias 'menu-bar-enable-clipboard #[nil "\301\302\303#\210\301\304\305#\210\301\306\307#\210\301\310\303#\210\301\311\305#\210\301\312\307#\207" [global-map define-key [f20] clipboard-kill-region [f16] clipboard-kill-ring-save [f18] clipboard-yank [cut] [copy] [paste]] 4 (#$ . 17355) nil]) (defvar menu-bar-custom-menu (byte-code "\302\303!\304\305\306#\210\304\307\310#\210\304\311\312#\210\304\313 #\210\304\314\315#\210\304\316\317#\210\304\320\321#\210\304\322 #\210\304\323\324#\210\304\325\326#\210\304\327 #\210\304\330\331#\210\304\332\333#\210\304\334\335#\210)\207" [menu menu-bar-separator make-sparse-keymap "Customize" bindings--define-key [customize-apropos-faces] (menu-item "Faces Matching..." customize-apropos-faces :help "Browse faces matching a regexp or word list") [customize-apropos-options] (menu-item "Options Matching..." customize-apropos-options :help "Browse options matching a regexp or word list") [customize-apropos] (menu-item "All Settings Matching..." customize-apropos :help "Browse customizable settings matching a regexp or word list") [separator-1] [customize-group] (menu-item "Specific Group..." customize-group :help "Customize settings of specific group") [customize-face] (menu-item "Specific Face..." customize-face :help "Customize attributes of specific face") [customize-option] (menu-item "Specific Option..." customize-option :help "Customize value of specific option") [separator-2] [customize-changed-options] (menu-item "New Options..." customize-changed-options :help "Options added or changed in recent Emacs versions") [customize-saved] (menu-item "Saved Options" customize-saved :help "Customize previously saved options") [separator-3] [customize-browse] (menu-item "Browse Customization Groups" customize-browse :help "Browse all customization groups") [customize] (menu-item "Top-level Customization Group" customize :help "The master group called `Emacs'") [customize-themes] (menu-item "Custom Themes" customize-themes :help "Choose a pre-defined customization theme")] 4)) #@223 Make a menu-item for a global minor mode toggle. FNAME is the minor mode's name (variable and function). DOC is the text to use for the menu entry. HELP is the text to use for the tooltip. PROPS are additional properties. (defalias 'menu-bar-make-mm-toggle '(macro . #[(fname doc help &optional props) "\304\305 \306\n\307\310\311\312\313\304 DD\314\304 DDFF\"BBBD\207" [doc fname props help quote menu-item append :help :button :toggle and default-boundp default-value] 15 (#$ . 19537)])) (defalias 'menu-bar-make-toggle '(macro . #[(name variable doc message help &rest body) "\306\307\310\311 \312\313O\227 \313\314O\315R\316\317\n\203 \306\nB\202N \306\320\321DD\322\323\324\325\321D\326BB\327BBD\325\324\325\321D\330BB\331BBDD\332\323\321D\333\332\325\321DEDFEE\304\f\334BB\304\f\335BBF\317\336\337\321DDE\257\321\340 \341 \342\343\344\345\321DD\346\321DDF\257DE\207" [name help body variable message doc progn defun (&optional interactively) "Toggle whether to " 0 1 nil ".\nIn an interactive call, record this option as a candidate for saving\nby \"Save Options\" in Custom buffers." (interactive "p") if custom-load-symbol quote let set or get ('custom-set) ('set-default) ('custom-get) ('default-value) funcall not ("enabled globally") ("disabled globally") interactively customize-mark-as-set menu-item :help :button :toggle and default-boundp default-value] 19])) #@54 Interactively select a font and make it the default. (defalias 'menu-set-font #[nil "\300\301\302!\203\f \302 \202 \303 \304\305#\207" [set-frame-font fboundp x-select-font mouse-select-font nil t] 4 (#$ . 20933) nil]) #@57 Save current values of Options menu items using Custom. (defalias 'menu-bar-options-save #[nil "\303\304\303\211\203 \n@\305 !\203 \306\nA\211\204\n *\307\303\211\203= \n@\211\310N\2036 \305 !\2036 \306\nA\211\204% *\311\312N\203T \313\311\314\311\312N#\210\313\311\312\303#\210\306\205Z \315 )\207" [need-save elt --dolist-tail-- nil (line-number-mode column-number-mode size-indication-mode cua-mode show-paren-mode transient-mark-mode blink-cursor-mode display-time-mode display-battery-mode menu-bar-mode tool-bar-mode) customize-mark-to-save t (scroll-bar-mode debug-on-quit debug-on-error tooltip-mode save-place uniquify-buffer-name-style fringe-mode indicate-empty-lines indicate-buffer-boundaries case-fold-search font-use-system-font current-language-environment default-input-method text-mode-hook tool-bar-position) customized-value default customized-face put saved-face custom-save-all] 6 (#$ . 21159) nil]) #@61 Show customization buffer for `indicate-buffer-boundaries'. (defalias 'menu-bar-showhide-fringe-ind-customize #[nil "\300\301!\207" [customize-variable indicate-buffer-boundaries] 2 (#$ . 22102) nil]) #@73 Display top and bottom indicators in opposite fringes, arrows in right. (defalias 'menu-bar-showhide-fringe-ind-mixed #[nil "\300\301\302\"\207" [customize-set-variable indicate-buffer-boundaries ((t . right) (top . left))] 3 (#$ . 22309) nil]) #@56 Display top and bottom indicators in opposite fringes. (defalias 'menu-bar-showhide-fringe-ind-box #[nil "\300\301\302\"\207" [customize-set-variable indicate-buffer-boundaries ((top . left) (bottom . right))] 3 (#$ . 22560) nil]) #@59 Display buffer boundaries and arrows in the right fringe. (defalias 'menu-bar-showhide-fringe-ind-right #[nil "\300\301\302\"\207" [customize-set-variable indicate-buffer-boundaries right] 3 (#$ . 22797) nil]) #@58 Display buffer boundaries and arrows in the left fringe. (defalias 'menu-bar-showhide-fringe-ind-left #[nil "\300\301\302\"\207" [customize-set-variable indicate-buffer-boundaries left] 3 (#$ . 23013) nil]) #@48 Do not display any buffer boundary indicators. (defalias 'menu-bar-showhide-fringe-ind-none #[nil "\300\301\302\"\207" [customize-set-variable indicate-buffer-boundaries nil] 3 (#$ . 23226) nil]) (defvar menu-bar-showhide-fringe-ind-menu (byte-code "\301\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)\207" [menu make-sparse-keymap "Buffer boundaries" bindings--define-key [customize] (menu-item "Other (Customize)" menu-bar-showhide-fringe-ind-customize :help "Additional choices available through Custom buffer" :visible (display-graphic-p) :button (:radio not (member indicate-buffer-boundaries '(nil left right ((top . left) (bottom . right)) ((t . right) (top . left)))))) [mixed] (menu-item "Opposite, Arrows Right" menu-bar-showhide-fringe-ind-mixed :help "Show top/bottom indicators in opposite fringes, arrows in right" :visible (display-graphic-p) :button (:radio equal indicate-buffer-boundaries '((t . right) (top . left)))) [box] (menu-item "Opposite, No Arrows" menu-bar-showhide-fringe-ind-box :help "Show top/bottom indicators in opposite fringes, no arrows" :visible (display-graphic-p) :button (:radio equal indicate-buffer-boundaries '((top . left) (bottom . right)))) [right] (menu-item "In Right Fringe" menu-bar-showhide-fringe-ind-right :help "Show buffer boundaries and arrows in right fringe" :visible (display-graphic-p) :button (:radio eq indicate-buffer-boundaries 'right)) [left] (menu-item "In Left Fringe" menu-bar-showhide-fringe-ind-left :help "Show buffer boundaries and arrows in left fringe" :visible (display-graphic-p) :button (:radio eq indicate-buffer-boundaries 'left)) [none] (menu-item "No Indicators" menu-bar-showhide-fringe-ind-none :help "Hide all buffer boundary indicators and arrows" :visible (display-graphic-p) :button (:radio eq indicate-buffer-boundaries nil))] 4)) #@46 Show customization buffer for `fringe-mode'. (defalias 'menu-bar-showhide-fringe-menu-customize #[nil "\300\301!\207" [customize-variable fringe-mode] 2 (#$ . 25121) nil]) #@67 Reset the fringe mode: display fringes on both sides of a window. (defalias 'menu-bar-showhide-fringe-menu-customize-reset #[nil "\300\301\302\"\207" [customize-set-variable fringe-mode nil] 3 (#$ . 25299) nil]) #@51 Display fringes only on the right of each window. (defalias 'menu-bar-showhide-fringe-menu-customize-right #[nil "\300\301!\210\302\303\304\"\207" [require fringe customize-set-variable fringe-mode (0)] 3 (#$ . 25517) nil]) #@50 Display fringes only on the left of each window. (defalias 'menu-bar-showhide-fringe-menu-customize-left #[nil "\300\301!\210\302\303\304\"\207" [require fringe customize-set-variable fringe-mode (nil . 0)] 3 (#$ . 25747) nil]) #@32 Do not display window fringes. (defalias 'menu-bar-showhide-fringe-menu-customize-disable #[nil "\300\301!\210\302\303\304\"\207" [require fringe customize-set-variable fringe-mode 0] 3 (#$ . 25981) nil]) (defvar menu-bar-showhide-fringe-menu (byte-code "\302\303!\304\305\306\307 \310BBB#\210\304\311\312\313\314\"\210\315#\210\304\316\317#\210\304\320\321#\210\304\322\323#\210\304\324\325#\210\304\326\327#\210)\207" [menu menu-bar-showhide-fringe-ind-menu make-sparse-keymap "Fringe" bindings--define-key [showhide-fringe-ind] menu-item "Buffer Boundaries" (:visible (display-graphic-p) :help "Indicate buffer boundaries in fringe") [indicate-empty-lines] defalias toggle-indicate-empty-lines #[(&optional interactively) "\303\304!\210\304\305N\206 \306\304\307N\206 \310\211\304\304!?\"*\203'