George Oliver | 2 Feb 2011 07:38
Picon

Windows XP emacs hangs on imap connection to gmail

hi,

I've seen a few similar reports of this going back the last year or
two but haven't found a working solution in those threads. I'm trying
to access gmail, and gnus hangs after the message "Opening TLS
connection to `imap.gmail.com'...done".

Using no gnus .11 and emacs 23.2.1 on windows XP (I gave a shot a
compiling the current emacs source but compiling is erroring out with
both mingw and msys).

Some more info -- *Messages*, .gnus.el, .authinfo, and output of
gnutls-cli in the shell -- below, any ideas?

thanks, George

--------------
Here is *Messages*:

Opening connection to imap.gmail.com via tls...
Opening TLS connection to `imap.gmail.com'...
Opening TLS connection with `gnutls-cli -p 993
imap.gmail.com'...failed
Opening TLS connection with `gnutls-cli -p 993 imap.gmail.com --
protocols ssl3'...failed
Opening TLS connection with `openssl s_client -connect imap.gmail.com:
993 -no_ssl2 -ign_eof'...done
Opening TLS connection to `imap.gmail.com'...done
Quit trying to open server nnimap+gmail
nnimap (gmail) open error: ''.  Continue? (y or n)
(Continue reading)

Peter Simons | 2 Feb 2011 21:16
Picon
Gravatar

How to configure automatic PGP/GPG encryption?

Hi guys,

I use Gnus to read and write e-mail. Now, I would like to configure a list of
e-mail addresses, and then I'd like Gnus to automatically encrypt every message
that I send to one of those addresses. I used to do that with bbdb-pgp.el, but
unfortunately that code is based on mailcrypt, which -- unlike Gnus/PGG --
doesn't seem to know anything about modern MIME formats.

Is there a simple way to accomplish that?

Take care,
Peter
Lars Ingebrigtsen | 3 Feb 2011 06:36
Picon
Favicon
Gravatar

Re: Windows XP emacs hangs on imap connection to gmail

George Oliver <georgeolivergo <at> gmail.com> writes:

> Opening TLS connection with `openssl s_client -connect imap.gmail.com:
> 993 -no_ssl2 -ign_eof'...done

What happens if you execute this command manually?

--

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi <at> gnus.org * Lars Magne Ingebrigtsen
George Oliver | 3 Feb 2011 07:52
Picon

Re: Windows XP emacs hangs on imap connection to gmail

On Feb 2, 9:36 pm, Lars Ingebrigtsen <la... <at> gnus.org> wrote:
> George Oliver <georgeolive... <at> gmail.com> writes:
> > Opening TLS connection with `openssl s_client -connect imap.gmail.com:
> > 993 -no_ssl2 -ign_eof'...done
>
> What happens if you execute this command manually?

I get the following -- an error says "Verify return code: 20 (unable
to get local issuer certificate)"; I'm looking around now for what
this means and how I get one, not sure yet though.

thanks, George

C:\Documents and Settings\george\My Documents>openssl s_client -
connect imap.gmail.com:993 -no_ssl2 -ign_eof
Loading 'screen' into random state - done
CONNECTED(00000760)
depth=1 /C=US/O=Google Inc/CN=Google Internet Authority
verify error:num=20:unable to get local issuer certificate
verify return:0
---
Certificate chain
 0 s:/C=US/ST=California/L=Mountain View/O=Google Inc/
CN=imap.gmail.com
   i:/C=US/O=Google Inc/CN=Google Internet Authority
 1 s:/C=US/O=Google Inc/CN=Google Internet Authority
   i:/C=US/O=Equifax/OU=Equifax Secure Certificate Authority
---
Server certificate
-----BEGIN CERTIFICATE-----
(Continue reading)

Jim Burton | 3 Feb 2011 20:27

Binding keys for summary mode

Hi, I want to bind a key to gnus-summary-delete, to be used in the
Summary. I'm confused about which hook I should add this to and in which
keymap it should be? I suppose the hook is gnus-Select-group-hook?
What's the key map? (BTW, how do I see what keymaps are in effect for a
given buffer?)

Thanks,

Jim
--

-- 
J Burton
jim <at> sdf-eu.org
Reiner Steib | 3 Feb 2011 09:05
X-Face

