• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/gnus/

Lines Matching defs:insert

395        (add-hook 'message-header-setup-hook 'gnus-inews-insert-gcc)
396 (add-hook 'message-header-setup-hook 'gnus-inews-insert-archive-gcc)
778 (insert "\n")))
854 (insert yank-string))
860 (insert
880 (insert-buffer-substring gnus-original-article-buffer beg end)
1116 (insert headers))
1282 (insert-buffer-substring cur)
1290 (insert mail-header-separator)
1304 "Format string to insert in nastygrams.
1317 (insert (format gnus-nastygram-message group))
1347 (insert (format gnus-crosspost-complaint newsgroups group))
1415 (insert "Gcc: \"" group "\"\n")
1416 (insert "Gcc: " group "\n"))
1452 (insert gnus-bug-message)
1462 (insert (gnus-version) "\n"
1466 (insert nntp-server-type))
1467 (insert "\n\n\n\n\n")
1474 (insert "<#part type=application/emacs-lisp disposition=inline description=\"User settings\">\n" text "\n<#/part>"))
1511 (insert-file-contents file)
1529 (insert "------------------ Environment follows ------------------\n\n"))
1541 (insert ";; (makeunbound '" (symbol-name (car olist)) ")\n"))
1543 (insert "\n\n")
1619 (insert-buffer-substring cur)
1670 (defun gnus-inews-insert-gcc ()
1682 (insert "Gcc: "
1694 (defun gnus-inews-insert-archive-gcc (&optional group)
1746 (insert "Gcc: ")
1750 (insert
1764 (insert "\n")
1772 (insert (if (string-match " " str)
1776 (insert " ")))
1777 (insert "\n")))))))
1882 (insert-file-contents v)
1892 ;; Now we have all the styles, so we insert them.
1908 (insert ,(cdr result)))))
1918 (message-insert-signature)))))))
1930 (insert ,header ": " value)
1932 (insert "\n")))))))))
1945 (insert "From: " (message-make-from) "\n"))))