all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* using gnus in Windows
@ 2004-01-09 18:50 Miguel Frasson
  2004-01-10 10:55 ` Martin Stemplinger
  2004-01-10 12:54 ` Marcus Frings
  0 siblings, 2 replies; 3+ messages in thread
From: Miguel Frasson @ 2004-01-09 18:50 UTC (permalink / raw



Hi.

What is necessary to have a working gnus in GNU emacs if I use windows?

at home...
(emacs-version) --> "GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600) of
2004-01-04 on CASA" 

[]'s

Miguel.

-- 
Miguel Vinicius Santini Frasson
http://www.math.leidenuniv.nl/~frasson

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

* Re: using gnus in Windows
  2004-01-09 18:50 using gnus in Windows Miguel Frasson
@ 2004-01-10 10:55 ` Martin Stemplinger
  2004-01-10 12:54 ` Marcus Frings
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Stemplinger @ 2004-01-10 10:55 UTC (permalink / raw


On Fre Jan 09 2004 at 19:50, Miguel Frasson
<frasson@brutus.math.leidenuniv.nl> wrote: 

> What is necessary to have a working gnus in GNU emacs if I use windows?
>
> at home...
> (emacs-version) --> "GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600) of
> 2004-01-04 on CASA" 
>
> []'s
>
> Miguel.

Mainly a correct .gnus :-). The only platform dependent thing in my
.gnus is the mail setup. I use pop on windows and postfix on
Linux. If your mail provider requires authentication you will also
need a newer version of sendmail.el which supports it. I copied mine
from cvs. You could also switch to cvs emacs which has the correct
version. 

-- 
Remove NOSPAM to reply by mail

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

* Re: using gnus in Windows
  2004-01-09 18:50 using gnus in Windows Miguel Frasson
  2004-01-10 10:55 ` Martin Stemplinger
@ 2004-01-10 12:54 ` Marcus Frings
  1 sibling, 0 replies; 3+ messages in thread
From: Marcus Frings @ 2004-01-10 12:54 UTC (permalink / raw


* Miguel Frasson <frasson@brutus.math.leidenuniv.nl> wrote:

> What is necessary to have a working gnus in GNU emacs if I use windows?

> at home...
> (emacs-version) --> "GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600) of
> 2004-01-04 on CASA" 

It's quite easy. Get the stable version from <http://www.gnus.org/> or
if you are a bad boy take a nightly snapshot from
<ftp://ftp.kreonet.re.kr/pub/tools/emacs/gnus/snapshots/> and untar the
archive. Then call `make.bat':

make.bat c:\emacs\bin

(or your directory where Emacs binaries are installed)

Then add to your .emacs:

(add-to-list 'load-path "c:/your-path-to/gnus/lisp")
(add-to-list 'Info-default-directory-list "c:/your-path-to/gnus/texi/")

And now start customizing Gnus. A _very_ good resource for configuration
files is Zonix' homepage: <http://www.zonix.de/div/el/gnus.html>

Regards,
Marcus
-- 
"Und selbst für die Verlorenen, denen Leben und Tod nur noch ein Spott ist,
gibt es Dinge, die sie nicht zu ihrem Gespött machen wollen."

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

end of thread, other threads:[~2004-01-10 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-09 18:50 using gnus in Windows Miguel Frasson
2004-01-10 10:55 ` Martin Stemplinger
2004-01-10 12:54 ` Marcus Frings

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.