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: Nicolas P. Rougier (inria)
Subject: Re: ELPA: New package: minibuffer-header
Date: Sun, 07 Aug 2022 17:55:52 +0200
User-agent: mu4e 1.8.7; emacs 28.1


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 ">"))
#+end_src

Nicolas




reply via email to

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