bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Lars Ingebrigtsen
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]