Drücken Sie „Enter“, um den Inhalte zu überspringen

Beiträge veröffentlicht in “Emacs”

Neotree for Emacs

Neotree is a package for emacs (available for example on elpa) that displays the directory tree in a themeable tree-buffer. It looks nice but I…

Writing Java code with Emacs

Writing Java sourcecode in Emacs is a rather hard task. Emacs does not usually support the developer with lots of context awareness (friendly put…). What…

Unittesting with QUnit

I have another toy project that i use to develop in my free time (No, I do not have too much free time. I just…

Rapid prototyping in Web Development using Emacs

Introduction I actually do Web-development in my private life. Smaller projects for myself like a „homepage“ (Is this term still used?) or for „the kids“…

Python 3 Script Skeleton

Sometimes when I write a little python script – with only a few lines of code – it starts growing and I keep adding functionality.…

Coding in Java with Emacs and jdee

Introduction Jdee is a major-mode for Emacs that supports Java developers with many usefull functions. Some of which are automatic completion of class fields and…

Changing character encoding in emacs

When working under windows I like to make use of cygwin tools. Its a great project that brings gnu tools to windows. Despite other features…

Writing html tags with yasnippet

I was doing some html editing with emacs (What else?) recently and was tired of entering closing tags manually. I did not research intensively to…

Running shell inside Emacs

As a emacs user i don’t really use a shell inside emacs that often. If i do my need for shell is satisfied with one…