[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Attaching all files in dir
From: |
Glyn Millington |
Subject: |
Re: Attaching all files in dir |
Date: |
Tue, 04 May 2010 15:48:08 -0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Paulo Matos <pocmatos@gmail.com> writes:
> On Apr 10, 7:13 pm, Glyn Millington <wistansw...@linuxmail.org> wrote:
>>
>> Not quite. The snippet below will allow you to attach all the files you
>> mark in dired in one go
>>
>> ,----
>> | ;; If you would like to attach all marked files from dired to a new
>> | ;; Gnus message then put the following in your .emacs:
>> |
>> | (require 'gnus-dired)
>> | (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
>> |
>> | ;; Then, from dired, you can mark files as normal and then hit C-c
>> | ;; C-m C-a to attach the files (as attachments, not inline) to a
>> | ;; message. If you would like to have an easier to get to binding I
>> | ;; would suggest the following:
>> |
>> | (define-key dired-mode-map "a" 'gnus-dired-attach)
>> `----
>>
>
> That's an excellent suggestion. It worked and raised two questions...
> - How do you do that awesome left brace around the code?
http://www.davep.org/emacs/boxquote.el
> - Which server do you use to read newsgroups inside gnus? I am in
> google groups but I hate it, however don't know any free public nntp
> server.
Anything useful here?
http://freenews.maxbaud.net/
I have just got an account here
http://albasani.net/
atb
Glyn