From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Edgar Lux Newsgroups: gmane.emacs.help Subject: Feature request: better biber (comment) support Date: Fri, 30 Jun 2023 16:08:57 +0200 (CEST) Message-ID: <1962536429.113839.1688134137797@ichabod.co-bxl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16569"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jul 03 11:18:28 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qGFhU-00042O-AY for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 03 Jul 2023 11:18:28 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qGFgp-0002z3-Nt; Mon, 03 Jul 2023 05:17:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFEoB-00066a-FY for help-gnu-emacs@gnu.org; Fri, 30 Jun 2023 10:09:12 -0400 Original-Received: from wilbur.contactoffice.com ([212.3.242.68]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFEo9-0007s0-E0 for help-gnu-emacs@gnu.org; Fri, 30 Jun 2023 10:09:11 -0400 Original-Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id 6E9872779 for ; Fri, 30 Jun 2023 16:09:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1688134141; s=20210208-e7xh; d=mailfence.com; i=edgarlux@mailfence.com; h=Date:Message-ID:MIME-Version:Content-Type:Subject:From:Content-Transfer-Encoding:To; l=844; bh=JBBLcsyHJocQFmIOUR54slop3NNTEqlXOMsr7ZPDSCo=; b=4LH0Kv/k0+YZEncWHghEuA2CA6B0FyItQLM+n8A6o+jYEZJZuJ3PYxUrWUJ1HEsr c+6E6xODOYqqvGWlNeFMw9hMj5MPcCa46m5gWAYX6EBQWukth/tUbcoXYLOKGwFHrej BC6YHtycQCXF2T4NdbG67QIwHtvSwfEJwvixIaXGKJppgBgBZUtblWwYwMsF8IYpM5u RUeEOfT/40lTHio4ULeLdZjBtwmq6bA6W6SoLKEMPzptYI2HCZbQZVSMv4COGlT94Eq cafoJ1atRMA9bHL4kBCQHd1wwlVDmLb/p8Bp7l00awS92EhHSbpA+eHTaR6GHPNRZqs zwc2zvq7uA== X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:195124330 Received-SPF: pass client-ip=212.3.242.68; envelope-from=edgarlux@mailfence.com; helo=wilbur.contactoffice.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, 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-Mailman-Approved-At: Mon, 03 Jul 2023 05:17:44 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:144084 Archived-At: Hi! As I was inserting a cite with org-cite, I realised that it was checking the validity of my .bib file. I am using BibLaTeX (biber), and I had some entries with comments starting with %. =bibtex-validate= disproves such lines, but even @COMMENT does not seem to work on them. I resorted to using comment = {...}. May be it would be important to update the code to support biber (BibLaTeX) as well; may be there is work in a newer version of Emacs. references: - https://tex.stackexchange.com/questions/325696/code-comments-in-a-biblatex-file - https://tex.stackexchange.com/questions/21709/comments-in-bibtex - https://tex.stackexchange.com/questions/93972/comment-out-sections-of-text-in-bib-file Emacs 28.2 on GNU Linux (is there something else? ;) ) Thanks! -- Sent with https://mailfence.com Secure and private email