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

Lines Matching +defs:history +defs:symbol

31 ;; Try especially info-lookup-symbol (aka C-h S).
69 (symbol :tag "Mode"))))
71 (defvar info-lookup-history nil
80 HELP-TOPIC is the symbol of a help topic.
86 HELP-MODE is a mode's symbol.
103 PARSE-RULE is either the symbol name of a function or a regular
143 to `symbol', and the help mode defaults to the current major mode."
155 (setq topic 'symbol
201 HELP-TOPIC is the symbol of a help topic.
202 HELP-MODE is a mode's symbol.
249 ;;;###autoload (put 'info-lookup-symbol 'info-file "emacs")
251 (defun info-lookup-symbol (symbol &optional mode)
255 value into the minibuffer so you can edit it. The default symbol is the
258 With prefix arg a query for the symbol help mode is offered."
260 (info-lookup-interactive-arguments 'symbol current-prefix-arg))
261 (info-lookup 'symbol symbol mode))
293 completions nil nil nil 'info-lookup-history default)))
308 (cons (symbol-name (car arg)) (car arg)))
312 completions nil t nil 'info-lookup-history)))
500 "Return a guess for a symbol to look up, based on text around point.
529 ;; If at start of symbol, don't go back to end of previous one.
546 (defun info-lookup-guess-c-symbol ()
547 "Get the C symbol at point."
573 (defun info-lookup-guess-custom-symbol ()
574 "Get symbol at point in custom buffers."
613 (defun info-complete-symbol (&optional mode)
614 "Perform completion on symbol preceding point."
616 (info-complete 'symbol
619 'symbol (info-lookup-select-mode))
621 (info-lookup-change-mode 'symbol)))))
662 info-lookup-history)))
663 ;; Find the original symbol and zap it.
678 :mode 'c-mode :topic 'symbol
695 :parse-rule 'info-lookup-guess-c-symbol)
907 ;; Unfortunately if $? etc is the symbol, then we wouldn't be taken to the
912 :mode 'sh-mode :topic 'symbol
965 :parse-rule 'info-lookup-guess-custom-symbol