[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67000: 30.0.50; [PATCH] Add support for reading/writing IELM input h
From: |
Simen Heggestøyl |
Subject: |
bug#67000: 30.0.50; [PATCH] Add support for reading/writing IELM input history |
Date: |
Thu, 04 Jan 2024 08:46:09 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Stefan, thank you for your response.
Stefan Kangas <stefankangas@gmail.com> writes:
> - This should be called out in NEWS.
Yup, done in the revised patch attached.
> - Does it need any other documentation changes?
I don't think so; IELM is only mentioned briefly in the Emacs manual.
> - Do we usually provide options to disable this stuff?
Not as far as I can tell.
>> +(defvar ielm--history-file-name
>> + (locate-user-emacs-file "ielm-history.el")
>
> Shouldn't that be .eld?
Hm, the file will contain actual Lisp expressions, so I'd think that .el
is fitting?
-- Simen
0001-Add-support-for-reading-writing-IELM-input-history.patch
Description: Text Data
- bug#67000: 30.0.50; [PATCH] Add support for reading/writing IELM input history,
Simen Heggestøyl <=
- bug#67000: 30.0.50; [PATCH] Add support for reading/writing IELM input history, Stefan Kangas, 2024/01/05
- bug#67000: 30.0.50; [PATCH] Add support for reading/writing IELM input history, Simen Heggestøyl, 2024/01/08
- bug#67000: 30.0.50; [PATCH] Add support for reading/writing IELM input history, Stefan Kangas, 2024/01/08
- bug#67000: 30.0.50; [PATCH] Add support for reading/writing IELM input history, Simen Heggestøyl, 2024/01/12
- bug#67000: 30.0.50; [PATCH] Add support for reading/writing IELM input history, Stefan Kangas, 2024/01/13
- bug#67000: 30.0.50; [PATCH] Add support for reading/writing IELM input history, Simen Heggestøyl, 2024/01/19
- bug#67000: 30.0.50; [PATCH] Add support for reading/writing IELM input history, Stefan Kangas, 2024/01/28