Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
85f75902
Commit
85f75902
authored
Nov 11, 1997
by
Karl Heuer
Browse files
(mail-extr-voodoo): Comment out &-substitution.
parent
b26f4fbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
+15
-12
lisp/mail/mail-extr.el
lisp/mail/mail-extr.el
+15
-12
No files found.
lisp/mail/mail-extr.el
View file @
85f75902
...
...
@@ -1615,18 +1615,21 @@ If ADDRESS contains more than one RFC-822 address, only the first is
(insert initial "
.
")))))
;; Handle & substitution
((and (or (bobp)
(eq ?\ (preceding-char)))
(looking-at "
&\\
(
\\|\\'\\)"))
(mail-extr-delete-char 1)
(capitalize-region
(point)
(progn
(insert-buffer-substring canonicalization-buffer
mbox-beg mbox-end)
(point)))
(setq disable-initial-guessing-flag t)
(setq word-found-flag t))
;; This is turned off because an & from the passwd file
;; should not really get into a mail address without
;; being substituted, and people use it for other things.
;;; ((and (or (bobp)
;;; (eq ?\ (preceding-char)))
;;; (looking-at "
&\\
(
\\|\\'\\)"))
;;; (mail-extr-delete-char 1)
;;; (capitalize-region
;;; (point)
;;; (progn
;;; (insert-buffer-substring canonicalization-buffer
;;; mbox-beg mbox-end)
;;; (point)))
;;; (setq disable-initial-guessing-flag t)
;;; (setq word-found-flag t))
;; Handle *Stupid* VMS date stamps
((looking-at mail-extr-stupid-vms-date-stamp-pattern)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment