info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Attaching all files in dir


From: Paulo Matos
Subject: Re: Attaching all files in dir
Date: Tue, 04 May 2010 15:48:08 -0000
User-agent: G2/1.0

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?
- 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. Any tips?

--
PMatos


reply via email to

[Prev in Thread] Current Thread [Next in Thread]