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

Alle Beiträge zum Thema “Emacs”

Timestamped messages in the *Message* buffer

Beeing used to timestamped log message it always bothered me a little that emacs *Message* buffer message are not timestamped. Today I took the challange…

Copying files between dired buffers

There is a couple of packages for emacs that really have application character. Like for example: https://www.emacswiki.org/emacs/Magit https://www.emacswiki.org/emacs/EmacSpeak https://www.emacswiki.org/emacs/GnusTutorial https://github.com/skeeto/elfeed https://emacswiki.org/emacs/Sunrise_Commander And there are propably…

Show long filenames in ibuffer

I have customized my ibuffer-format to have the name column width set to 36. This is fine in 99% of the filenames showing up there.…

Building a tree-view for xml data

Even though I am a long time Emacs user I only recently realized that I am really missing treeviews. There are numerous applications like getting…

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…

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…