unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Gottfried <gottfried@posteo.de>
To: David Masterson <dsmasterson@gmail.com>
Cc: Jean Louis <bugs@gnu.support>,
	"help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: pandoc-mode /Asciidoc
Date: Sun, 26 Feb 2023 10:31:47 +0000	[thread overview]
Message-ID: <291efab1-2d10-5d42-8439-41cea8acd3cb@posteo.de> (raw)
In-Reply-To: <SJ0PR03MB5455EC90F7AC61CC7FA6BC9AA2AE9@SJ0PR03MB5455.namprd03.prod.outlook.com>


[-- Attachment #1.1.1: Type: text/plain, Size: 2295 bytes --]

Hi,

Yes you were right

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

Now I get an other error message and I don’t know why.

> Debugger entered--Lisp error: (file-missing "Cannot open load file" "Datei oder Verzeichnis nicht gefunden" "asciidoc.el")
>   load("asciidoc.el")
>   load-with-code-conversion("/home/gfp/.config/emacs/init.el" "/home/gfp/.config/emacs/init.el" t t)
>   load("/home/gfp/.config/emacs/init" noerror nomessage)
>   startup--load-user-init-file(#f(compiled-function () #<bytecode 0x1bd9a952b2a41bee>) #f(compiled-function () #<bytecode 0x4d12c0e0e44348b>) t)
>   command-line()
>   normal-top-level()

I put the file: "asciidoc.el" in my direcory:

/home/gfp/.config/emacs/Zusatzpakete/selbstinstalliert/Asciidoc/


and in my init.el file it looks like this:


(load "asciidoc.el")
   (add-to-list 'load-path 
"/home/gfp/.config/emacs/Zusatzpakete/selbstinstalliert/Asciidoc/")

So, where is my mistake?
Why emacs can’t find my file?


Second question
If there is already an error showing up in the backtrace buffer
can I test an other expression in the scratch buffer with hitting C-j?

It seems to me that the first backtrace blocks everything
and I have to get right this one.

How can I get rid of the first backtrace to check other expressions?


Kind regards

Gottfried


Am 26.02.23 um 02:36 schrieb David Masterson:
> 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.
> 

-- 

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

  reply	other threads:[~2023-02-26 10:31 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13 14:26 pandoc-mode Gottfried
2023-02-13 14:40 ` pandoc-mode Jean Louis
2023-02-22 14:26   ` pandoc-mode /Asciidoc Gottfried
2023-02-23 11:33     ` Jean Louis
2023-02-23 11:34     ` Jean Louis
2023-02-23 14:13       ` Gottfried
2023-02-23 17:48         ` Jean Louis
2023-02-23 20:17         ` Jean Louis
2023-02-25 12:24           ` Gottfried
2023-02-26  1:36             ` David Masterson
2023-02-26 10:31               ` Gottfried [this message]
2023-02-26 10:53                 ` Stephen Berman
2023-02-26 16:06                   ` Gottfried
2023-02-26 16:50                     ` Jean Louis
2023-02-27  8:41                       ` Gottfried
2023-03-01  3:24                       ` David Masterson
2023-03-02 18:06                       ` Gottfried
2023-03-02 18:51                         ` Gottfried
2023-03-13  4:17                           ` Jean Louis
2023-03-15 15:42                             ` Gottfried
2023-03-15 16:37                               ` Emanuel Berg
2023-02-14 18:35 ` pandoc-mode Bruno Barbier
2023-02-14 19:52   ` pandoc-mode Joost Kremers
2023-02-22 14:13     ` pandoc-mode Gottfried

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=291efab1-2d10-5d42-8439-41cea8acd3cb@posteo.de \
    --to=gottfried@posteo.de \
    --cc=bugs@gnu.support \
    --cc=dsmasterson@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
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).