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

Beiträge veröffentlicht in “Emacs”

Running emacs daemon with style

The discussion about emacs startup times quickly come to an end once you run an Emacs daemon as a service. On Debian Linux this is…

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…

A maven plugin for Emacs

Introduction I am writing Java code with Emacs from time to time and normally miss a lot of the „sugar“ that „the other IDE I…

Emacs memory consumption

The Emacs built-in command (garbage-collect) gives detailed information about the data structures that currently consume memory. It is propably not the most usefull information but…

Emacs init performance analysis

I recently wanted to have some more information about which of the packages I am using contributes more time to the total (emacs-init-time) I use…

Emacs symbolism

There are a couple of symbols the emacs‘ lisp interpreter gives special meaning to. Since for some reason these never made it into my long-term…

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…