On 5/16/21 3:04 PM, David Bremner wrote:
Salman Mohammadi <sal...@smoha.org> writes:
I have no .reportbugrc bit instead use the following configuration in my
.emacs:
(setq user-mail-address "sal...@smoha.org"
user-full-name "Salman Mohammadi")
(setq send-mail-function 'mailclient-send-it)
I tried setting send-mail-function to mailclient-send-it (which by the
way tends to mangle attachements, but I guess that's not the issue here)
I still can't duplicate your issue.
You can try duplicating the problem with "emacs -q". You will
need to run M-x load-library <return> debian-el-autoloads <return>.
If that works, then your issue is most likely an interaction with some
other emacs addon package. You can try removing them one by one, or
loading them manually into emacs -q.
Dear David,
I could reproduce this bug under this environment:
1. clean install debian stable in a vm
2. upgrade debian to sid
3. install emacs and debian-el: $ sudo apt -y install emacs
elpa-debian-el
Now, M-x debian-bug command does not work correctly.
Thanks, Salman