all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Hofert <marius.hofert@math.ethz.ch>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Gnus: Error on setting up IMAP accounts
Date: Sun, 30 Oct 2011 01:01:00 +0200	[thread overview]
Message-ID: <FFD18FD2-3C1A-465B-A5CA-A95B80FCE60B@math.ethz.ch> (raw)
In-Reply-To: <87k47nfy0g.fsf@thinkpad.tsdh.de>


On 2011-10-29, at 20:33 , Tassilo Horn wrote:

> Marius Hofert writes:
> 
> Hi Marius,
> 
>> The connection to mail.uni.edu at startup works quite fast (about 1s),
>> but the I get asked "Buffer has a running process; kill it?" If I
>> choose yes, then "imap: Connecting to imap.googlemail.com..." appears
>> (again, for as long as I don't abort it with C-g).
> 
> This "Buffer has running process" thingy rings some bell.  I think there
> was a discussion lately on emacs-devel or ding.  You might want to have
> a look.

I tried, but couldn't find anything useful :-(
The non-Gmail server is a Microsoft Exchange server (in case that information is useful).

I commented out the gmail account, hoping that it will make the other mailbox run perfectly, but it does not (still getting the kill buffer message). I then commmented out the buggy mailbox and just left the Gmail mailbox in the secondary-select-methods. I obtain:
Gnus auto-save file exists. Do you want to read it? (y or n) 
I chose n. Then, the minibuffer showed:
imap: Connecting to imap.googlemail.com... 
It takes about 3 minutes until I see the Group buffer (why so long?)
When starting a new message, I get:
Toggling flyspell-mode off; better pass an explicit argument.
When hitting ^, I obtain:
{nnfolder:archive} (closed)
{nndoc:gnus-help} (opened)
{nnimap:marius.hofert@googlemail.com} (denied)

Any ideas?

> 
>> Also, the (org-contacts-gnus-insinuate) statement did not change
>> anything concerning the completion (I am in the "To" line and type
>> "Us" + TAB. I expect to get "User", but nothing happens), but that's
>> certainly not the major problem at the moment.
> 
> When you are in a message buffer, what's the value of
> `completion-at-point-functions'?  It should include
> `org-contacts-message-complete-function'.

It does:

completion-at-point-functions is a variable defined in `minibuffer.el'.
Its value is (org-contacts-message-complete-function)

  This variable is potentially risky when used as a file local variable.

Documentation:
Special hook to find the completion table for the thing at point.
It is called without any argument and should return either nil,
or a function of no argument to perform completion (discouraged),
or a list of the form (START END COLLECTION &rest PROPS) where
 START and END delimit the entity to complete and should include point,
 COLLECTION is the completion table to use to complete it, and
 PROPS is a property list for additional information.
Currently supported properties are:
 `:predicate'           a predicate that completion candidates need to satisfy.
 `:annotation-function' the value to use for `completion-annotate-function'.

Still, I can't complete addesses. My ~/org/contact.org is specified in .emacs by 

(custom-set-variables
 '(org-contacts-files '("~/org/contacts.org")))
(org-contacts-gnus-insinuate)

and it looks like:

#+STARTUP: showeverything
# entry:
# :PROPERTIES:
# :EMAIL:
# :URL:
# :WORK:
# :HOME:
# :MOBILE:
# :LOCATION:
# :BIRTHDAY:
# :NOTE:
# :END:

* Friends
** John
:PROPERTIES:
:EMAIL: john.doe@doe.com
:URL:
:WORK:
:HOME:
:MOBILE:
:LOCATION:
:BIRTHDAY:
:NOTE:
:END:
** Jimmy
...

Cheers,

Marius



> 
> Bye,
> Tassilo
> -- 
> (What the world needs (I think) is not
>      (a Lisp (with fewer parentheses))
>      but (an English (with more.)))
> Brian Hayes, http://tinyurl.com/3y9l2kf
> 
> 




  reply	other threads:[~2011-10-29 23:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-29  7:58 Gnus: Error on setting up IMAP accounts Marius Hofert
2011-10-29  8:09 ` Tassilo Horn
2011-10-29  9:45   ` Marius Hofert
2011-10-29 18:33     ` Tassilo Horn
2011-10-29 23:01       ` Marius Hofert [this message]
2011-10-31 16:56       ` Marius Hofert
  -- strict thread matches above, loose matches on Subject: below --
2011-10-28 19:07 Marius Hofert
2011-10-28 20:49 ` Tassilo Horn

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

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

  git send-email \
    --in-reply-to=FFD18FD2-3C1A-465B-A5CA-A95B80FCE60B@math.ethz.ch \
    --to=marius.hofert@math.ethz.ch \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tassilo@member.fsf.org \
    /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.
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.