Skip to content

Instantly share code, notes, and snippets.

#script for testing tiny
$PATH = "./tests/test-progs/"
format = ARGV[0] ||"pr2.{[a-z][0-9][0-9]}"
puts Dir.glob($PATH + format).sort
#ugly hack check wat the problem with gets
ARGV.clear
tiny_binary = "./tc"
;; Load CEDET.
;; See cedet/common/cedet.info for configuration details.
(load-file "~/.emacs.d/cedet-1.0pre6/common/cedet.el")
;; Enable EDE (Project Management) features
(global-ede-mode 1)
;; Enable EDE for a pre-existing C++ project
;; (ede-cpp-root-project "NAME" :file "~/myproject/Makefile")