MapaDelSitio CambiosRecientes Noticias ÁreaElisp WikiCómo

PhilHagelberg

Última vez editado

Modificado:

< Yet another Emacs hacker. I go by [::technomancy] on IRC.

a

> Hacker errant and bumbling cyberneticist. I go by [::technomancy] on IRC.

Borrado:

< * [http://augment.rubyforge.org Augment], a system for gathering and displaying metadata about a file.

Añadido:

> * [https://github.com/technomancy/zossima Zossima], for jumping to ruby method definitions via inf-ruby

Modificado:

< * [http://github.com/technomancy/clojure-mode Clojure Mode] and [http://github.com/technomancy/ Swank Clojure]. I maintain these modes.

a

> * [http://github.com/technomancy/clojure-mode Clojure Mode] and [http://github.com/kingtim/nrepl.el nrepl.el]

Borrado:

< I also hack on [http://conkeror.mozdev.org Conkeror] for fun.


Portrait

Hacker errant and bumbling cyberneticist. I go by technomancy on IRC.

I’ve written a few fun modes:

I’ve contributed to some others:

Deprecated:

My older elisp code can be found in my public dotfiles repo.

Blog is at http://technomancy.us


Hi! After seeing some git+eshell snippet on your github page, I was wondering: do you use git under eshell sucessfully? It worked for me on Windows, but on Linux it just said “NOT A REAL TERMINAL” when I tried `git log’ and others. (sorry for messing around - could not find your email) --hsu


hsu: you have to set your PAGER environment variable to “cat”; then it works great. (setenv “PAGER” “cat”) But instead of using git log in the shell, I’d recommend using magit instead; it’s much nicer.


CategoryHomepage