GNU bug report logs -
#21191
Obsolete eudcb-ph.el
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Wed, 5 Aug 2015 06:54:01 UTC
Severity: wishlist
Found in version 24.5
Fixed in version 25.1
Done: Thomas Fitzsimmons <fitzsim <at> fitzsim.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 21191 in the body.
You can then email your comments to 21191 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
fitzsim <at> fitzsim.org, bug-gnu-emacs <at> gnu.org
:
bug#21191
; Package
emacs
.
(Wed, 05 Aug 2015 06:54:02 GMT)
Full text and
rfc822 format available.
Message #3 received at submit <at> debbugs.gnu.org (full text, mbox):
Package: emacs
Version: 24.5
Severity: wishlist
I doubt CCSO PH/QI has seen much/any use in at least the past decade,
so I suggest obsoleting eudcb-ph.el (and making eudc basically an ldap
client. Well, I see there's also bbdb and a never-documented or
announced AddressBook backend.)
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21191
; Package
emacs
.
(Thu, 06 Aug 2015 06:40:03 GMT)
Full text and
rfc822 format available.
Message #6 received at 21191 <at> debbugs.gnu.org (full text, mbox):
Glenn Morris <rgm <at> gnu.org> writes:
> Package: emacs
> Version: 24.5
> Severity: wishlist
>
> I doubt CCSO PH/QI has seen much/any use in at least the past decade,
> so I suggest obsoleting eudcb-ph.el
Makes sense. I'll work on this. I didn't see a specific set of
instructions in admin or CONTRIBUTE for how to obsolete an elisp file,
so I'll try to follow the procedures that were used for some other
recently-obsoleted files.
I also noticed eudcb-bob.el; I'm not sure what it does or if anyone uses
it. Any thoughts on that one?
> (and making eudc basically an ldap client. Well, I see there's also
> bbdb and a never-documented or announced AddressBook backend.)
I'll try to add a section to the Info manual for eudcb-mab.el.
Thomas
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21191
; Package
emacs
.
(Wed, 12 Aug 2015 06:03:01 GMT)
Full text and
rfc822 format available.
Message #9 received at 21191 <at> debbugs.gnu.org (full text, mbox):
Thomas Fitzsimmons wrote:
> Makes sense. I'll work on this. I didn't see a specific set of
> instructions in admin or CONTRIBUTE for how to obsolete an elisp file,
> so I'll try to follow the procedures that were used for some other
> recently-obsoleted files.
Thanks. Basically just: move the file to the lisp/obsolete directory,
add an "Obsolete-since" header, mention this in NEWS, and remove it from
the manual.
> I also noticed eudcb-bob.el; I'm not sure what it does or if anyone uses
> it. Any thoughts on that one?
I've never used it. Maybe ask
https://lists.sourceforge.net/lists/listinfo/bbdb-info ?
(I guess it may have ossified and not work with bbdb 3.)
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21191
; Package
emacs
.
(Mon, 07 Dec 2015 03:05:02 GMT)
Full text and
rfc822 format available.
Message #12 received at 21191 <at> debbugs.gnu.org (full text, mbox):
fixed 21191 25.1
thanks
Glenn Morris <rgm <at> gnu.org> writes:
> Thomas Fitzsimmons wrote:
>
>> Makes sense. I'll work on this. I didn't see a specific set of
>> instructions in admin or CONTRIBUTE for how to obsolete an elisp file,
>> so I'll try to follow the procedures that were used for some other
>> recently-obsoleted files.
>
> Thanks. Basically just: move the file to the lisp/obsolete directory,
> add an "Obsolete-since" header, mention this in NEWS, and remove it from
> the manual.
Done. Let me know if I missed anything.
>> I also noticed eudc-bob.el; I'm not sure what it does or if anyone uses
>> it. Any thoughts on that one?
I noticed references to this in the manual. I think it might still be
useful for LDAP results. I left it in for now, until I get a chance to
try it.
Thomas
Reply sent
to
Thomas Fitzsimmons <fitzsim <at> fitzsim.org>
:
You have taken responsibility.
(Mon, 07 Dec 2015 03:05:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Glenn Morris <rgm <at> gnu.org>
:
bug acknowledged by developer.
(Mon, 07 Dec 2015 03:05:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21191
; Package
emacs
.
(Mon, 07 Dec 2015 16:49:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 21191 <at> debbugs.gnu.org (full text, mbox):
Thanks. One comment:
>> add an "Obsolete-since" header
Please do add an "Obsolete-since: 25.1" header to the file you moved to
obsolete/.
Some bug tracker usage comments:
No need to mail both 21191 and 21191-done.
The "fixed 21191" stuff had no effect, since you did not (b)cc the
control server.
There's various ways to close things, but the one I would have used is
to mail just "21191-done", with "Version: 25.1" on the first line of the
body.
Anyway, thanks for taking care of this issue.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21191
; Package
emacs
.
(Tue, 08 Dec 2015 00:04:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 21191 <at> debbugs.gnu.org (full text, mbox):
fixed 21191 25.1
thanks
Glenn Morris <rgm <at> gnu.org> writes:
> Thanks. One comment:
>
>>> add an "Obsolete-since" header
>
> Please do add an "Obsolete-since: 25.1" header to the file you moved to
> obsolete/.
Oops, I dropped this by accident during a local rebase. I just pushed
the patch.
> Some bug tracker usage comments:
>
> No need to mail both 21191 and 21191-done.
>
> The "fixed 21191" stuff had no effect, since you did not (b)cc the
> control server.
>
> There's various ways to close things, but the one I would have used is
> to mail just "21191-done", with "Version: 25.1" on the first line of
> the body.
OK, thanks, trying again to mark it fixed for 25.1.
Thomas
bug Marked as fixed in versions 25.1.
Request was from
Thomas Fitzsimmons <fitzsim <at> fitzsim.org>
to
control <at> debbugs.gnu.org
.
(Tue, 08 Dec 2015 00: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
.
(Tue, 05 Jan 2016 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.