* update mm
This commit is contained in:
@ -135,7 +135,7 @@ the current list of headers."
|
|||||||
(error "At point %d, expected docid %d, but got %d" pos docid docid-at-pos))
|
(error "At point %d, expected docid %d, but got %d" pos docid docid-at-pos))
|
||||||
(mm/hdrs-remove-header docid pos))))
|
(mm/hdrs-remove-header docid pos))))
|
||||||
|
|
||||||
w;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(defun mm/hdrs-contact-str (contacts)
|
(defun mm/hdrs-contact-str (contacts)
|
||||||
"Turn the list of contacts CONTACTS (with elements (NAME . EMAIL)
|
"Turn the list of contacts CONTACTS (with elements (NAME . EMAIL)
|
||||||
|
|||||||
@ -361,7 +361,7 @@ removing '^M' etc."
|
|||||||
(add-text-properties p (point-max) '(face mm/view-footer-face))))
|
(add-text-properties p (point-max) '(face mm/view-footer-face))))
|
||||||
;; this is fairly simplistic...
|
;; this is fairly simplistic...
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(while (re-search-forward "\\(https?://[-a-zA-Z0-9?_.$%/=+&#@!~,]*\\)\\>" nil t)
|
(while (re-search-forward "\\(https?://[-a-zA-Z0-9?_.$%/=+&#@!~,:]*\\)\\>" nil t)
|
||||||
(let ((subst (propertize (match-string-no-properties 0)
|
(let ((subst (propertize (match-string-no-properties 0)
|
||||||
'face 'mm/view-link-face)))
|
'face 'mm/view-link-face)))
|
||||||
(incf num)
|
(incf num)
|
||||||
|
|||||||
Reference in New Issue
Block a user