Lisp Reference Manual.
(message (format "Sending %d/%d..."
mime-edit-partial-number total))
(call-interactively command)
- (message (format "Sending %d/%d... done"
+ (message (format "Sending %d/%d...done"
mime-edit-partial-number total))
)
(setq mime-edit-partial-number
(save-excursion
(message (format "Sending %d/%d..."
mime-edit-partial-number total))
- (message (format "Sending %d/%d... done"
+ (message (format "Sending %d/%d...done"
mime-edit-partial-number total))
)
)))
(save-excursion
(mime-image-insert image)
(insert "\n")
- (message "Decoding image... done")))))
+ (message "Decoding image...done")))))
;;; @ end
;;;
(if mc-pgp-comment
(setq args (cons (format "+comment=%s" mc-pgp-comment) args))
)
- (message "Signing as %s ..." (car key))
+ (message "Signing as %s..." (car key))
(if (mime-mc-process-region
start end passwd pgp-path args parser buffer boundary)
(progn
--[[multipart/signed; protocol=\"application/pgp-signature\";
boundary=\"%s\"; micalg=pgp-md5][7bit]]\n" boundary))
))
- (message "Signing as %s ... Done." (car key))
+ (message "Signing as %s...done" (car key))
t)
nil)))
(directory (cdr (assoc "directory" cal)))
(name (cdr (assoc "name" cal)))
(pathname (concat "/anonymous@" site ":" directory)))
- (message (concat "Accessing " (expand-file-name name pathname) " ..."))
+ (message (concat "Accessing " (expand-file-name name pathname) "..."))
(funcall mime-raw-dired-function pathname)
(goto-char (point-min))
(search-forward name)
(defun mime-view-message/external-url (entity cal)
(let ((url (cdr (assoc "url" cal))))
- (message (concat "Accessing " url " ..."))
+ (message (concat "Accessing " url "..."))
(funcall mime-raw-browse-url-function url)))