From: Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: use SLIME/SDL2 from the VT
Date: Sun, 04 Jul 2021 22:45:17 +0200 [thread overview]
Message-ID: <87a6n1g65e.fsf@zoho.eu> (raw)
In-Reply-To: 87wnq9gn96.fsf@zoho.eu
> Can you use SLIME/SDL2 from the Linux VT and pipe the
> graphics to X, similar to what happens (sometimes) with the
> shell tools if you set the DISPLAY=":0" environmental, or if
> the tool comes with a -d option specifically for this (which
> SBCL don't)?
>
> The below attempt doesn't work, what happens is that with or
> without it SBCL tries and actually manages to write
> something to the VT framebuffer, but then crashes.
>
> Can it be done?
>
> (setq slime-lisp-implementations
> '((sbcl ("sbcl" "--core" "/home/incal/cl/sbcl.core-with-swank")
> :env ("DISPLAY=\":0\"")
> :init (lambda (port-file _)
> (format "(swank:start-server %S)\n" port-file) ))))
I works with
$ DISPLAY=":0" emacs -nw
Note the -nw, because without it, the whole Emacs instance
will be the GUI version, in X.
--
underground experts united
https://dataswamp.org/~incal
next prev parent reply other threads:[~2021-07-04 20:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-02 7:59 use SLIME/SDL2 from the VT Emanuel Berg via Users list for the GNU Emacs text editor
2021-07-04 20:45 ` Emanuel Berg via Users list for the GNU Emacs text editor [this message]
2021-07-04 21:02 ` 2QdxY4RzWzUUiLuE
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=87a6n1g65e.fsf@zoho.eu \
--to=help-gnu-emacs@gnu.org \
--cc=moasenwood@zoho.eu \
/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).