Forgot your password?
typodupeerror
User Journal

Journal Journal: emacs init

(setq database "cclsdb")

(defalias 'exec-comdb2-sql
(read-kbd-macro (concat "ESC | /bbcm/ts/portApps/servers/ccls/scripts/sql.sh SPC SPC -db=" database " SPC SPC ")))

(defun exec-req-on-region (serviceid client request &optional machine)
"execute on the region"
(interactive)
(write-region (point) (mark) "~/bas_request.xml")
(exec-request-on-buffer)
)

Slashdot Top Deals

"Your stupidity, Allen, is simply not up to par." -- Dave Mack (mack@inco.UUCP) "Yours is." -- Allen Gwinn (allen@sulaco.sigma.com), in alt.flame

Working...