From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@russet.org.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: 4K Bugs Date: Mon, 11 Jan 2016 13:54:17 +0000 Message-ID: <87ziwc1at2.fsf@russet.org.uk> References: <87mvszdp6b.fsf@gnus.org> <8737u9kv6f.fsf@russet.org.uk> <878u40ibuu.fsf@gmx.de> <877fjkb41b.fsf@russet.org.uk> <87y4c0gpqx.fsf@gmx.de> <87io349na6.fsf@russet.org.uk> <87egdrqh2x.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1452520468 2469 80.91.229.3 (11 Jan 2016 13:54:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jan 2016 13:54:28 +0000 (UTC) Cc: Andrew Hyatt , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 11 14:54:26 2016 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 1aIcvR-00031s-GR for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2016 14:54:25 +0100 Original-Received: from localhost ([::1]:54320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIcvQ-0002SY-Vs for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2016 08:54:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIcvN-0002SQ-La for emacs-devel@gnu.org; Mon, 11 Jan 2016 08:54:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIcvK-0004EL-Fk for emacs-devel@gnu.org; Mon, 11 Jan 2016 08:54:21 -0500 Original-Received: from cheviot12.ncl.ac.uk ([128.240.234.12]:39527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIcvK-0004DN-9Y for emacs-devel@gnu.org; Mon, 11 Jan 2016 08:54:18 -0500 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot12.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1aIcvJ-0003Bb-Bo; Mon, 11 Jan 2016 13:54:17 +0000 Original-Received: from jangai.ncl.ac.uk ([10.66.67.223] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1aIcvJ-0006kI-HW; Mon, 11 Jan 2016 13:54:17 +0000 In-Reply-To: <87egdrqh2x.fsf@gmx.de> (Michael Albinus's message of "Sat, 9 Jan 2016 09:42:46 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.12 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:198024 Archived-At: Michael Albinus writes: > Andrew Hyatt writes: >> >> One document which I think is missing is a "what all the tags" >> mean. >> > >> > I believe it is covered in the User Guide. If not sufficient, >> ask for >> > clarification. >> >> invalid? Different from notabug, wontfix, unreproducible? >> >> pending? Pending what? Different from moreinfo? >> >> patch? It includes one? Covers a bug report with a pull request? > > Emacs has no special meaning on them. Check the debbugs doc: > > > > "invalid" is declared in debbugs-*.el only. It sets the tags notabug and > wontfix, and closes the bug. See the User Guide. Ah, that is useful. Phil