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

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

Re: pandoc-mode /Asciidoc


From: David Masterson
Subject: Re: pandoc-mode /Asciidoc
Date: Sat, 25 Feb 2023 17:36:10 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Gottfried <gottfried@posteo.de> writes:

> Hi,
>
> thank you very much for helping me.
> ------------------------------------------------------
> I did all of that you proposed.
> --------------------------------------------------------
> and I can open the markdown-mode
> --------------------------------------------------------
> but
> I get this message in opening emacs:
>
> Debugger entered--Lisp error: (void-function add-to-path)

This error means emacs cannot find the "add-to-path" function.  Maybe
you want "add-to-list"?

You can (sort of) test an Elisp expression (ie. something surrounded by
parenthesis) by putting it in the *scratch* buffer (see C-x C-b) and
hitting C-j after the last close paren.  If it works, copy it to your
init file and restart Emacs.

-- 
David Masterson



reply via email to

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