Re: Disabling threading on a per-group basis

On Sat, Jan 29 2011, Yuri D'Elia wrote:

> Is is possible to disable threading on a per-group basis?
> C-M-t seems to disable/enable threading globally.

Add (gnus-show-threads nil) in the Group parameters, e.g. via
`gnus-parameters', see (info "(gnus)Group Parameters").

,----[ (info "(gnus)Group Parameters") ]
|    Group parameters can be set via the `gnus-parameters' variable too.
| But some variables, such as `visible', have no effect (For this case
| see `gnus-permanently-visible-groups' as an alternative.).  For example:
| 
|      (setq gnus-parameters
|            '(("mail\\..*"
|               (gnus-show-threads nil)
|               (gnus-use-scoring nil)
|               (gnus-summary-line-format
|                "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
|               (gcc-self . t)
|               (display . all)) [...]
`----

Bye, Reiner.
--

-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/
Sebastian Tennant | 3 Feb 2011 22:18

Re: Binding keys for summary mode

Quoth Jim Burton <jim <at> sdf-eu.org>:
> (BTW, how do I see what keymaps are in effect for a given buffer?)

 C-h b

OR

 M-x describe-bindings

is your friend.

Seb
--

-- 
Emacs' AlsaPlayer - Music Without Jolts
Lightweight, full-featured and mindful of your idyllic happiness.
http://home.gna.org/eap
Jim Burton | 4 Feb 2011 02:25

Re: Binding keys for summary mode

Sebastian Tennant <sebyte <at> smolny.plus.com> writes:

> Quoth Jim Burton <jim <at> sdf-eu.org>:
>> (BTW, how do I see what keymaps are in effect for a given buffer?)
>
>  C-h b
>
Thanks very much.
> OR
>
>  M-x describe-bindings
>
> is your friend.
>
> Seb

--

-- 
J Burton
jim <at> sdf-eu.org
Jim Burton | 4 Feb 2011 09:08

Re: Binding keys for summary mode

Jim Burton <jim <at> sdf-eu.org> writes:

> Sebastian Tennant <sebyte <at> smolny.plus.com> writes:
>
>> Quoth Jim Burton <jim <at> sdf-eu.org>:
>>> (BTW, how do I see what keymaps are in effect for a given buffer?)
>>
>>  C-h b
>>
> Thanks very much.
>> OR
>>
>>  M-x describe-bindings
>>
>> is your friend.

That lists the bindings but not the keymaps in which they are made. So,
presuming that modeX defines the keymap modeX-map, I tried the following
but it doesn't work:

(add-hook 'gnus-agent-summary-mode '(lambda ()
                (define-key gnus-agent-summary-mode-map 
                  (kbd "d") 'gnus-summary-delete-article)))

>>
>> Seb

--

-- 
J Burton
jim <at> sdf-eu.org
(Continue reading)

Peter Münster | 4 Feb 2011 10:28
Picon
Favicon

Re: Binding keys for summary mode

Jim Burton <jim <at> sdf-eu.org> writes:

> That lists the bindings but not the keymaps in which they are made. So,
> presuming that modeX defines the keymap modeX-map, I tried the following
> but it doesn't work:
>
> (add-hook 'gnus-agent-summary-mode '(lambda ()
>                 (define-key gnus-agent-summary-mode-map 
>                   (kbd "d") 'gnus-summary-delete-article)))

From my .gnus.el:

(defun my-alter-summary-map ()
  (local-set-key (kbd "RET") '(lambda () (interactive)
                             (gnus-summary-show-article)
                             (gnus-summary-select-article-buffer)
                             (delete-other-windows)))
  (local-set-key "s" '(lambda () (interactive)
                        (gnus-summary-move-article)
                        (next-line)))
  (local-set-key "d" [?M ?M ?e ?e down]))

(defun my-alter-article-map ()
  (local-set-key "1" 'delete-other-windows)
  (local-set-key "q" '(lambda () (interactive)
                        (gnus-article-show-summary)
                        (delete-other-windows)))
  (local-set-key "n" "hnh1")
  (local-set-key "N" "hNh1")
  (local-set-key "d" "hMMeenh1")
(Continue reading)


Gmane