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

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

Re: [QUESTION] How to use :filter in `make-process'?


From: Michael Heerdegen
Subject: Re: [QUESTION] How to use :filter in `make-process'?
Date: Tue, 03 Mar 2020 16:25:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

stardiviner <numbchild@gmail.com> writes:

> Use lexical-binding in your example, it does not work. report error:
>
> : error in process sentinel: Symbol’s value as variable is void: op-fn
> [2 times]

Note that you need to bind the buffer-local variable lexical-binding to
a non-nil value before you eval the example.  Typically as file-local
variable in your source file.

Michael.



reply via email to

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