emacs-devel
[Top][All Lists]
Advanced

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

Re: ELPA: New package: minibuffer-header


From: Jean Louis
Subject: Re: ELPA: New package: minibuffer-header
Date: Mon, 8 Aug 2022 08:54:34 +0300
User-agent: Mutt/+ () (2022-06-11)

* Nicolas P. Rougier (inria) <nicolas.rougier@inria.fr> [2022-08-07 18:58]:
> 
> Jean Louis [2022-08-07 at 17:15] wrote:
> > * Nicolas P. Rougier (inria) <nicolas.rougier@inria.fr> [2022-08-07
> > 11:17]:
> > > While I understand your arguments for other minibuffer related >
> > function, I
> > > don't understand how this one makes use of minibuffer.
> > 
> > It is mistake, I was meaning `read-string`:
> 
> Ok. Then with latest version, here is one way to do it:
> 
> #+begin_src emacs-lisp
> (defun help () "Help\n > ")
> 
> (let ((minibuffer-header-format #'help))
>  (read-string ">"))

I did git pull and cannot find that `minibufer-header-format' accepts
option.

And why would option need to be a function?

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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