de en es fr nl pl pt sv

emacs

Writing Experience (Emacs Carnival)

Erik L. Arneson

This is my contribution to month two of Greg Newman’s Emacs Carnival. The topic this month is “Writing Experience,” which is perfect, since I write in Emacs all the time. In fact, I am writing this blog post in Emacs right now! Emacs Writing History I do not know how long I have been writing in...

Emphasizing text in ERC

David Vázquez

I have realized ERC supports control characters to emphasize text as bold, underline… However, I prefer *foo*, /bar/ and _foobar_ syntax, just like org-mode and Gnus. So I have added the following code to my .emacs to do the job: (defun erc-emphasize () (when (eq erc-interpret-controls-p t)...