From: Lars Ingebrigtsen <larsi@gnus.org>
To: Heinz Rommerskirchen <heinz@h-rommerskirchen.de>
Cc: 23427@debbugs.gnu.org
Subject: bug#23427: 25.0.93; C-c M-i doesn't work in bug report buffer
Date: Tue, 03 May 2016 00:51:21 +0200 [thread overview]
Message-ID: <87oa8o6pli.fsf@gnus.org> (raw)
In-Reply-To: <57279236.2080804@h-rommerskirchen.de> (Heinz Rommerskirchen's message of "Mon, 2 May 2016 19:45:26 +0200")
Heinz Rommerskirchen <heinz@h-rommerskirchen.de> writes:
> Select the menu combination <menu-bar> <help-menu> <send-emacs-bug-report>
> The keyboard combination "C-c Mi" which is advertised to "copy text to
> your preferred mail program." does nothing. It doesn't even display an
> error message.
Works for me (under Ubuntu). This is the code that's run:
(if (and to subject body)
(if (report-emacs-bug-can-use-osx-open)
(start-process "/usr/bin/open" nil "open"
(concat "mailto:" to
"?subject=" (url-hexify-string subject)
"&body=" (url-hexify-string body)))
(start-process "xdg-email" nil "xdg-email"
"--subject" subject
"--body" body
(concat "mailto:" to)))
> xdg-email --subject "test" --body "xx" mailto:bug-gnu-emacs@gnu.org
> causes my mail program -- Thunderbird -- to open a window with a new
> message and the command-line arguments inserted in the right place. This
> happens both with my standard start up files and with "emacs -Q"
That invocation looks very much like what you're reporting as
working... What's `C-c M-i' bound to for you?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
next prev parent reply other threads:[~2016-05-02 22:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-02 17:45 bug#23427: 25.0.93; C-c M-i doesn't work in bug report buffer Heinz Rommerskirchen
2016-05-02 22:51 ` Lars Ingebrigtsen [this message]
2016-05-03 0:22 ` Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87oa8o6pli.fsf@gnus.org \
--to=larsi@gnus.org \
--cc=23427@debbugs.gnu.org \
--cc=heinz@h-rommerskirchen.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.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).