Searched +refs:lisp +refs:indent (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/vim-53/runtime/indent/
H A Dpov.vim1 " Vim indent file
5 " URI: http://trific.ath.cx/Ftp/vim/indent/pov.vim
7 " Only load this indent file when no other was loaded.
14 setlocal nolisp " Make sure lisp indenting doesn't supersede us.
40 " The main function. Returns indent amount.
43 if synIDattr(synID(v:lnum, indent(v:lnum)+1, 0), "name") =~? "string\|comment"
49 let plind = indent(plnum)
52 let plind = indent(plnum)
68 " When chg > 0, then we opened groups and we should indent more, but when
H A Dpython.vim1 " Vim indent file
7 " Only load this indent file when no other was loaded.
14 setlocal nolisp " Make sure lisp indenting doesn't supersede us
35 return indent(a:lnum - 1)
37 return indent(a:lnum - 1) + (exists("g:pyindent_continue") ? eval(g:pyindent_continue) : (&sw * 2))
40 " If the start of the line is in a string don't change the indent.
50 " This is the first non-empty line, use zero indent.
54 " If the previous line is inside parenthesis, use the indent of the starting
64 let plindent = indent(parlnum)
67 let plindent = indent(plnu
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dlisp-mode.el0 ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands
7 ;; Keywords: lisp, languages
38 (defvar lisp-mode-abbrev-table nil)
40 (defvar emacs-lisp-mode-syntax-table
81 (defvar lisp-mode-syntax-table
82 (let ((table (copy-syntax-table emacs-lisp-mode-syntax-table)))
89 (define-abbrev-table 'lisp-mode-abbrev-table ())
91 (defvar lisp-imenu-generic-expression
157 (defvar lisp-doc-string-elt-property 'doc-string-elt
160 (defun lisp
[all...]
H A Dlisp.el0 ;;; lisp.el --- Lisp editing commands for Emacs
7 ;; Keywords: lisp, languages
33 ;; Note that this variable is used by non-lisp modes too.
40 :group 'lisp)
46 :group 'lisp)
518 "Move past next `)', delete indentation before it, then indent after it."
536 (null (calculate-lisp-indent))
546 (newline-and-indent))
573 (defun lisp
[all...]
H A Dbytecomp.el9 ;; Keywords: lisp
30 ;; The Emacs Lisp byte compiler. This crunches lisp source into a sort
107 ;; emacs-lisp-file-regexp Regexp for the extension of source-files;
197 :group 'lisp)
199 (defcustom emacs-lisp-file-regexp (if (eq system-type 'vax-vms)
219 ;; The user may want to redefine this along with emacs-lisp-file-regexp,
223 If FILENAME matches `emacs-lisp-file-regexp' (by default, files
229 ((string-match emacs-lisp-file-regexp filename)
596 (byte-defop 106 0 byte-indent-to)
1587 (if (and (string-match emacs-lisp
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el214 (defgroup lisp nil function
1449 (defcustom custom-buffer-indent 3
1450 "Number of spaces to indent nested groups."
2028 (insert-char ?\ (* custom-buffer-indent
2044 (cond ((eq form 'lisp)
2045 (insert " (lisp)"))
2053 (insert-char ?\ (* custom-buffer-indent
2057 (let ((indent (widget-get parent :indent)))
2058 (when indent
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim10 " Clisp additions courtesy of http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/emacs/lisp.vim
77 syn keyword lispFunc * find-method pprint-indent
199 syn keyword lispFunc cell-error-name lisp simple-base-string
200 syn keyword lispFunc cerror lisp-implementation-type simple-bit-vector
201 syn keyword lispFunc change-class lisp-implementation-version simple-bit-vector-p
622 let b:current_syntax = "lisp"
H A Dvim.vim28 syn keyword vimOption contained ai ambw ari aw backupext beval biosk brk buflisted cdpath cin cinwords cocu compatible consk cpt cscopetagorder csverb debug dict dir eb enc errorbells expandtab fdl fenc fileformat fml foldignore foldopen fs gfn grepprg guiheadroom helplang history hls imactivatekey iminsert inde insertmode iskeyword keymodel laststatus lisp lpl magic maxfuncdepth menuitems mm modifiable mousem mps number opendevice paste pex pmbcs printencoding prompt rdt revins ro runtimepath scroll sections sh shellslash shortmess showtabline slm sn spellcapcheck splitright ssop stmp swapfile syn tabstop tagstack tbs textauto tildeop titlestring top ttimeout ttym uc undolevels vb vfile visualbell wc wh wildignore window winwidth wmw writeany
74 syn keyword vimFuncName contained acos argc asin browse buflisted bufnr byteidx changenr clearmatches complete_add copy count deepcopy diff_filler escape executable expand feedkeys filter float2nr fnameescape foldclosedend foldtextresult garbagecollect getbufvar getcmdline getcwd getfsize getline getpid getreg gettabwinvar getwinvar has hasmapto histget hlID indent inputdialog inputsave isdirectory join libcall line2byte log maparg matchadd matchend max mkdir mzeval nr2char pow printf range reltime remote_expr remote_peek remote_send rename resolve round searchdecl searchpairpos server2client setbufvar setline setmatches setqflist settabvar setwinvar simplify sinh soundfold spellsuggest sqrt str2nr strdisplaywidth stridx strlen strridx strwidth substitute synID synIDtrans system tabpagenr tagfiles tan tempname toupper trunc undofile values visualmode wincol winline winrestcmd winsaveview writefile
130 syn keyword vimFTOption contained detect indent off on plugin
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim811 call append("$", "shiftwidth\tnumber of spaces used for each step of (auto)indent")
814 call append("$", "smarttab\ta <Tab> in an indent inserts 'shiftwidth' spaces")
824 call append("$", "autoindent\tautomatically set the indent of a new line")
842 call append("$", "cinwords\tlist of words that cause more C-indent")
845 call append("$", "indentexpr\texpression used to obtain the indent of a line")
855 call append("$", "preserveindent\tpreserve kind of whitespace when changing indent")
859 call append("$", "lisp\tenable lisp mode")
861 call <SID>BinOptionL("lisp")
862 call append("$", "lispwords\twords that change how lisp indentin
[all...]
H A Dfiletype.vim861 au BufNewFile,BufRead .indent.pro setf indent
862 au BufNewFile,BufRead indent.pro call s:ProtoCheck('indent')
881 au BufNewFile,BufRead indentrc setf indent
982 au BufNewFile,BufRead *.lsp,*.lisp,*.el,*.cl,*.jl,*.L,.emacs,.sawfishrc setf lisp
984 au BufNewFile,BufRead *.lsp,*.lisp,*.el,*.cl,*.jl,.emacs,.sawfishrc setf lisp
988 au BufNewFile,BufRead sbclrc,.sbclrc setf lisp
[all...]
H A Dmakemenu.vim259 SynMenu HIJK.Indent\ profile:indent
297 SynMenu L.Lisp:lisp
H A Dsynmenu.vim239 an 50.50.340 &Syntax.HIJK.Indent\ profile :cal SetSyn("indent")<CR>
276 an 50.60.240 &Syntax.L.Lisp :cal SetSyn("lisp")<CR>
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex91 \let\ptexindent=\indent
792 % This records the amount of indent in the innermost environment.
969 % after a section heading. If WORD is `insert', then do indent at such
995 % We also make \indent itself not actually do anything until the next
999 \gdef\indent{%
1001 \indent
1014 \global \let \indent = \ptexindent
1686 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
2515 % @multitableparindent is paragraph indent in table.
4618 \let\indent
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex91 \let\ptexindent=\indent
795 % This records the amount of indent in the innermost environment.
972 % after a section heading. If WORD is `insert', then do indent at such
998 % We also make \indent itself not actually do anything until the next
1002 \gdef\indent{%
1004 \indent
1017 \global \let \indent = \ptexindent
1709 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
2626 % @multitableparindent is paragraph indent in table.
4760 \let\indent
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex91 \let\ptexindent=\indent
795 % This records the amount of indent in the innermost environment.
972 % after a section heading. If WORD is `insert', then do indent at such
998 % We also make \indent itself not actually do anything until the next
1002 \gdef\indent{%
1004 \indent
1017 \global \let \indent = \ptexindent
1709 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
2626 % @multitableparindent is paragraph indent in table.
4760 \let\indent
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex523 % This records the amount of indent in the innermost environment.
1082 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
1763 % @intableparindent will set paragraph indent in table.
3110 % Define @lisp ... @endlisp.
3111 % @lisp does a \begingroup so it can rebind things,
3114 % Amount to narrow the margins by for @lisp.
3117 % This is the definition that ^^M gets inside @lisp, @example, and other
3149 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
3184 % Flag to tell @lisp, etc., not to narrow margin.
3245 \def\lisp{\begingrou
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex691 % This records the amount of indent in the innermost environment.
1349 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
2165 % @multitableparindent is paragraph indent in table.
4222 % Define @lisp ... @end lisp.
4223 % @lisp does a \begingroup so it can rebind things,
4224 % including the definition of @end lisp (which normally is erroneous).
4226 % Amount to narrow the margins by for @lisp.
4229 % This is the definition that ^^M gets inside @lisp, @example, and other
4269 % \nonarrowing is a flag. If "set", @lisp et
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex91 \let\ptexindent=\indent
815 % This records the amount of indent in the innermost environment.
992 % after a section heading. If WORD is `insert', then do indent at such
1018 % We also make \indent itself not actually do anything until the next
1022 \gdef\indent{%
1024 \indent
1037 \global \let \indent = \ptexindent
2254 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
3214 % @multitableparindent is paragraph indent in table.
5437 \let\indent
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex91 \let\ptexindent=\indent
815 % This records the amount of indent in the innermost environment.
992 % after a section heading. If WORD is `insert', then do indent at such
1018 % We also make \indent itself not actually do anything until the next
1022 \gdef\indent{%
1024 \indent
1037 \global \let \indent = \ptexindent
2254 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
3214 % @multitableparindent is paragraph indent in table.
5439 \let\indent
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex732 % This records the amount of indent in the innermost environment.
1429 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
2262 % @multitableparindent is paragraph indent in table.
4430 % Define @lisp ... @end lisp.
4431 % @lisp does a \begingroup so it can rebind things,
4432 % including the definition of @end lisp (which normally is erroneous).
4434 % Amount to narrow the margins by for @lisp.
4437 % This is the definition that ^^M gets inside @lisp, @example, and other
4480 % \nonarrowing is a flag. If "set", @lisp et
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex677 % This records the amount of indent in the innermost environment.
1239 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
2043 % @multitableparindent is paragraph indent in table.
4050 % Define @lisp ... @endlisp.
4051 % @lisp does a \begingroup so it can rebind things,
4054 % Amount to narrow the margins by for @lisp.
4057 % This is the definition that ^^M gets inside @lisp, @example, and other
4089 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
4124 % Flag to tell @lisp, etc., not to narrow margin.
4187 % @lisp
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex678 % This records the amount of indent in the innermost environment.
1279 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
2087 % @multitableparindent is paragraph indent in table.
4104 % Define @lisp ... @endlisp.
4105 % @lisp does a \begingroup so it can rebind things,
4108 % Amount to narrow the margins by for @lisp.
4111 % This is the definition that ^^M gets inside @lisp, @example, and other
4143 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
4178 % Flag to tell @lisp, etc., not to narrow margin.
4241 % @lisp
[all...]

Completed in 291 milliseconds