From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 12 00:19:40 2022 Received: (at submit) by debbugs.gnu.org; 12 Apr 2022 04:19:40 +0000 Received: from localhost ([127.0.0.1]:46957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne80C-00083O-4t for submit@debbugs.gnu.org; Tue, 12 Apr 2022 00:19:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:46972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne5r4-0004Wi-JH for submit@debbugs.gnu.org; Mon, 11 Apr 2022 22:02:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55074) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne5r4-00022U-DC for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2022 22:02:06 -0400 Received: from microbel.pvv.ntnu.no ([2001:700:300:1900::1:2]:46388) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne5r2-0000XA-DL for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2022 22:02:06 -0400 Received: from [2601:281:8201:1c30::e0b0] (helo=localhost) by microbel.pvv.ntnu.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ne5qs-0005MF-8J for bug-gnu-emacs@gnu.org; Tue, 12 Apr 2022 04:01:56 +0200 Date: Tue, 12 Apr 2022 04:01:50 +0200 From: Olaf Trygve Berglihn To: bug-gnu-emacs@gnu.org Subject: [PATCH] Added biblatex alias entry types for compability with bibtex, cf. biblatex manual section 2.1.2 Type Aliases Message-ID: <20220412020150.2lozfpryjra2wrco@sintefpc7170> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20220408 X-Spam-Score: -1.0 (-) X-Spam-Report: Status=No hits=-1.0 required=5.0 tests=ALL_TRUSTED version=3.4.6 Received-SPF: pass client-ip=2001:700:300:1900::1:2; envelope-from=olafb@pvv.org; helo=microbel.pvv.ntnu.no X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 12 Apr 2022 00:19:38 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --- lisp/textmodes/bibtex.el | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index ab6a907c52..a3f4e6a633 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -764,6 +764,20 @@ for a new entry." ("eprint") ("eprintclass" nil nil 4) ("primaryclass" nil nil -4) ("eprinttype" nil nil 5) ("archiveprefix" nil nil -5) ("url") ("urldate"))) + ("Conference" "Article in Conference Proceedings" ; same as InProceedings + (("author") + ("title" "Title of the article in proceedings (BibTeX converts it to lowercase)")) + (("booktitle" "Name of the conference proceedings") + ("year")) + (("editor") + ("volume" "Volume of the conference proceedings in the series") + ("number" "Number of the conference proceedings in a small series (overwritten by volume)") + ("series" "Series in which the conference proceedings appeared") + ("pages" "Pages in the conference proceedings") + ("month") ("address") + ("organization" "Sponsoring organization of the conference") + ("publisher" "Publishing company, its location") + ("note"))) ("Reference" "Single-Volume Work of Reference" ; same as @collection (("editor") ("title") ("date" nil nil 1) ("year" nil nil -1)) nil @@ -848,6 +862,15 @@ for a new entry." (("type" "Type of the PhD thesis") ("address" "Address of the school (if not part of field \"school\") or country") ("month") ("note"))) + ("MastersThesis" "Master's Thesis" + (("author") + ("title" "Title of the master's thesis (BibTeX converts it to lowercase)") + ("school" "School where the master's thesis was written") + ("year")) + nil + (("type" "Type of the master's thesis (if other than \"Master's thesis\")") + ("address" "Address of the school (if not part of field \"school\") or country") + ("month") ("note"))) ("TechReport" "Technical Report" (("author") ("title" "Title of the technical report (BibTeX converts it to lowercase)") -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 12 06:21:47 2022 Received: (at 54877) by debbugs.gnu.org; 12 Apr 2022 10:21:47 +0000 Received: from localhost ([127.0.0.1]:47645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neDec-0007y1-Sh for submit@debbugs.gnu.org; Tue, 12 Apr 2022 06:21:47 -0400 Received: from quimby.gnus.org ([95.216.78.240]:46176) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neDeb-0007xn-Lt for 54877@debbugs.gnu.org; Tue, 12 Apr 2022 06:21:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=xDw7grAS+a4URPYvCkhttAFw+5P00eNc+wyFXLAaTTI=; b=X/JtWcNoo8mXmh/xFWdXyto/7J QgQP7kMMzg7MYN3hFa6m8xmqjk+mm0P5qbnbwng+ZZyQ8MLaSUHdVH4hWoqvl3IsRU7Ma4dfoU6xo ZbhpChuCrDXBMvOEfeCQMKLgidlYmuY5HepKLv1bd6KZRVgHnvwtfLksPnhqSb+old1g=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1neDeT-00075C-BG; Tue, 12 Apr 2022 12:21:39 +0200 From: Lars Ingebrigtsen To: Olaf Trygve Berglihn Subject: Re: bug#54877: [PATCH] Added biblatex alias entry types for compability with bibtex, cf. biblatex manual section 2.1.2 Type Aliases References: <20220412020150.2lozfpryjra2wrco@sintefpc7170> Date: Tue, 12 Apr 2022 12:21:36 +0200 In-Reply-To: <20220412020150.2lozfpryjra2wrco@sintefpc7170> (Olaf Trygve Berglihn's message of "Tue, 12 Apr 2022 04:01:50 +0200") Message-ID: <875ynehaa7.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Olaf Trygve Berglihn writes: > diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el > index ab6a907c52..a3f4e6a633 100644 Thanks; pushed to Emacs 29. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54877 Cc: 54877@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Olaf Trygve Berglihn writes: > diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el > index ab6a907c52..a3f4e6a633 100644 Thanks; pushed to Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 12 06:21:51 2022 Received: (at control) by debbugs.gnu.org; 12 Apr 2022 10:21:51 +0000 Received: from localhost ([127.0.0.1]:47648 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neDeh-0007yL-2R for submit@debbugs.gnu.org; Tue, 12 Apr 2022 06:21:51 -0400 Received: from quimby.gnus.org ([95.216.78.240]:46190) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neDeg-0007xs-82 for control@debbugs.gnu.org; Tue, 12 Apr 2022 06:21:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=UZyrh77rbh831JraCmwlSahuiOfWGB6J50hJ64chjLs=; b=NV9TWbE+N46/Y212++pT4VU8/j RT0OmPHonv9uRNbsE42NBjDakHBFqlPZVmOtdIo/tBk80gx1mr+5klaTSI4x+xDOSZy5tGBnCYCcS +08q7yO5wFNxy4ib3xHlGqfo1JXsE0bW3L/QsOIswpa5toZ82NfbBO3YaPO4HTlZmQLs=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1neDeY-00075J-Gk for control@debbugs.gnu.org; Tue, 12 Apr 2022 12:21:44 +0200 Date: Tue, 12 Apr 2022 12:21:41 +0200 Message-Id: <874k2yhaa2.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #54877 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 54877 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 54877 29.1 quit From unknown Sat Sep 20 13:35:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 10 May 2022 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator