From glynn.clements at virgin.net Sun Feb 26 16:51:20 2017 Content-Type: multipart/mixed; boundary="===============4294038421507615375==" MIME-Version: 1.0 From: Glynn Clements To: xemacs-beta at xemacs.org Subject: Re: faces Date: 2003-06-11 17:31:38 +0100 Message-ID: <16103.22890.235370.765489@cerise.nosuchdomain.co.uk> In-Reply-To: 3EE751FD.7090502@cea.fr --===============4294038421507615375== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [From xemacs-news] Michel Ain wrote: > Hello, each time I try to go to the menu: options -> Advanced = > (Customize) -> Emacs -> faces I get stuck with a prompt in the = > mini-buffer: Your email address? > Am I the first one to encounter this situation on windows 2000 station? = This is the same problem that JWZ was complaining about yesterday, except that you don't even have to open an HTML file to trigger it. The problem occurs when psgml-html is loaded: (defcustom html-helper-address-string (concat "" (user-full-name) "") "*The default author string of each file." :type 'string :group 'psgml-html) C-h f user-mail-address says: Documentation: Query the user for his mail address, unless it is already known. As the documentation is quite explicit about the prompt, it's fair to say that psgml-html shouldn't be calling this function at the top level (i.e. when the file is loaded). -- = Glynn Clements --===============4294038421507615375==--