comparison lisp/cedet/semantic/ia-sb.el @ 105799:3fe6da4a95a9

* cedet/srecode/srt-mode.el (semantic-analyze-possible-completions): * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag): * cedet/semantic/symref/grep.el (semantic-symref-perform-search): * cedet/semantic/bovine/gcc.el (semantic-gcc-query): * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token): * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons) (semantic-analyzer-debug-global-symbol) (semantic-analyzer-debug-missing-innertype) (semantic-analyzer-debug-insert-include-summary): * cedet/semantic/util.el (semantic-file-tag-table): (semantic-describe-buffer-var-helper, semantic-something-to-tag-table) (semantic-recursive-find-nonterminal-by-name): * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default): * cedet/semantic/tag-file.el (semantic-prototype-file): * cedet/semantic/symref.el (semantic-symref-parse-tool-output): * cedet/semantic/sb.el (semantic-sb-fetch-tag-table): * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string): * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): (semantic-idle-summary-maybe-highlight): * cedet/semantic/ia-sb.el (semantic-ia-speedbar) (semantic-ia-sb-tag-info): * cedet/semantic/grammar.el (semantic-analyze-possible-completions): * cedet/semantic/find.el (semantic-brute-find-tag-by-position): * cedet/semantic/ede-grammar.el (project-compile-target): (ede-proj-makefile-insert-variables): * cedet/semantic/debug.el (semantic-debug-set-parser-location): (semantic-debug-set-source-location, semantic-debug-interface-layout) (semantic-debug-mode, semantic-debug): * cedet/semantic/db.el (semanticdb-needs-refresh-p): * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer): * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode): * cedet/semantic/db-find.el (semanticdb-find-log-new-search) (semanticdb-find-translate-path-includes--internal) (semanticdb-reset-log, semanticdb-find-log-activity): * cedet/semantic/db-file.el (object-write): * cedet/semantic/db-el.el (semanticdb-equivalent-mode): * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p) (semanticdb-create-ebrowse-database): * cedet/semantic/db-debug.el (semanticdb-table-sanity-check): * cedet/semantic/complete.el (semantic-displayor-focus-request) (semantic-collector-calculate-completions-raw) (semantic-complete-read-tag-analyzer): * cedet/semantic/analyze.el (semantic-analyze-pulse): * cedet/ede/util.el (ede-update-version-in-source): * cedet/ede/proj.el (project-delete-target): * cedet/ede/proj-elisp.el (ede-update-version-in-source) (ede-proj-flush-autoconf): * cedet/ede/pconf.el (ede-proj-configure-synchronize) (ede-proj-configure-synchronize): * cedet/ede/locate.el (ede-locate-file-in-project-impl): * cedet/ede/linux.el (ede-linux-version): * cedet/ede/emacs.el (ede-emacs-version): * cedet/ede/dired.el (ede-dired-add-to-target): * cedet/ede.el (ede-buffer-header-file, ede-find-target) (ede-buffer-documentation-files, ede-project-buffers, ede-set) (ede-target-buffers, ede-buffers, ede-make-project-local-variable): * cedet/cedet-idutils.el (cedet-idutils-fnid-call): (cedet-idutils-lid-call, cedet-idutils-expand-filename) (cedet-idutils-version-check): * cedet/cedet-global.el (cedet-gnu-global-call): (cedet-gnu-global-expand-filename, cedet-gnu-global-root) (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits): * cedet/cedet-cscope.el (cedet-cscope-call) (cedet-cscope-expand-filename, cedet-cscope-version-check): Use with-current-buffer. * cedet/ede.el (ede-make-project-local-variable) (ede-set-project-variables, ede-set): Use dolist.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 30 Oct 2009 02:16:41 +0000
parents 7f4c7f5c0eba
children 83dde921cc1b
comparison
equal deleted inserted replaced
105798:0ad1fc06bfc8 105799:3fe6da4a95a9
102 (setq completions (semantic-analyze-possible-completions analysis)) 102 (setq completions (semantic-analyze-possible-completions analysis))
103 ) 103 )
104 )) 104 ))
105 (error nil)) 105 (error nil))
106 (select-frame cf) 106 (select-frame cf)
107 (save-excursion 107 (with-current-buffer speedbar-buffer
108 (set-buffer speedbar-buffer)
109 ;; If we have something, do something spiff with it. 108 ;; If we have something, do something spiff with it.
110 (erase-buffer) 109 (erase-buffer)
111 (speedbar-insert-separator "Buffer/Function") 110 (speedbar-insert-separator "Buffer/Function")
112 ;; Note to self: Turn this into an expandable file name. 111 ;; Note to self: Turn this into an expandable file name.
113 (speedbar-make-tag-line 'bracket ? nil nil 112 (speedbar-make-tag-line 'bracket ? nil nil
286 (let ((ob nil)) 285 (let ((ob nil))
287 (speedbar-select-attached-frame) 286 (speedbar-select-attached-frame)
288 (setq ob (current-buffer)) 287 (setq ob (current-buffer))
289 (with-output-to-temp-buffer "*Tag Information*" 288 (with-output-to-temp-buffer "*Tag Information*"
290 ;; Output something about this tag: 289 ;; Output something about this tag:
291 (save-excursion 290 (with-current-buffer "*Tag Information*"
292 (set-buffer "*Tag Information*")
293 (goto-char (point-max)) 291 (goto-char (point-max))
294 (insert 292 (insert
295 (semantic-format-tag-prototype tag nil t) 293 (semantic-format-tag-prototype tag nil t)
296 "\n") 294 "\n")
297 (let ((typetok 295 (let ((typetok
298 (condition-case nil 296 (condition-case nil
299 (save-excursion 297 (with-current-buffer ob
300 (set-buffer ob)
301 ;; @todo - We need a context to derive a scope from. 298 ;; @todo - We need a context to derive a scope from.
302 (semantic-analyze-tag-type tag nil)) 299 (semantic-analyze-tag-type tag nil))
303 (error nil)))) 300 (error nil))))
304 (if typetok 301 (if typetok
305 (insert (semantic-format-tag-prototype 302 (insert (semantic-format-tag-prototype