all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alessandro Bertulli <alessandro.bertulli96@gmail.com>
To: Tassilo Horn <tsdh@gnu.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Elisp: can't read buffer content with with-current-buffer
Date: Fri, 3 Jun 2022 00:48:17 +0200	[thread overview]
Message-ID: <CAJczNmA89XLnPoZSh=xux0qu9v89UvRwKDh4UfGN4SmuS19Nkg@mail.gmail.com> (raw)
In-Reply-To: <87k09y3in7.fsf@gnu.org>

Thanks Tassilo, it now works!

However, now I have a next problem. I have this function for debug:

(defun run-java-main-method (mainClass)

  (interactive
   (completing-read "Run main method: " (get-main-method-list)))
   (message "Read %s" mainClass)
  )

So that it simply echoes the entered text. Minibuffer completion works
fine (I use Vertico), but when pressing RET I got this error (I report
the debugger output, got by setting debug-on-error to t):

Debugger entered--Lisp error: (wrong-type-argument listp
"/home/alessandro/akka/src/main/java/com/example/Ak...")
  call-interactively(run-java-main-method nil nil)
  command-execute(run-java-main-method)

I don't get it. Where is it expecting a list?


  reply	other threads:[~2022-06-02 22:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-02 16:45 Elisp: can't read buffer content with with-current-buffer Alessandro Bertulli
2022-06-02 20:33 ` Tassilo Horn
2022-06-02 22:48   ` Alessandro Bertulli [this message]
2022-06-03  6:25     ` Tassilo Horn

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJczNmA89XLnPoZSh=xux0qu9v89UvRwKDh4UfGN4SmuS19Nkg@mail.gmail.com' \
    --to=alessandro.bertulli96@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tsdh@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.