* Request: Add minibuffer history var for read-library-name
@ 2024-07-15 2:13 T.V Raman
2024-07-16 13:15 ` Robert Pluim
0 siblings, 1 reply; 8+ messages in thread
From: T.V Raman @ 2024-07-15 2:13 UTC (permalink / raw)
To: emacs-devel
in
https:/git.savannah.gnu.org/cgit/emacs.git/tree/lisp/emacs-lisp/find-func.el?h=master#n353
could we add a dedicated history var to the completing-read call?
--
Thanks,
--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1 🦮
LOC: https://id.loc.gov/authorities/names/n97059241.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request: Add minibuffer history var for read-library-name
2024-07-15 2:13 Request: Add minibuffer history var for read-library-name T.V Raman
@ 2024-07-16 13:15 ` Robert Pluim
2024-07-16 13:59 ` T.V Raman
0 siblings, 1 reply; 8+ messages in thread
From: Robert Pluim @ 2024-07-16 13:15 UTC (permalink / raw)
To: T.V Raman; +Cc: emacs-devel
>>>>> On Sun, 14 Jul 2024 19:13:06 -0700, "T.V Raman" <raman@google.com> said:
TVR> in
TVR> https:/git.savannah.gnu.org/cgit/emacs.git/tree/lisp/emacs-lisp/find-func.el?h=master#n353
TVR> could we add a dedicated history var to the completing-read call?
TVR> --
I donʼt see why not, although for completeness we should probably add
ones for the `find-function' and `find-variable' variants.
Robert
--
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request: Add minibuffer history var for read-library-name
2024-07-16 13:15 ` Robert Pluim
@ 2024-07-16 13:59 ` T.V Raman
2024-07-17 11:47 ` Robert Pluim
0 siblings, 1 reply; 8+ messages in thread
From: T.V Raman @ 2024-07-16 13:59 UTC (permalink / raw)
To: rpluim; +Cc: raman, emacs-devel
1+ on those as well -- my minibuffer history could do with more slots
and type-specific entries to speed up interaction
Robert Pluim writes:
> >>>>> On Sun, 14 Jul 2024 19:13:06 -0700, "T.V Raman" <raman@google.com> said:
>
> TVR> in
> TVR> https:/git.savannah.gnu.org/cgit/emacs.git/tree/lisp/emacs-lisp/find-func.el?h=master#n353
> TVR> could we add a dedicated history var to the completing-read call?
> TVR> --
>
> I donʼt see why not, although for completeness we should probably add
> ones for the `find-function' and `find-variable' variants.
>
> Robert
> --
--
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request: Add minibuffer history var for read-library-name
2024-07-16 13:59 ` T.V Raman
@ 2024-07-17 11:47 ` Robert Pluim
2024-07-17 14:02 ` T.V Raman
2024-07-17 17:29 ` T.V Raman
0 siblings, 2 replies; 8+ messages in thread
From: Robert Pluim @ 2024-07-17 11:47 UTC (permalink / raw)
To: T.V Raman; +Cc: emacs-devel
>>>>> On Tue, 16 Jul 2024 06:59:29 -0700, "T.V Raman" <raman@google.com> said:
TVR> 1+ on those as well -- my minibuffer history could do with more slots
TVR> and type-specific entries to speed up interaction
Done in the master branch (emacs-30 is now documentation and bug-fix
only)
Robert
--
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request: Add minibuffer history var for read-library-name
2024-07-17 11:47 ` Robert Pluim
@ 2024-07-17 14:02 ` T.V Raman
2024-07-17 17:29 ` T.V Raman
1 sibling, 0 replies; 8+ messages in thread
From: T.V Raman @ 2024-07-17 14:02 UTC (permalink / raw)
To: rpluim; +Cc: raman, emacs-devel
Awesome! Thanks.
--
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request: Add minibuffer history var for read-library-name
2024-07-17 11:47 ` Robert Pluim
2024-07-17 14:02 ` T.V Raman
@ 2024-07-17 17:29 ` T.V Raman
2024-07-18 7:12 ` Robert Pluim
1 sibling, 1 reply; 8+ messages in thread
From: T.V Raman @ 2024-07-17 17:29 UTC (permalink / raw)
To: Robert Pluim; +Cc: emacs-devel
Pulled master and built, but read-library-name doesn't use a hist var
yet?
--
Thanks,
--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1 🦮
LOC: https://id.loc.gov/authorities/names/n97059241.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request: Add minibuffer history var for read-library-name
2024-07-17 17:29 ` T.V Raman
@ 2024-07-18 7:12 ` Robert Pluim
2024-07-18 17:35 ` T.V Raman
0 siblings, 1 reply; 8+ messages in thread
From: Robert Pluim @ 2024-07-18 7:12 UTC (permalink / raw)
To: T.V Raman; +Cc: emacs-devel
>>>>> On Wed, 17 Jul 2024 10:29:49 -0700, "T.V Raman" <raman@google.com> said:
TVR> Pulled master and built, but read-library-name doesn't use a hist var
TVR> yet?
I messed up when I renamed the history variable. Try again.
Robert
--
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request: Add minibuffer history var for read-library-name
2024-07-18 7:12 ` Robert Pluim
@ 2024-07-18 17:35 ` T.V Raman
0 siblings, 0 replies; 8+ messages in thread
From: T.V Raman @ 2024-07-18 17:35 UTC (permalink / raw)
To: Robert Pluim; +Cc: emacs-devel
verified, works. Thanks.
--
Thanks,
--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1 🦮
LOC: https://id.loc.gov/authorities/names/n97059241.html
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-07-18 17:35 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 2:13 Request: Add minibuffer history var for read-library-name T.V Raman
2024-07-16 13:15 ` Robert Pluim
2024-07-16 13:59 ` T.V Raman
2024-07-17 11:47 ` Robert Pluim
2024-07-17 14:02 ` T.V Raman
2024-07-17 17:29 ` T.V Raman
2024-07-18 7:12 ` Robert Pluim
2024-07-18 17:35 ` T.V Raman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.