klotz: emacs*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date / Title ↑ / - Bookmarks from other users for this tag

  1. DWIM commands (upcase, downcase and more4)
    2021-12-10 Tags: by klotz
  2. (defun url-decode-region (start end)
    "Replace a region with the same contents, only URL decoded."
    (interactive "r")
    (let ((text (url-unhex-string (buffer-substring start end))))
    (delete-region start end)
    (insert text)))
    2020-04-30 Tags: by klotz

Top of the page

First / Previous / Next / Last / Page 2 of 0 SemanticScuttle - klotz.me: Tags: emacs

About - Propulsed by SemanticScuttle