* bug#13341: 24.3.50; define minibuffer keymaps in Lisp
@ 2013-01-02 21:54 Drew Adams
2016-04-28 19:22 ` Lars Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2013-01-02 21:54 UTC (permalink / raw)
To: 13341
Why are `minibuffer-local-ns-map' and minibuffer-local-map still defined
in C code? Can we please move the definitions to Lisp now?
In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
of 2012-12-31 on ODIEONE
Bzr revision: 111388 rudalics@gmx.at-20121231113513-subz2dazg6yjukzh
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
`configure --with-gcc (4.7) --no-opt --enable-checking --cflags
-IC:/Devel/emacs/build/include --ldflags -LC:/Devel/emacs/build/lib'
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13341: 24.3.50; define minibuffer keymaps in Lisp
2013-01-02 21:54 bug#13341: 24.3.50; define minibuffer keymaps in Lisp Drew Adams
@ 2016-04-28 19:22 ` Lars Ingebrigtsen
2016-04-29 14:41 ` Drew Adams
0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2016-04-28 19:22 UTC (permalink / raw)
To: Drew Adams; +Cc: 13341
"Drew Adams" <drew.adams@oracle.com> writes:
> Why are `minibuffer-local-ns-map' and minibuffer-local-map still defined
> in C code? Can we please move the definitions to Lisp now?
This is presumably because they're referenced from
`read-no-blanks-input' (etc.) and it saves a couple of lines to define
it in C, in that case?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13341: 24.3.50; define minibuffer keymaps in Lisp
2016-04-28 19:22 ` Lars Ingebrigtsen
@ 2016-04-29 14:41 ` Drew Adams
2016-04-29 14:45 ` Lars Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2016-04-29 14:41 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 13341
> > Why are `minibuffer-local-ns-map' and minibuffer-local-map still defined
> > in C code? Can we please move the definitions to Lisp now?
>
> This is presumably because they're referenced from
> `read-no-blanks-input' (etc.) and it saves a couple of lines to define
> it in C, in that case?
Yes. The question is, "Can we please move the definitions to Lisp now?"
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13341: 24.3.50; define minibuffer keymaps in Lisp
2016-04-29 14:41 ` Drew Adams
@ 2016-04-29 14:45 ` Lars Ingebrigtsen
0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2016-04-29 14:45 UTC (permalink / raw)
To: Drew Adams; +Cc: 13341
Drew Adams <drew.adams@oracle.com> writes:
>> > Why are `minibuffer-local-ns-map' and minibuffer-local-map still defined
>> > in C code? Can we please move the definitions to Lisp now?
>>
>> This is presumably because they're referenced from
>> `read-no-blanks-input' (etc.) and it saves a couple of lines to define
>> it in C, in that case?
>
> Yes. The question is, "Can we please move the definitions to Lisp now?"
I don't see any advantage to doing so. Closing.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-29 14:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 21:54 bug#13341: 24.3.50; define minibuffer keymaps in Lisp Drew Adams
2016-04-28 19:22 ` Lars Ingebrigtsen
2016-04-29 14:41 ` Drew Adams
2016-04-29 14:45 ` Lars Ingebrigtsen
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.