GNU bug report logs - #28154
26.0.50; suggestion to improve bug reporting interface for users who use webmail

Previous Next

Package: emacs;

Reported by: Zachary Kanfer <zkanfer <at> gmail.com>

Date: Sun, 20 Aug 2017 04:47:02 UTC

Severity: wishlist

Merged with 28902

Found in versions 25.3, 26.0.50

To reply to this bug, email your comments to 28154 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#28154; Package emacs. (Sun, 20 Aug 2017 04:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zachary Kanfer <zkanfer <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 20 Aug 2017 04:47:02 GMT) Full text and rfc822 format available.

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

From: Zachary Kanfer <zkanfer <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.0.50; suggestion to improve bug reporting interface for users who
 use webmail
Date: Sun, 20 Aug 2017 00:45:40 -0400
[Message part 1 (text/plain, inline)]
This fell out of a conversation with Eli Zaretskii on reddit.

report-emacs-bug has methods to attempt to send the bug via email, but
this does not work well for users who do have not configured either
Emacs or an installed email client on their computer. Accessing email
via webmail has become very popular, and users who do so probably have
never even looked for their server settings, so they'd have problems
setting it up.

I think we could provide these users a better user
experience. Currently, when trying to send the bug, if email is not set
up, Emacs presents three options: mail client, transport, and smtp. We
could add a fourth option, "send manually", where this option copies the
body of the text to the system clipboard, so the user could switch to
their browser and paste it. The command could even allow the user to
come back, press RET, then copy the subject, and a third time for the
address to send to.

