Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: Gnus FAQ good for printing?
       [not found]       ` <iloverobin.87hecxdrbt.fsf@news.socha.net>
@ 2002-12-29 15:58         ` Frank Schmitt
       [not found]           ` <6865tch9gt.fsf@fencepost.gnu.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Schmitt @ 2002-12-29 15:58 UTC (permalink / raw)


"Robin S. Socha" <robin@socha.net> writes:

> * Frank Schmitt <usereplyto@Frank-Schmitt.net> writes:
>> Don Saklad <dsaklad@nestle.ai.mit.edu> writes:
>
>>> A glossary of technical phraseology and jargon with links for
>>> elaborations on the definitions would be a good thing to include
>>> in such an faq.
>> 
>> Yes, noted.
>
> What for? Those are *not* frequently asked questions. All of them are
> explained in <http://www.geocities.com/nnqweb/> and links therein. It's
> a Gnus FAQ, not an introduction to newsreaders in general. Furthermore,
> <http://quimby.gnus.org/notes/notes.html> appears to be fairly
> comprehensive.

My idea was:
-------->------------>-------
Glossary:
When I say Emacs in this FAQ I mean either FSF Emacs or XEmacs. When I
say message I mean either posting to Usenet or mail, whereas
article means posting to Usenet...

About 10-20 lines explaining things I use in the FAQ which people might
stumble about while reading the FAQ. More examples could be backend or
select-method.
-------->------------>-------

I don't really know if this matches Don's idea as I didn't really
understood what he wrote, but I'd think this would be useful.

If you thing this doesn't fit in a FAQ, then I'll perhaps call it LQAWTT
(List of Questions and Answers With Tutorial Touch) :-)

-- 
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.


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

* Re: Gnus FAQ good for printing?
       [not found]           ` <6865tch9gt.fsf@fencepost.gnu.org>
@ 2002-12-30  0:34             ` Bijan Soleymani,,,
  0 siblings, 0 replies; 2+ messages in thread
From: Bijan Soleymani,,, @ 2002-12-30  0:34 UTC (permalink / raw)


Don Saklad <dsaklad@gnu.org> writes:

> /home/d/dsaklad/.emacs
> 
> (menu-bar-mode -1)
> (display-time-mode 1)
> (column-number-mode 1)
> (put 'eval-expression 'disabled nil)
> (setq gnus-select-method '(nntp "news.cent.net"))   ; maybe fix this
> (setq gnus-secondary-select-methods
>       '((nnml "private")))
> (setq mail-sources
>       '((file :path "/var/spool/mail/dsaklad")))
> (defun don ()
>   "Run rmail, setting it up the way don saklad likes it."
>   (interactive)
>   (delete-other-windows)
>   (split-window-vertically)
>   (rmail)
>   (rmail-summary)
>   (other-window 1)
>   (enlarge-window 18))
> 
> /home/d/dsaklad/.emacs
> 
> 
> What might be tried to get email in gnus working?...
> With that .emacs above, email in gnus didn't work. 
I use the following:

;set newsnet server
(setq gnus-select-method '(nntp "news.videotron.ca"))

;set email address
(setq user-mail-address "bijan@psq.com")

;setup my two pop accounts
(setq mail-sources
	'((pop :server "pop.psq.com" :user "bijan@psq.com" :password "XXXXXXX")
	  (pop :server "mail.crasseux.com" :user "trustno1@crasseux.com" :password "XXXXXXXX")))

;choose how to handle mail once it's here
(setq gnus-secondary-select-methods
        '((nnml "private")))

;split the mail depending on where it is addressed to
(setq nnmail-split-methods
        '(("psq" "To: bijan@psq.com")
	("crasseux" "To: trustno1@crasseux.com")
	("general" "")))  ;catch-all so that mail doesn't disappear :)

;send using my ISP's smtp server
(setq message-send-mail-function `smtpmail-send-it
      send-mail-function `smtpmail-send-it
      smtpmail-smtp-server "relais.videotron.ca"
      smtpmail-debug-info t)

Hope that helps,
Bijan


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

end of thread, other threads:[~2002-12-30  0:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <86k7hvb6un.fsf@zeus.knighten.org>
     [not found] ` <bs36v65d.fsf@hschmi22.userfqdn.rz-online.de>
     [not found]   ` <y447kdt5gsc.fsf@nestle.ai.mit.edu>
     [not found]     ` <d6nlf8ye.fsf@hschmi22.userfqdn.rz-online.de>
     [not found]       ` <iloverobin.87hecxdrbt.fsf@news.socha.net>
2002-12-29 15:58         ` Gnus FAQ good for printing? Frank Schmitt
     [not found]           ` <6865tch9gt.fsf@fencepost.gnu.org>
2002-12-30  0:34             ` Bijan Soleymani,,,

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).