João Távora
90cbf0cb8d
Consider shorthands in Elisp's elisp-completion-at-point
...
Instead of referencing obarray directly, that function has to consider
a collection of completions which includes the shorthand versions of
some of the symbols. That collection changes from buffer to buffer,
depending on the choice of elisp-shorthands.
To make this process efficient, and avoid needless recalculation of
the above collection, a new obarray-specific cache was invented. The
Elisp variable obarray-cache is immediately nullified if something
touches the obarray.
* lisp/progmodes/elisp-mode.el : New helper.
(elisp-completion-at-point): Use new helpers.
(elisp--completion-local-symbols)
(elisp--fboundp-considering-shorthands)
(elisp--bboundp-considering-shorthands): New helpers
* src/lread.c (intern_driver): Nullify Qobarray_cache.
(syms_of_lread): Add Qobarray_cache.
* test/lisp/progmodes/elisp-mode-tests.el
(elisp-shorthand-completion-at-point): New test.
* test/lisp/progmodes/elisp-resources/simple-shorthand-test.el
(f-test-complete-me): New fixture.
2021-09-27 01:07:11 +01:00
..
2020-12-29 08:38:25 +01:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-05-10 13:33:32 +02:00
2021-09-26 20:45:07 +02:00
2021-01-01 01:13:56 -08:00
2020-10-24 02:36:55 +02:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-07-24 11:16:15 +02:00
2021-09-26 17:53:23 +02:00
2020-11-12 03:20:39 +01:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-09-21 22:03:08 -07:00
2020-10-23 21:07:26 +02:00
2021-09-26 17:53:23 +02:00
2021-02-08 09:10:57 +01:00
2021-08-30 01:56:10 +02:00
2021-09-26 17:53:23 +02:00
2020-09-02 12:53:02 +02:00
2021-09-26 17:53:23 +02:00
2021-09-27 01:07:11 +01:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2020-10-22 18:51:00 +02:00
2021-09-26 20:45:07 +02:00
2021-09-26 17:53:23 +02:00
2020-10-23 21:07:26 +02:00
2021-09-16 19:37:07 +02:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-09-24 00:30:06 +01:00
2021-01-01 01:13:56 -08:00
2021-09-16 19:37:07 +02:00
2021-09-26 13:23:57 +02:00
2021-09-21 05:59:11 +02:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-09-22 15:42:41 +02:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-08-20 02:32:02 +02:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-08-09 14:14:37 +02:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-04-01 11:07:06 +02:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-08-06 13:29:31 +02:00
2021-07-08 07:48:40 +02:00
2021-09-22 15:42:41 +02:00
2021-01-01 01:13:56 -08:00
2021-01-29 06:19:06 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-05-05 22:27:29 +02:00
2021-01-10 13:37:38 +00:00
2021-05-25 21:22:22 +02:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-05-06 17:27:14 +02:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-03-06 18:25:44 +00:00
2021-02-18 16:50:55 +01:00
2021-09-26 17:53:23 +02:00
2021-04-09 13:44:44 +02:00
2021-03-30 23:11:24 +02:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-05-16 15:50:41 +02:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-07-25 10:29:09 +02:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-08-26 13:14:19 +02:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-09-21 22:11:43 +02:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-09-23 22:57:53 +02:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-03-20 01:11:47 +01:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00
2021-08-08 19:25:26 +02:00
2021-09-26 17:53:23 +02:00
2021-01-19 09:11:37 -03:00
2021-01-01 01:13:56 -08:00
2021-09-26 17:53:23 +02:00
2021-01-01 01:13:56 -08:00