all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <turnbull@sk.tsukuba.ac.jp>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: acm@muc.de, Richard Stallman <rms@gnu.org>, emacs-devel@gnu.org
Subject: Re: bug#13141: please review bug #13141
Date: Mon, 21 Jan 2013 12:26:21 +0900	[thread overview]
Message-ID: <878v7n5i8y.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <87k3r7mjob.fsf@yandex.ru>

Not Ccing <13141@debbugs.gnu.org> per Glenn's request.

Dmitry Gutov writes:

 > I usually delete most of it, because the default text looks messy, and I
 > don't like sending emails that look untidy. Also, it's harder to find
 > the actual report description if it's surrounded by auto-generated text.

Ah, I forgot about that.  Steve Youngs fixed that for us ages ago.
M-x report-xemacs-bug now pops up *two* buffers.  One is a mail
composition buffer which looks like this for message mode users:

------------------------------------------------------------------------
    To: XEmacs Beta <xemacs-beta@xemacs.org>
    Subject: [Bug: 21.5-b32] Nothing works in the latest beta
    --text follows this line--
    ================================================================
    Dear Bug Team!



    ================================================================

    System Info to help track down your bug:
    ---------------------------------------

------------------------------------------------------------------------

followed by the generated information.  The other buffer is a help
buffer explaining good style and desired content for bug reports,
appended below in full just in case it has useful ideas.  (Of course
it is tainted from a legal viewpoint, but it wouldn't be hard to
rewrite in a more GNU-y style.)  The help buffer can be manipulated
with the usual commands for such buffers, or suppressed completely.

Steve

------------------------------------------------------------------------
This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!

The working language of XEmacs development is English.  Bug reports in
English will be dealt with most promptly and most effectively.  However, the
XEmacs maintainers as a group speak most of the major Western languages and
Japanese, so if communicating in English is a problem for you, please feel
free to report your bug using one of those other languages.

Please describe as succinctly as possible:
	- What happened.
	- What you thought should have happened.
	- Precisely what you were doing at the time.

Also include a reliable recipe for triggering the bug, as well as
any C and lisp back-traces that you may have.
(setq stack-trace-on-error t), or (setq debug-on-error t) if you
are familiar with the debugger, to get a lisp back-trace.
To get a core file for the C back-trace on a GNU/Linux system do 
'ulimit -c unlimited' in the shell prior to starting XEmacs.

Type C-c tab to visit in Info the XEmacs Manual section
about when and how to write a bug report,
and what information to supply so that the bug can be fixed.
Type SPC to scroll through this section and its subsections.

You are very welcome to scan through the bug report and remove any
potentially sensitive data.

Turn off this help buffer permanently by adding:

	 (setq report-xemacs-bug-no-explanations t)

To your ~/.xemacs/init.el



  parent reply	other threads:[~2013-01-21  3:26 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-19 23:10 please review bug #13141 Drew Adams
2013-01-19 23:20 ` Alan Mackenzie
2013-01-19 23:59   ` bug#13141: " Drew Adams
2013-01-19 23:59   ` Drew Adams
2013-01-20  0:12     ` Xue Fuqiao
2013-01-20  0:12     ` bug#13141: " Xue Fuqiao
2013-01-20  7:16     ` Stephen J. Turnbull
2013-01-20  7:16     ` Stephen J. Turnbull
2013-01-20 10:33       ` Xue Fuqiao
2013-01-20 10:33       ` bug#13141: " Xue Fuqiao
2013-01-20 17:08       ` Eli Zaretskii
2013-01-20 17:08       ` Eli Zaretskii
2013-01-20 18:41       ` bug#13141: " Richard Stallman
2013-01-20 21:21         ` Drew Adams
2013-01-21  1:03         ` bug#13141: " Dmitry Gutov
2013-01-21  1:03         ` Dmitry Gutov
2013-01-21  3:02           ` Stephen J. Turnbull
2013-01-21  3:26           ` Stephen J. Turnbull [this message]
2013-01-21  2:39         ` Stephen J. Turnbull
2013-01-21  2:39         ` Stephen J. Turnbull
2013-01-20 10:50     ` bug#13141: " Alan Mackenzie
2013-01-20 10:50     ` Alan Mackenzie
2013-01-20 12:02       ` Xue Fuqiao
2013-01-20 20:27         ` Glenn Morris
2013-01-21  2:52           ` Stephen J. Turnbull
2013-01-20 12:02       ` bug#13141: " Xue Fuqiao
2013-01-20 17:40       ` Drew Adams
2013-01-20 17:40       ` Drew Adams
2013-01-21  4:24         ` Drew Adams
2013-01-21  4:24         ` bug#13141: " Drew Adams
2013-01-19 23:20 ` Alan Mackenzie
2013-01-19 23:21 ` Drew Adams
2013-01-19 23:21 ` Drew Adams
  -- strict thread matches above, loose matches on Subject: below --
2012-12-11 16:00 bug#13141: 24.3.50; Be able to customize the info included by default for `report-emacs-bug' Drew Adams
2013-01-19 23:10 ` bug#13141: please review bug #13141 Drew Adams
2013-01-20  0:35   ` Dmitry Gutov
2013-01-20  0:54     ` Xue Fuqiao
2013-01-20  0:54     ` Xue Fuqiao
2013-01-20  7:19       ` Stephen J. Turnbull
2013-01-20 19:46         ` Harald Hanche-Olsen
2013-01-20  7:19       ` Stephen J. Turnbull
2013-01-20  1:03     ` Drew Adams
2013-01-20  1:03     ` Drew Adams
2013-01-20  0:35   ` Dmitry Gutov

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878v7n5i8y.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=turnbull@sk.tsukuba.ac.jp \
    --cc=acm@muc.de \
    --cc=dgutov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.