aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/mailabbrev.el
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1992-03-24 06:18:35 +0000
committerRoland McGrath <[email protected]>1992-03-24 06:18:35 +0000
commit433a300a35bec1fd56dbe83a3274e1d14e6f45e0 (patch)
tree3fee4396ed64423fddc0a71bbe05b581d822cc13 /lisp/mail/mailabbrev.el
parent22f4ef2ef2a2dc08f9c9c8722f36f19db232cef9 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/mail/mailabbrev.el')
-rw-r--r--lisp/mail/mailabbrev.el13
1 files changed, 10 insertions, 3 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index a7dc19052c..438ca88d26 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -365,6 +365,15 @@ line."
(bol (save-excursion
(re-search-backward mail-abbrev-mode-regexp)
(match-end 0))))
+ (goto-char bol)
+ (while (re-search-forward
+ "\\(\\s *,?\\s *\\(\"?\\)\\(/[^,]+\\)\\2\\)\\(,\\|\\s +\\|$\\)"
+ p t)
+ (save-excursion
+ (goto-char p)
+ (insert "\nFCC: " (buffer-substring (match-beginning 3)
+ (match-end 3))))
+ (delete-region (match-beginning 1) (match-end 1)))
(if (and (if (boundp 'auto-fill-function)
auto-fill-function
auto-fill-hook)
@@ -383,7 +392,6 @@ line."
(if (> (current-column) fill-column)
(let ((fill-prefix (or fp "\t")))
(do-auto-fill))))))))
-
;;; Syntax tables and abbrev-expansion
@@ -539,8 +547,7 @@ characters which may be a part of the name of a mail-alias.")
(defun mail-interactive-insert-alias (&optional alias)
"Prompt for and insert a mail alias."
(interactive (list (completing-read "Expand alias: " mail-aliases nil t)))
- (if alias
- (insert alias)))
+ (insert (or (and alias (symbol-value (intern-soft alias mail-aliases))) "")))
(defun abbrev-hacking-next-line (&optional arg)
"Just like `next-line' (\\[next-line]) but expands abbrevs when at \