Commit graph

57 commits

Author SHA1 Message Date
Stefan Monnier
c0df1972b2 Don't quote lambda. 2000-08-16 21:05:37 +00:00
Gerd Moellmann
85d0e9edbc (mail-abbrev-insert-alias): Renamed from
mail-interactive-insert-alias.
(mail-abbrev-complete-alias): New command.
(mail-mode-map): Bind it to `M-TAB'.
2000-05-03 19:25:07 +00:00
Dave Love
fcc31755c5 Change maintainer. 2000-02-02 16:00:17 +00:00
Richard M. Stallman
13aa1cde7f (mail-abbrev-in-expansion-header-p): Use mail-header-end. 1998-04-30 06:26:19 +00:00
Dan Nicolaescu
f9e9ac1dde *** empty log message *** 1998-04-20 03:35:05 +00:00
Karl Heuer
4adf062e0a (build-mail-abbrevs): Use initial space in
internal buffer name.
1997-11-07 21:55:40 +00:00
Karl Heuer
7d4c958f65 Customize.
(mail-abbrevs-enable, mail-abbrevs-disable): New functions.
(mail-abbrevs-mode): New variable enables use of the package.
Call mail-abbrevs-enable or mail-abbrevs-disable.
(mail-abbrevs-only): New variable.
(sendmail-pre-abbrev-expand-hook): Implement mail-abbrevs-only.
1997-10-21 02:54:50 +00:00
Roland McGrath
0f965ba3f7 (mail-abbrev-expand-hook): Disable abbrev mode temporarily while working,
to avoid recursion in indent-relative expanding part of the abbrev
expansion as an abbrev itself.
1996-05-26 23:12:01 +00:00
Richard M. Stallman
00bafa45f9 (mail-abbrev-modtime): New variable.
(mail-abbrevs-sync-alaises): New function. Updates mail-abbrevs if
modtime of mail-personal-alias-file is different than mail-abbrev-modtime.
(mail-abbrevs-setup): Call mail-abbrevs-sync-aliases.
1996-03-09 08:48:56 +00:00
Richard M. Stallman
178047284a (mail-abbrevs-setup): Doc fix. 1996-03-05 22:04:03 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
1e17195615 Comment fixes. 1995-12-21 18:20:21 +00:00
Richard M. Stallman
1b124db4a5 (mail-abbrev-syntax-table): Fix initialization. 1995-10-31 02:08:29 +00:00
Richard M. Stallman
4d2795c3e2 (mail-abbrev-syntax-table): Rewrite using map-char-table. 1995-10-20 20:57:42 +00:00
Noah Friedman
8beb051325 (mail-abbrev-syntax-table): Use equal' instead of =', in case elts
of syntax table are lists, not integers.
1995-10-09 04:49:15 +00:00
Richard M. Stallman
0eef787b49 (mail-interactive-insert-alias): Call mail-abbrev-expand-hook. 1995-09-04 20:26:58 +00:00
Richard M. Stallman
5b6f1300dc (mail-mode-syntax-table): defvar deleted. 1995-08-27 17:56:53 +00:00
Richard M. Stallman
cf37652765 (rebuild-mail-abbrevs): FILE defaults to visited file. 1995-08-25 21:34:09 +00:00
Richard M. Stallman
e1d24183ef (mail-resolve-all-aliases-1):
Downcase address before recursive call.
1995-06-30 05:54:07 +00:00
Karl Heuer
e1a3a8436f (sendmail-pre-abbrev-expand-hook): When setting the
dummy value for abbrev-start-location, use (point-max) rather than
(point), so we won't delete a "-" that happens to be at point.
1995-04-20 21:27:14 +00:00
Richard M. Stallman
92182a70b3 Various doc fixes.
(mail-abbrevs-setup): Use add-hook and make-local-hook.
1995-03-18 07:14:50 +00:00
Karl Heuer
fb11ccf66d (mail-abbrev-mode-regexp): Doc fix. 1995-02-17 18:31:47 +00:00
Noah Friedman
a3039e326d (mail-abbrev-mailrc-file): Variable and macro deleted.
All callers now use `mail-personal-alias-file'.
1995-01-03 23:44:25 +00:00
Richard M. Stallman
8eb6c7da6b (define-mail-abbrev): Don't try to parse empty aliases. 1994-07-12 02:16:57 +00:00
Richard M. Stallman
651fca74e4 (build-mail-abbrevs): Pass a recursivep argument in recursive call. 1994-06-17 16:03:59 +00:00
Richard M. Stallman
450b15a0b0 (mail-abbrev-mode-regexp): Add Reply-to. 1994-01-11 05:38:36 +00:00
Richard M. Stallman
8e1f920c03 (build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name. 1993-10-01 22:40:49 +00:00
Richard M. Stallman
be89e32b3e Comment change. 1993-07-27 23:12:22 +00:00
Roland McGrath
650d648679 (mail-abbrev-end-of-buffer): Fix interactive spec to "P", same as
end-of-buffer.
1993-07-08 21:14:43 +00:00
Richard M. Stallman
94142e7881 (build-mail-abbrevs): Do substitute-in-file-name on the abbrev, for `source'. 1993-07-01 20:25:42 +00:00
Richard M. Stallman
51e4ece8a5 (define-mail-abbrev): Renamed from define-mail-alias.
(build-mail-abbrevs): Use new name.
1993-06-15 20:50:11 +00:00
Richard M. Stallman
b2b01bfa21 (build-mail-abbrevs): Pass just two args to define-mail-alias. 1993-06-15 20:36:10 +00:00
Richard M. Stallman
2564586656 (sendmail-pre-abbrev-expand-hook):
If last-command-char is not a character, don't check char-syntax.
1993-06-11 22:22:15 +00:00
Richard M. Stallman
645d62199d (sendmail-pre-abbrev-expand-hook):
If last-command-char is not a character, don't do the expand here.
1993-06-11 20:48:08 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
3e1b7a46b6 Provide mailabbrev, not mail-abbrevs. 1993-03-29 08:09:35 +00:00
Roland McGrath
7b1437089b (mail-abbrev-end-of-buffer): Changed interactive spec from "P" to "p". 1993-01-31 20:48:19 +00:00
Richard M. Stallman
c884cb878a Comment fix. 1992-10-18 22:20:45 +00:00
Richard M. Stallman
753d16a62a Delete version 18 compatibility stuff.
(mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs):
(merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'.
(mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer.
(mail-abbrev-next-line): Renamed from abbrev-hacking-next-line.
1992-10-18 22:20:07 +00:00
Roland McGrath
9ce179fcdd entered into RCS 1992-09-15 21:11:58 +00:00
Roland McGrath
275da78791 *** empty log message *** 1992-09-15 19:38:02 +00:00
Joseph Arceneaux
8e0e25bb90 *** empty log message *** 1992-09-15 19:28:41 +00:00
Roland McGrath
c540863c29 *** empty log message *** 1992-08-02 03:36:38 +00:00
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
fd7fa35a05 *** empty log message *** 1992-07-17 08:15:29 +00:00
Eric S. Raymond
841763034c *** empty log message *** 1992-07-16 04:23:17 +00:00
Roland McGrath
d7c1ec4bd9 *** empty log message *** 1992-06-15 21:06:57 +00:00
Richard M. Stallman
9c50f91208 *** empty log message *** 1992-06-01 08:28:58 +00:00
Eric S. Raymond
6594deb0dc *** empty log message *** 1992-05-30 22:12:04 +00:00
Roland McGrath
f22cd786a8 *** empty log message *** 1992-05-03 21:16:09 +00:00