Re: list values for xfields?
Roland Winkler <[email protected]> Fri, 22 Jul 2022 10:58:12 -0500
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 22 2022, Sam Steingold wrote: > Some xfields (e.g., URL) are best stored as lists. > Is there a way to accomplish that? xfields are strings (for historical reasons), but many of them are treated like lists where the string is split into a list of strings using bbdb-separator-alist and bbdb-default-separator. bbdb-browse-url takes an optional prefix arg that picks a url out of such a list of urls.