? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /usr/share/emacs/24.3/lisp/

Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Upload File :
Current File : //usr/share/emacs/24.3/lisp/startup.elc

;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/startup.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 "\301\302\207" [top-level (normal-top-level) nil] 1)
#@47 Non-nil once command line has been processed.
(defvar command-line-processed nil (#$ . 613))
(byte-code "\300\301\302\303\304\305%\210\306\307\310\311\312DD\313\314\315\316\317\304\301&	\210\306\320\310\311\321DD\322\314\323\304\301&\210\324\325\320\"\210\324\326\320\"\207" [custom-declare-group initialization nil "Emacs start-up procedure." :group environment custom-declare-variable initial-buffer-choice funcall function #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Buffer to show after starting Emacs.\nIf the value is nil and `inhibit-startup-screen' is nil, show the\nstartup screen.  If the value is a string, visit the specified file\nor directory using `find-file'.  If t, open the `*scratch*'\nbuffer.\n\nA string value also causes emacsclient to open the specified file\nor directory when no target file is specified." :type (choice (const :tag "Startup screen" nil) (directory :tag "Directory" :value "~/") (file :tag "File" :value "~/.emacs") (const :tag "Lisp scratch buffer" t)) :version "23.1" inhibit-startup-screen #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Non-nil inhibits the startup screen.\n\nThis is for use in your personal init file (but NOT site-start.el),\nonce you are familiar with the contents of the startup screen." boolean defvaralias inhibit-splash-screen inhibit-startup-message] 10)
(defvar startup-screen-inhibit-startup-screen nil)
(byte-code "\300\301\302\303\304DD\305\306\307\310\311&\210\300\312\302\303\313DD\314\306\315\310\311&\210\300\316\302\303\317DD\320\306\315\310\311&\207" [custom-declare-variable inhibit-startup-echo-area-message funcall function #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Non-nil inhibits the initial startup echo area message.\nSetting this variable takes effect\nonly if you do it with the customization buffer\nor if your init file contains a line of this form:\n (setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\")\nIf your init file is byte-compiled, use the following form\ninstead:\n (eval '(setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\"))\nThus, someone else using a copy of your init file will see the\nstartup message unless he personally acts to inhibit it." :type (choice (const :tag "Don't inhibit") (string :tag "Enter your user name, to inhibit")) :group initialization inhibit-default-init #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Non-nil inhibits loading the `default' library." boolean inhibit-startup-buffer-menu #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Non-nil inhibits display of buffer list when more than 2 files are loaded."] 8)
#@232 Alist of command-line switches.
Elements look like (SWITCH-STRING . HANDLER-FUNCTION).
HANDLER-FUNCTION receives the switch string as its sole argument;
the remaining command-line args are in the variable `command-line-args-left'.
(defvar command-switch-alist nil (#$ . 3139))
#@46 List of command-line args not yet processed.
(defvar command-line-args-left nil (#$ . 3422))
(byte-code "\300\301\302\303#\210\304\301!\207" [defvaralias argv command-line-args-left "List of command-line args not yet processed.\nThis is a convenience alias, so that one can write (pop argv)\ninside of --eval command line arguments in order to access\nfollowing arguments." internal-make-var-non-special] 4)
#@32 Current command-line argument.
(defvar argi nil (#$ . 3836))
(internal-make-var-non-special 'argi)
#@398 List of functions to process unrecognized command-line arguments.
Each function should access the dynamically bound variables
`argi' (the current argument) and `command-line-args-left' (the remaining
arguments).  The function should return non-nil only if it recognizes and
processes `argi'.  If it does so, it may consume successive arguments by
altering `command-line-args-left' to remove them.
(defvar command-line-functions nil (#$ . 3942))
#@122 Default directory to use for command line arguments.
This is normally copied from `default-directory' when Emacs starts.
(defvar command-line-default-directory nil (#$ . 4394))
#@446 Alist of X Windows options.
Each element has the form
  (NAME NUMARGS HANDLER FRAME-PARAM VALUE)
where NAME is the option name string, NUMARGS is the number of arguments
that the option accepts, HANDLER is a function to call to handle the option.
FRAME-PARAM (optional) is the frame parameter this option specifies,
and VALUE is the value which is given to that frame parameter
(most options use the argument for this, so VALUE is not present).
(defconst command-line-x-option-alist '(("-bw" 1 x-handle-numeric-switch border-width) ("-d" 1 x-handle-display) ("-display" 1 x-handle-display) ("-name" 1 x-handle-name-switch) ("-title" 1 x-handle-switch title) ("-T" 1 x-handle-switch title) ("-r" 0 x-handle-switch reverse t) ("-rv" 0 x-handle-switch reverse t) ("-reverse" 0 x-handle-switch reverse t) ("-reverse-video" 0 x-handle-switch reverse t) ("-fn" 1 x-handle-switch font) ("-font" 1 x-handle-switch font) ("-fs" 0 x-handle-initial-switch fullscreen fullboth) ("-fw" 0 x-handle-initial-switch fullscreen fullwidth) ("-fh" 0 x-handle-initial-switch fullscreen fullheight) ("-mm" 0 x-handle-initial-switch fullscreen maximized) ("-ib" 1 x-handle-numeric-switch internal-border-width) ("-g" 1 x-handle-geometry) ("-lsp" 1 x-handle-numeric-switch line-spacing) ("-geometry" 1 x-handle-geometry) ("-fg" 1 x-handle-switch foreground-color) ("-foreground" 1 x-handle-switch foreground-color) ("-bg" 1 x-handle-switch background-color) ("-background" 1 x-handle-switch background-color) ("-ms" 1 x-handle-switch mouse-color) ("-nbi" 0 x-handle-switch icon-type nil) ("-iconic" 0 x-handle-iconic) ("-xrm" 1 x-handle-xrm-switch) ("-cr" 1 x-handle-switch cursor-color) ("-vb" 0 x-handle-switch vertical-scroll-bars t) ("-hb" 0 x-handle-switch horizontal-scroll-bars t) ("-bd" 1 x-handle-switch) ("--border-width" 1 x-handle-numeric-switch border-width) ("--display" 1 x-handle-display) ("--name" 1 x-handle-name-switch) ("--title" 1 x-handle-switch title) ("--reverse-video" 0 x-handle-switch reverse t) ("--font" 1 x-handle-switch font) ("--fullscreen" 0 x-handle-initial-switch fullscreen fullboth) ("--fullwidth" 0 x-handle-initial-switch fullscreen fullwidth) ("--fullheight" 0 x-handle-initial-switch fullscreen fullheight) ("--maximized" 0 x-handle-initial-switch fullscreen maximized) ("--internal-border" 1 x-handle-numeric-switch internal-border-width) ("--geometry" 1 x-handle-geometry) ("--foreground-color" 1 x-handle-switch foreground-color) ("--background-color" 1 x-handle-switch background-color) ("--mouse-color" 1 x-handle-switch mouse-color) ("--no-bitmap-icon" 0 x-handle-no-bitmap-icon) ("--iconic" 0 x-handle-iconic) ("--xrm" 1 x-handle-xrm-switch) ("--cursor-color" 1 x-handle-switch cursor-color) ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t) ("--line-spacing" 1 x-handle-numeric-switch line-spacing) ("--border-color" 1 x-handle-switch border-color) ("--smid" 1 x-handle-smid) ("--parent-id" 1 x-handle-parent-id)) (#$ . 4578))
#@439 Alist of NS options.
Each element has the form
  (NAME NUMARGS HANDLER FRAME-PARAM VALUE)
where NAME is the option name string, NUMARGS is the number of arguments
that the option accepts, HANDLER is a function to call to handle the option.
FRAME-PARAM (optional) is the frame parameter this option specifies,
and VALUE is the value which is given to that frame parameter
(most options use the argument for this, so VALUE is not present).
(defconst command-line-ns-option-alist '(("-NSAutoLaunch" 1 ns-ignore-1-arg) ("-NXAutoLaunch" 1 ns-ignore-1-arg) ("-macosx" 0 ignore) ("-NSHost" 1 ns-ignore-1-arg) ("-_NSMachLaunch" 1 ns-ignore-1-arg) ("-MachLaunch" 1 ns-ignore-1-arg) ("-NXOpen" 1 ns-ignore-1-arg) ("-NSOpen" 1 ns-handle-nxopen) ("-NXOpenTemp" 1 ns-ignore-1-arg) ("-NSOpenTemp" 1 ns-handle-nxopentemp) ("-GSFilePath" 1 ns-handle-nxopen) ("-name" 1 x-handle-name-switch) ("-title" 1 x-handle-switch title) ("-T" 1 x-handle-switch title) ("-r" 0 x-handle-switch reverse t) ("-rv" 0 x-handle-switch reverse t) ("-reverse" 0 x-handle-switch reverse t) ("-fn" 1 x-handle-switch font) ("-font" 1 x-handle-switch font) ("-ib" 1 x-handle-numeric-switch internal-border-width) ("-g" 1 x-handle-geometry) ("-geometry" 1 x-handle-geometry) ("-fg" 1 x-handle-switch foreground-color) ("-foreground" 1 x-handle-switch foreground-color) ("-bg" 1 x-handle-switch background-color) ("-background" 1 x-handle-switch background-color) ("-itype" 0 x-handle-switch icon-type t) ("-i" 0 x-handle-switch icon-type t) ("-iconic" 0 x-handle-iconic icon-type t) ("-cr" 1 x-handle-switch cursor-color) ("-vb" 0 x-handle-switch vertical-scroll-bars t) ("-hb" 0 x-handle-switch horizontal-scroll-bars t) ("-bd" 1 x-handle-switch) ("--name" 1 x-handle-name-switch) ("--title" 1 x-handle-switch title) ("--reverse-video" 0 x-handle-switch reverse t) ("--font" 1 x-handle-switch font) ("--internal-border" 1 x-handle-numeric-switch internal-border-width) ("--foreground-color" 1 x-handle-switch foreground-color) ("--background-color" 1 x-handle-switch background-color) ("--mouse-color" 1 x-handle-switch mouse-color) ("--icon-type" 0 x-handle-switch icon-type t) ("--iconic" 0 x-handle-iconic) ("--cursor-color" 1 x-handle-switch cursor-color) ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t) ("--border-color" 1 x-handle-switch border-width)) (#$ . 7555))
#@78 Normal hook run after handling urgent options but before loading init files.
(defvar before-init-hook nil (#$ . 9913))
#@385 Normal hook run after initializing the Emacs session.
It is run after Emacs loads the init file, `default' library, the
abbrevs file, and additional Lisp packages (if any), and setting
the value of `after-init-time'.

There is no `condition-case' around the running of this hook;
therefore, if `debug-on-error' is non-nil, an error in one of
these functions will invoke the debugger.
(defvar after-init-hook nil (#$ . 10039))
#@73 Normal hook run after loading init files and handling the command line.
(defvar emacs-startup-hook nil (#$ . 10471))
#@243 Normal hook run after loading terminal-specific Lisp code.
It also follows `emacs-startup-hook'.  This hook exists for users to set,
so as to override the definitions made by the terminal-specific file.
Emacs never sets this variable itself.
(defvar term-setup-hook nil (#$ . 10595))
#@104 Non-nil means don't run `term-setup-hook' and `emacs-startup-hook'.
This is because we already did so.
(defvar inhibit-startup-hooks nil (#$ . 10886))
#@192 The brand of keyboard you are using.
This variable is used to define the proper function and keypad
keys for use under X.  It is used in a fashion analogous to the
environment variable TERM.
(defvar keyboard-type nil (#$ . 11044))
#@153 Normal hook run to initialize window system display.
Emacs runs this hook after processing the command line arguments and loading
the user's init file.
(defvar window-setup-hook nil (#$ . 11282))
(byte-code "\300\301\302\303\304DD\305\306\303\307\310&\207" [custom-declare-variable initial-major-mode funcall function #[0 "\300\207" [lisp-interaction-mode] 1 "\n\n(fn)"] "Major mode command symbol to use for the initial `*scratch*' buffer." :type :group initialization] 8)
#@613 Identity of user whose init file is or was read.
The value is nil if `-q' or `--no-init-file' was specified,
meaning do not load any init file.

Otherwise, the value may be an empty string, meaning
use the init file for the user who originally logged in,
or it may be a string containing a user's name meaning
use that person's init file.

In either of the latter cases, `(concat "~" init-file-user "/")'
evaluates to the name of the directory where the init file was
looked for.

Setting `init-file-user' does not prevent Emacs from loading
`site-start.el'.  The only way to do that is to use `--no-site-file'.
(defvar init-file-user nil (#$ . 11764))
(byte-code "\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\210\300\316\302\303\317DD\320\306\321\310\322&\210\300\323\302\303\324DD\325\306\326\310\322&\210\300\327\302\303\330DD\331\306\332\310\333&\207" [custom-declare-variable site-run-file funcall function #[0 "\300\301!\207" [purecopy "site-start"] 2 "\n\n(fn)"] "File containing site-wide run-time initializations.\nThis file is loaded at run-time before `~/.emacs'.  It contains inits\nthat need to be in place for the entire site, but which, due to their\nhigher incidence of change, don't make sense to load into Emacs's\ndumped image.  Thus, the run-time load order is: 1. file described in\nthis variable, if non-nil; 2. `~/.emacs'; 3. `default.el'.\n\nDon't use the `site-start.el' file for things some users may not like.\nPut them in `default.el' instead, so that users can more easily\noverride them.  Users can prevent loading `default.el' with the `-q'\noption or by setting `inhibit-default-init' in their own init files,\nbut inhibiting `site-start.el' requires `--no-site-file', which\nis less convenient.\n\nThis variable is defined for customization so as to make\nit visible in the relevant context.  However, actually customizing it\nis not allowed, since it would not work anyway.  The only way to set\nthis variable usefully is to set it while building and dumping Emacs." :type (choice (const :tag "none" nil) string) :group initialization :initialize custom-initialize-default :set #[514 "\300\301!\207" [error "Customizing `site-run-file' does not work"] 4 "\n\n(fn VARIABLE VALUE)"] mail-host-address #[0 "\300\207" [nil] 1 "\n\n(fn)"] "Name of this machine, for purposes of naming users.\nIf non-nil, Emacs uses this instead of `system-name' when constructing\nemail addresses." (choice (const nil) string) mail user-mail-address #[0 "\203\302\303!\206\304 \305	\206\306 Q\207\307\207" [command-line-processed mail-host-address getenv "EMAIL" user-login-name "@" system-name ""] 3 "\n\n(fn)"] "Full mailing address of this user.\nThis is initialized with environment variable `EMAIL' or, as a\nfallback, using `mail-host-address'.  This is done after your\ninit file is read, in case it sets `mail-host-address'." string auto-save-list-file-prefix #[0 "\302=\203\n	\303P\207	\304P\207" [system-type user-emacs-directory ms-dos "auto-save.list/_s" "auto-save-list/.saves-"] 2 "\n\n(fn)"] "Prefix for generating `auto-save-list-file-name'.\nThis is used after reading your init file to initialize\n`auto-save-list-file-name', by appending Emacs's pid and the system name,\nif you have not already set `auto-save-list-file-name' yourself.\nDirectories in the prefix will be created if necessary.\nSet this to nil if you want to prevent `auto-save-list-file-name'\nfrom being initialized." (choice (const :tag "Don't record a session's auto save list" nil) string) auto-save] 12)
(defvar emacs-basic-display nil)
(defvar init-file-debug nil)
#@61 Non-nil if there was an error loading the user's init file.
(defvar init-file-had-error nil (#$ . 15369))
(defvar normal-top-level-add-subdirs-inode-list nil)
(defvar no-blinking-cursor nil)
#@50 Non-nil if building Emacs overflowed pure space.
(defvar pure-space-overflow nil (#$ . 15566))
(defvar pure-space-overflow-message (purecopy "Warning Warning!!!  Pure space overflow    !!!Warning Warning\n(See the node Pure Storage in the Lisp manual for details.)\n"))
(byte-code "\300\301\302\303\304DD\305\306\307\310\311\312\313&	\207" [custom-declare-variable tutorial-directory funcall function #[0 "\301\302\303\"!\207" [data-directory file-name-as-directory expand-file-name "tutorials"] 4 "\n\n(fn)"] "Directory containing the Emacs TUTORIAL files." :group installation :type directory :initialize custom-initialize-delay] 10)
#@268 Regular expression matching the name of a package subdirectory.
The first subexpression is the package name.
The second subexpression is the version string.

The regexp should not contain a starting "\`" or a trailing
 "\'"; those are added automatically by callers.
(defconst package-subdirectory-regexp "\\([^.].*?\\)-\\([0-9]+\\(?:[.][0-9]+\\|\\(?:pre\\|beta\\|alpha\\)[0-9]+\\)*\\)" (#$ . 16210))
#@273 Add all subdirectories of `default-directory' to `load-path'.
More precisely, this uses only the subdirectories whose names
start with letters or digits; it excludes any subdirectory named `RCS'
or `CVS', and any subdirectory that contains a file named `.nosearch'.

(fn)
(defalias 'normal-top-level-add-subdirs-to-load-path #[0 "\302\211C\211\203z\211A\262@B\262@\303!\304\305!\205\"\305!\211\206+\306\307!\233\262	\235\204t	B\211\203s\211@\310\311\"\203l\211\312\235\204l\310\313\"\204l\314!\203l\315!\316\315\317\"!\204kC\244\262\210A\266\202\2028\210)\266\202\320\237A!\207" [default-directory normal-top-level-add-subdirs-inode-list nil directory-files fboundp untranslated-canonical-name 10 file-attributes string-match "\\`[[:alnum:]]" ("RCS" "CVS" "rcs" "cvs") "\\.elc?\\'" file-directory-p expand-file-name file-exists-p ".nosearch" normal-top-level-add-to-load-path] 13 (#$ . 16618)])
#@274 This function is called from a subdirs.el file.
It assumes that `default-directory' is the directory in which the
subdirs.el file exists, and it adds to `load-path' the subdirs of
that directory as specified in DIRS.  Normally the elements of
DIRS are relative.

(fn DIRS)
(defalias 'normal-top-level-add-to-load-path #[257 "\303	!\203*A\203*\211@\232\204*\n\304>\203#\211\227@\227\232\204*A\262\202\2059\305\306\307\"A\"\241\207" [load-path default-directory system-type directory-file-name (ms-dos windows-nt) append mapcar expand-file-name] 8 (#$ . 17561)])
#@210 Emacs calls this function when it first starts up.
It sets `command-line-processed', processes the command-line,
reads the initialization files, etc.
It is the default value of the variable `top-level'.

(fn)
(defalias 'normal-top-level #[0 "\203\306\307!\207\310	r\311q\210\312\302!\210\310\211)\210\313\314\315\316\314!C#\210\317\320\f\"\321\203X@\262\211\322\317\323!\310\211\211$\210)\324\325P\"\204Q\211\322\317\326!\310\211\211$\210)A\262\202(\266\327\330!\211;\203{\331\332!\333P!\331\332	!\333P!\232\204{\334\335P
\"\210\336	!0\337\340\341\342\343\344!\345\"\346\347%DC\216\350 \210)\210\351\352\353\"\210\354\321\355\"\211;\203\256\356P\262\202\3101\211\203\307\211@\324\357\"\203\300\211\262A\266\202\202\260\210\211\205\320\334
\"\207" [command-line-processed default-directory window-point-insertion-type load-path data-directory process-environment message "Back to top level." t "*Messages*" make-local-variable put user-full-name standard-value default-value expand-file-name "../lisp" nil load "subdirs.el" string-match "\\`" "leim-list.el" getenv "PWD" file-attributes file-name-as-directory "." delete "PWD=" abbreviate-file-name funcall make-byte-code 0 "\306	!\n\204.\203.\f\307=\203#\310\311!\312\"\210\313\314!!\315P\202-\314\316\317\320 \321 $!
\204?\322\323!\210\203?\322\324!\210!\204U\"\203U#\204U\"\325=\203x$\300=\204d\326\327\330\331\332 $\210\333\334!\203m\334 \210\333\335!\203x\335\336 !\210\333\337!\203\201\337 \210 \205\211\322\340!\207" vconcat vector [default-directory auto-save-list-file-name auto-save-list-file-prefix system-type inhibit-startup-hooks abbreviate-file-name ms-dos make-directory file-name-directory t make-temp-name expand-file-name "~" format "%s%d-%s~" emacs-pid system-name run-hooks emacs-startup-hook term-setup-hook pc set-face-attribute default nil :font font-spec fboundp frame-notice-user-settings frame-set-background-mode selected-frame font-menu-add-default window-setup-hook frame-initial-frame initial-window-system noninteractive face-font-rescale-alist] 6 "\n\n(fn)" command-line setenv "TERM" "dumb" frame-parameter display "DISPLAY=" "\\`DISPLAY=" face-font-rescale-alist initial-environment] 8 (#$ . 18149)])
(defconst tty-long-option-alist '(("--name" . "-name") ("--title" . "-T") ("--reverse-video" . "-reverse") ("--foreground-color" . "-fg") ("--background-color" . "-bg") ("--color" . "-color")))
#@45 Height in pixels of images in the tool-bar.
(defconst tool-bar-images-pixel-height 24 (#$ . 20605))
#@76 Non-nil if tool-bars are present before user and site init files are read.
(defvar tool-bar-originally-present nil (#$ . 20711))
#@297 Functions for processing window-system dependent command-line arguments.
Window system startup files should add their own function to this
alist, which should parse the command line arguments.  Those
pertaining to the window system should be processed and removed
from the returned command line.
(defvar handle-args-function-alist '((nil . tty-handle-args)) (#$ . 20847))
#@302 Alist of window-system initialization functions.
Window-system startup files should add their own initialization
function to this list.  The function should take no arguments,
and initialize the window system environment to prepare for
opening the first frame (e.g. open a connection to an X server).
(defvar window-system-initialization-alist '((nil . ignore)) (#$ . 21226))
#@81 Handle the X-like command-line arguments "-fg", "-bg", "-name", etc.

(fn ARGS)
(defalias 'tty-handle-args #[257 "\304\305\306\"\210\203#@\307\232\204#\211A\262@\211\304\211\310\311\"\203.\312\225\304O\262\313\314\"\310\315\"\203h\316	\"\262\211\317=\203J\320	\"A\202h\211;\203c\320	\"\211\204\\\321\322\"\210\211A\210\202h\304\262\323\235\203\200\324\206y\211A\262@B\nB\202\325\235\203\230\326\206\221\211A\262@B\nB\202\327\235\203\335\204\252\211A\262@\262\330;\203\264\202\326\317\304\304\262\331 \262\310\332\"\211\262\203\322\333I\210\202\277)\266\202B\nB\202\334\235\203\352\335\nB\202\336\232\203\204\367\337\262\340\247\203\202\310\341\"\203\342!\202\343!B\nB\202B\262)\266\202\211\237\207" [argi tty-long-option-alist default-frame-alist case-fold-search nil message "%S" "--" string-match "^\\(--[^=]*\\)=" 0 match-string 1 "^--" try-completion t assoc error "Option `%s' is ambiguous" ("-fg" "-foreground") foreground-color ("-bg" "-background") background-color ("-T" "-name") title invocation-name "[.*]" 45 ("-r" "-rv" "-reverse") (reverse . t) "-color" 8 tty-color-mode "-?[0-9]+" string-to-number intern] 12 (#$ . 21608)])
#@105 A subroutine of `normal-top-level'.
Amongst another things, it parses the command-line arguments.

(fn)
(defalias 'command-line #[0 "\306 \307\n\307\310\311!\211\307=\2040\211\312\235\203\313\2020\211\314\235\203(\307\2020\211\315\235\2030\316\210@\317>\203A\320A\321B\202G\322C\321B\323\307!\210\324\325D\326 #\307C\204d\327\330\331\"\210\332\331!\210\202\211\333\334!!\240\210\335\336\337\340\341\342!\343\"\344\345%E\"E\266FA\211\203\234\211\346@G\313#\240\210\211A\262@\210\202\204\210\307FA\307H?\205\252\347 \211I\203\273I\350 \232\203\273\351I\204\334\203\334\352\211A\262@\211J\307\353\354J\"\203\345J\355\225\307O\262\356\357J\"J\353\360\"\203&\361J\"\211\313=\203J\357\307OJ\202%\211;\203\362\"\211\204\363\364J\"\210\211@\357\307OJ\210\202%\307\262J\210J\365\235\203;J\211A\262@D\262\202\312J\366\235\203N\307\211IK\313L\202\312J\367\235\203d\313\211MN\370OBO\202\312J\371\235\203q\307I\202\312J\372\235\203\212\211\206\202\211A\262@I\307\262\202\312J\373\232\203\227\307K\202\312J\374\232\203\244\313P\202\312J\375\232\203\264\376OBO\202\312J\377\235\203\301\313M\202\312JB\262\313\262\211\203\326\363\201oJ\"\210)\266\202\273\211\203\350\201p\"\262F\203\362F\241\210\266\201q\201r\201sD\363\201r\201t\201qEDC\217\210\201u\201v!\210\201w \2044H\204&N\203/\307\211QR\313M\201x \210\201y\201z!\203HH\204H\201{ \210H\204oN\204oS\201|>\203l\201}\201~\201\"\201\200\235\203o\313M\201\201\201\202T\237\307T\"\210\201\203 \210U\201\204=\204\220\201\205 \210\201y\201\206!\203\272\201\207O\236\206\251\201\207V\236\211\205\267\211A\205\267\211A\355=?W\210XYK\203\314\201\210K\313\211#\210\307ZI\2035\353\201\211I\"\203\365\201\212\201\213\201\214\201\215I\"\201\216#\210\2025\201\217\201\220@\201\221>\203\n\201\222\202\201\222IP!!\2045\201\212\201\213\201\214\201\223I\351\232\203-\350 \202/I\"\201\216#\210\307\211P\313=\203D\201\224\202FP\201\225\201\226!\201\227[\307\262P\203b\211 \210\202\215\201\230\201r\336\355\201\231\341\342!\201\232\"\201\233\201\234%D\363\201r\201\235\201\230EDC\217\210\\\203X]\203Xr\201\236 q\210\307^]\204\253^\205U_\201\237=\203\276]\242\201\237=\202\300_\203\201\240 \203\201\241 \203`\203\346\201\242\201\243`\"\210\307`\202\201\244 \201\245 U\204\201\246\201\243!\204\201\247\201\243!\204\201\242\201\243\201\244 \201\245 {\"\210^\204<]\201\250=\2045]\242\201\237=\203<]A\204<\307\211]\202U]\242\201\237=\203K]A]\307a\201u\201\251!)\210)H\204v\201\252b!\203v\201\253b!\203v\201\254b!\210\307c[=\204\207\313\262[\262)\266\203\221[\201\225\201\226!\204\272\211\201\225\201\226!=\204\272\201\201\201\255\201\256 \"\210\201\257d!\210\266e\351\232\203\334\310\201\260!\206\332\347 \201\261f\206\331\201\262 QeX=\203\352Y=\204\357\201\263 \210\266g\203h\203\201\264\201r\201\265D\215\203\201\266 \210\306 \201u\201\267!\210\201\225\201\226!\203QG\203Q\212\201\256 \211\203H\211@\211q\210\n\203A\346\nG\313#A\266\202\202-\210\346G\313#)\201\270\201\271!\203or\201\271q\210i\201\272=\203nj \210)H\204\202U\204\202\201\273\201\274 !\210\363\201\275\201\276!Dk\201\277FA!\210H\203\240\201\300\313!\210\201w \211\203\342\211;\203\260\211l\201\301 \210m\203\302\201\302 \210\202\342\211;\203\324\201\303\201\304l\"\210\202\334\201\303\201\305!\210\201\300\357!\210\210\201\306\201n!\205\371n;\205\371\201\307n!\207" [before-init-time after-init-time default-directory command-line-default-directory abbreviated-home-dir version-control current-time nil getenv "VERSION_CONTROL" ("t" "numbered") t ("nil" "existing") ("never" "simple") never (ms-dos windows-nt) "(Unix)" "(Mac)" "(DOS)" set-locale-environment locate-file "simple" get-load-suffixes princ "Warning: Could not find simple.el nor simple.elc" external-debugging-output terpri file-truename file-name-directory mapcar make-byte-code 257 "\211@;\203\301@!\204\300@@PAB\207\207" vconcat vector [file-name-absolute-p] 3 "\n\n(fn ELT)" decode-coding-string user-login-name user-real-login-name #3="" (("--no-init-file") ("--no-site-file") ("--debug-init") ("--user") ("--iconic") ("--icon-type") ("--quick") ("--no-blinking-cursor") ("--basic-display")) string-match "\\`\\(--[^=]*\\)=" 0 match-string 1 "\\`--." try-completion assoc error "Option `%s' is ambiguous" ("-d" "-display") ("-Q" "-quick") ("-D" "-basic-display") (vertical-scroll-bars) ("-q" "-no-init-file") ("-u" "-user") "-no-site-file" "-debug-init" "-iconic" (visibility . icon) ("-nbc" "-no-blinking-cursor") system-type eol-mnemonic-unix eol-mnemonic-mac eol-mnemonic-dos load-path load-history command-line-args locale-coding-system noninteractive init-file-user argi site-run-file inhibit-x-resources no-blinking-cursor emacs-basic-display initial-frame-alist init-file-debug menu-bar-mode tool-bar-mode window-system custom-delayed-init-variables initial-window-system default-frame-alist tool-bar-originally-present scalable-fonts-allowed face-ignored-fonts inhibit-startup-screen debug-on-error deactivate-mark transient-mark-mode force select-active-regions saved-region-selection mark-active abbrev-file-name abbrevs-changed current-language-environment user-mail-address mail-host-address user-init-file package-enable-at-startup major-mode initial-major-mode memory-signal-data server-name server-process x-session-previous-id "Option `%s' doesn't allow an argument" append #1=#:err funcall #[0 "?\205:	\203\305\306\307	!\310P!!\204\311\312	\"\210	\n\236A\206%\311\312	\"!	\f\236A\2063\311\312	\" \210\313	\314\315#\207" [noninteractive initial-window-system handle-args-function-alist command-line-args window-system-initialization-alist featurep intern symbol-name "-win" error "Unsupported window system `%s'" put window-system-initialized t] 4 "\n\n(fn)"] #[257 "\301@\302=\203\303\304A\"\2028\305@\306N>\203*\307\310A@\311\312AA\313##\2028\307\310@\314N\311\315A\313##\316\"\210\317\316!\210\320\321 \207" [initial-window-system princ error apply concat file-error error-conditions format "%s: %s" mapconcat #[257 "\300\301\"\207" [prin1-to-string t] 4 "\n\n(fn OBJ)"] ", " error-message #[257 "\300\301\"\207" [prin1-to-string t] 4 "\n\n(fn OBJ)"] external-debugging-output terpri nil kill-emacs] 9 "\n\n(fn ERROR)"] run-hooks before-init-hook daemonp frame-initialize fboundp x-create-frame tool-bar-setup (x w32 ns) x-get-resource "cursorBlink" "CursorBlink" ("no" "off" "false" "0") mapc custom-reevaluate-setting normal-erase-is-backspace-setup-frame pc tty-register-default-colors frame-notice-user-settings tool-bar-lines load "[~/:\n]" display-warning initialization format "Invalid user name %s" :error file-directory-p expand-file-name (windows-nt ms-dos) "~" "User %s has no home directory" startup default-value enable-multibyte-characters #[0 "\205\262	\306=\203\307\310Q\202;	\311=\204\307\312Q\202;\313\307\314\315#\203*\316\202;\313\307\314\317#\203:\320\nB\321\202;\316\322\323\322\211#\210\322=\203a\324\325\326\307\327Q!\"\323\322\211#\210\322=\203`\210\203\243\330!\331\232\203\243\332!\211\333P\334!\203}\211\202\210\334!\203\207\202\210\314\262\203\241\335\"\203\237\336\337#\210\340\341!\210\266\f?\205\260\314\323\342\322\211#)\262\207" [init-file-user system-type delayed-warnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is deprecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"] #2=#:err "\300 \210\302\211\207" [init-file-had-error nil] 2 "\n\n(fn)" #[257 "\302\303\304\305@\306NA\203\307\202\310\311\312	A\313#%\314#\210\315\211\207" [user-init-file init-file-had-error display-warning initialization format "An error occurred while loading `%s':\n\n%s%s%s\n\nTo ensure normal operation, you should investigate and remove the\ncause of the error in your initialization file.  Start Emacs with\nthe `--debug-init' option to view a complete error backtrace." error-message ": " #3# mapconcat #[257 "\300\301\"\207" [prin1-to-string t] 4 "\n\n(fn S)"] ", " :warning t] 12 "\n\n(fn ERROR)"] window-buffer only region-active-p display-selections-p x-set-selection PRIMARY region-beginning region-end x-selection-owner-p x-selection-exists-p lambda deactivate-mark-hook file-exists-p file-readable-p quietly-read-abbrev-file #[257 "r\211q\210\205\301\302!)\207" [enable-multibyte-characters set-buffer-multibyte nil] 3 "\n\n(fn BUFFER)"] buffer-list set-language-environment "EMAIL" "@" system-name clear-face-cache package-dir-found #[0 "\304\305\300!\203
\262\2021	\211\2030\211@\211;\203)\306!\307\232\203)\310\311\"B\262A\266\202\202\210\305\302!\203;\n\202>\312\311!B\262\211\211\205\211@\313!\203x\314!\211\203w\211@\313\310\"!\203p\315\316\317Q\"\203p\320\321\322\"\210A\266\202\202R\210A\266\202\202C\262\207" [package-directory-list load-path package-user-dir package-subdirectory-regexp nil boundp file-name-nondirectory "site-lisp" expand-file-name "elpa" locate-user-emacs-file file-directory-p directory-files string-match "\\`" "\\'" throw package-dir-found t] 9 "\n\n(fn)"] package-initialize after-init-hook get-buffer "*scratch*" fundamental-mode tty-run-terminal-initialization selected-frame substitute-command-keys "Memory exhausted--use \\[save-some-buffers] then exit and restart Emacs" command-line-1 kill-emacs server-start daemon-initialized message "Unable to start daemon: Emacs server named %S already running" "Unable to start the daemon.\nAnother instance of Emacs is running the server, either as daemon or interactively.\nYou can use emacsclient to connect to that Emacs process." boundp emacs-session-restore] 17 (#$ . 22862)])
#@477 Apply X resources which specify initial values for Emacs variables.
This is called from a window-system initialization function, such
as `x-initialize-window-system' for X, either at startup (prior
to reading the init file), or afterwards when the user first
opens a graphical frame.

This can set the values of `menu-bar-mode', `tool-bar-mode', and
`no-blinking-cursor', as well as the `cursor' face.  Changed
settings will be marked as "CHANGED outside of Customize".

(fn)
(defalias 'x-apply-session-resources #[0 "\300\301\211\211\203$\211@\302@A@\"\235\203\3038\3048L\210A\266\202\202\266\302\305\306\"\211\205A\307\310\311\312\313\314ECDC#\210\307\310\315\313#\207" [("no" "off" "false" "0") (("menuBar" "MenuBar" menu-bar-mode nil) ("toolBar" "ToolBar" tool-bar-mode nil) ("cursorBlink" "CursorBlink" no-blinking-cursor t)) x-get-resource 2 3 "cursorColor" "Foreground" put cursor theme-face changed t :background face-modified] 8 (#$ . 33232)])
(byte-code "\300\301\302\303\304DD\305\306\307\310\311&\207" [custom-declare-variable initial-scratch-message funcall function #[0 "\300\301!\207" [purecopy ";; This buffer is for notes you don't want to save, and for Lisp evaluation.\n;; If you want to create a file, visit that file with C-x C-f,\n;; then enter the text in that file's own buffer.\n\n"] 2 "\n\n(fn)"] "Initial message displayed in *scratch* buffer at startup.\nIf this is nil, no message will be displayed." :type (choice (text :tag "Message") (const :tag "none" nil)) :group initialization] 8)
#@180 A list of texts to show in the middle part of splash screens.
Each element in the list should be a list of strings or pairs
`:face FACE', like `fancy-splash-insert' accepts them.
(defconst fancy-startup-text (byte-code "\300\301\302\303\304\305\306BB\307\303\310\311\300\312\303\313\314D\315\316\317\303\320\321\322BB\323\303\324\325D\326\303\327\330D\331\300\332\333\300\312\303\334\335D\336\303\337\340D\341BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBC\207" [:face (variable-pitch font-lock-comment-face) "Welcome to " :link "GNU Emacs" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/software/emacs/"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/software/emacs/") ", one component of the " #[0 "\301=\203\f\302\303\304BB\207\305\306\307BB\207" [system-type gnu/linux "GNU/Linux" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/gnu/linux-and-gnu.html"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/gnu/linux-and-gnu.html") "GNU" #[257 "\300 \207" [describe-gnu-project] 2 "\n\n(fn BUTTON)"] ("Display info on the GNU project")] 3 "\n\n(fn)"] " operating system.\n\n" variable-pitch "Emacs Tutorial" #[257 "\300 \207" [help-with-tutorial] 2 "\n\n(fn BUTTON)"] "	Learn basic keystroke commands" #[0 "\302\303\304\"\206	\211\305\306!r\211q\210\307\310\311\312\313\314!\315\"\316\317%DC\216\320\321	\"\322\"\210\323\324!\210e`S{*\262\230\203>\325\202B\326\327Q\207" [current-language-environment tutorial-directory "TUTORIAL" get-language-info tutorial generate-new-buffer " *temp*" funcall make-byte-code 0 "\301\300!\205	\302\300!\207" vconcat vector [buffer-name kill-buffer] 2 "\n\n(fn)" insert-file-contents expand-file-name nil search-forward "." "" " (" ")"] 10 "\n\n(fn)"] "\n" "Emacs Guided Tour" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/software/emacs/tour/"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/software/emacs/tour/") "	Overview of Emacs features at gnu.org\n" "View Emacs Manual" #[257 "\300 \207" [info-emacs-manual] 2 "\n\n(fn BUTTON)"] "	View the Emacs manual using Info\n" "Absence of Warranty" #[257 "\300 \207" [describe-no-warranty] 2 "\n\n(fn BUTTON)"] "	GNU Emacs comes with " (variable-pitch (:slant oblique)) "ABSOLUTELY NO WARRANTY\n" "Copying Conditions" #[257 "\300 \207" [describe-copying] 2 "\n\n(fn BUTTON)"] "	Conditions for redistributing and changing Emacs\n" "Ordering Manuals" #[257 "\300 \207" [view-order-manuals] 2 "\n\n(fn BUTTON)"] ("	Purchasing printed copies of manuals\n" "\n")] 36) (#$ . 34772))
#@182 A list of texts to show in the middle part of the About screen.
Each element in the list should be a list of strings or pairs
`:face FACE', like `fancy-splash-insert' accepts them.
(defconst fancy-about-text (byte-code "\300\301\302\303\304\305\306BB\307\303\310\311\300\312\313\314\313\300\315\316\317\300\320\303\321\322D\323\303\324\325D\326\313\303\327\330D\331\303\332\333D\334\300\335\336\300\320\303\337\340D\341\303\342\343D\344\303\345\346D\347\313\303\350\351D\352\353\313\303\354\355\356BB\357BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBC\207" [:face (variable-pitch font-lock-comment-face) "This is " :link "GNU Emacs" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/software/emacs/"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/software/emacs/") ", one component of the " #[0 "\301=\203\f\302\303\304BB\207\305\306\307BB\207" [system-type gnu/linux "GNU/Linux" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/gnu/linux-and-gnu.html"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/gnu/linux-and-gnu.html") "GNU" #[257 "\300 \207" [describe-gnu-project] 2 "\n\n(fn BUTTON)"] ("Display info on the GNU project.")] 3 "\n\n(fn)"] " operating system.\n" (variable-pitch font-lock-builtin-face) "\n" #[0 "\300 \207" [emacs-version] 1 "\n\n(fn)"] (variable-pitch (:height 0.8)) #[0 "\207" [emacs-copyright] 1 "\n\n(fn)"] "\n\n" variable-pitch "Authors" #[257 "\301\302\303\"!\210eb\207" [data-directory view-file expand-file-name "AUTHORS"] 5 "\n\n(fn BUTTON)"] "	Many people have contributed code included in GNU Emacs\n" "Contributing" #[257 "\301\302\303\"!\210eb\207" [data-directory view-file expand-file-name "CONTRIBUTE"] 5 "\n\n(fn BUTTON)"] "	How to contribute improvements to Emacs\n" "GNU and Freedom" #[257 "\300 \207" [describe-gnu-project] 2 "\n\n(fn BUTTON)"] "	Why we developed GNU Emacs, and the GNU operating system\n" "Absence of Warranty" #[257 "\300 \207" [describe-no-warranty] 2 "\n\n(fn BUTTON)"] "	GNU Emacs comes with " (variable-pitch (:slant oblique)) "ABSOLUTELY NO WARRANTY\n" "Copying Conditions" #[257 "\300 \207" [describe-copying] 2 "\n\n(fn BUTTON)"] "	Conditions for redistributing and changing Emacs\n" "Getting New Versions" #[257 "\300 \207" [describe-distribution] 2 "\n\n(fn BUTTON)"] "	How to obtain the latest version of Emacs\n" "Ordering Manuals" #[257 "\300 \207" [view-order-manuals] 2 "\n\n(fn BUTTON)"] "	Buying printed manuals from the FSF\n" "Emacs Tutorial" #[257 "\300 \207" [help-with-tutorial] 2 "\n\n(fn BUTTON)"] "	Learn basic Emacs keystroke commands" #[0 "\302\303\304\"\206	\211\305\306!r\211q\210\307\310\311\312\313\314!\315\"\316\317%DC\216\320\321	\"\322\311\323$\210\324\325!\210e`S{*\262\230\203@\326\202D\327\330Q\207" [current-language-environment tutorial-directory "TUTORIAL" get-language-info tutorial generate-new-buffer " *temp*" funcall make-byte-code 0 "\301\300!\205	\302\300!\207" vconcat vector [buffer-name kill-buffer] 2 "\n\n(fn)" insert-file-contents expand-file-name nil 256 search-forward "." "" " (" ")"] 10 "\n\n(fn)"] "Emacs Guided Tour" #[257 "\300\301!\207" [browse-url "http://www.gnu.org/software/emacs/tour/"] 3 "\n\n(fn BUTTON)"] ("Browse http://www.gnu.org/software/emacs/tour/") ("	See an overview of Emacs features at gnu.org")] 57) (#$ . 37268))
(byte-code "\300\301\302\303\304\305\306\307&\210\310\311\312\313\314DD\315\306\301\316\317&\207" [custom-declare-group fancy-splash-screen nil "Fancy splash screen when Emacs starts." :version "21.1" :group initialization custom-declare-variable fancy-splash-image funcall function #[0 "\300\207" [nil] 1 "\n\n(fn)"] "The image to show in the splash screens, or nil for defaults." :type (choice (const :tag "Default" nil) (file :tag "File"))] 8)
#@34 Keymap for splash screen buffer.
(defvar splash-screen-keymap (byte-code "\301 \302!\210\303\"\210\304\305\306#\210\304\307\310#\210\304\311\312#\210\211\207" [button-buffer-map make-sparse-keymap suppress-keymap set-keymap-parent define-key "" scroll-down-command " " scroll-up-command "q" exit-splash-screen] 5) (#$ . 41019))
#@552 Insert text into the current buffer, with faces.
Arguments from ARGS should be either strings; functions called
with no args that return a string; pairs `:face FACE', where FACE
is a face specification usable with `put-text-property'; or pairs
`:link LINK' where LINK is a list of arguments to pass to
`insert-button', of the form (LABEL ACTION [HELP-ECHO]), which
specifies the button's label, `action' property and help-echo string.
FACE and LINK can also be functions, which are evaluated to obtain
a face or button specification.

(fn &rest ARGS)
(defalias 'fancy-splash-insert #[128 "\301\205z@\302=\203!A\262@\262\303!\203s\211 \262\202s@\304=\203ZA\262@\303!\2038\211 \262\305@\306\307D\310\211A@)\311\312\313	8\206P\314P\315\316&	\266\202s\317@\303!\203h\211 \202i\211\262\306\311\320 %c\210A\262\202\207" [x nil :face functionp :link insert-button face link action help-echo "mouse-2, RET: " 2 "Follow this link" follow-link t propertize startup-echo-area-message] 14 (#$ . 41361)])
#@74 Insert the head part of the splash screen into the current buffer.

(fn)
(defalias 'fancy-splash-head #[0 ";\203	\202L\301 \203K\302 \303X\203#\304\305!\203\306\202L\307\202L\304\310!\204/\304\311!\2033\312\202L\304\313!\203=\314\202L\304\305!\203G\306\202L\307\202L\307\315!\211\205W\316!@\317\320 !\205\236\211V\205\236\321\322\323\324\325\326\327\330\nBEE#c\210\305>\203\212\331\332\333\"\334=\203\212\335\336\"\262\337`\340!\210`\341\342\343\344\345\346\347\350&\n\210\351c\207" [fancy-splash-image display-color-p display-planes 8 image-type-available-p xpm "splash.xpm" "splash.pbm" svg imagemagick "splash.svg" png "splash.png" create-image image-size window-width selected-window propertize " " display space :align-to + center -0.5 frame-parameter nil background-mode dark append (:color-symbols (("#000000" . "gray30"))) make-button insert-image face default help-echo "mouse-2, RET: Browse http://www.gnu.org/" action #[257 "\300\301!\207" [browse-url "http://www.gnu.org/"] 3 "\n\n(fn BUTTON)"] follow-link t "\n\n"] 15 (#$ . 42397)])
#@92 Insert the tail part of the splash screen into the current buffer.

(fn &optional CONCISE)
(defalias 'fancy-startup-tail #[256 "\211\204 \304\305\306\307\310\311\312\313BB\314\310\315\316\317BB\314\310\320\321\322BB\323&\f\210\304\305\306\324\305\325\326\305\306\327&	\210\304\305\330\331\332 \323\305\333\323&	\210	\203g\334\335	!!\203g\336\335	!\337\340\341\342	!!P\343$\203g\304\305\344\345\346\305\347\350\305\351\352\353&\210\211\205\245\304\305\306\323\310\354\355D\356&\210\n\204\205\245\357\360\337\211\361\362%\357\363\337\211\361\362%\364\365\366\367\370\337\371	\372\343\373\374&
\266\304\305\375\376#\207" [emacs-copyright auto-save-list-file-prefix user-init-file custom-file fancy-splash-insert :face variable-pitch "\nTo start...     " :link "Open a File" #[257 "\300\301!\207" [call-interactively find-file] 3 "\n\n(fn BUTTON)"] ("Specify a new file's name, to edit the file") "     " "Open Home Directory" #[257 "\300\301!\207" [dired "~"] 3 "\n\n(fn BUTTON)"] ("Open your home directory, to operate on its files") "Customize Startup" #[257 "\300\301!\207" [customize-group initialization] 3 "\n\n(fn BUTTON)"] ("Change initialization settings including this screen") "\n" "To quit a partially entered command, type " default "Control-g" ".\n" (variable-pitch font-lock-builtin-face) "\nThis is " emacs-version (variable-pitch (:height 0.8)) file-directory-p file-name-directory directory-files nil "\\`" regexp-quote file-name-nondirectory t (variable-pitch font-lock-comment-face) "\nIf an Emacs session crashed recently, " "type " (fixed-pitch font-lock-comment-face) "Meta-x recover-session RET" (variable-pitch font-lock-comment-face) "\nto recover" " the files you were editing." "Dismiss this startup screen" #[257 "\203\301\302\303\"\210\304\302!\210\305 \210\306\307!\211\203 \310 \204 \311!\210\210\312\307!\207" [startup-screen-inhibit-startup-screen customize-set-variable inhibit-startup-screen t customize-mark-to-save custom-save-all get-buffer-window "*GNU Emacs*" one-window-p delete-window kill-buffer] 4 "\n\n(fn BUTTON)"] "  " create-image "checked.xpm" :ascent center "unchecked.xpm" insert-button " " :on-glyph :off-glyph checked display follow-link action #[257 "\301\302\"\203\303\302\304#\210\303\305\301\306\"#\210\304\211\207\303\302\307#\210\303\305\301\310\"#\210\307\211\207" [startup-screen-inhibit-startup-screen overlay-get checked overlay-put nil display :off-glyph t :on-glyph] 7 "\n\n(fn BUTTON)"] (variable-pitch (:height 0.9)) " Never show it again."] 17 (#$ . 43482)])
#@49 Stop displaying the splash screen buffer.

(fn)
(defalias 'exit-splash-screen #[0 "\300\301!\207" [quit-window t] 2 (#$ . 46046) nil])
#@144 Display fancy startup screen.
If CONCISE is non-nil, display a concise version of the
splash screen in another window.

(fn &optional CONCISE)
(defalias 'fancy-startup-screen #[256 "\306\307!r\211q\210\310\311 \210	\312\313!\210\203\fc\210\204 \314 \210
\211\2036\211@\315\316\"\210\317c\210A\266\202\202!\210\317\320x\210`d|\210\317c\210\321!\210)\322!\210\323 \310!\324\320!\210\"\203e#\204e\325\320\326\"\210eb\210\203p\327\202q\330y\210)\203\234\331!\210\332\310\"\211?\206\227\211\333 =\206\227\211\334!=\206\227\335!\262\202\237\336!\207" [inhibit-read-only command-line-default-directory default-directory pure-space-overflow pure-space-overflow-message fancy-startup-text get-buffer-create "*GNU Emacs*" t erase-buffer make-local-variable startup-screen-inhibit-startup-screen fancy-splash-head apply fancy-splash-insert "\n" nil fancy-startup-tail use-local-map 22 set-buffer-modified-p view-mode-enter kill-buffer 2 4 display-buffer get-buffer-window selected-window next-window fit-window-to-buffer switch-to-buffer splash-screen-keymap tab-width buffer-read-only view-read-only view-mode] 7 (#$ . 46188)])
#@35 Display fancy About screen.

(fn)
(defalias 'fancy-about-screen #[0 "\306 \307 r\310\311\312\313\314\315!\316\"\317\320%DC\216\321!\210\322\323!\210\324\211\325 \210\n\203,c\210\326 \210\f\211\203E\211@\327\330\"\210\331c\210A\266\202\2020\210\332\333!\210eb\210\334 \210)\335
!\210\336 \324!eb\210\337y*\262\207" [buffer-undo-list inhibit-read-only pure-space-overflow pure-space-overflow-message fancy-about-text splash-screen-keymap fancy-splash-frame internal--before-save-selected-window funcall make-byte-code 0 "\301\300!\207" vconcat vector [internal--after-save-selected-window] 2 "\n\n(fn)" select-frame switch-to-buffer "*About GNU Emacs*" t erase-buffer fancy-splash-head apply fancy-splash-insert "\n" set-buffer-modified-p nil force-mode-line-update use-local-map 22 3 tab-width buffer-read-only] 10 (#$ . 47347)])
#@189 Return the frame to use for the fancy splash screen.
Returning non-nil does not mean we should necessarily
use the fancy splash screen, but if we do use it,
we put it on this frame.

(fn)
(defalias 'fancy-splash-frame #[0 "\300\301\302 \303 C\"\211\203&\211@\304!\203\305\306!!\204\211\262A\266\202\202\210\211\207" [nil append frame-list selected-frame frame-visible-p window-minibuffer-p frame-selected-window] 6 (#$ . 48197)])
#@56 Return t if fancy splash screens should be used.

(fn)
(defalias 'use-fancy-splash-screens-p #[0 "\301 \205I\302 \203\303\304!\204\303\305!\205I\306 \211\205G\307\2061\302 \2030\303\304!\2030\310\2021\311!\211\205<\312\313#A\314!S\211\315\\V\266\203\262\207" [fancy-splash-image display-graphic-p display-color-p image-type-available-p xpm pbm fancy-splash-frame create-image "splash.xpm" "splash.pbm" image-size nil frame-height 19] 7 (#$ . 48644)])
#@291 Display non-graphic splash screen.
If optional argument STARTUP is non-nil, display the startup screen
after Emacs starts.  If STARTUP is nil, display the About screen.
If CONCISE is non-nil, display a concise version of the
splash screen in another window.

(fn &optional STARTUP CONCISE)
(defalias 'normal-splash-screen #[512 "\306\307!r\211q\210\310\311 \210	\312\303!\210\313\f\203
c\210\203#\314\202$\315c\210'\316=\2031\317\2022\320c\210\203I\321 \203C\322 \210\202L\323 \210\202L\324 \210\203w(\203w\325\326(!!\203w\327\326(!\310\330\331\332(!!P\333$\203w\334\335\336\261\210\337)!\210\340\310!\210\333*\203\221+\204\221\341\310\342\"\210\203\232\343\344\333\"\210eb\210)\203\250\345!\202\253\346!\207" [buffer-read-only command-line-default-directory default-directory tab-width pure-space-overflow pure-space-overflow-message get-buffer-create "*About GNU Emacs*" nil erase-buffer make-local-variable 8 "Welcome to GNU Emacs" "This is GNU Emacs" gnu/linux ", one component of the GNU/Linux operating system.\n" ", a part of the GNU operating system.\n" display-mouse-p normal-mouse-startup-screen normal-no-mouse-startup-screen normal-about-screen file-directory-p file-name-directory directory-files "\\`" regexp-quote file-name-nondirectory t "\n\nIf an Emacs session crashed recently, " "type Meta-x recover-session RET\nto recover" " the files you were editing.\n" use-local-map set-buffer-modified-p view-mode-enter kill-buffer rename-buffer "*GNU Emacs*" display-buffer switch-to-buffer system-type auto-save-list-file-prefix splash-screen-keymap view-read-only view-mode] 10 (#$ . 49120)])
(defalias 'normal-mouse-startup-screen #[0 "\301c\210\302c\210\303\304\305\306\307\310%\210\311c\210\303\312\305\313\307\310%\210\314c\210\303\315\305\316\307\310%\210\317c\210\303\320\305\321\307\310%\210\322c\210\303\323\305\324\307\310%\210\325c\210\326c\210\303\327\305\330\307\310%\210\331c\210\303\332\305\333\307\310%\210\334c\210\303\335\305\336\307\310%\210\337c\210\340\341 \340\261\207" [emacs-copyright "To follow a link, click Mouse-1 on it, or move to it and type RET.\nTo quit a partially entered command, type Control-g.\n" "\nImportant Help menu items:\n" insert-button "Emacs Tutorial" action #[257 "\300 \207" [help-with-tutorial] 2 "\n\n(fn BUTTON)"] follow-link t "		Learn basic Emacs keystroke commands\n" "Read the Emacs Manual" #[257 "\300 \207" [info-emacs-manual] 2 "\n\n(fn BUTTON)"] "	View the Emacs manual using Info\n" "(Non)Warranty" #[257 "\300 \207" [describe-no-warranty] 2 "\n\n(fn BUTTON)"] "		GNU Emacs comes with ABSOLUTELY NO WARRANTY\n" "Copying Conditions" #[257 "\300 \207" [describe-copying] 2 "\n\n(fn BUTTON)"] "	Conditions for redistributing and changing Emacs\n" "More Manuals / Ordering Manuals" #[257 "\300 \207" [view-order-manuals] 2 "\n\n(fn BUTTON)"] "  How to order printed manuals from the FSF\n" "\nUseful tasks:\n" "Visit New File" #[257 "\300\301!\207" [call-interactively find-file] 3 "\n\n(fn BUTTON)"] "		Specify a new file's name, to edit the file\n" "Open Home Directory" #[257 "\300\301!\207" [dired "~"] 3 "\n\n(fn BUTTON)"] "	Open your home directory, to operate on its files\n" "Customize Startup" #[257 "\300\301!\207" [customize-group initialization] 3 "\n\n(fn BUTTON)"] "	Change initialization settings including this screen\n" "\n" emacs-version] 6 "\n\n(fn)"])
(defalias 'normal-no-mouse-startup-screen #[0 "\303!?\206\f\304H\304=\211?\305 \306\307\310#\210\211\262B	B\311\312\313\314\315\316#\211\317\232\203.\320\2029\211\2038\321!\2029\322\262\"c\210\323\324\325\326\327\316%\210\330\331!c\210\323\332\325\333\327\316%\210\330\334!c\210\323\335\325\336\327\316%\210\330\337!c\210\323\340\325\341\327\316%\210\330\342!c\210)\210\343c\210\323\344\325\345\327\316%\210\346\347!\350=\203\225\346\351!\350=\203\225\352c\210\202\232\330\353!c\210\354c\210\355c\210\323\356\325\357\327\316%\210\360c\210\323\361\325\362\327\316%\210\343c\210\323\363\325\364\327\316%\210\365c\210\323\366\325\367\327\316%\210\343c\210\343\370 \343\n\343\261\210\346\371!\372=\203#\346\373!\374=\203#\346\375!\376=\203#\377c\210\323\201@\325\201A\327\316%\210\201Bc\210\323\201C\325\201D\327\316%\210\201Ec\210\323\201F\325\201G\327\316%\210\201Hc\207\330\201I!c\210\323\201@\325\201J\327\316%\210\330\201K!c\210\323\201C\325\201L\327\316%\210\330\201M!c\210\323\201F\325\201N\327\316%\210\201Hc\207" [keyboard-translate-table minor-mode-overriding-map-alist emacs-copyright char-table-p 8 make-sparse-keymap define-key [8] undefined format "\nGet help	   %s\n" where-is-internal help-command nil t [8] "C-h  (Hold down CTRL and press h)" key-description "M-x help" insert-button "Emacs manual" action #[257 "\300 \207" [info-emacs-manual] 2 "\n\n(fn BUTTON)"] follow-link substitute-command-keys "	   \\[info-emacs-manual]	" "Browse manuals" #[257 "\300 \207" [Info-directory] 2 "\n\n(fn BUTTON)"] "	   \\[info]\n" "Emacs tutorial" #[257 "\300 \207" [help-with-tutorial] 2 "\n\n(fn BUTTON)"] "	   \\[help-with-tutorial]	Undo changes	   \\[undo]\n" "Buy manuals" #[257 "\300 \207" [view-order-manuals] 2 "\n\n(fn BUTTON)"] "	   \\[view-order-manuals]	Exit Emacs	   \\[save-buffers-kill-terminal]" "\n" "Activate menubar" #[257 "\300 \207" [tmm-menubar] 2 "\n\n(fn BUTTON)"] key-binding "\340" tmm-menubar [f10] "   F10  or  ESC `  or   M-`" "   \\[tmm-menubar]" "\n(`C-' means use the CTRL key.  `M-' means use the Meta (or Alt) key.\nIf you have no Meta key, you may instead type ESC followed by the character.)" "\nUseful tasks:\n" "Visit New File" #[257 "\300\301!\207" [call-interactively find-file] 3 "\n\n(fn BUTTON)"] "			" "Open Home Directory" #[257 "\300\301!\207" [dired "~"] 3 "\n\n(fn BUTTON)"] "Customize Startup" #[257 "\300\301!\207" [customize-group initialization] 3 "\n\n(fn BUTTON)"] "		" "Open *scratch* buffer" #[257 "\300\301\302!!\207" [switch-to-buffer get-buffer-create "*scratch*"] 4 "\n\n(fn BUTTON)"] emacs-version "" describe-copying "" describe-distribution "" describe-no-warranty "\nGNU Emacs comes with ABSOLUTELY NO WARRANTY; type C-h C-w for " "full details" #[257 "\300 \207" [describe-no-warranty] 2 "\n\n(fn BUTTON)"] ".\nEmacs is Free Software--Free as in Freedom--so you can redistribute copies\nof Emacs and modify it; type C-h C-c to see " "the conditions" #[257 "\300 \207" [describe-copying] 2 "\n\n(fn BUTTON)"] ".\nType C-h C-d for information on " "getting the latest version" #[257 "\300 \207" [describe-distribution] 2 "\n\n(fn BUTTON)"] "." "\nGNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for " #[257 "\300 \207" [describe-no-warranty] 2 "\n\n(fn BUTTON)"] ".\nEmacs is Free Software--Free as in Freedom--so you can redistribute copies\nof Emacs and modify it; type \\[describe-copying] to see " #[257 "\300 \207" [describe-copying] 2 "\n\n(fn BUTTON)"] ".\nType \\[describe-distribution] for information on " #[257 "\300 \207" [describe-distribution] 2 "\n\n(fn BUTTON)"]] 7 "\n\n(fn)"])
(defalias 'normal-about-screen #[0 "\301\302 \301\303\261\210\304c\210\305\306\307\310\311\312%\210\313c\210\305\314\307\315\311\312%\210\316c\210\305\317\307\320\311\312%\210\321c\210\305\322\307\323\311\312%\210\324c\210\305\325\307\326\311\312%\210\327c\210\305\330\307\331\311\312%\210\332c\210\305\333\307\334\311\312%\210\335c\207" [emacs-copyright "\n" emacs-version "\n\n" "To follow a link, click Mouse-1 on it, or move to it and type RET.\n\n" insert-button "Authors" action #[257 "\301\302\303\"!\210eb\207" [data-directory view-file expand-file-name "AUTHORS"] 5 "\n\n(fn BUTTON)"] follow-link t "		Many people have contributed code included in GNU Emacs\n" "Contributing" #[257 "\301\302\303\"!\210eb\207" [data-directory view-file expand-file-name "CONTRIBUTE"] 5 "\n\n(fn BUTTON)"] "	How to contribute improvements to Emacs\n\n" "GNU and Freedom" #[257 "\300 \207" [describe-gnu-project] 2 "\n\n(fn BUTTON)"] "		Why we developed GNU Emacs and the GNU system\n" "Absence of Warranty" #[257 "\300 \207" [describe-no-warranty] 2 "\n\n(fn BUTTON)"] "	GNU Emacs comes with ABSOLUTELY NO WARRANTY\n" "Copying Conditions" #[257 "\300 \207" [describe-copying] 2 "\n\n(fn BUTTON)"] "	Conditions for redistributing and changing Emacs\n" "Getting New Versions" #[257 "\300 \207" [describe-distribution] 2 "\n\n(fn BUTTON)"] "	How to get the latest version of GNU Emacs\n" "More Manuals / Ordering Manuals" #[257 "\300 \207" [view-order-manuals] 2 "\n\n(fn BUTTON)"] "	Buying printed manuals from the FSF\n"] 6 "\n\n(fn)"])
(defalias 'startup-echo-area-message #[0 "\300 \203\301\207\302\303!\304=\203\305\207\306\307!\207" [daemonp "Starting Emacs daemon." key-binding "" about-emacs "For information about GNU Emacs and the GNU system, type C-h C-a." substitute-command-keys "For information about GNU Emacs and the GNU system, type \\[about-emacs]."] 2 "\n\n(fn)"])
(defalias 'display-startup-echo-area-message #[0 "\305	\2069\n\2034\2034\302\306N\203%\n\f\307\232\203 \310 \202!\f\232\2069\311\312\313D\314\312\315\311EDC\217\2069\316\317\320 \")\207" [resize-mini-windows noninteractive inhibit-startup-echo-area-message user-init-file init-file-user t saved-value #2="" user-login-name #1=#:err funcall #[0 "\302\303!r\211q\210\304\305\306\307\310\311!\312\"\313\314%DC\216\315!\210\316\317\320\321\322	\323\232\203,\324 \202-	!!\325R\326\327#*\207" [user-init-file init-file-user generate-new-buffer " *temp*" funcall make-byte-code 0 "\301\300!\205	\302\300!\207" vconcat vector [buffer-name kill-buffer] 2 "\n\n(fn)" insert-file-contents re-search-forward "([ 	\n]*setq[ 	\n]+" "inhibit-startup-echo-area-message[ 	\n]+" regexp-quote prin1-to-string #2# user-login-name "[ 	\n]*)" nil t] 8 "\n\n(fn)"] error #[257 "\300\207" [nil] 2 "\n\n(fn IGNORED)"] message "%s" startup-echo-area-message] 6 "\n\n(fn)"])
#@206 Display startup screen according to display.
A fancy display is used on graphic displays, normal otherwise.

If CONCISE is non-nil, display a concise version of the startup
screen.

(fn &optional CONCISE)
(defalias 'display-startup-screen #[256 "\300\301!?\205\302 \203\303!\207\304\305\"\207" [get-buffer "*GNU Emacs*" use-fancy-splash-screens-p fancy-startup-screen normal-splash-screen t] 4 (#$ . 58985)])
#@108 Display the *About GNU Emacs* buffer.
A fancy display is used on graphic displays, normal otherwise.

(fn)
(defalias 'display-about-screen #[0 "\300 \203\301 \207\302\303!\207" [use-fancy-splash-screens-p fancy-about-screen normal-splash-screen nil] 2 (#$ . 59407) nil])
(byte-code "\300\301\302\"\210\300\303\304\"\207" [defalias about-emacs display-about-screen display-splash-screen display-startup-screen] 3)
#@49 A subroutine of `command-line'.

(fn ARGS-LEFT)
(defalias 'command-line-1 #[257 "\306 \210\203	\204\307\310\311\312#\210\313\314\314\262\n\203\230\314\211\211\315\316\317\320\f\"\"\313\211
\211\203F\211@\321\322@\"\203?\211@B\262A\266\202\202+\210@\211\203e\211@\321\322@\"\203^\211@CB\262A\266\202\202I\210\n\203\226\n@\211A\314\211\nA\203\323A\202\331\321\324A\"\203\226A\313\225\314O\262\325\326A\"A\321\327\"\203\331\330A\"\262\211\331=\203\265A\326\314OA\202\331\211;\203\323\211\235\211\204\310\332\333A\"\210\211@\326\314OA\210\202\331\314\262A\334A\f\"\211\262\n\203\203\367\nBAA!\210)\202\201AA!\210\202\201A\335\232\203\331B\202\201A\336\235\203;\331B\337\206\"\n\211A@!\262	\340	!\2034\341	!\210\202\201 \210\202\201A\342\235\203V\331B\343\344\206P\n\211A@!!\210\202\201A\345\235\203\220\346\347\206h\n\211A@!!\262	\203\203		AB\241\210A\262\202\201CB\211C\262\202\201A\350\235\203\270\347\206\241\n\211A@!\346!\351!\203\256\211\262\352\314\331#\266\202\201A\353\235\203\330\347\206\311\n\211A@!\346!\352\314\331\211$\266\202\201A\354\232\203\331B\206\353\n\211A@\262	;\204\367\332\355!\210\356\347\n!!\210\202\201A\357\232\203\360\331!\210\202\201A\361\232\203\362\363!\210\202\201\321\364A\"\203.\365A!\262\202\201\321\366A\"\203K\365\325\326A\"!\262\365\325\367A\"!\262\202\201\334
\"\211\262\n\203_A@\n\233\202\201\334@\"\211\262\n\203tA@\n\233\202\201A\370\235\203\327\331B\206\207\n\211A@\262	;\204\225\332\371A\"\210\fT\262
\346\347\n!\"
\326U\203\261\372!\262\f\202\265\373!\210\210\374!\204\303eb\210Sy\210\313\262\326W\204\321\375S!\210\313\262\202\201\321\376A\"\203\355\307\310\377\201MA\"\"\210\202\201A\201N\232\203\374\331\262\202\201D\314\203@ \211\262\204A\262\202\377\211\204\321\201OA\"\203)\332\201PA\"\210E\2041\331BT\262\346\347!
\"\326U\203M\372!\262\202]B\203Y\373!\210\202]\372!\210\210\374!\204meb\210Sy\210\313\262\326W\204|\375S!\210\313\262\266\201Q\201R !\204\220\360\314!\210)\266\202f\266F\331=\203\247\201S\201T!\210G\203\320\201U\201T!\203\320r\201Tq\210\374\201V !\203\317Gc\210\201W\314!\210)F\203\366F\331=\203\353\201X\201S\201T!!\210\202\366F;\203\366\372F!\210B\204F\204	\204\201Y \204H\2030\367V\205n	?\205nI?\205n\201Z!\206n\201[ \202n\201\\\201]!\210J\203E\201\\\201J!\210\331K\201^\201_!\203W\201_ \210L\203g\201\\\201L!\210\314L\201`\313V!)\207" [pure-space-overflow noninteractive command-line-args-left command-line-default-directory command-switch-alist command-line-x-option-alist display-startup-echo-area-message display-warning initialization "Building Emacs overflowed pure space.  (See the node Pure Storage in the Lisp manual for details.)" :warning 0 nil append ("--funcall" "--load" "--insert" "--kill" "--directory" "--eval" "--execute" "--no-splash" "--find-file" "--visit" "--file" "--no-desktop") mapcar #[257 "\300@P\207" ["-"] 3 "\n\n(fn ELT)"] string-match "^--" "" "\\`\\(--[^=]*\\)=" match-string 1 "\\`--?[^-]" try-completion t error "Option `%s' is ambiguous" assoc "-no-splash" ("-f" "-funcall" "-e") intern commandp command-execute ("-eval" "-execute") eval read ("-L" "-directory") expand-file-name command-line-normalize-file-name ("-l" "-load") file-exists-p load ("-scriptload") "-insert" "File name omitted from `-insert' option" insert-file-contents "-kill" kill-emacs "-no-desktop" message "\"--no-desktop\" ignored because the Desktop package is not loaded" "^\\+[0-9]+\\'" string-to-number "^\\+\\([0-9]+\\):\\([0-9]+\\)\\'" 2 ("-find-file" "-file" "-visit") "File name omitted from `%s' option" find-file find-file-other-window zerop move-to-column "\\`--?\\(no-\\)?\\(uni\\|multi\\)byte$" format command-line-ns-option-alist argi inhibit-startup-screen load-path command-line-functions initial-window-system initial-buffer-choice initial-scratch-message inhibit-x-resources inhibit-startup-buffer-menu term-setup-hook inhibit-startup-hooks window-setup-hook "Ignoring obsolete arg %s" "--" "\\`-" "Unknown option `%s'" frame-live-p selected-frame get-buffer-create "*scratch*" get-buffer buffer-size set-buffer-modified-p switch-to-buffer daemonp get-buffer-window list-buffers run-hooks emacs-startup-hook fboundp frame-notice-user-settings display-startup-screen] 22 (#$ . 59828)])
#@78 Collapse multiple slashes to one, to handle non-Emacs file names.

(fn FILE)
(defalias 'command-line-normalize-file-name #[257 "\301 \302\303\304\305\306\307!\310\"\311\312%DC\216\313\314\"\203\"\315\316\317\211$\262\320>\2038\313\321\"\2038\315\316\317\211\322%\262\313\323\322#\203K\315\316\317\211$\262\2028)\207" [system-type match-data funcall make-byte-code 0 "\301\300\302\"\207" vconcat vector [set-match-data evaporate] 3 "\n\n(fn)" string-match "^///+" replace-match "/" t (ms-dos windows-nt) "^[A-Za-z]:\\(\\\\[\\\\/]\\)" 1 "//+"] 9 (#$ . 64359)])

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net