mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Comment: Add FIXME
This commit is contained in:
parent
4a2428922b
commit
fce250fee1
1 changed files with 1 additions and 0 deletions
|
@ -692,6 +692,7 @@ of the string."
|
|||
(save-match-data
|
||||
;; This function may be called from a chain of others that use the match data, so
|
||||
;; rather than depending on all of them to save the match data, we do it here.
|
||||
;; FIXME: Member names containing spaces aren't matched. Can this even be fixed reasonably?
|
||||
(when (string-match (rx bos (group (1+ (not blank))) (or ":" ",") (1+ blank)) string)
|
||||
(when-let* ((member-name (match-string 1 string))
|
||||
;; HACK: Since we don't currently keep a list of all
|
||||
|
|
Loading…
Add table
Reference in a new issue