GNU bug report logs -
#37902
Can't get bbdb-mail to use my gnus-posting-styles
Previous Next
Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Date: Thu, 24 Oct 2019 11:58:01 UTC
Severity: wishlist
Tags: notabug
Found in version 5.13
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37902 in the body.
You can then email your comments to 37902 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#37902
; Package
emacs,gnus
.
(Thu, 24 Oct 2019 11:58:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
.
(Thu, 24 Oct 2019 11:58:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Despite all my https://www.jidanni.org/comp/configuration/ , the bbdb-mail command ignores my gnus-posting-styles.
Gnus v5.13
GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.11)
of 2019-09-23, modified by Debian
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#37902
; Package
emacs,gnus
.
(Thu, 24 Oct 2019 21:52:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 37902 <at> debbugs.gnu.org (full text, mbox):
積丹尼 Dan Jacobson <jidanni <at> jidanni.org> writes:
> Despite all my https://www.jidanni.org/comp/configuration/ , the
> bbdb-mail command ignores my gnus-posting-styles.
I'm not sure I understand. Why would the bbdb-mail command consult
the gnus-posting-styles variable?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#37902
; Package
emacs,gnus
.
(Fri, 25 Oct 2019 05:51:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 37902 <at> debbugs.gnu.org (full text, mbox):
All I know is there is a terrible tangle of:
bbdb-mail-user-agent is a variable defined in ‘bbdb.el’.
Its value is ‘message-user-agent’
Original value was gnus-user-agent
mail-user-agent is a variable defined in ‘simple.el’.
Its value is ‘gnus-user-agent’
Original value was message-user-agent
mail-user-agent is a variable defined in ‘simple.el’.
Its value is ‘gnus-user-agent’
Original value was message-user-agent
The challenge was to make "m" in bbdb make the same From: header as C-x m does.
>>>>> "LI" == Lars Ingebrigtsen <larsi <at> gnus.org> writes:
LI> 積丹尼 Dan Jacobson <jidanni <at> jidanni.org> writes:
>> Despite all my https://www.jidanni.org/comp/configuration/ , the
>> bbdb-mail command ignores my gnus-posting-styles.
LI> I'm not sure I understand. Why would the bbdb-mail command consult
LI> the gnus-posting-styles variable?
LI> --
LI> (domestic pets only, the antidote for overdose, milk.)
LI> bloggy blog: http://lars.ingebrigtsen.no
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#37902
; Package
emacs,gnus
.
(Fri, 25 Oct 2019 10:32:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 37902 <at> debbugs.gnu.org (full text, mbox):
積丹尼 Dan Jacobson <jidanni <at> jidanni.org> writes:
> All I know is there is a terrible tangle of:
>
> bbdb-mail-user-agent is a variable defined in ‘bbdb.el’.
> Its value is ‘message-user-agent’
> Original value was gnus-user-agent
[...]
> The challenge was to make "m" in bbdb make the same From: header as
> C-x m does.
Have you tried setting that variable back to `gnus-user-agent'?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#37902
; Package
emacs,gnus
.
(Fri, 25 Oct 2019 11:36:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 37902 <at> debbugs.gnu.org (full text, mbox):
>>>>> "LI" == Lars Ingebrigtsen <larsi <at> gnus.org> writes:
LI> 積丹尼 Dan Jacobson <jidanni <at> jidanni.org> writes:
>> All I know is there is a terrible tangle of:
>>
>> bbdb-mail-user-agent is a variable defined in ‘bbdb.el’.
>> Its value is ‘message-user-agent’
>> Original value was gnus-user-agent
LI> [...]
>> The challenge was to make "m" in bbdb make the same From: header as
>> C-x m does.
LI> Have you tried setting that variable back to `gnus-user-agent'?
As you can see in my https://www.jidanni.org/comp/configuration/
$ grep bbdb .emacs .gnus.el
.emacs:(setq bbdb-mail-avoid-redundancy 'mail-only) ;must do even when bbdb not loaded yet
.emacs: (add-hook 'bbdb-load-hook
.emacs: (and (require 'bbdb nil t)(bbdb-initialize 'gnus 'message 'sc)))
.gnus.el: mail-user-agent 'gnus-user-agent;m wont work in bbdb before
There is quite a tangle of stuff....
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#37902
; Package
emacs,gnus
.
(Fri, 25 Oct 2019 13:04:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 37902 <at> debbugs.gnu.org (full text, mbox):
積丹尼 Dan Jacobson <jidanni <at> jidanni.org> writes:
> As you can see in my https://www.jidanni.org/comp/configuration/
> $ grep bbdb .emacs .gnus.el
> .emacs:(setq bbdb-mail-avoid-redundancy 'mail-only) ;must do even when
> bbdb not loaded yet
> .emacs: (add-hook 'bbdb-load-hook
> .emacs: (and (require 'bbdb nil t)(bbdb-initialize 'gnus 'message 'sc)))
> .gnus.el: mail-user-agent 'gnus-user-agent;m wont work in bbdb before
> There is quite a tangle of stuff....
There doesn't seem to be a bug in Emacs here, so this seems
inappropriate for a bug report. If you need help with using Emacs,
there are other forums for that.
So I'm closing this bug report.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Added tag(s) notabug.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Fri, 25 Oct 2019 13:04:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
37902 <at> debbugs.gnu.org and 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Fri, 25 Oct 2019 13:04:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 23 Nov 2019 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 288 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.