all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Riley <rileyrg@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: More emacs instances
Date: Fri, 13 Aug 2010 16:35:55 +0200	[thread overview]
Message-ID: <i43l8c$3kb$1@dough.gmane.org> (raw)
In-Reply-To: m17hjua962.fsf@gmail.com

Andrea Crotti <andrea.crotti.0@gmail.com> writes:

> Memnon Anon <gegendosenfleisch@googlemail.com> writes:
>
>>
>> Hi,
>>
>> I know that alot of people actually use this solution (different
>> instances of emacs).
>>
>> I however really prefer to work in just one instance (with different
>> frames from time to time) and rather "fix" the parts that make emacs
>> feel unresponsive.
>>
>> Here are some of the solutions I came up with:
>>
>>   Mail:    msmtp+fetchmail
>>   News:    leafnode [you know gmane, right?!]
>>   IRC etc: bitlbee
>>
>> I have a decent, but really not 'state of the art' machine (Pentium III,
>> 1.2 Mhz,512 Mb Ram), but with these external helpers, emacs performs
>> flawlessly. 
>>
>> Memnon
>>   
>>   
>
> Ah yes I like this solution also and yes sure I know gmane, I'm using
> it also now.
> Even though I'm still not able to use it very well.
> On many mailing lists it doesn't I can't post even if I'm subscribed...
>
> And I also use fetchmail for some servers and I like it a lot.
> Would you have an example of this configuration (even in private)?
>
> Thanks a lot
>

I used to prefer getmail.

I had a small cronjob which calls this:-

,----
| #!/bin/bash
| host=$(hostname)
| mailserver="hermes.servername.net"
| if [ $host != "hermes.servername.net" ]
| then
|     echo "Doing remote call to mailserver $mailserver"
|     ssh $mailserver /home/shamrock/bin/getmails
|     exit
| fi
| 
| cmd="getmail -l -a -q"
| 
| for file in ~/.getmail/*.rc; do
|     cmd="$cmd --rcfile $file "
| done
| 
| $cmd
`----

man getmail for the account rc file formats.

But then I discovered offlineimap. Now I run offlineimap every ten
minutes or so which stores imap email from gmail into local maildirs and
I connect gnus directly to them. Fast and efficient. And easily
"cloneable" on my laptops.

This article proved useful :-

http://pbrisbin.com:8080/pages/mutt2.html







  reply	other threads:[~2010-08-13 14:35 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-13 10:56 More emacs instances Andrea Crotti
2010-08-13 11:32 ` Thierry Volpiatto
2010-08-13 12:15 ` Richard Riley
2010-11-05 14:26   ` Gary
2010-08-13 12:45 ` Gary
     [not found] ` <mailman.14.1281699331.25007.help-gnu-emacs@gnu.org>
2010-08-13 13:13   ` Robert Marshall
2010-08-13 13:43 ` Drew Adams
2010-08-16  7:23   ` Gary
2010-08-13 13:52 ` Memnon Anon
2010-08-13 14:17   ` Andrea Crotti
2010-08-13 14:35     ` Richard Riley [this message]
2010-08-13 15:00       ` Andrea Crotti
2010-08-13 15:22         ` Richard Riley
2010-08-13 15:51           ` Andrea Crotti
2010-08-13 15:19       ` Memnon Anon
2010-08-13 15:27         ` Richard Riley
2010-08-15 17:13           ` Andrea Crotti
2010-08-15 17:30             ` Richard Riley
2010-08-16 14:26               ` Andrea Crotti
2010-08-16 15:20                 ` Richard Riley
2010-08-16 16:36                   ` Memnon Anon
2010-08-17 11:15                     ` Andrea Crotti
2010-08-18 20:56                       ` Memnon Anon
2010-08-17 13:22                   ` Andrea Crotti
2010-08-17 14:29                     ` Richard Riley
2010-08-17 16:00                       ` Andrea Crotti
2010-08-17 18:00                         ` Richard Riley
2010-08-17 23:20                           ` Andrea Crotti
2010-08-18 18:45                           ` Eric Abrahamsen
2010-09-06 17:17                             ` Andrea Crotti
2010-09-07  1:39                               ` Eric Abrahamsen
     [not found]                             ` <mailman.3.1283793504.2065.help-gnu-emacs@gnu.org>
2010-09-06 21:46                               ` Stefan Monnier
2010-08-13 14:57     ` Memnon Anon
     [not found]   ` <mailman.11.1281709100.21791.help-gnu-emacs@gnu.org>
2010-08-13 20:02     ` Ted Zlatanov

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='i43l8c$3kb$1@dough.gmane.org' \
    --to=rileyrg@gmail.com \
    --cc=help-gnu-emacs@gnu.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.