From 606bfcf00ed39f4f05045dbbdb3a6f12ec4baf03 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 2 Jun 2017 20:29:34 -0400 Subject: [PATCH] * admin/authors.el (authors-aliases): Addition. --- admin/authors.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/authors.el b/admin/authors.el index a361bf9ee2f..4285e65548e 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -154,6 +154,7 @@ files.") ("Roland B. Roberts" "Roland B Roberts" "Roland Roberts") ("Ron Schnell" "Ronnie Schnell") ("Rui-Tao Dong" "Rui-Tao Dong ~{6-HpLN~}") + ("Ryan Thompson" "Ryan .*rct@thompsonclan") ("Sacha Chua" "Sandra Jean Chua") ("Sam Steingold" "Sam Shteingold") ("Satyaki Das" "Indexed search by Satyaki Das") @@ -1240,6 +1241,7 @@ it is found in `authors-fixed-case'." (setq author (replace-regexp-in-string "\\`[ \t]+" "" author)) (setq author (replace-regexp-in-string "[ \t]+$" "" author)) (setq author (replace-regexp-in-string "[ \t]+" " " author)) + ;; NB this ignores the first name only case. (unless (string-match "[-, \t]" author) (setq author "")) (or (car (member author authors-fixed-case)) -- 2.39.2