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

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

on erasing the ``racket repl'' buffer created by geiser


From: Wayne Harris
Subject: on erasing the ``racket repl'' buffer created by geiser
Date: Thu, 17 Sep 2020 14:26:04 -0300

Here's my Racket REPL's buffer.

--8<---------------cut here---------------start------------->8---
Welcome to Racket v7.6.
racket@> ,enter "c:/tmp/api.rkt"
racket@api.rkt> (+ 1)
1
racket@api.rkt> (+ 1 3)
4
racket@api.rkt> (+ 1 3 5)
9
racket@api.rkt>
--8<---------------cut here---------------end--------------->8---

If now I select any part of this buffer and try to kill it (say with
kill-region), I can't.  I get the message

  kill-region: Text is read-only: #<buffer * Racket REPL *>

How can I get clear up the entire buffer, or at least kill a region?
Thank you!




reply via email to

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