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/progmodes/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:09:28 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/progmodes/octave-inf.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!\210\300\302!\210\303\304\305\306\307\310%\210\311\312\313\314\315\316\307\304&\210\311\317\320\321\315\322\307\304&\210\311\323\305\324\315\325\307\304&\210\311\326\305\327\315\330\307\304&\207" [require octave-mod comint custom-declare-group octave-inferior nil "Running Octave as an inferior Emacs process." :group octave custom-declare-variable inferior-octave-program "octave" "Program invoked by `inferior-octave'." :type string inferior-octave-prompt "\\(^octave\\(\\|.bin\\|.exe\\)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " "Regexp to match prompts for the inferior Octave process." regexp inferior-octave-startup-file "Name of the inferior Octave startup file.\nThe contents of this file are sent to the inferior Octave process on\nstartup." (choice (const :tag "None" nil) file) inferior-octave-startup-args "List of command line arguments for the inferior Octave process.\nFor example, for suppressing the startup message and using `traditional'\nmode, set this to (\"-q\" \"--traditional\")." (repeat string)] 8) #@38 Keymap used in Inferior Octave mode. (defvar inferior-octave-mode-map (byte-code "\302 \303 \"\210\304\305\306#\210\304\307\310#\210\304\311\312#\210\304\313\314#\210\304\315\316#\210)\207" [map comint-mode-map make-sparse-keymap set-keymap-parent define-key " " comint-dynamic-complete "\277" comint-dynamic-list-filename-completions "\f" inferior-octave-dynamic-list-input-ring [menu-bar inout list-history] ("List Input History" . inferior-octave-dynamic-list-input-ring) "" info-lookup-symbol] 4) (#$ . 1620)) #@54 Syntax table in use in inferior-octave-mode buffers. (defvar inferior-octave-mode-syntax-table (make-syntax-table octave-mode-syntax-table) (#$ . 2151)) #@54 Hook to be run when Inferior Octave mode is started. (custom-declare-variable 'inferior-octave-mode-hook nil '(#$ . 2310) :type 'hook :group 'octave-inferior) #@62 Additional expressions to highlight in Inferior Octave mode. (defvar inferior-octave-font-lock-keywords (byte-code "\301BC\207" [inferior-octave-prompt font-lock-type-face] 2) (#$ . 2475)) (byte-code "\300\301!\204 \302\301\303\"\210\300\207" [fboundp comint-line-beginning-position defalias #[nil "\212\300\301!\210`)\207" [comint-bol nil] 2 "Returns the buffer position of the beginning of the line, after any prompt.\nThe prompt is assumed to be any text at the beginning of the line matching\nthe regular expression `comint-prompt-regexp', a buffer local variable."]] 3) (defvar inferior-octave-output-list nil) (defvar inferior-octave-output-string nil) (defvar inferior-octave-receive-in-progress nil) (defvar inferior-octave-startup-hook nil) #@62 Non-nil means that `inferior-octave-complete' is impossible. (defvar inferior-octave-complete-impossible nil (#$ . 3233)) #@51 Non-nil means that Octave has built-in variables. (defvar inferior-octave-has-built-in-variables nil (#$ . 3361)) #@172 List of functions called to perform completion for inferior Octave. This variable is used to initialize `comint-dynamic-complete-functions' in the Inferior Octave buffer. (defvar inferior-octave-dynamic-complete-functions '(inferior-octave-completion-at-point comint-filename-completion) (#$ . 3482)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\305\306!\204 \302\306\307\310#\210\300\207" [inferior-octave-mode-hook variable-documentation put purecopy "Hook run when entering Inferior Octave mode.\nNo problems result if this variable is not bound.\n`add-hook' automatically binds it. (This is true for all hook variables.)" boundp inferior-octave-mode-map definition-name inferior-octave-mode] 5) (defvar inferior-octave-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" [inferior-octave-mode-map variable-documentation put purecopy "Keymap for `inferior-octave-mode'." boundp inferior-octave-mode-syntax-table definition-name inferior-octave-mode] 5) (defvar inferior-octave-mode-syntax-table (make-syntax-table)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\302\305\306\307#\207" [inferior-octave-mode-syntax-table variable-documentation put purecopy "Syntax table for `inferior-octave-mode'." inferior-octave-mode-abbrev-table definition-name inferior-octave-mode] 5) (defvar inferior-octave-mode-abbrev-table (progn (define-abbrev-table 'inferior-octave-mode-abbrev-table nil) inferior-octave-mode-abbrev-table)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\302\305\306\307#\207" [inferior-octave-mode-abbrev-table variable-documentation put purecopy "Abbrev table for `inferior-octave-mode'." inferior-octave-mode derived-mode-parent comint-mode] 5) #@269 Major mode for interacting with an inferior Octave process. Runs Octave as a subprocess of Emacs, with Octave I/O through an Emacs buffer. Entry to this mode successively runs the hooks `comint-mode-hook' and `inferior-octave-mode-hook'. \{inferior-octave-mode-map} (defalias 'inferior-octave-mode #[nil "\306\300!\210\307\310 \210\311\312\310\313N\203 \314\311\313\310\313N#\210\315!\204'