[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Towards a cleaner build: ehelp
From: |
Lars Ingebrigtsen |
Subject: |
Re: Towards a cleaner build: ehelp |
Date: |
Sat, 18 May 2019 06:41:39 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> ;; This is to be bound to M-x in ehelp mode. Retains ehelp buffer and then
>> ;; continues with execute-extended-command.
>> (defun electric-help-execute-extended (_prefixarg)
>> (interactive "p")
>> (setq electric-help-form-to-execute
>> (lambda () (execute-extended-command nil)))
>> (electric-help-retain))
[...]
> Maybe even better: call it with call-interactively?
Hm... but would that be the same? With call-interactively, PREFIXARG
won't be nil, will it? I don't know whether that matters, though...
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: Towards a cleaner build: arc-mode, (continued)
- Re: Towards a cleaner build: arc-mode, Lars Ingebrigtsen, 2019/05/18
- Re: Towards a cleaner build: arc-mode, Eli Zaretskii, 2019/05/18
- Re: Towards a cleaner build: arc-mode, Lars Ingebrigtsen, 2019/05/18
- Re: Towards a cleaner build: arc-mode, Lars Ingebrigtsen, 2019/05/19
- Re: Towards a cleaner build: arc-mode, Eli Zaretskii, 2019/05/19
Re: Towards a cleaner build: ehelp, Lars Ingebrigtsen, 2019/05/17
Re: Towards a cleaner build: hexl, Lars Ingebrigtsen, 2019/05/17
Re: Towards a cleaner build: custom, Lars Ingebrigtsen, 2019/05/18
Re: Towards a cleaner build: frameset, Lars Ingebrigtsen, 2019/05/18