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

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

Re: pandoc-mode /Asciidoc


From: Jean Louis
Subject: Re: pandoc-mode /Asciidoc
Date: Sun, 26 Feb 2023 19:50:52 +0300
User-agent: Mutt/2.2.9+54 (af2080d) (2022-11-21)

* Gottfried <gottfried@posteo.de> [2023-02-26 19:07]:
> Your help solved my problem and I have learned a lot through your
> explanations.

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

That was my mistake. Maybe I should make alias function `add-to-path'

(defun add-to-path (path)
  (add-to-list 'load-path (expand-file-name path)))

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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