emacs-devel
[Top][All Lists]
Advanced

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

RE: A solution to display completion candidates after point in a minibuf


From: Drew Adams
Subject: RE: A solution to display completion candidates after point in a minibuffer
Date: Fri, 2 Oct 2020 13:18:04 -0700 (PDT)

> > (let (w bd)
> >   (setq w 60)
> >   (setq bd (concat (temporary-file-directory) (make-string w ?a) "/"))
> 
> AKA
> 
>   (let ((w 60)
>         (bd (expand-file-name
>               (make-string w ?a)
>               (temporary-file-directory))))

let*



reply via email to

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