From: yamaoka Date: Tue, 3 Aug 1999 05:32:24 +0000 (+0000) Subject: Document that text properties in the registration file is not recommended. X-Git-Tag: mu-cite-8_0~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f5af60a9159ac21a3ae4b31fadd97a23439fbaf8;p=elisp%2Fmu-cite.git Document that text properties in the registration file is not recommended. --- 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.