(princ (substitute-command-keys
"\n\nThis file's project include search is handled by the EDE object:\n"))
(princ " Buffer Target: ")
- (princ (object-print edeobj))
+ (princ (cl-print-object edeobj))
(princ "\n")
(when (not (eq edeobj edeproj))
(princ " Buffer Project: ")
- (princ (object-print edeproj))
+ (princ (cl-print-object edeproj))
(princ "\n"))
(when edeproj
(let ((loc (ede-get-locator-object edeproj)))
(princ " Backup Locator: ")
- (princ (object-print loc))
+ (princ (cl-print-object loc))
(princ "\n")))
)
(list ede-object))))
(dolist (O objs)
(princ " EDE : ")
- (princ (object-print O))
+ (princ (cl-print-object O))
(let ((ipath (ede-system-include-path O)))
(if (not ipath)
(princ "\n with NO specified system include path.\n")
(princ " in table: ")
(let ((fto (semanticdb-file-table-object file)))
(if fto
- (princ (object-print fto))
+ (princ (cl-print-object fto))
(princ "No Table")))
(princ "\n")
))
(princ "\n Project symbol map:\n")
(when (and (boundp 'ede-object) ede-object)
(princ " Your project symbol map is also derived from the EDE object:\n ")
- (princ (object-print ede-object)))
+ (princ (cl-print-object ede-object)))
(princ "\n\n")
(if (obarrayp semantic-lex-spp-project-macro-symbol-obarray)
(let ((macros nil))
"Log that TABLE has been searched and RESULT was found."
(when semanticdb-find-log-flag
(with-current-buffer semanticdb-find-log-buffer-name
- (insert "Table: " (object-print table)
+ (insert "Table: " (cl-print-object table)
" Result: " (int-to-string (length result)) " tags"
"\n")
)
This means that the include will still be used to find tags for
searches, but you cannot visit this include.\n\n")
(princ "This Header is now represented by the following database table:\n\n ")
- (princ (object-print table))
+ (princ (cl-print-object table))
)))
(defun semantic-decoration-fileless-include-menu (event)
(princ (substitute-command-keys
" This file's project include search is handled by the EDE object:\n"))
(princ " Buffer Target: ")
- (princ (object-print ede-object))
+ (princ (cl-print-object ede-object))
(princ "\n")
(when (not (eq ede-object ede-object-project))
(princ " Buffer Project: ")
- (princ (object-print ede-object-project))
+ (princ (cl-print-object ede-object-project))
(princ "\n")
)
(when ede-object-project
(let ((loc (ede-get-locator-object ede-object-project)))
(princ " Backup in-project Locator: ")
- (princ (object-print loc))
+ (princ (cl-print-object loc))
(princ "\n")))
(let ((syspath (ede-system-include-path ede-object-project)))
(if (not syspath)
(srecode-insert-report-error
dictionary
"Variable inserter %s: second argument `%s' is not a function"
- (object-print sti) secondname)))
+ (c-print-object sti) secondname)))
value))
(cl-defmethod srecode-insert-method ((sti srecode-template-inserter-variable)