Searched +refs:auto +refs:insert (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dgametree.el128 (insert (make-string level ?*))))
129 "A function of one numeric argument, LEVEL, to insert a heading at point.
193 (if (not (looking-at "[ \t]+")) (insert " "))
198 (if (not (looking-at "[ \t]+")) (insert " ")
248 (insert following-leaves))))
392 (defun gametree-insert-new-leaf (&optional at-depth)
415 (if (not (bolp)) (insert "\n"))))
422 (insert "\n")
423 (insert (format (if (= 0 (mod starting-plys 2))
478 (insert (forma
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DTextDisplay.itk13 option add *TextDisplay.scrollbar auto widgetDefault
59 on - off - auto {
75 eval $itk_component(text) insert 1.0 $args
82 eval $itk_component(text) insert end $args
95 $itk_component(text) insert $index $newword
109 auto {
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnndraft.el96 (insert (format "221 %d Article retrieved.\n" article))
99 (insert ".\n")))
107 ;; We get the newest file of the auto-saved file and the
110 (auto (nndraft-auto-save-file-name file))
111 (newest (if (file-newer-than-file-p file auto) file auto))
115 (if (file-newer-than-file-p file auto)
119 mm-auto-save-coding-system)))
172 (insert
[all...]
H A Dgnus-start.el341 (defcustom gnus-auto-subscribed-groups
574 "Subscribe new NEWGROUP and insert it in alphabetical order."
584 "Subscribe new NEWGROUP and insert it in hierarchical newsgroup order."
844 (insert string "\n")
870 (auto-save-mode t)
874 (let ((auto (make-auto-save-file-name))
878 (when (or (file-exists-p auto) (file-exists-p dribble-file))
879 ;; Load whichever file is newest -- the auto save file
881 (if (file-newer-than-file-p auto dribbl
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dcua-gmrk.el71 (insert " ")
97 insert the deleted or copied text before the global marker, even when the
115 (defun cua--insert-at-global-mark (str &optional msg)
120 (insert-for-yank str)
148 (insert text))
151 (insert-buffer-substring-as-yank src-buf start end))
174 (insert text)
181 (insert-buffer-substring src-buf start end)
202 (insert-for-yank (car text))
204 (insert "\
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dtree.tcl15 set frame [$nb insert end demoTree -text "Tree"]
40 -scrollbar horizontal -auto none -relief sunken -borderwidth 2]
102 $tree insert end root home -text $rootdir -data $rootdir -open 1 \
133 $tree insert end $node n:$count \
143 $tree itemconfigure $node -drawcross auto -data $lfiles
204 $list insert end $subnode \
210 $list insert end f:$num \
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Drefer.el49 ;; refer-yank-key to insert it at point in the current buffer
104 auto = read \\.bib file names from appropriate command in buffer (see
112 If `refer-bib-files' is nil, auto or dir, it is setq'd to the appropriate
116 :type '(choice (repeat file) (const nil) (const auto) (const dir))
172 (insert
281 (insert (regexp-quote s))
283 (insert "(\"")
287 (insert "\")")
349 ((eq refer-bib-files 'auto)
H A Dorg.el146 (defcustom org-insert-mode-line-in-empty-file nil
147 "Non-nil means insert the first line setting Org-mode in empty files.
216 terminated by a colon. You can insert a schedule keyword and
225 terminated by a colon. You can insert a schedule keyword and
442 "Should `org-insert-heading' leave a blank line before new heading/item?
450 (defcustom org-insert-heading-hook nil
457 This currently only means, they are never auto-wrapped.
519 (defcustom org-auto-renumber-ordered-lists t
528 "Non-nil means, update checkbox statistics after insert and toggle.
529 When this is set, checkbox statistics is updated each time you either insert
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dnotebook.itk18 # A special option may be provided to the Notebook. The -auto option
60 option add *Notebook.auto true widgetDefault
78 itk_option define -auto auto Auto true
85 public method insert { args }
150 # OPTION -auto
155 itcl::configbody iwidgets::Notebook::auto {
156 if {$itk_option(-auto) != {}} {
324 # METHOD: insert <index> ?<option> <value>...?
329 itcl::body iwidgets::Notebook::insert { arg
[all...]
H A Dtabnotebook.itk22 # A special option may be provided to the Tabnotebook. The -auto
80 option add *Tabnotebook.auto true widgetDefault
124 itk_option define -auto auto Auto true
137 public method insert { index args }
492 # OPTION -auto
497 itcl::configbody iwidgets::Tabnotebook::auto {
498 if {$itk_option(-auto) != {}} {
499 $itk_component(notebook) configure -auto $itk_option(-auto)
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dimage.el47 "Alist of (REGEXP . IMAGE-TYPE) pairs used to auto-detect image types.
68 ;; We rely on `auto-mode-alist' to detect xbm and xpm files, instead
71 (defvar image-type-auto-detectable
81 "Alist of (IMAGE-TYPE . AUTODETECT) pairs used to auto-detect image files.
82 \(See `image-type-auto-detected-p').
85 - t always auto-detect.
86 - nil never auto-detect.
87 - maybe auto-detect only if the image type is available
286 (insert-file-contents-literally file nil 0 256)
344 (defun image-type-auto
[all...]
H A Dido.el166 ;; The standard way of completion with Unix-shells and Emacs is to insert a
691 (defcustom ido-auto-merge-work-directories-length 0
699 (defcustom ido-auto-merge-delay-time 0.70
700 "*Delay in seconds to wait for more input before doing auto merge."
704 (defcustom ido-auto-merge-inhibit-characters-regexp "[][*?~]"
1032 (defvar ido-auto-merge-timer nil
1033 "Delay timer for auto merge.")
1139 (insert p ": " (if (stringp s) s (format "%S" s)) "\n")))))
1290 (insert "\n;; ----- " (symbol-name list) " -----\n(\n ")
1300 (insert (o
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el97 ;; (setq auto-mode-alist (cons '("\\.vhdl?\\'" . vhdl-mode) auto-mode-alist))
217 "*Non-nil means indentation can insert tabs.
471 Allows to insert user specific parts into a Makefile.
476 \(insert \"# My target\\n\\n.MY_TARGET :\\n\\n\\n\"))"
535 Project title and description are used to insert into the file header (see
632 startup (see option `vhdl-project-auto-load'). Projects loaded from the
642 (defcustom vhdl-project-auto-load '(startup)
848 (defcustom vhdl-insert-empty-lines 'unit
849 "*Specifies whether to insert empt
[all...]
H A Dcperl-mode.el190 "Auto-insert tuneup."
285 (defcustom cperl-auto-newline nil
290 `cperl-auto-newline-after-colon' set."
296 Active if `cperl-auto-newline' is false."
300 (defcustom cperl-auto-newline-after-colon nil
302 Subject to `cperl-auto-newline' setting."
415 (assoc "\\.\\([pP][Llm]\\|al\\)$" auto-mode-alist)))
576 "*Amount of space to insert between `}' and `else' or `elsif'
740 Switch auto-help on/off with Perl/Tools/Auto-help.
799 to insert i
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dtree.rb14 frame = nb.insert('end', 'demoTree', :text=>'Tree')
52 :auto=>:none, :relief=>:sunken,
134 tree.insert('end', 'root', 'home',
170 tree.itemconfigure(node, :drawcross=>:auto, :data=>lfiles)
233 list.insert('end', subnode,
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dixset62 auto {
147 .bell.val.pit.entry insert 0 $bellpit
149 .bell.val.dur.entry insert 0 $belldur
155 .mouse.hor.acc.entry insert 0 $mouseacc
157 .mouse.hor.thr.entry insert 0 $mousethr
162 .screen.tim.entry insert 0 $screentim
164 .screen.cyc.entry insert 0 $screencyc
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dixset61 {auto}
151 .bell.val.pit.entry insert 0 $bellpit
153 .bell.val.dur.entry insert 0 $belldur
159 .mouse.hor.acc.entry insert 0 $mouseacc
161 .mouse.hor.thr.entry insert 0 $mousethr
166 .screen.tim.entry insert 0 $screentim
168 .screen.cyc.entry insert 0 $screencyc
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dprogress.vim62 syn keyword ProgressReserved authorization auto-ret[urn] avail[able] back[ground] before-h[ide] begins bell between blank break btos by call can-do can-find
72 syn keyword ProgressReserved go-pend[ing] grant graphic-e[dge] group having header help hide import in index indicator input input-o[utput] insert
132 syn keyword ProgressOperator attach[ment] auto-end-key auto-endkey auto-go auto-ind[ent] auto-resize auto-z[ap] available-formats ave[rage] avg backward[s] base-key batch[-mode] bgc[olor] binary
153 syn keyword ProgressOperator initial-filter initiate inner inner-chars inner-lines insert-b[acktab] insert
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DViewGestureControllerMac.mm426 for (const auto& view : m_customSwipeViews)
441 liveLayerPathsFromRoot[layerIndex].insert(0, parent);
463 // We insert our snapshot into the first shared superlayer of the custom views' layer, above the frontmost or below the bottommost layer.
475 // If the layers are not all siblings, find the child of the layer we're going to insert the snapshot into which has the frontmost/bottommost layer as a child.
544 for (const auto& view : m_customSwipeViews) {
639 for (const auto& layer : m_currentSwipeLiveLayers) {
790 for (const auto& layer : m_currentSwipeLiveLayers)
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dorgcard.tex276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
303 \key{insert new heading/item at current level}{M-RET}
304 \key{insert new TODO entry/checkbox item}{M-S-RET}
344 %\metax{insert a new Org-mode table}{M-x org-table-create}
366 \key{insert new column to left of cursor position}{M-S-RIGHT}
371 \key{insert new row above the current row}{M-S-DOWN}
372 \key{insert hline below (\kbd{C-u} : above) current row}{C-c -}
420 \key{insert a new \kbd{table.el} table}{C-c ~}
427 \key{insert a link (TAB completes stored links)}{C-c C-l}
428 \key{insert fil
[all...]
H A DviperCard.tex284 Viper has four states: {\it emacs state}, {\it vi state}, {\it insert state},
288 This card explains only vi state and insert state (replace state is similar
289 to insert state).
296 \metax{from vi state to insert state}{i, I, a, A, o, O}
298 \key{from insert or replace state to vi state}{ESC}
299 \key{from insert state to vi state for 1 command}{C-z}
303 You can do editing in insert state.
362 \key{{\bf insert} at point}{i}
364 \key{{\bf insert} before first non-white}{I}
387 \metax{{\bf insert}
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-dcc.el271 You might want to set `erc-dcc-auto-masks' for this.
272 'auto - Automatically accept the request and begin downloading the file
275 :type '(choice (const ask) (const auto) (const ignore)))
298 (defcustom erc-dcc-auto-masks nil
599 (if (and (eq erc-dcc-send-request 'auto)
600 (erc-dcc-auto-mask-p (format "\"%s!%s@%s\"" nick login host)))
608 (defun erc-dcc-auto-mask-p (spec)
610 matches against all the regexp's in `erc-dcc-auto-masks'. If any
612 (let ((lst erc-dcc-auto-masks))
624 'auto
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Ddemo.tcl11 .code insert end $code
99 $s explode auto
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-aent.el92 (insert shortbuf)
249 (defun calc-auto-algebraic-entry (&optional prefix)
253 (defun calc-algebraic-entry (&optional prefix auto)
258 (calc-alg-entry (and auto (char-to-string last-command-char))))))
324 (define-key calc-alg-ent-map "\e%" 'self-insert-command))
340 (insert "+/- ")
341 (insert " +/- ")))
346 (insert " "))
349 (insert (math-format-flat-expr calc-previous-modulo 0))
351 (insert "mo
[all...]
/macosx-10.10.1/vim-55/runtime/doc/
H A DMakefile14 include ../../src/auto/config.mk
53 insert.txt \
185 insert.html \

Completed in 436 milliseconds

12