Newsgroups: fj.editor.emacs,fj.os.linux
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!nirvana.cs.titech!wnoc-tyo-news!sh.wide!wnoc-kyo-news!kuis-news!kudpc!nucc!nucc!snozawa
From: snozawa@helios1.stelab.nagoya-u.ac.jp
Subject: Re: From field in gnus
In-Reply-To: onono@fuka.info.waseda.ac.jp's message of 26 Feb 1994 13: 30:08 GMT
Message-ID: <SNOZAWA.94Feb28133242@helios1.stelab.nagoya-u.ac.jp>
Sender: usenet@nucc.cc.nagoya-u.ac.jp
Organization: Solar Terrestrial Enviroment Lab. Nagoya
References: <SNOZAWA.94Feb26181552@helios1.stelab.nagoya-u.ac.jp>
	<ONONO.94Feb26223008@etsu.fuka.info.waseda.ac.jp>
Distribution: fj
Date: Mon, 28 Feb 1994 04:32:42 GMT
Lines: 54
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:4461 fj.os.linux:209
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=4461&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

$BLnBt$G$9!#3'$5$s$NAGAa$$2sEz$I$&$b$"$j$,$H$&$4$6$$$^$9!#$7$+$7!"(B
$B#N#E#C$N%^%7%s$G$O$&$^$/$$$C$?$N$G$9$,!"(Blinux $B$G$O$&$^$/$$$C$F$$$^$;$s!#(B
fj.os.linux $B$K$b?6$j$^$9!#(B

$B>.Ln$5$s!'(B
In article <ONONO.94Feb26223008@etsu.fuka.info.waseda.ac.jp> 
onono@fuka.info.waseda.ac.jp (ONO Kouichi) writes: 

 |(setq gnus-use-generic-from t)
 |
 |$B$rDI2C$9$k$H$$$$$G$7$g$&!#(B

$B$$$^$N(B .emacs $B$N$J$+$K$O0J2<$N#49T$7$+=q$$$F$J$$$N$G$9$,!"(B

(setq gnus-nntp-server "nucc")
(setq gnus-your-domain "stelab.nagoya-u.ac.jp")
(setq gnus-your-organization "Solar Terrestrial Enviroment Lab. Nagoya")
(setq gnus-use-generic-from t)

$B$I$&$7$F$b(B helios1 $B$H$$$&$N$,F~$C$F$7$^$$$^$9!J$3$N5-;v$r;2>H!K!#(B

 |$B$&$A$G$O!"0J2<$N$h$&$J@_Dj$r(B nemacs-init.el $B$KDI2C$7$F(B 
 |NEmacs $B$r:n$C$F$$$^$9!#(B

 |(setq gnus-default-nntp-server "NNNNNN")
 |(setq gnus-nntp-service "nntp")
 |(setq gnus-local-domain "AAAAA.BBBBB.waseda.ac.jp")
 |(setq gnus-local-organization "Fukazawa Laboratory, Department of Information and Computer Scrience, School of Science and Engineering, WASEDA University, Tokyo, Japan")

 |;;; Use generic-from as E-mail address
 |;;;
 |(setq gnus-use-generic-from t)
 |;;;
 |;;; Do not add hostname to Path: field
 |;;;

$B$G!"(Blinux $B$N(B /usr/local/lib/emacs/lisp/nemacs-init.el $B$NCf$G$O0J2<$N(B
$B$h$&$K$J$C$F$$$^$9!#(B

;;; For gnus user only
(autoload 'gnus "gnus" "Read network news." t)
;;(autoload 'gnus-post-news "gnuspost" "Post a new news." t)
(garbage-collect)
(setq gnus-nntp-service 119 )
(setq gnus-nntp-server "ntttsd")
(setq gnus-your-domain "ntttsd.ntt.jp"
      gnus-your-organization "NTT Transmission Systems Laboratories, Yokosuka, JAPAN"
      gnus-use-generic-from t)
;(setq gnus-your-domain "your.domain.address"
;      gnus-your-organization "Your site name"
;      gnus-use-generic-from t)
(garbage-collect)

linux $B$NLdBj$@$HLq2p$G$9!#$G$O$h$m$7$/$*4j$$$7$^$9!#$G$O(B
