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

Lines Matching +defs:external +defs:symbol

289   (defun reftex-set-dirty (symbol value)
291 (set symbol value)))
424 (defvar reftex-docstruct-symbol)
432 (boundp 'reftex-docstruct-symbol) reftex-docstruct-symbol
433 (symbol-value reftex-docstruct-symbol)
434 (get reftex-docstruct-symbol 'modified))
476 '(reftex-docstruct-symbol))
484 ;; Variable holding the symbol with the label list of the document.
485 (defvar reftex-docstruct-symbol nil)
486 (make-variable-buffer-local 'reftex-docstruct-symbol)
499 symbol symname newflag)
511 (setq symbol (car symlist)
513 symname (symbol-name symbol))
514 (set symbol (intern (concat symname "-" (int-to-string index))))
515 (put (symbol-value symbol) :master-index index)
518 (set (symbol-value symbol) nil)
519 (put (symbol-value symbol) 'reftex-index-macros-style '(default))))
527 (symbol nil))
529 (setq symbol (car symlist)
531 (set symbol nil))))
587 (let ((entry (assq 'is-multi (symbol-value reftex-docstruct-symbol))))
597 (unless reftex-docstruct-symbol
599 (when (and reftex-docstruct-symbol
600 (symbolp reftex-docstruct-symbol))
601 (put reftex-docstruct-symbol 'reftex-cite-format value)))
605 ;; reftex-cite-format-symbol, or the global value in reftex-cite-format.
606 (if (and reftex-docstruct-symbol
607 (symbolp reftex-docstruct-symbol)
608 (get reftex-docstruct-symbol 'reftex-cite-format))
609 (get reftex-docstruct-symbol 'reftex-cite-format)
621 (unless reftex-docstruct-symbol
623 (when (and reftex-docstruct-symbol
624 (symbolp reftex-docstruct-symbol))
625 (let ((list (get reftex-docstruct-symbol 'reftex-index-macros-style))
629 ;; When it is a symbol, remove all other symbols
639 (put reftex-docstruct-symbol 'reftex-index-macros-style list)))))
784 (cache (get reftex-docstruct-symbol 'reftex-cache))
787 (levels (get reftex-docstruct-symbol 'reftex-section-levels))
788 (style (get reftex-docstruct-symbol 'reftex-label-alist-style))
791 (istyle (get reftex-docstruct-symbol 'reftex-index-macros-style)))
853 symbol)
855 (setq symbol (car symlist)
857 (if (and (symbolp (symbol-value symbol))
858 (not (null (symbol-value symbol))))
859 (set (symbol-value symbol) nil)))))
871 (cdr (assoc 'index-tags (symbol-value reftex-docstruct-symbol)))))
886 (get reftex-docstruct-symbol 'reftex-section-levels)
887 (get reftex-docstruct-symbol 'reftex-label-alist-style)
890 (get reftex-docstruct-symbol 'reftex-index-macros-style)))
896 (get reftex-docstruct-symbol
904 (get reftex-docstruct-symbol
974 (setq env-or-mac (symbol-name env-or-mac)))
1134 (get reftex-docstruct-symbol 'reftex-section-levels)
1202 (put reftex-docstruct-symbol 'reftex-cache
1203 (mapcar 'symbol-value reftex-cache-variables)))
1241 (if (eq reftex-docstruct-symbol nil)
1247 (when (or (null (symbol-value reftex-docstruct-symbol))
1254 (if (and (null (symbol-value reftex-docstruct-symbol))
1262 ((not (symbol-value reftex-docstruct-symbol))
1271 (unless reftex-docstruct-symbol
1273 (and (symbolp reftex-docstruct-symbol)
1274 (symbol-value reftex-docstruct-symbol)
1288 (let* ((list (symbol-value reftex-docstruct-symbol))
1289 (docstruct-symbol reftex-docstruct-symbol)
1300 (put reftex-docstruct-symbol 'modified nil)
1301 (if (eq reftex-docstruct-symbol nil)
1308 (error (set reftex-docstruct-symbol nil)
1313 (put reftex-docstruct-symbol 'modified nil)
1322 (set reftex-docstruct-symbol nil)
1332 (put docstruct-symbol 'modified nil)
1343 (insert "(set reftex-docstruct-symbol '(\n\n")
1373 (nth 1 (assq 'bof (symbol-value reftex-docstruct-symbol)))))
1380 ;;; (let* ((all (symbol-value reftex-docstruct-symbol)))
1389 (defun reftex-select-external-document (xr-alist xr-index)
1390 ;; Return index of an external document.
1397 (message "No external documents available")
1453 ((and reftex-use-external-file-finders
1454 (assoc type reftex-external-file-finders))
1472 ;; Use external program to find FILE.
1473 ;; The program is taken from `reftex-external-file-finders'.
1476 (prg (cdr (assoc type reftex-external-file-finders)))
1519 (symbol-value (intern (concat "reftex-" type
1524 (let ((path (symbol-value pathvar)) dir rec)
1537 (symbol-value pathvar))
1546 (reftex-expand-path (symbol-value pathvar) master-dir))
1553 (symbol-value pathvar))))
1898 type (or index (get reftex-docstruct-symbol :master-index) 0)))
1903 tag (or cnt (get reftex-docstruct-symbol :master-index) 0)))
2127 (error "Cannot treat symbol %s in reftex-label-alist"
2128 (symbol-name tmp)))))
2276 ;; Test of we use the font-lock version of x-symbol
2277 (and (featurep 'x-symbol-tex) (not (boundp 'x-symbol-mode)))))))
2460 (> (length (symbol-value reftex-docstruct-symbol)) 0)]
2520 (capitalize (symbol-name (car x)))
2539 (capitalize (symbol-name (car x)))
2543 (list 'get 'reftex-docstruct-symbol