1 ;;; bandali-message.el --- bandali's message.el setup -*- lexical-binding: t; -*-
3 ;; Copyright (C) 2018-2020 Amin Bandali
5 ;; Author: Amin Bandali <bandali@gnu.org>
6 ;; Keywords: mail, news
8 ;; This program is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by
10 ;; the Free Software Foundation, either version 3 of the License, or
11 ;; (at your option) any later version.
13 ;; This program is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details.
18 ;; You should have received a copy of the GNU General Public License
19 ;; along with this program. If not, see <https://www.gnu.org/licenses/>.
23 ;; My setup for message.el.
27 (with-eval-after-load 'message
28 ;; :bind (:map message-mode-map ("<C-return>" . b/insert-asterism))
29 ;; redefine for a simplified In-Reply-To header
30 ;; (see https://todo.sr.ht/~sircmpwn/lists.sr.ht/67)
31 (defun message-make-in-reply-to ()
32 "Return the In-Reply-To header for this message."
33 (when message-reply-headers
34 (let ((from (mail-header-from message-reply-headers
))
35 (msg-id (mail-header-id message-reply-headers
)))
39 (defconst b
/message-cite-style-format
"On %Y-%m-%d %l:%M %p, %N wrote:")
40 (defconst message-cite-style-bandali
41 '((message-cite-function 'message-cite-original
)
42 (message-citation-line-function 'message-insert-formatted-citation-line
)
43 (message-cite-reply-position 'traditional
)
44 (message-yank-prefix "> ")
45 (message-yank-cited-prefix ">")
46 (message-yank-empty-prefix ">")
47 (message-citation-line-format
48 (if b
/message-cite-say-hi
49 (concat "Hi %F,\n\n" b
/message-cite-style-format
)
50 b
/message-cite-style-format
)))
51 "Citation style based on Mozilla Thunderbird's. Use with message-cite-style.")
53 message-elide-ellipsis
"[...]\n"
54 ;; message-cite-style 'message-cite-style-bandali
55 message-citation-line-format
"%N writes:\n"
56 message-citation-line-function
'message-insert-formatted-citation-line
57 message-kill-buffer-on-exit t
58 message-send-mail-function
#'smtpmail-send-it
59 message-subscribed-address-functions
60 '(gnus-find-subscribed-addresses)
61 message-dont-reply-to-names
62 "\\(\\(amin@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|bandali@fsf\\.org\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\|amin\\.bandali@savoirfairelinux\\.com\\)")
64 ;; '(message-header-subject
65 ;; ((t (:foreground "#111" :weight semi-bold))))
66 ;; '(message-header-to
67 ;; ((t (:foreground "#111" :weight normal))))
68 ;; '(message-header-cc
69 ;; ((t (:foreground "#333" :weight normal))))
72 (with-eval-after-load 'footnote
73 ;; (csetq footnote-start-tag ""
74 ;; footnote-end-tag ""
75 ;; footnote-style 'unicode)
76 (when (featurep 'which-key
)
77 (which-key-add-major-mode-key-based-replacements 'message-mode
78 "C-c f n" "footnote")))
81 (add-hook 'message-mode-hook
83 ;; work around incompatibility between
84 ;; orgalist and yasnippet
89 ;; custom newline & reformat function
90 (defun b/message-newline-or-asterism
(arg)
91 "Create newlines per my liking or insert asterism if ARG is
98 (delete-region (point) (line-end-position))
101 (define-key message-mode-map
102 (kbd "M-RET") #'b
/message-newline-or-asterism
)
104 ;; local key bindings
105 (define-key message-mode-map
106 [remap next-line
] #'mail-abbrev-next-line
)
107 (define-key message-mode-map
108 [remap end-of-buffer
] #'mail-abbrev-end-of-buffer
)
109 (defvar b
/footnote-prefix-map
)
110 (define-prefix-command 'b
/footnote-prefix-map
)
111 (define-key message-mode-map
(kbd "C-c f n")
112 'b
/footnote-prefix-map
)
113 (define-key b
/footnote-prefix-map
(kbd "a")
114 #'footnote-add-footnote
)
115 (define-key b
/footnote-prefix-map
(kbd "b")
116 #'footnote-back-to-message
)
117 (define-key b
/footnote-prefix-map
(kbd "c")
118 #'footnote-cycle-style
)
119 (define-key b
/footnote-prefix-map
(kbd "d")
120 #'footnote-delete-footnote
)
121 (define-key b
/footnote-prefix-map
(kbd "g")
122 #'footnote-goto-footnote
)
123 (define-key b
/footnote-prefix-map
(kbd "r")
124 #'footnote-renumber-footnotes
)
125 (define-key b
/footnote-prefix-map
(kbd "s")
126 #'footnote-set-style
))
128 ;; (add-hook 'message-setup-hook #'mml-secure-message-sign-pgpmime)
129 (add-hook 'message-mode-hook
#'flyspell-mode
)
130 (add-hook 'message-mode-hook
132 ;; (setq-local fill-column b/fill-column
133 ;; message-fill-column b/fill-column)
134 (eval-when-compile (defvar company-idle-delay
))
135 (make-local-variable 'company-idle-delay
)
136 (setq company-idle-delay
0.2)))
137 (add-hook 'message-mode-hook
139 (local-unset-key (kbd "C-c C-s"))))
141 ;; (with-eval-after-load 'message-x
143 ;; message-x-completion-alist
144 ;; '(("\\([rR]esent-\\|[rR]eply-\\)?[tT]o:\\|[bB]?[cC][cC]:"
145 ;; . gnus-harvest-find-address)
148 ;; (quote message-newgroups-header-regexp))
149 ;; message-newgroups-header-regexp message-newsgroups-header-regexp)
150 ;; . message-expand-group))))
152 ;; (require 'gnus-harvest)
153 ;; (if (featurep 'message-x)
154 ;; (gnus-harvest-install 'message-x)
155 ;; (gnus-harvest-install))
157 (provide 'bandali-message
)
158 ;;; bandali-message.el ends here