• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/textmodes/

Lines Matching defs:into

143 ;;           Selecting a label inserts a `\ref{LABEL}' macro into the
157 ;; into an alphabetically sorted `*Index*' buffer which you can use
209 ;; (see variable `reftex-plug-into-AUCTeX'). AUCTeX contains style
221 ;; (setq reftex-plug-into-AUCTeX t)
269 ;; Finally thanks to Uwe Bolick who first got me (some years ago) into
385 (and reftex-plug-into-AUCTeX
386 (reftex-plug-into-AUCTeX))
691 "No follow-mode into unvisited file. Press SPC to visit it.")
840 ;; Plug functions into AUCTeX if the user option says so.
841 (and reftex-plug-into-AUCTeX
842 (reftex-plug-into-AUCTeX))
894 (reftex-splice-symbols-into-list
902 (reftex-splice-symbols-into-list
1575 ;; Trailing ! or !! will be converted into `//' (emTeX convention)
1584 ;; Expand parts of path ending in `//' recursively into directory list.
1709 "Put selection or the word near point into the default index macro." t)
1711 "Put selection or the word near point into Index Phrases File." t)
1767 (autoload 'reftex-plug-into-AUCTeX "reftex-auc")
1768 (autoload 'reftex-toggle-plug-into-AUCTeX "reftex-auc"
2017 ;; convert STRING into a regexp, allowing ^M for \n and vice versa
2115 (defun reftex-splice-symbols-into-list (list alist)
2116 ;; Splice the association in ALIST of any symbols in LIST into the list.
2169 SPLIT-RE is the regular expression used to split the string into words.
2242 ;; Make TEXT nice for inclusion as context into label menu.
2501 ["AUC TeX Interface" reftex-toggle-plug-into-AUCTeX
2502 :style toggle :selected reftex-plug-into-AUCTeX]
2564 "Create a full customization menu for RefTeX, insert it into the menu."