GNU bug report logs -
#39878
gnu: add emacs-bookmarks+
Previous Next
Reported by: nly <at> disroot.org (Amar M. Singh)
Date: Tue, 3 Mar 2020 06:12:01 UTC
Severity: normal
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
I just noticed this close message. Didn't notice
the bug report before this.
I don't understand what the problem reported was.
(The file names were written wrong in the bug
report; dunno whether that's relevant. There's no
"s" at the end of each base file name. E.g., it's
bookmark+-mac.el, not bookmarks+-mac.el.)
Each Lisp file that needs `bookmark+-mac.el' for
its compilation has this at the beginning, to make
sure `bookmark+-mac.el' is loaded when byte-compiling:
(eval-when-compile
(or (condition-case nil
;; Use load-library to ensure latest .elc.
(load-library "bookmark+-mac")
(error nil))
;; Require, so can load separately if not on `load-path'.
(require 'bookmark+-mac)))
> Processing commands for control <at> debbugs.gnu.org:
>
> > close 39878
> bug#39878: gnu: add emacs-bookmarks+
> bug closed, send any further explanations to
> 39878 <at> debbugs.gnu.org and nly <at> disroot.org (Amar M. Singh)
>
> > quit
> Stopping processing here.
>
> Please contact help-debbugs <at> gnu.org if you need assistance.
>
> GNU bugs database,
> https://urldefense.com/v3/__http://debbugs.gnu.org/__;!!GqivPVa7Brio!OA8tb25o
> mQdQHUL-s_aQrQ1a107RcffjZ7dxn_RqhAOl43oCyu9MCfkUCKRnMYwL$
>
This bug report was last modified 4 years and 300 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.