unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Leo Butler <leo.butler@umanitoba.ca>
To: Jason Sanroma <jason@sanroma.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Email Help
Date: Thu, 26 Aug 2021 06:39:59 -0500	[thread overview]
Message-ID: <87h7fcfn8w.fsf@t14.reltub.ca> (raw)
In-Reply-To: <CAFdJqtRs5ZJSSDycHppPcbAkp9WUyTo_hK1fcqY+OQOB7env7w@mail.gmail.com> (Jason Sanroma's message of "Thu, 26 Aug 2021 05:24:35 +0000")

Jason Sanroma <jason@sanroma.net> writes:

>>> Do you know of a good resource to help install it? I could
>>> give the Wiki another try.

Hi Jason,
Welcome to Emacs. I hope that we can help you setting up Gnus (which
should be included in your emacs installation).

>
> I just tried installing it. So I just make a file in ~ named .gnus and
> I added this content (attached file) would this be correct?

There is a syntax error at the end of that file.

Here is an extract from my gnus.el that works (ignore the lines
beginning with #):

#+begin_src emacs-lisp
(setq gnus-select-method '(nntp "news.gmane.io"))

(setq gnus-secondary-select-methods '(
				      (nnimap "GoogleMail"
					      (nnimap-authinfo-file "~/.authinfo.gpg")
					      (nnimap-address "imap.gmail.com")
					      (nnimap-server-port 993)
					      (nnimap-stream ssl))))
#+begin_src

This tells Gnus to *read* from the news.gmane.io news site and from
gmail. The only tricky part is the encrypted authinfo file. To get
started, I suggest changing "~/.authinfo.gpg" to the unencrypted
"~/.authinfo". The format of .authinfo is documented in the Gnus manual:
each line is of the form

machine <email-server> login <username> password <password> port <port>

E.g.

machine imap.gmail.com login someone@gmail.com password myweakpassword port 993

Try that and get back to us.

We can discuss sending email once reading it is working.


>
> I am very new to Emacs so I do not know much about it. One thing I do
> not get is when something says to "type this in" like M-x or something
> where do I go to type this in?

M-x in emacs-speak means hit the Modifier key (usually the Esc key),
then hit the x key. In most cases, you can also press and hold the Alt
key and the x key (on a US keyboard, you would use your left or right
thumb to press Alt and left index finger to press x). You will see the
illuminated cursor jumps to the bottom line of the emacs window (the
mini-buffer), positioned to the right of "M-x" and emacs waits for more
typing. E.g.

M-x info RET

(RET means press the Enter or Return key).

Similarly C-h t means press the Control and h keys together, then press
the t key. That will take to the emacs tutorial, which I recommend you
work through.

>
> Also, how would I get to 'mhtml-mode'?

M-x find-file RET my.html RET
M-x mhtml-mode RET

The first line creates a buffer named my.html, the second line sets the
mode (if it is not already set; you likely won't need to do it).

>
> If that ~/.gnus file is correct what is the next step?

Get back to us when your Gnus can read email and news.

Again, welcome to Emacs.

Best,
Leo



  reply	other threads:[~2021-08-26 11:39 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26  0:22 Email Help Jason Sanroma
2021-08-26  1:22 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-26  1:42   ` Jason Sanroma
2021-08-26  2:08     ` Eduardo Ochs
2021-08-26  3:12       ` Jason Sanroma
2021-08-26  3:22         ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-26  3:15       ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-26  3:18         ` Jason Sanroma
2021-08-26  3:29           ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-26  5:24             ` Jason Sanroma
2021-08-26 11:39               ` Leo Butler [this message]
2021-08-26 15:03                 ` Jason Sanroma
2021-08-26 18:34                   ` Leo Butler
2021-08-26 18:45                     ` Jason Sanroma
2021-08-26 19:03                       ` Herbert J. Skuhra
2021-08-26 19:44                         ` Jason Sanroma
2021-08-26 21:32                           ` Arthur Miller
2021-08-27  0:10                           ` Leo Butler
2021-08-29  3:17                             ` Jason Sanroma
2021-08-29  3:34                               ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-29 15:52                                 ` Samuel Banya
2021-08-29 16:09                                   ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-29 16:17                                   ` Arthur Miller
2021-08-29 16:29                                     ` Samuel Banya
2021-08-29 17:08                                     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-29 19:09                                       ` Arthur Miller
2021-08-29 20:15                                         ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-29 21:27                                           ` Arthur Miller
2021-09-06  1:10                                             ` Jason Sanroma
2021-09-07 11:24                                               ` Leo Butler
2021-09-07 15:26                                               ` Eric S Fraga
2021-08-30 16:00                                   ` Emacs email setup, was: " Leo Butler
2021-08-26 23:00                     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-26 22:51                 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-26  3:45           ` Eduardo Ochs
2021-08-26  4:09             ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-26 15:25         ` Max Brieiev
2021-08-26 23:02           ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-26 23:08             ` Jason Sanroma
2021-08-26 23:16               ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-26  3:17     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-26  3:22       ` Jason Sanroma
2021-08-26  3:31         ` Emanuel Berg via Users list for the GNU Emacs text editor
  -- strict thread matches above, loose matches on Subject: below --
2021-08-26  0:56 Jason Sanroma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h7fcfn8w.fsf@t14.reltub.ca \
    --to=leo.butler@umanitoba.ca \
    --cc=help-gnu-emacs@gnu.org \
    --cc=jason@sanroma.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).