GNU bug report logs - #4188
23.1; doc strings in bookmark.el

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Thu, 20 Aug 2009 19:51:13 UTC

Severity: minor

Merged with 4296

Done: Karl Fogel <kfogel <at> red-bean.com>

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 4188 in the body.
You can then email your comments to 4188 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4188; Package emacs. (Thu, 20 Aug 2009 19:51:15 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Thu, 20 Aug 2009 19:51:16 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 23.1; doc strings in bookmark.el
Date: Wed, 19 Aug 2009 15:23:50 -0700
1. The function doc strings need to describe the arguments.
 
For example, these functions (at least) should say,
"BOOKMARK is a bookmark name or a bookmark record."
 
bookmark-get-bookmark, bookmark-get-bookmark-record,
bookmark-prop-get, bookmark-prop-set, bookmark-get-handler,
bookmark--jump-via, bookmark-jump-noselect.
 
This is particularly important because some functions expect that
their bookmark argument be a bookmark name, others expect that it be a
bookmark record, and still others allow either.
 

2. Some functions (e.g. bookmark--jump-via) are missing doc strings
altogether.
 
 
 
In GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600)
 of 2009-07-29 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4)'
 





Forcibly Merged 4188 4296. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Wed, 02 Sep 2009 00:25:05 GMT) Full text and rfc822 format available.

Reply sent to Karl Fogel <kfogel <at> red-bean.com>:
You have taken responsibility. (Mon, 05 Oct 2009 01:45:08 GMT) Full text and rfc822 format available.

Notification sent to "Drew Adams" <drew.adams <at> oracle.com>:
bug acknowledged by developer. (Mon, 05 Oct 2009 01:45:08 GMT) Full text and rfc822 format available.

Message #12 received at 4188-close <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Karl Fogel <kfogel <at> red-bean.com>
To: 4188-close <at> debbugs.gnu.org
Subject: Fixed "doc strings in bookmark.el"
Date: Sun, 04 Oct 2009 21:36:31 -0400
fixed
--

Thanks for the report.  Fix committed:

  $ cvs ci -F msg lisp/bookmark.el lisp/ChangeLog
  /sources/emacs/emacs/lisp/bookmark.el,v  <--  lisp/bookmark.el
  new revision: 1.128; previous revision: 1.127
  /sources/emacs/emacs/lisp/ChangeLog,v  <--  lisp/ChangeLog
  new revision: 1.16354; previous revision: 1.16353
  Mailing notification to emacs-diffs <at> gnu.org... sent.
  $ 



Reply sent to Karl Fogel <kfogel <at> red-bean.com>:
You have taken responsibility. (Mon, 05 Oct 2009 01:45:09 GMT) Full text and rfc822 format available.

Notification sent to Thierry Volpiatto <thierry.volpiatto <at> gmail.com>:
bug acknowledged by developer. (Mon, 05 Oct 2009 01:45:10 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4188; Package emacs. (Sat, 10 Oct 2009 18:25:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 10 Oct 2009 18:25:05 GMT) Full text and rfc822 format available.

Message #22 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'Karl Fogel'" <kfogel <at> red-bean.com>, <bug-gnu-emacs <at> gnu.org>
Subject: RE: bug#4188: marked as done (23.1; doc strings in bookmark.el)
Date: Sat, 10 Oct 2009 11:17:55 -0700
>> 2. Some functions (e.g. bookmark--jump-via) are missing doc strings
>> altogether.


There are still some things that need doc strings.

`bookmark-current-buffer', for instance. The doc strings of other functions
(e.g. `bookmark-yank-word' need to refer to this buffer, but they cannot refer
to it by name, since `buffer-current-buffer' has no doc string.





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4188; Package emacs. (Sat, 10 Oct 2009 22:05:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Karl Fogel <kfogel <at> red-bean.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 10 Oct 2009 22:05:06 GMT) Full text and rfc822 format available.

Message #27 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Karl Fogel <kfogel <at> red-bean.com>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: <bug-gnu-emacs <at> gnu.org>
Subject: Re: bug#4188: marked as done (23.1; doc strings in bookmark.el)
Date: Sat, 10 Oct 2009 17:55:01 -0400
"Drew Adams" <drew.adams <at> oracle.com> writes:
>>> 2. Some functions (e.g. bookmark--jump-via) are missing doc strings
>>> altogether.
>
> There are still some things that need doc strings.
>
> `bookmark-current-buffer', for instance. The doc strings of other
> functions (e.g. `bookmark-yank-word' need to refer to this buffer, but
> they cannot refer to it by name, since `buffer-current-buffer' has no
> doc string.

Oops, sorry, missed the variables.  Fixed in these two revs:

  $ cvs ci -F msg lisp/bookmark.el lisp/ChangeLog
  /sources/emacs/emacs/lisp/bookmark.el,v  <--  lisp/bookmark.el
  new revision: 1.135; previous revision: 1.134
  /sources/emacs/emacs/lisp/ChangeLog,v  <--  lisp/ChangeLog
  new revision: 1.16400; previous revision: 1.16399
  Mailing notification to emacs-diffs <at> gnu.org... sent.
  $ cvs ci -F msg lisp/bookmark.el lisp/ChangeLog
  /sources/emacs/emacs/lisp/bookmark.el,v  <--  lisp/bookmark.el
  new revision: 1.136; previous revision: 1.135
  /sources/emacs/emacs/lisp/ChangeLog,v  <--  lisp/ChangeLog
  new revision: 1.16401; previous revision: 1.16400
  Mailing notification to emacs-diffs <at> gnu.org... sent.
  $ 




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Sun, 08 Nov 2009 15:24:36 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 223 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.