emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb be4168a 05/33: People have hyphens and apostrophes


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb be4168a 05/33: People have hyphens and apostrophes in their surnames
Date: Sun, 3 Sep 2017 17:02:19 -0400 (EDT)

branch: externals/ebdb
commit be4168aae7481d478290b904a0e8747a16c41a14
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    People have hyphens and apostrophes in their surnames
    
    * ebdb-snarf.el (ebdb-snarf-name-re): In fact this whole approach is
      probably going to get thrown out eventually, but might as well make
      it a little better.
---
 ebdb-snarf.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-snarf.el b/ebdb-snarf.el
index 3691533..5abb570 100644
--- a/ebdb-snarf.el
+++ b/ebdb-snarf.el
@@ -65,7 +65,7 @@ expression should contain at least one parenthetical group: 
the
   :type 'list)
 
 (defcustom ebdb-snarf-name-re
-  (list "\\(?:[[:upper:]][[:lower:]]+[,.[:space:]]*\\)\\{2,\\}")
+  (list "\\(?:[[:upper:]][[:lower:]'-]+[,.[:space:]]*\\)\\{2,\\}")
 
   "A list of regular expressions matching names.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]