Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Need help setting the mail-host-address and user-mail-address
@ 2005-06-07 20:38 dick
  2005-06-08  5:03 ` Gernot Hassenpflug
  0 siblings, 1 reply; 3+ messages in thread
From: dick @ 2005-06-07 20:38 UTC (permalink / raw)



As you can probably tell my my return address, I haven't
been able to set either my user mail address or my mail host address.

When I attempt to do so gnus beeps at me and I see:

"This option has been changed outside the customize buffer. (mismatch)"

The minibuffer informs me that the "Symbol's value as variable is void."

The "(mismatch)" and the minibuffer tell me I've missed something,
but I can't figure out what.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Need help setting the mail-host-address and user-mail-address
  2005-06-07 20:38 Need help setting the mail-host-address and user-mail-address dick
@ 2005-06-08  5:03 ` Gernot Hassenpflug
  2005-06-08  5:46   ` Dick Dery
  0 siblings, 1 reply; 3+ messages in thread
From: Gernot Hassenpflug @ 2005-06-08  5:03 UTC (permalink / raw)


>>>>> "dick" == dick  <dick@localhost.i-did-not-set--mail-host-address--so-tickle-me> writes:

    dick> As you can probably tell my my return address, I haven't
    dick> been able to set either my user mail address or my mail host
    dick> address.

    dick> When I attempt to do so gnus beeps at me and I see:

    dick> "This option has been changed outside the customize
    dick> buffer. (mismatch)"

    dick> The minibuffer informs me that the "Symbol's value as
    dick> variable is void."

    dick> The "(mismatch)" and the minibuffer tell me I've missed
    dick> something, but I can't figure out what.

First, how about:

C-h v user-mail-address
C-h v user-full-name

to see if these variables are set.

Then, add the following lines to your .gnus (or .gnus.el) init file,
appropriately changed:

(setq user-mail-address "address@domain.com") 
(setq user-full-name "your name")

Typing C-x C-e after the closing parenthesis should get gnus to
recognize that immediately, or choose menu item Gnus / Reread Init
file.

If there is a problem parsing your init file, you may use the
*Messages* buffer to give you a hint. In particular, you might try
deleting the lines in the Customization section of the init file (set
up by emacs and gnus) which have something to do with the two
variables above. Below is my customized section, for comparison:

(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(auto-compression-mode t nil (jka-compr))
 '(canlock-password "9d726a63991b6d8eb6e4932bb6c3058903cbf42b")
 '(case-fold-search t)
 '(current-language-environment "Japanese")
 '(default-input-method "japanese-egg-wnn")
 '(global-font-lock-mode t nil (font-lock))
 '(max-lisp-eval-depth 512)
 '(mew-addrbook-for-cite-prefix (quote nickname))
 '(mew-from-list (quote ("Gernot Hassenpflug<gernot@rish.kyoto-u.ac.jp>" "Gernot Hassenpflug<m303.j4t6x.c4.gh@ezweb.ne.jp>" "Gernot Hassenpflug<gernot@mb3.seikyou.ne.jp>" "Gernot Hassenpflug<gernot2270@yahoo.co.jp>")))
 '(mew-x-face-file "~/aikiface.xface")
 '(show-paren-mode t nil (paren))
 '(transient-mark-mode t))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(gnus-header-content-face ((t (:foreground "light blue" :slant italic))))
 '(gnus-header-name-face ((((class color) (background dark)) (:foreground "pink3"))))
 '(gnus-header-subject-face ((((class color) (background dark)) (:foreground "orange red")))))

Hope that helps.
     Gernot
-- 
G Hassenpflug RASC, Kyoto University


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Need help setting the mail-host-address and user-mail-address
  2005-06-08  5:03 ` Gernot Hassenpflug
@ 2005-06-08  5:46   ` Dick Dery
  0 siblings, 0 replies; 3+ messages in thread
From: Dick Dery @ 2005-06-08  5:46 UTC (permalink / raw)





 how about:

C-h v user-full-name

That was it! Thanks for your reply.

Dick Dery


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-08  5:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-07 20:38 Need help setting the mail-host-address and user-mail-address dick
2005-06-08  5:03 ` Gernot Hassenpflug
2005-06-08  5:46   ` Dick Dery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).