From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: C-h C-b to view "Reporting Bugs" section of the manual Date: Mon, 21 May 2012 15:38:04 -0400 Message-ID: <41txz9pboj.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1337629094 2994 80.91.229.3 (21 May 2012 19:38:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 May 2012 19:38:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 21 21:38:13 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SWYQm-00089i-GW for ged-emacs-devel@m.gmane.org; Mon, 21 May 2012 21:38:12 +0200 Original-Received: from localhost ([::1]:36093 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWYQl-00055V-PX for ged-emacs-devel@m.gmane.org; Mon, 21 May 2012 15:38:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWYQi-00054u-Ep for emacs-devel@gnu.org; Mon, 21 May 2012 15:38:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWYQg-0001SG-FS for emacs-devel@gnu.org; Mon, 21 May 2012 15:38:07 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:36183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWYQg-0001SB-Bu for emacs-devel@gnu.org; Mon, 21 May 2012 15:38:06 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SWYQf-0001a3-5V; Mon, 21 May 2012 15:38:05 -0400 X-Spook: Operation Iraqi Freedom Chobetsu SCUD missile Putin X-Ran: X+vnI2Gtx^@@=\d|IP==Ekl\gBj!#v;&}&t#q'PF}ALq~6^}qwG#iwlR)U6$0OTKR/?3:C X-Hue: black X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150585 Archived-At: Any objection to a new C-h C-b binding, to jump to the "Reporting Bugs" section of the manual: === modified file 'BUGS' *** BUGS 2012-05-21 19:32:04 +0000 --- BUGS 2012-05-21 19:35:11 +0000 *************** *** 4,13 **** (1) how to tell when to report a bug, and (2) how to write a useful bug report and what information it needs to have. ! You can read the read the Bugs section of the manual from inside Emacs. ! Start Emacs, do C-h i to enter Info, then m Emacs RET to get to the ! Emacs manual, then m Bugs RET to get to the section on bugs. ! Or you can use the standalone Info program in a like manner. (Standalone Info is part of the Texinfo distribution, not part of the Emacs distribution.) --- 4,14 ---- (1) how to tell when to report a bug, and (2) how to write a useful bug report and what information it needs to have. ! You can read the Bugs section of the manual from inside Emacs. ! Start Emacs, and press C-h C-b. ! Or you can use the standalone Info program: ! info emacs ! m Bugs RET (Standalone Info is part of the Texinfo distribution, not part of the Emacs distribution.) === modified file 'lisp/help.el' *** lisp/help.el 2012-02-28 08:17:21 +0000 --- lisp/help.el 2012-05-21 19:24:45 +0000 *************** *** 54,59 **** --- 54,60 ---- (define-key map "?" 'help-for-help) (define-key map "\C-a" 'about-emacs) + (define-key map "\C-b" 'info-emacs-bug) (define-key map "\C-c" 'describe-copying) (define-key map "\C-d" 'view-emacs-debugging) (define-key map "\C-e" 'view-external-packages) === modified file 'lisp/info.el' *** lisp/info.el 2012-05-04 23:16:47 +0000 --- lisp/info.el 2012-05-21 19:21:25 +0000 *************** *** 683,688 **** --- 683,694 ---- (info "emacs")) ;;;###autoload + (defun info-emacs-bug () + "Display the \"Reporting Bugs\" section of the Emacs manual in Info mode." + (interactive) + (info "(emacs)Bugs")) + + ;;;###autoload (defun info-standalone () "Run Emacs as a standalone Info reader. Usage: emacs -f info-standalone [filename] === modified file 'lisp/menu-bar.el' *** lisp/menu-bar.el 2012-01-31 08:38:58 +0000 --- lisp/menu-bar.el 2012-05-21 19:24:05 +0000 *************** *** 1752,1757 **** --- 1752,1760 ---- (define-key menu [send-emacs-bug-report] `(menu-item ,(purecopy "Send Bug Report...") report-emacs-bug :help ,(purecopy "Send e-mail to Emacs maintainers"))) + (define-key menu [emacs-manual-bug] + `(menu-item ,(purecopy "How to Report a Bug") info-emacs-bug + :help ,(purecopy "Read about how to report an Emacs bug"))) (define-key menu [emacs-known-problems] `(menu-item ,(purecopy "Emacs Known Problems") view-emacs-problems :help ,(purecopy "Read about known problems with Emacs")))