Gnus development mailing list
 help / color / mirror / Atom feed
* my attach this buffer
@ 2021-05-22 17:22 Uwe Brauer
  2021-05-22 17:51 ` dick.r.chiang
  0 siblings, 1 reply; 20+ messages in thread
From: Uwe Brauer @ 2021-05-22 17:22 UTC (permalink / raw)
  To: ding


Hi


A very long time ago I wrote a function that allowed my attach the
actual buffer, I was working in, using vm.

I no longer use vm but gnus since a long time, but forgot  the function

So I tried 

(defun my-attach-this-buffer ()
  "Send the whole buffer, funny to note that such a function does not exist."
  (interactive)
  (let  ((src-buf (buffer-file-name (current-buffer))))
    (my-gnus-summary-post-news)
    (mail-text)
    (mml-attach-buffer src-buffer nil nil nil)
    (message-goto-to)))


It does not work something in the src-buffer is not right but I don't
know what

Anybody has an idea? It is really strange that such a function does not exist



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-08-23 18:23 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-22 17:22 my attach this buffer Uwe Brauer
2021-05-22 17:51 ` dick.r.chiang
2021-05-22 18:01   ` Uwe Brauer
2021-05-22 19:39     ` Eric Abrahamsen
2021-05-23 21:08       ` Uwe Brauer
2021-05-23 21:24         ` Emanuel Berg
2021-05-23 22:13           ` Emanuel Berg
2021-05-24  6:29           ` Uwe Brauer
2021-05-24  7:03             ` Emanuel Berg
2021-05-24 10:47               ` Uwe Brauer
2021-05-24 18:29                 ` Eric Abrahamsen
2021-05-24 19:53                   ` Uwe Brauer
2021-05-24 20:01                     ` Eric Abrahamsen
2021-05-25  8:09                       ` Uwe Brauer
2021-05-25 16:37                         ` Eric Abrahamsen
2021-05-26  6:40                           ` Uwe Brauer
2021-05-26 15:57                             ` Eric Abrahamsen
2021-05-23 22:07         ` Adam Sjøgren
2021-08-23 12:06     ` Wayne Harris
2021-08-23 18:23       ` Emanuel Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).