GNU bug report logs -
#39722
Support for bookmark.el in VC directory buffers
Previous Next
Reported by: Matthias Meulien <orontee <at> gmail.com>
Date: Fri, 21 Feb 2020 21:20:01 UTC
Severity: wishlist
Tags: fixed, patch
Fixed in version 28.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #12 received at 39722 <at> debbugs.gnu.org (full text, mbox):
> Being able to bookmark VC directory buffers is useful when working on
> multiple projects; The proposed patch implements this on the lines of
> what I read in info.el.
Thanks, this is a useful addition. Please push it after fixing minor
details:
> +(defun vc-dir-bookmark-make-record ()
> + "This implements the `bookmark-make-record-function' type for
> +`vc-dir' buffers."
> ...
> +(defun vc-dir-bookmark-jump (bmk)
> + "This implements the `handler' function interface for the record
> +type returned by `vc-dir-bookmark-make-record'."
According to the documentation standard described in
(info "(elisp) Documentation Tips")
the first line of the docstring should consist of a complete sentence.
I see that you copied the docstring from Info-bookmark-jump,
but the docstrings of info.el contains a mistake
that should be fixed in info.el.
This bug report was last modified 5 years and 54 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.