Valkertown Blog

I used to write about electronics…

Valkertown Blog header image 5

Entries Tagged as 'denting-mode'

Small updates for denting mode

February 17th, 2009 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 region, if the
region is over 140 [...]

Tags:   · · ·