Files
emacs/lisp/progmodes
Noam Postavsky de06710967 Use completion-at-point in verilog-mode
There were some functions in verilog-mode that implemented in-buffer
completion, but this needlessly duplicates completion-at-point
functionality, and the popup window management had problems
(see Bug #23842).  We need to keep them for backwards compatibility with
older emacs versions, but use completion-at-point if available.

* lisp/progmodes/verilog-mode.el (verilog-toggle-completions): Mark as
obsolete if completion-cycle-threshold is available.
(verilog-mode-map, verilog-menu): Bind completion-at-point and
completion-help-at-point in preference to verilog-complete-word and
verilog-show-completions, respectively.
(verilog-mode): Add verilog-completion-at-point to
completion-at-point-functions.
(verilog-completion-at-point): New function.
(verilog-show-completions, verilog-complete-word): Use it to avoid code
duplication.
2016-12-21 21:39:58 -05:00
..
2016-12-10 19:40:34 -08:00
2016-11-26 09:30:59 +02:00
2016-08-05 14:10:30 -07:00
2016-12-05 20:11:01 -05:00
2016-11-19 14:31:05 -08:00
2016-11-20 16:29:47 +01:00
2016-07-10 01:18:47 +02:00
2016-11-19 14:31:05 -08:00
2016-06-25 09:49:16 +08:00
2016-10-23 02:43:17 -07:00
2016-12-02 11:53:33 +02:00
2016-06-06 09:30:22 -07:00