1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/lisp/cedet/semantic
Stefan Monnier 72e1e30afe * lisp/cedet/semantic/analyze/complete.el: Fix completion-at-point
Completion tables are not supposed to signal errors:

    emacs -q
    M-x semantic-mode
    ; visit a file supported by semantic, such as a C file
    ; put cursor in a blank space
    M-x completion-at-point
    It will error with: "Nothing to complete"

(semantic-analyze-possible-completions): Return nil instead of
signaling errors.
2019-10-23 16:15:41 -04:00
..
analyze * lisp/cedet/semantic/analyze/complete.el: Fix completion-at-point 2019-10-23 16:15:41 -04:00
bovine * lisp/cedet/mode-local.el (define-overload): Declare obsolete 2019-10-11 13:54:30 -04:00
decorate Remove semantic-make-local-hook call from CEDET 2019-10-04 15:29:47 +02:00
symref Throughout cedet, don't use semantic-overlay-* compat aliases 2019-06-20 12:51:39 +02:00
wisent Remove semantic-make-local-hook call from CEDET 2019-10-04 15:29:47 +02:00
analyze.el Move functions from semantic.el to analyze.el to avoid warnings 2019-06-14 15:15:09 +02:00
bovine.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
chart.el semantic/chart.el compilation warning fixes 2019-06-13 16:53:10 +02:00
complete.el Remove some compat code from CEDET 2019-10-19 11:00:21 +02:00
ctxt.el
db-debug.el Throughout cedet, don't use semantic-overlay-* compat aliases 2019-06-20 12:51:39 +02:00
db-ebrowse.el
db-el.el Rewrite object-print methods in cedet to be cl-print-object methods 2019-06-17 11:25:34 +02:00
db-file.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
db-find.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
db-global.el Rewrite object-print methods in cedet to be cl-print-object methods 2019-06-17 11:25:34 +02:00
db-javascript.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
db-mode.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
db-ref.el Use cl-typep instead of obsolete predicate functions throughout cedet 2019-06-14 15:47:54 +02:00
db-typecache.el Use cl-typep instead of obsolete predicate functions throughout cedet 2019-06-14 15:47:54 +02:00
db.el Fix cedet compilation warning 2019-09-23 19:20:54 +02:00
debug.el Throughout cedet, don't use semantic-overlay-* compat aliases 2019-06-20 12:51:39 +02:00
decorate.el Throughout cedet, don't use semantic-overlay-* compat aliases 2019-06-20 12:51:39 +02:00
dep.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
doc.el Properly bracket concat of comment-start-skip (Bug#34805) 2019-04-15 20:28:03 -04:00
ede-grammar.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
edit.el Throughout cedet, don't use semantic-overlay-* compat aliases 2019-06-20 12:51:39 +02:00
find.el Throughout cedet, don't use semantic-overlay-* compat aliases 2019-06-20 12:51:39 +02:00
format.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
fw.el Remove semantic-make-local-hook call from CEDET 2019-10-04 15:29:47 +02:00
grammar-wy.el Remove semantic-make-local-hook call from CEDET 2019-10-04 15:29:47 +02:00
grammar.el Remove semantic-make-local-hook call from CEDET 2019-10-04 15:29:47 +02:00
html.el
ia-sb.el
ia.el Use xref in cedet 2019-06-25 15:12:04 +02:00
idle.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
imenu.el Remove semantic-make-local-hook call from CEDET 2019-10-04 15:29:47 +02:00
java.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
lex-spp.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
lex.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
mru-bookmark.el Remove semantic-make-local-hook call from CEDET 2019-10-04 15:29:47 +02:00
sb.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
scope.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
senator.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
sort.el
symref.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
tag-file.el
tag-ls.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
tag-write.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
tag.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
texi.el Use CLOS-style accessors in oref/oset 2019-06-14 14:24:18 +02:00
util-modes.el Remove semantic-make-local-hook call from CEDET 2019-10-04 15:29:47 +02:00
util.el Throughout cedet, don't use semantic-overlay-* compat aliases 2019-06-20 12:51:39 +02:00
wisent.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00