GNU bug report logs - #23427
25.0.93; C-c M-i doesn't work in bug report buffer

Previous Next

Package: emacs;

Reported by: Heinz Rommerskirchen <heinz <at> h-rommerskirchen.de>

Date: Mon, 2 May 2016 17:47:02 UTC

Severity: normal

Tags: confirmed

Found in version 25.0.93

Full log


Message #8 received at 23427 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Heinz Rommerskirchen <heinz <at> h-rommerskirchen.de>
Cc: 23427 <at> debbugs.gnu.org
Subject: Re: 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
Heinz Rommerskirchen <heinz <at> 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 <at> 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




This bug report was last modified 9 years and 49 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.