X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/0bb0ee61d916aa881b0902aa47a3db30500f94df..738336fb9a1fb836a5436b5f417727845906870d:/packages/debbugs/debbugs.texi diff --git a/packages/debbugs/debbugs.texi b/packages/debbugs/debbugs.texi index c976d9869..0a627d6b9 100644 --- a/packages/debbugs/debbugs.texi +++ b/packages/debbugs/debbugs.texi @@ -8,7 +8,7 @@ @end direntry @copying -Copyright @copyright{} 2011-2015 Free Software Foundation, Inc. +Copyright @copyright{} 2011-2016 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -65,6 +65,9 @@ facilities, @code{debbugs} provides a solution for building applications that interact with the Debbugs BTS directly from Emacs without addressing Debbugs' web interface. +The user interface for accessing the Debbugs server for GNU projects +is described in @ref{Top, Debbugs User Guide, , debbugs-ug}. + @menu * Installation:: Getting and installing @code{debbugs}. * Configuration:: Configuring @code{debbugs}. @@ -157,6 +160,15 @@ the variable corresponds to the Debbugs server to be accessed, either @code{"gnu.org"} or @code{"debian.org"}, or a user defined port name. @end defvar +@defvar debbugs-cache-expiry +The function @code{debbugs-get-status} (@pxref{Requesting bugs +statuses}) caches retrieved status entries in order to improve the +performance. This variable determines the number of seconds an entry +is cached, before it is retrieved again. A value of @code{nil} +disables cache expiration, and a value of @code{t} disables caching. +Both values are not recommended for a usual workflow. +@end defvar + @node Requesting bug numbers @chapter Requesting bug numbers