Re: Trying to get ":" key in Gnus summary to add/edit senders in BBDB (again)
Steinar Bang <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
>>>>> [email protected]: > Since Emacs version 29, users should be using the macro > ‘setopt’ for setting the values of user options instead of > the special form ‘setq’. This is a simple change to your > second expression: > (setopt bbdb-user-mail-address-re "\\(sb@\\|steinar@my\\.domain\\.com\\)" > bbdb-phone-style nil) Thanks for the tip! I have gone through my .emacs and replaced all setq instances where I could identify a customizble variable, with setopt (and discovered one setq that set an illegal value for the variable, in the process). Started a fresh emacs on the new config, and one day on, everything seems to be working as before.