[emacs-berlin] IMPORTANT: New location for Emacs Berlin December

Andreas Röhler andreas.roehler at easy-emacs.de
Mon Dec 19 16:10:08 UTC 2016


Hallo Arne and all,

unfortunately can't make it this time.

Below some play with the theme.

Grüße,

Andreas


(defun weihnachtstraum (&optional arg)
   (interactive "*p")
   (let ((arg (if (eq 1 arg) 9 arg)))
     (set-buffer (get-buffer-create "Weihnachtstraum"))
     (switch-to-buffer (current-buffer))
     (dotimes (i arg)
       (newline)
       (indent-to (- arg i))
       (dotimes (_ (* 2 i)) (insert 8710))
       (insert 8710))))



More information about the emacs-berlin mailing list