help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems with Emacs 28


From: Emanuel Berg
Subject: Re: problems with Emacs 28
Date: Fri, 23 Oct 2020 20:00:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

More problems with the update.

The byte-compiler, and the docstring, tells me I should use `map-put!'
as `map-put' is decrepated. However when I do that, I get
a "map-not-inplace" error.

The Elisp in particular is this

    ;; remove troublesome Swedish and special chars from autokey
    ;; add more as needed
    (cl-loop
     for (r w)
     in `(("ä" "a")
          ("Ä" "A")
          ("å" "a")
          ("Å" "A")
          ("é" "e")
          ("ö" "o")
          ("Ö" "O")
          ("ń" "n")
          ("ś" "s") )
     do (map-put bibtex-autokey-titleword-change-strings r w) )
     ;; https://dataswamp.org/~incal/emacs-init/my-bibtex.el

What is that bang (explication mark) syntax BTW?

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]