• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/gnus/

Lines Matching +defs:file +defs:type

7 ;; This file is part of GNU Emacs.
20 ;; along with GNU Emacs; see the file COPYING. If not, write to the
55 (links mm-inline-render-with-file
57 "links" "-dump" file)
67 (links mm-inline-wash-with-file
69 "links" "-dump" file)
77 :type 'boolean
140 (charset (mail-content-type-get
141 (mm-handle-type handle) 'charset)))
147 (if (or (and (boundp 'w3-meta-content-type-charset-regexp)
149 w3-meta-content-type-charset-regexp nil t))
150 (and (boundp 'w3-meta-charset-content-type-regexp)
152 w3-meta-charset-content-type-regexp nil t)))
176 (charset (mail-content-type-get
177 (mm-handle-type handle) 'charset)))
219 (throw 'found-handle (mm-handle-media-type elem)))
241 (charset (or (mail-content-type-get (mm-handle-type handle) 'charset)
306 (charset (or (mail-content-type-get (mm-handle-type handle)
337 (defun mm-inline-wash-with-file (post-func cmd &rest args)
338 (let ((file (mm-make-temp-file
339 (expand-file-name "mm" mm-tmp-directory))))
341 (write-region (point-min) (point-max) file nil 'silent))
345 (delete-file file))
354 (defun mm-inline-render-with-file (handle post-func cmd &rest args)
360 (apply 'mm-inline-wash-with-file post-func cmd args)
374 (charset (or (mail-content-type-get (mm-handle-type handle) 'charset)
411 (type (mm-handle-media-subtype handle))
412 (charset (mail-content-type-get
413 (mm-handle-type handle) 'charset))
425 (equal type "plain")
426 (equal (cdr (assoc 'format (mm-handle-type handle)))
435 (when (or (equal type "enriched")
436 (equal type "richtext"))
461 (defun mm-view-sound-file ()
488 (charset (mail-content-type-get
489 (mm-handle-type handle) 'charset))
600 (defun mm-view-pkcs7-get-type (handle)
608 (error "Could not identify PKCS#7 type")))))
611 (case (mm-view-pkcs7-get-type handle)
614 (otherwise (error "Unknown or unimplemented PKCS#7 type"))))