Valkertown Blog

I used to write about electronics…

Valkertown Blog header image 5

Entries from February 17th, 2009

Small updates for denting mode

February 17th, 2009 View Comments

I have just added a small modification to denting-mode: (defun denting-update-status-from-region (beg end)   (interactive "r")   (if (> (- end beg) 140) (setq end (+ beg 140)))   (if (< (- end beg) -140) (setq beg (+ end 140)))   (denting-update-status-if-not-blank (buffer-substring beg end))) This small function will try to post to laconica the [...]

Tags:   · · ·