Code Monkey home page Code Monkey logo

Comments (6)

yantar92 avatar yantar92 commented on September 28, 2024 1

font-lock-reference-face has been removed in Emacs 29 (it was previously obsolete). ess should use font-lock-constant-face instead.

from ess.

ralmond avatar ralmond commented on September 28, 2024

Adding the following lines to my .emacs seems to fix the problem.

(defvar font-lock-reference-face 'font-lock-reference-face
  "Face for references in an Rd file.")
(defface font-lock-reference-face
  '((default :inherit font-lock-keyword-face)
    (((class color) (background dark))
     (:foreground "lime green"))
    (((class color)) (background light) (:foreground "dark green")))
  "Face for references in an Rd file."
  :version "0.0")

from ess.

mmaechler avatar mmaechler commented on September 28, 2024

Thank you, @yantar92 ! -- indeed that's much a smaller change -- as @ralmond mentions (above), it appears only once, so I've committed and pushed the obvious fix.

from ess.

yantar92 avatar yantar92 commented on September 28, 2024

@mmaechler I generally recommend going through the byte-compilation warnings thrown by just released Emacs 29. It will help avoiding such problems in future.

from ess.

HinTak avatar HinTak commented on September 28, 2024

Just got this issue - fedora 39 ships emacs 29, and I have left over of older emacs ess . Btw, when is a release due?

from ess.

HinTak avatar HinTak commented on September 28, 2024

It has been 18.10.3snapshot for a few years now.

from ess.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.