From e1161b06fc12499f9990fc23a915d75bb8866cd2 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 5 Feb 2012 22:27:06 +0800 Subject: Update Customization chapter of Lisp manual. * doc/lispref/customize.texi (Common Keywords): Minor clarifications. Document custom-unlispify-remove-prefixes. (Variable Definitions): Backquotes in defcustom seem to work fine now. Various other copyedits. (Simple Types): Copyedits. Document color selector. (Composite Types): Copyedits. (Splicing into Lists): Clarifications. --- admin/FOR-RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 74a758826a1..379363252b2 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -188,7 +188,7 @@ buffers.texi commands.texi compile.texi control.texi cyd -customize.texi +customize.texi cyd debugging.texi display.texi edebug.texi -- cgit v1.2.1 From 0992bd9c06b90c8f316187467bcc005cbe51050e Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 7 Feb 2012 14:34:52 +0800 Subject: Fix and doc-fix for `buffer-local-variables'. * src/buffer.c (Fbuffer_local_variables) (buffer_lisp_local_variables): Handle unbound vars correctly; don't let Qunbound leak into Lisp. * doc/lispref/variables.texi (Creating Buffer-Local): Minor clarification to buffer-local-variables doc. Fixes: debbugs:10715 --- admin/notes/bugtracker | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'admin') diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index dd1ea46ceb2..3c24212ea10 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker @@ -640,3 +640,14 @@ I think you also have to add them to 'tags' and 'tags_single_letter' in /usr/share/perl5/Debbugs/Config.pm. And update /var/www/Developer.html with a description of what the tag means. And the "valid tags" list in /var/www/index.html. + +** Backups + +The FSF sysadmins handle multi-generational backups of the filesystem +on debbugs.gnu.org. But if you really want to have your own backup of +the bug database, you can use rsync (this requires login access to +debbugs.gnu.org): + + rsync -azvv -e ssh USER@debbugs.gnu.org:/var/lib/debbugs/ DEST + +Note that this occupies well over 1G of disk space. -- cgit v1.2.1