gnus-uuencode

Andrey Slusar <[email protected]>
Newsgroups gmane.emacs.xemacs.user.russian
Organization ..//Unix or dead...
Message-ID <[email protected]>
  А как можно gnus-ом вставлять заууенкоденые файлы в сообщение?
Стандартая команда посылает отдельными постингом саообщение, а потом
сам закодированный файл. Писал своим хуком так:
--8<---------------cut here---------------start------------->8---
(local-set-key [f4]
   '(lambda ()                                                                      
    (interactive)                                                                     
    (let ((fileuu (read-string "Enter file: "))(nmfileuu (read-string "Enter name: "))) 
    (insert (with-temp-buffer                                                         
        (call-process "uuencode" nil t nil fileuu nmfileuu)                     
        (buffer-string)))                                                       
        (when (eolp)                                                                      
        (delete-backward-char 1)))))
--8<---------------cut here---------------end--------------->8---
 Но хотелось стандартного dired-овского поиска по диску, а тут надо
путь указывать самому :(
-- 
 Don't worry.
   Andrey Slusar.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.