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

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

Re: Finding last *Async Shell Command* buffer?


From: Emanuel Berg
Subject: Re: Finding last *Async Shell Command* buffer?
Date: Fri, 26 Mar 2021 14:40:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Filipp Gunbin wrote:

> (or pos (setq pos 0))

Oooh :)

But even better IMO (to avoid setq)

(let ((position (or pos 0)))
  ... )

Lisp can be soo good-looking I need a cold shower...

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




reply via email to

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