+2005-10-18 Masatake YAMATO <jet@gyve.org>
+
+ Install to the CVS repository what I forgot to install in my
+ 2005-10-16 changes.
+
+ * progmodes/python.el (python-complete-symbol): Pass the common
+ prefix substring of completion to `display-completion-list'.
+
+ * textmodes/org.el (org-complete): Ditto.
+
2005-10-18 Masatake YAMATO <jet@gyve.org>
Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
* progmodes/pascal.el (pascal-complete-word)
(pascal-show-completions): Ditto.
- * progmodes/python.el (python-complete-symbol): Ditto.
* textmodes/bibtex.el (bibtex-complete-internal): Ditto.
- * textmodes/org.el (org-complete): Ditto.
-
* simple.el (completion-common-substring): New variable.
(completion-setup-function): Use `completion-common-substring'
to put faces.
(t
(message "Making completion list...")
(with-output-to-temp-buffer "*Completions*"
- (display-completion-list completions))
+ (display-completion-list completions symbol))
(message "Making completion list...%s" "done"))))))))
(eval-when-compile (require 'hippie-exp))
(message "Making completion list...")
(let ((list (sort (all-completions pattern table) 'string<)))
(with-output-to-temp-buffer "*Completions*"
- (display-completion-list list)))
+ (display-completion-list list pattern)))
(message "Making completion list...%s" "done"))))))
;;; Comments, TODO and DEADLINE