emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Way to prepare a bugreport for pasting into a non-emacs mailclient?
@ 2009-11-18 11:59 Friedrich Delgado Friedrichs
  2009-11-18 12:11 ` Giovanni Ridolfi
  0 siblings, 1 reply; 3+ messages in thread
From: Friedrich Delgado Friedrichs @ 2009-11-18 11:59 UTC (permalink / raw)
  To: Emacs-orgmode mailing list

Hi!

I was just wondering, every time I tried org-submit-bug-report, it
fails after asking the initial questions, because I don't have mh
installed (nor do I intend to install it and e-mh or any other emacs
based mail client).

Is there an obvious way to just prepare the text for a bugreport, so that
I can paste the relevant information (e.g. changed org variables) into
a buffer for sending it via mutt? Maybe I'm missing something here.

If not, I can refactor the relevant parts of org-submit-bug-report into
an interactive function that I could use. Maybe it would also be useful
for others.

Kind regards
	Friedel
-- 
        Friedrich Delgado Friedrichs <friedel@nomaden.org>
                             TauPan on Ircnet and Freenode ;)

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

* Re: Way to prepare a bugreport for pasting into a non-emacs mailclient?
  2009-11-18 11:59 Way to prepare a bugreport for pasting into a non-emacs mailclient? Friedrich Delgado Friedrichs
@ 2009-11-18 12:11 ` Giovanni Ridolfi
  2009-11-18 22:19   ` Friedrich Delgado Friedrichs
  0 siblings, 1 reply; 3+ messages in thread
From: Giovanni Ridolfi @ 2009-11-18 12:11 UTC (permalink / raw)
  To: Emacs-orgmode mailing list, friedel

--- Mer 18/11/09, Friedrich Delgado Friedrichs <friedel@nomaden.org> ha scritto:
> I was just wondering, every time I tried
> org-submit-bug-report, it
> fails after asking the initial questions, because I don't
> have mh installed 
neither do I 
> (nor do I intend to install it and e-mh or any
> other emacs based mail client).

I think you should only set in your .emacs:

(setq user-full-name "  ") 
(setq user-mail-address "  ")
;; Send mail using SMTP 
(setq smtpmail-smtp-server " ")
(setq send-mail-function 'smtpmail-send-it) ;; If you use the default mail user agent.
(load-library "smtpmail")

and Emacs will send with its mail program

cheers
Giovanni




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

* Re: Way to prepare a bugreport for pasting into a non-emacs mailclient?
  2009-11-18 12:11 ` Giovanni Ridolfi
@ 2009-11-18 22:19   ` Friedrich Delgado Friedrichs
  0 siblings, 0 replies; 3+ messages in thread
From: Friedrich Delgado Friedrichs @ 2009-11-18 22:19 UTC (permalink / raw)
  To: Emacs-orgmode mailing list


[-- Attachment #1.1: Type: text/plain, Size: 1906 bytes --]

Well, thanks for your hint!

Giovanni Ridolfi schrieb:
> (setq user-full-name "  ") 
> (setq user-mail-address "  ")
> ;; Send mail using SMTP 
> (setq smtpmail-smtp-server " ")
> (setq send-mail-function 'smtpmail-send-it) ;; If you use the default mail user agent.
> (load-library "smtpmail")

As it turns out, setting mail-user-agent to ignore has exactly the
same effect, as reporter.el will fallback to smtpmail.

Thanks again!

Kind regards
     Friedel
--
        Friedrich Delgado Friedrichs <friedel@nomaden.org>
                             TauPan on Ircnet and Freenode ;)



























































(Rant ahead, please only scroll down if you're in total peace with the
whole universe and nothing can disturb your calm!)



























































That at least gives me the opportunity to edit the buffer and then
send it via mutt, because that will store it in the proper archive
folder and do tons of other stuff that I want it to do, which I'd have
to emacs how to do properly, which would be lost work, since I don't
intend to use emacs as a mail program.

I just wanted to send mail with mutt, not with emacs, but mh-e seems
to be the default nowadays if nothing is set, and that one complains
about ~/Mail/draft being a directory (because that's the directory
where mutt stores its drafts, doh!)

> and Emacs will send with its mail program

No thanks! I do not want to send or read mail with emacs.

Now I just have the problem that I can press C-c C-c accidentally in
the buffer, but there's probably little chance of that happening.

-- 
        Friedrich Delgado Friedrichs <friedel@nomaden.org>
                             TauPan on Ircnet and Freenode ;)

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

end of thread, other threads:[~2009-11-18 22:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-18 11:59 Way to prepare a bugreport for pasting into a non-emacs mailclient? Friedrich Delgado Friedrichs
2009-11-18 12:11 ` Giovanni Ridolfi
2009-11-18 22:19   ` Friedrich Delgado Friedrichs

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).