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

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

Re: overlays and movement


From: Emanuel Berg
Subject: Re: overlays and movement
Date: Tue, 28 Jun 2022 18:13:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Manuel Giraud wrote:

> FWIW, here is what I wanted to do. It is not super fast but
> quite usable.

Good code!

Add ;;; -*- lexical-binding: t -*-

You could add `1+' and #'function ...

> ;; Fog
> (defvar up-fog nil)
> (defvar down-fog nil)
> (defvar fog-distance 10)

You can get away with these global with let closures, won't
improve performance tho LOL :)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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