unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Albinus via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Ihor Radchenko <yantar92@posteo.net>
Cc: "Eli Zaretskii" <eliz@gnu.org>,
	v.pupillo@gmail.com,
	"Mattias Engdegård" <mattias.engdegard@gmail.com>,
	71566@debbugs.gnu.org, yantar92@gmail.com
Subject: bug#71566: 30.0.50; test-custom-opts shows errors
Date: Sat, 15 Jun 2024 16:24:09 +0200	[thread overview]
Message-ID: <87zfrmgu7q.fsf@gmx.de> (raw)
In-Reply-To: <877ceqguhv.fsf@localhost> (Ihor Radchenko's message of "Sat, 15 Jun 2024 14:18:04 +0000")

Ihor Radchenko <yantar92@posteo.net> writes:

>> Ihor, please fix the problem in Org.
>
> Fixed, on bugfix.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?h=bugfix&id=a9a05dab81eb4e7d6c74bb9755d50c08973f00d1

--8<---------------cut here---------------start------------->8---
diff --git a/lisp/org-src.el b/lisp/org-src.el
 index d152fbf..262bd46 100644
 --- a/lisp/org-src.el
 +++ b/lisp/org-src.el
 @@ -241,8 +241,8 @@ but the mode to use is `tuareg-mode'."
 :package-version '(Org . "9.7")
 :type '(repeat
 (cons
 - (string "Language name")
 - (symbol "Major mode"))))
 + (string :tag "Language name")
 + (symbol :tag "Major mode"))))
 (defcustom org-src-block-faces nil
 "Alist of faces to be used for source-block.
--8<---------------cut here---------------end--------------->8---

I don't believe this fixes it. The error shows

--8<---------------cut here---------------start------------->8---
variable: org-src-lang-modes
   value: (("lilypond" . "LilyPond") ("C" . c) ("C++" . c++) ("asymptote" . asy) ("beamer" . latex) ("calc" . fundamental) ("cpp" . c++) ("ditaa" . artist) ("desktop" . conf-desktop) ("dot" . fundamental) ("elisp" . emacs-lisp) ("ocaml" . tuareg) ("screen" . shell-script) ("sqlite" . sql) ("toml" . conf-toml) ("shell" . sh) ("ash" . sh) ("sh" . sh) ("bash" . sh) ("jsh" . sh) ("bash2" . sh) ("dash" . sh) ("dtksh" . sh) ("ksh" . sh) ("es" . sh) ("rc" . sh) ("itcsh" . sh) ("tcsh" . sh) ("jcsh" . sh) ("csh" . sh) ("ksh88" . sh) ("oash" . sh) ("pdksh" . sh) ("mksh" . sh) ("posix" . sh) ("wksh" . sh) ("wsh" . sh) ("zsh" . sh) ("rpm" . sh))
    type: (repeat (cons (string "Language name") (symbol "Major mode")))
--8<---------------cut here---------------end--------------->8---

I suppose, the cdr in ("lilypond" . "LilyPond") must be a symbol, not a
string.

Best regards, Michael.





  reply	other threads:[~2024-06-15 14:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-15  8:31 bug#71566: 30.0.50; test-custom-opts shows errors Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-15 12:24 ` Eli Zaretskii
2024-06-15 12:59 ` Mattias Engdegård
2024-06-15 13:21   ` Eli Zaretskii
2024-06-15 14:01     ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-15 14:18     ` Ihor Radchenko
2024-06-15 14:24       ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-06-15 14:36         ` Ihor Radchenko
2024-06-15 14:40           ` Mattias Engdegård
2024-06-15 14:48             ` Ihor Radchenko
2024-06-15 14:49           ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-16  8:03             ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87zfrmgu7q.fsf@gmx.de \
    --to=bug-gnu-emacs@gnu.org \
    --cc=71566@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=mattias.engdegard@gmail.com \
    --cc=michael.albinus@gmx.de \
    --cc=v.pupillo@gmail.com \
    --cc=yantar92@gmail.com \
    --cc=yantar92@posteo.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).