Re: EnigmaCurry
Nice. I use a simple call to php -l for syntax check and this defun to create ChangeLog style commits. ;; Guess current function.(defun dmaus/php-mode/guess-current-function-or-variable () "Return...
View ArticleRe: EnigmaCurry
Thanks! that function is going to be useful as I start to make the docstring generation more automatic. Also the php repl is nice, no more typing "var_dump(expr)" any more! Now, if only I could get...
View ArticleRe: EnigmaCurry
This is pretty handy, thanks a lot.To enable flymake to provide help of phpcs check, we also below configuration. Right?(add-to-list 'flymake-err-line-patterns '("\\(.*?\\):\\([0-9]+\\):\\([0-9]+\\):...
View ArticleRe: Recovering an Ncftp password
spoodles. I would add a print statement for us humans to see, or post to a public site for bookmarks that need "additional" information sharing ;-)
View ArticleRe: 256 colors on the Linux terminal
"Ahhhhh..."I experienced this first-hand when I got my colors working. Thanks, 2009; 2011 still has room for you.
View ArticleRe: Emacs as a powerful Python IDE
Hi.Rookie here. I want to use emacs for Python, but have no idea how to get started. Where can I get it, and is there a special version for OSX?
View ArticleRe: 256 colors on the Linux terminal
Ahhhh ! Thanks so much for your post. This is the missing link from the web genome!
View ArticleRe: GNOME: kiosk mode (make any app fullscreen)
People always learns something by their mistake or by trial and error method. This information is going to help me a lot as well others too.
View ArticleRe: AutoComplete.el : Python Code Completion in Emacs
Hi I'm new, at all, in emacs and I'm trying to setting up python. I've followed this guide, but it doesn't work for me: it seems that I've got a problem with the .emacs file, in particular whit these...
View ArticleRe: The Tao of Libertarianism
What a cool article thanks I will be spreading this around hope it gets you lots of hits.
View ArticleRe: The Tao of Libertarianism
I don't know, I think it's dangerously simple, as in it appeals more to people in it's simplicity, than in it's truth. It'd be nice to think 'letting go' results in the world taking care of itself, but...
View ArticleRe: EnigmaCurry » Building an Ethernet Tap
Hi,Please, post one article for 1000 Mb Full Duplex tap sniffer?Cheers.
View ArticleRe: Emacs as a powerful Python IDE
Great article~ Thanks, I am learning emacs now~From China.
View ArticleRe: Emacs as a powerful Python IDE
Hi,Thanks for this wonderful post.I have an error though... I keep getting this error message when I launch emacs:"Warning (initialization): An error occurred while loading `/home/ericp/.emacs':File...
View ArticleRe: Emacs IRC (ERC) with Noticeable Notifications
Thanks you it helped me.I got problems with messages containing quotes so I wrote:(if icon (pymacs-exec (format "msg = pynotify.Notification(\"\"\"%s\"\"\",\"\"\"%s\"\"\",\"\"\"%s\"\"\")"...
View ArticleRe: Emacs ansi-term tricks
use "pop-to-buffer" instead of "switch-to-buffer" may give you a more intelligent result !!!
View ArticleRe: EnigmaCurry » ECSniff - The Enigma Curry Network Sniffer
Cool article - nice diagrams on RJ45!-Paul Smietan
View ArticleRe: EnigmaCurry » Building an Ethernet Tap
I supsect the wiring is wrong for tap B. Notice that Host A to Tap A is line1-line3, and line2-line6. Correct, so all Host A's sending to Tap A's receiving. Unfortunately Host B to Tap is is connected...
View ArticleRe: Emacs ansi-term tricks
(defun visit-ansi-term (arg) "If the current buffer is: 1) a running ansi-term named *ansi-term*, rename it. 2) a stopped ansi-term, kill it and create a new one. 3) a non ansi-term, go...
View ArticleRe: AutoComplete.el : Python Code Completion in Emacs
@7149be22e390915770b6831e35fbe99f:disqus, I tried the method described above with emacs 23 on Ubuntu 12.04, I am getting the following error in my init file:"Symbol's value as variable is void:
View Article