all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#31242: Gnus on 26.1 RC1 with x86_64-w64-mingw32
@ 2018-04-23  1:58 Tak Kunihiro
  2018-04-23  9:53 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Tak Kunihiro @ 2018-04-23  1:58 UTC (permalink / raw)
  To: 31242; +Cc: tak.kunihiro

I downloaded 26.1 RC1 (GNU Emacs 26.1 (build 1, x86_64-w64-mingw32) of 2018-04-10).

  https://lists.gnu.org/archive/html/emacs-devel/2018-04/msg00287.html
  https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-26.1-rc1-x86_64.zip

Gnus with the following configuration gives error althouth that under 25.3
works.

  $ cd /c/emacs-26.1-rc1/bin
  $ ./runemacs.exe -Q
  C-x C-f ~/.gnus.el
  M-x eval-buffer
  M-x gnus

  Opening connection to imap.gmail.com via tls...
  Unable to open server nnimap+gmail due to: auth-source-netrc-parse-entries: Unexpected ‘machine’ token at line 4

I'm not sure if this problem is coming from my confirugration or Emacs 26.1 RC1.
Can you suggest how I trace this down?


#+BEGIN_SRC emacs-lisp
(setq gnus-fetch-old-headers 'some)
(setq gnus-select-method
      '(nnimap "gmail"
               (nnimap-address "imap.gmail.com") ; imap.googlemail.com
               (nnimap-server-port 993)
               (nnimap-stream ssl)))

(setq message-send-mail-function 'smtpmail-send-it
      smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
      smtpmail-auth-credentials '(("smtp.gmail.com" 587
                                   "homeros.misasa@gmail.com" nil))
      smtpmail-default-smtp-server "smtp.gmail.com"
      smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-smtp-service 587
      gnus-ignored-newsgroups "^to\\.\\|^[0-9. ]+\\( \\|$\\)\\|^[\"]\"[#'()]")
#+END_SRC

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

* bug#31242: Gnus on 26.1 RC1 with x86_64-w64-mingw32
  2018-04-23  1:58 bug#31242: Gnus on 26.1 RC1 with x86_64-w64-mingw32 Tak Kunihiro
@ 2018-04-23  9:53 ` Lars Ingebrigtsen
  2018-04-23 10:04   ` Tak Kunihiro
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2018-04-23  9:53 UTC (permalink / raw)
  To: Tak Kunihiro; +Cc: 31242

Tak Kunihiro <tak.kunihiro@gmail.com> writes:

>   Opening connection to imap.gmail.com via tls...
>   Unable to open server nnimap+gmail due to:
> auth-source-netrc-parse-entries: Unexpected ‘machine’ token at line 4

This sounds like you have a syntax error in your ~/.authinfo or ~/.netrc
file.  Does line 4 of that file look OK?

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





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

* bug#31242: Gnus on 26.1 RC1 with x86_64-w64-mingw32
  2018-04-23  9:53 ` Lars Ingebrigtsen
@ 2018-04-23 10:04   ` Tak Kunihiro
  0 siblings, 0 replies; 3+ messages in thread
From: Tak Kunihiro @ 2018-04-23 10:04 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 31242

Lars Ingebrigtsen <larsi@gnus.org> writes:
> Tak Kunihiro <tak.kunihiro@gmail.com> writes:
>
>>   Opening connection to imap.gmail.com via tls...
>>   Unable to open server nnimap+gmail due to:
>>    auth-source-netrc-parse-entries: Unexpected ‘machine’ token at line 4
>
> This sounds like you have a syntax error in your ~/.authinfo or ~/.netrc
> file.  Does line 4 of that file look OK?

There was wrong line 4 in `~/.authinfo'.

4: machine gmail login homeros.misasa@gmail.com password ******
5: machine imap.gmail.com login homeros.misasa@gmail.com password ****** port 993
6: machine smtp.gmail.com login homeros.misasa@gmail.com password ****** port 587

After I took the line 4 out, gnus starts to work on GNU Emacs 26.1
(build 1, x86_64-w64-mingw32).  That was my problem.  Thank you very
much!





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

end of thread, other threads:[~2018-04-23 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-23  1:58 bug#31242: Gnus on 26.1 RC1 with x86_64-w64-mingw32 Tak Kunihiro
2018-04-23  9:53 ` Lars Ingebrigtsen
2018-04-23 10:04   ` Tak Kunihiro

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.