all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#16934: 24.3.50; completion-table-dynamic causes error numberp nil
@ 2014-03-04 11:31 Leo Liu
  2014-03-04 14:38 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Liu @ 2014-03-04 11:31 UTC (permalink / raw
  To: 16934

If I modify octave-completion-at-point to allow (= beg end), i.e.

=== modified file 'lisp/progmodes/octave.el'
--- lisp/progmodes/octave.el	2014-02-10 01:34:22 +0000
+++ lisp/progmodes/octave.el	2014-03-04 11:22:04 +0000
@@ -1414,10 +1414,9 @@
         ;; Extend region past point, if applicable.
         (save-excursion (skip-syntax-forward "w_")
                         (setq end (point))))
-    (when (> end beg)
-      (list beg end (or (and (inferior-octave-process-live-p)
-                             (inferior-octave-completion-table))
-                        octave-reserved-words)))))
+    (list beg end (or (and (inferior-octave-process-live-p)
+                           (inferior-octave-completion-table))
+                      octave-reserved-words))))
 
 (define-obsolete-function-alias 'octave-complete-symbol
   'completion-at-point "24.1")


I can reproduce the error this way:

1. Create a new buffer
2. M-x run-octave
3. M-x octave-mode
4. M-x completion-at-point a few times


Debugger entered--Lisp error: (wrong-type-argument numberp nil)
  zerop(nil)
  minibuffer-completion-help(#<marker at 533 in *Scratch*> 533)
  completion--do-completion(#<marker at 533 in *Scratch*> 533)
  completion--in-region-1(#<marker at 533 in *Scratch*> 533)
  ....
  completion-at-point()
  indent-for-tab-command(nil)
  call-interactively(indent-for-tab-command nil nil)
  command-execute(indent-for-tab-command)

I also tried with ggtags-completing-table and got the same error in 24.4

Both completion tables work well in 24.3.

Leo





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#16934: 24.3.50; completion-table-dynamic causes error numberp nil
  2014-03-04 11:31 bug#16934: 24.3.50; completion-table-dynamic causes error numberp nil Leo Liu
@ 2014-03-04 14:38 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2014-03-04 14:38 UTC (permalink / raw
  To: Leo Liu; +Cc: 16934-done

Leo Liu <sdl.web@gmail.com> writes:

> If I modify octave-completion-at-point to allow (= beg end), i.e.

Closing too - see my reply to bug #16934.

PS: I assume it's fine to close two related bugs separately instead of
merging them first.  If not, please let me know.

-- 
 Bastien





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-04 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 11:31 bug#16934: 24.3.50; completion-table-dynamic causes error numberp nil Leo Liu
2014-03-04 14:38 ` Bastien

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.