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

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

Re: gopher from Emacs


From: Emanuel Berg
Subject: Re: gopher from Emacs
Date: Fri, 18 Sep 2020 05:56:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Jamie Beardslee wrote:

> |  (define-key gopher-mode-map "n" (lambda ()
> | (interactive) (forward-line)))
> |  (define-key gopher-mode-map "p" (lambda ()
> | (interactive) (forward-line -1)))
>
> Hmm, I wonder what this person was thinking?

(describe-function #'previous-line)

  This function is for interactive use only; in Lisp
  code use `forward-line' with negative
  argument instead.

Well, that's ambiguous, isn't it? This is Lisp _and_
it is interactive!

But he found a way to solve the Gordian knot :)

BTW, I got it to work. But it seems the Linux VT with
my font don't have the bandwidth:

  https://dataswamp.org/~incal/pimgs/comp/gopher.png

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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