all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gnus gnubie
@ 2015-01-25  5:19 btraven
  2015-01-26  3:22 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: btraven @ 2015-01-25  5:19 UTC (permalink / raw)
  To: help-gnu-emacs

I sucessfully downloaded about 5 megs of usenet groupnames into gnus and then
subscribed to this and another group and posted a test that second group. When I tried to
reply to this test posting, emacs hung up in a buffer called unsent....
Can any of use explain what's going on? Is this question even suitable
for gnu.emacs.help? Emacs and gnus are running on w64 and using this
(false) email address.

Thanks,

Ed


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

* Re: gnus gnubie
  2015-01-25  5:19 gnus gnubie btraven
@ 2015-01-26  3:22 ` Lars Magne Ingebrigtsen
  2015-02-01  4:04   ` btraven
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2015-01-26  3:22 UTC (permalink / raw)
  To: help-gnu-emacs

btraven <btraven@nihilo.net> writes:

> I sucessfully downloaded about 5 megs of usenet groupnames into gnus and then
> subscribed to this and another group and posted a test that second
> group. When I tried to
> reply to this test posting, emacs hung up in a buffer called unsent....

Were there any error messages?  Look in the *Messages* buffer.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/


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

* Re: gnus gnubie
  2015-01-26  3:22 ` Lars Magne Ingebrigtsen
@ 2015-02-01  4:04   ` btraven
  2015-02-05  3:43     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: btraven @ 2015-02-01  4:04 UTC (permalink / raw)
  To: help-gnu-emacs

Thanks, Lars. No I didn't see anything in *Messages* that made sense to
me. On this reply I selected followup and am not sure if this will be
posted to gnu.emacs.help. I am switching between this Emacs and Firefox
webmail and newsguy direct for usenet so it's complicated. Now I find
that I also need gnutls (.exe files and .dll) by Eli and the
accompanying cacert.pem  so that I can
connect to my isp via webmail.. Do all of these go in the same subdir
with emacs.exe, emacsclientw.exe and the rest? Where does the cacert.pem
go? I have the .authinfo in Home with .emacs but don't understand if its
just for gnus or all Emacs apps. If  I break out the gnus stuff from my
.emacs where does the .gnus init file go.

Thanks,

Ed


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

* Re: gnus gnubie
  2015-02-01  4:04   ` btraven
@ 2015-02-05  3:43     ` Lars Magne Ingebrigtsen
  2015-02-05  9:07       ` Andy Moreton
  2015-02-06  0:03       ` Robert Thorpe
  0 siblings, 2 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2015-02-05  3:43 UTC (permalink / raw)
  To: help-gnu-emacs

btraven <btraven@nihilo.net> writes:

> Now I find that I also need gnutls (.exe files and .dll) by Eli and
> the accompanying cacert.pem so that I can connect to my isp via
> webmail.. Do all of these go in the same subdir with emacs.exe,
> emacsclientw.exe and the rest? Where does the cacert.pem go?

Sorry; don't know anything about Emacs on Windows.  Hasn't anybody
packaged up a version of Emacs with all the required libraries for
Windows yet?

> I have the .authinfo in Home with .emacs but don't understand if its
> just for gnus or all Emacs apps. If  I break out the gnus stuff from my
> .emacs where does the .gnus init file go.

~/.gnus

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/


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

* Re: gnus gnubie
  2015-02-05  3:43     ` Lars Magne Ingebrigtsen
@ 2015-02-05  9:07       ` Andy Moreton
  2015-02-06  0:03       ` Robert Thorpe
  1 sibling, 0 replies; 6+ messages in thread
From: Andy Moreton @ 2015-02-05  9:07 UTC (permalink / raw)
  To: help-gnu-emacs

On Fri 06 Feb 2015, Lars Magne Ingebrigtsen wrote:

> btraven <btraven@nihilo.net> writes:
>
>> Now I find that I also need gnutls (.exe files and .dll) by Eli and
>> the accompanying cacert.pem so that I can connect to my isp via
>> webmail.. Do all of these go in the same subdir with emacs.exe,
>> emacsclientw.exe and the rest? Where does the cacert.pem go?
>
> Sorry; don't know anything about Emacs on Windows.  Hasn't anybody
> packaged up a version of Emacs with all the required libraries for
> Windows yet?

The .dll files need to be either in PATH or in the same directory as
emacs.exe etc. For the .pem file, you need something like:

(require 'gnutls)
(add-to-list 'gnutls-trustfiles "/path/to/cacert.pem")

HTH,

   AndyM




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

* Re: gnus gnubie
  2015-02-05  3:43     ` Lars Magne Ingebrigtsen
  2015-02-05  9:07       ` Andy Moreton
@ 2015-02-06  0:03       ` Robert Thorpe
  1 sibling, 0 replies; 6+ messages in thread
From: Robert Thorpe @ 2015-02-06  0:03 UTC (permalink / raw)
  To: btraven; +Cc: help-gnu-emacs, Lars Magne Ingebrigtsen

Lars Magne Ingebrigtsen <lmi@gnus.org> writes:

> btraven <btraven@nihilo.net> writes:
>
>> Now I find that I also need gnutls (.exe files and .dll) by Eli and
>> the accompanying cacert.pem so that I can connect to my isp via
>> webmail.. Do all of these go in the same subdir with emacs.exe,
>> emacsclientw.exe and the rest? Where does the cacert.pem go?
>
> Sorry; don't know anything about Emacs on Windows.  Hasn't anybody
> packaged up a version of Emacs with all the required libraries for
> Windows yet?

Vincent Goulet has made one:
http://vgoulet.act.ulaval.ca/en/emacs/windows/

I haven't used it though.

I used the GNU release and the EzWinPorts stuff.

A few other things are needed to get it working perfectly, such as
the compression programs from Mingw (or equivalent), InfoZip and
GSWin32.

Goulet's release seems to deal with the image libraries but not the
compression programs.

BR,
Robert Thorpe



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

end of thread, other threads:[~2015-02-06  0:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-25  5:19 gnus gnubie btraven
2015-01-26  3:22 ` Lars Magne Ingebrigtsen
2015-02-01  4:04   ` btraven
2015-02-05  3:43     ` Lars Magne Ingebrigtsen
2015-02-05  9:07       ` Andy Moreton
2015-02-06  0:03       ` Robert Thorpe

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.