It's not quite as nice as being able to directly send the email, but I
think this or something like it would be a better experience for people
who do not have their system configured to send email.
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28154; Package emacs. (Sun, 20 Aug 2017 14:22:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Zachary Kanfer <zkanfer <at> gmail.com>
Cc: 28154 <at> debbugs.gnu.org
Subject: Re: bug#28154: 26.0.50;
 suggestion to improve bug reporting interface for users who use
 webmail
Date: Sun, 20 Aug 2017 17:21:18 +0300
> From: Zachary Kanfer <zkanfer <at> gmail.com>
> Date: Sun, 20 Aug 2017 00:45:40 -0400
> 
> I think we could provide these users a better user
> experience. Currently, when trying to send the bug, if email is not set
> up, Emacs presents three options: mail client, transport, and smtp. We
> could add a fourth option, "send manually", where this option copies the
> body of the text to the system clipboard, so the user could switch to
> their browser and paste it. The command could even allow the user to
> come back, press RET, then copy the subject, and a third time for the
> address to send to.

Would someone like to work on adding such a feature to emacsbug.el?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28154; Package emacs. (Sun, 20 Aug 2017 19:03:01 GMT) Full text and rfc822 format available.

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

From: Richard Stallman <rms <at> gnu.org>
To: Zachary Kanfer <zkanfer <at> gmail.com>
Cc: 28154 <at> debbugs.gnu.org
Subject: Re: bug#28154: 26.0.50;
 suggestion to improve bug reporting interface for users who use
 webmail
Date: Sun, 20 Aug 2017 15:02:23 -0400
[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > Currently, when trying to send the bug, if email is not set
  > up, Emacs presents three options: mail client, transport, and smtp. We
  > could add a fourth option, "send manually", where this option copies the
  > body of the text to the system clipboard, so the user could switch to
  > their browser and paste it. The command could even allow the user to
  > come back, press RET, then copy the subject, and a third time for the
  > address to send to.

I think it is good, and I see no possible loss.

-- 
Dr Richard Stallman
President, Free Software Foundation (gnu.org, fsf.org)
Internet Hall-of-Famer (internethalloffame.org)
Skype: No way! See stallman.org/skype.html.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28154; Package emacs. (Mon, 21 Aug 2017 14:22:02 GMT) Full text and rfc822 format available.

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

From: Ted Zlatanov <tzz <at> lifelogs.com>
To: Zachary Kanfer <zkanfer <at> gmail.com>
Cc: 28154 <at> debbugs.gnu.org
Subject: Re: bug#28154: 26.0.50;
 suggestion to improve bug reporting interface for users who use
 webmail
Date: Mon, 21 Aug 2017 10:20:44 -0400
On Sun, 20 Aug 2017 00:45:40 -0400 Zachary Kanfer <zkanfer <at> gmail.com> wrote: 
ZK> I think we could provide these users a better user
ZK> experience. Currently, when trying to send the bug, if email is not set
ZK> up, Emacs presents three options: mail client, transport, and smtp. We
ZK> could add a fourth option, "send manually", where this option copies the
ZK> body of the text to the system clipboard, so the user could switch to
ZK> their browser and paste it. The command could even allow the user to
ZK> come back, press RET, then copy the subject, and a third time for the
ZK> address to send to.

mailto URLs generally support some options; a short body and subject
could be specified like this:

<a href=”mailto:emacs <at> gnu.org?subject=Bug%20Report&body=Hi%0Athere%20″>

Which would DTRT on many users' desktops. So maybe that would be an option?

Ted




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28154; Package emacs. (Wed, 23 Aug 2017 04:16:01 GMT) Full text and rfc822 format available.

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

From: Zachary Kanfer <zkanfer <at> gmail.com>
To: Ted Zlatanov <tzz <at> lifelogs.com>
Cc: 28154 <at> debbugs.gnu.org
Subject: Re: bug#28154: 26.0.50; suggestion to improve bug reporting interface
 for users who use webmail
Date: Wed, 23 Aug 2017 00:14:37 -0400
[Message part 1 (text/plain, inline)]
> Would someone like to work on adding such a feature to emacsbug.el?

I wouldn't mind coding something up for this, if we can agree on what the
flow should be.

On Mon, Aug 21, 2017 at 10:20 AM, Ted Zlatanov <tzz <at> lifelogs.com> wrote:

>
> mailto URLs generally support some options; a short body and subject
> could be specified like this:
>
> <a href=”mailto:emacs <at> gnu.org?subject=Bug%20Report&body=Hi%0Athere%20″>
>
> Which would DTRT on many users' desktops. So maybe that would be an option?
>

I'm not sure how much that functionality overlaps with the existing
behavior that's already there. It certainly wouldn't help webmail users.
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28154; Package emacs. (Wed, 23 Aug 2017 17:23:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Zachary Kanfer <zkanfer <at> gmail.com>
Cc: tzz <at> lifelogs.com, 28154 <at> debbugs.gnu.org
Subject: Re: bug#28154: 26.0.50;
 suggestion to improve bug reporting interface for users who use
 webmail
Date: Wed, 23 Aug 2017 20:22:33 +0300
> From: Zachary Kanfer <zkanfer <at> gmail.com>
> Date: Wed, 23 Aug 2017 00:14:37 -0400
> Cc: 28154 <at> debbugs.gnu.org
> 
> I wouldn't mind coding something up for this, if we can agree on what the flow should be.

Thanks.  I think what you described sounds fine.  If you have more
detailed questions, please go ahead and ask them.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28154; Package emacs. (Wed, 23 Aug 2017 19:32:01 GMT) Full text and rfc822 format available.

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

From: Ted Zlatanov <tzz <at> lifelogs.com>
To: Zachary Kanfer <zkanfer <at> gmail.com>
Cc: 28154 <at> debbugs.gnu.org
Subject: Re: bug#28154: 26.0.50;
 suggestion to improve bug reporting interface for users who use
 webmail
Date: Wed, 23 Aug 2017 15:31:44 -0400
On Wed, 23 Aug 2017 00:14:37 -0400 Zachary Kanfer <zkanfer <at> gmail.com> wrote: 

>> Would someone like to work on adding such a feature to emacsbug.el?
ZK> I wouldn't mind coding something up for this, if we can agree on what the
ZK> flow should be.

There are many possible flows. Please feel free to propose and
implement; if you put your work in a branch we'll be happy to review it.

ZK> On Mon, Aug 21, 2017 at 10:20 AM, Ted Zlatanov <tzz <at> lifelogs.com> wrote:

>> mailto URLs generally support some options; a short body and subject
>> could be specified like this:
>> 
>> <a href=”mailto:emacs <at> gnu.org?subject=Bug%20Report&body=Hi%0Athere%20″>
>> 
>> Which would DTRT on many users' desktops. So maybe that would be an option?

ZK> I'm not sure how much that functionality overlaps with the existing
ZK> behavior that's already there. It certainly wouldn't help webmail users.

Maybe it will help others :)

Ted




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28154; Package emacs. (Thu, 24 Aug 2017 04:16:02 GMT) Full text and rfc822 format available.

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

From: Zachary Kanfer <zkanfer <at> gmail.com>
To: Ted Zlatanov <tzz <at> lifelogs.com>
Cc: 28154 <at> debbugs.gnu.org
Subject: Re: bug#28154: 26.0.50; suggestion to improve bug reporting interface
 for users who use webmail
Date: Thu, 24 Aug 2017 00:15:30 -0400
[Message part 1 (text/plain, inline)]
Eli,

Cool. I'll code that flow up.

Ted,

I'll code up the flow above, but I'm not going to write the mailto
suggestion; I don't have email set up on a program on my machine, so I
wouldn't be able to properly test it, or even see how it differs from the
existing options.

On Wed, Aug 23, 2017 at 3:31 PM, Ted Zlatanov <tzz <at> lifelogs.com> wrote:

> On Wed, 23 Aug 2017 00:14:37 -0400 Zachary Kanfer <zkanfer <at> gmail.com>
> wrote:
>
> >> Would someone like to work on adding such a feature to emacsbug.el?
> ZK> I wouldn't mind coding something up for this, if we can agree on what
> the
> ZK> flow should be.
>
> There are many possible flows. Please feel free to propose and
> implement; if you put your work in a branch we'll be happy to review it.
>
> ZK> On Mon, Aug 21, 2017 at 10:20 AM, Ted Zlatanov <tzz <at> lifelogs.com>
> wrote:
>
> >> mailto URLs generally support some options; a short body and subject
> >> could be specified like this:
> >>
> >> <a href=”mailto:emacs <at> gnu.org?subject=Bug%20Report&body=Hi%0Athere%20″>
> >>
> >> Which would DTRT on many users' desktops. So maybe that would be an
> option?
>
> ZK> I'm not sure how much that functionality overlaps with the existing
> ZK> behavior that's already there. It certainly wouldn't help webmail
> users.
>
> Maybe it will help others :)
>
> Ted
>
[Message part 2 (text/html, inline)]

Merged 28154 28902. Request was from Noam Postavsky <npostavs <at> users.sourceforge.net> to control <at> debbugs.gnu.org. (Thu, 19 Oct 2017 18:36:02 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 242 days ago.

Previous Next


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