From f5af60a9159ac21a3ae4b31fadd97a23439fbaf8 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 3 Aug 1999 05:32:24 +0000 Subject: [PATCH] Document that text properties in the registration file is not recommended. --- NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS b/NEWS index deb664b..468ff03 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,22 @@ Copyright (C) 1999 Free Software Foundation, Inc. ** Requires FLIM 1.12.2 or later +** Text properties in the registration file is not recommended +If you are using Emacs v19, e.g. Mule 2.3, and if you find text properties +as below in your registration file (~/.mu-cite.el in default): + + ("foo@bar.com" . #("Foo" 0 3 (face bold))) + +please copy the following program in *scratch* buffer and type C-j key +after the end of parenthesis for cleaning up the sort of things. + + (progn + (require 'mu-register) + (mu-cite-load-registration-file) + (mu-cite-save-registration-file) + ) + + ** New user option `mu-registration-file-modes' Mode bits of `mu-registration-file', as an integer. -- 1.7.10.4