[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 "<a href=\"mailto:" (user-mail-address)
"\">"
(user-full-name) "</a>")
"*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 <glynn.clements(a)virgin.net>