Changeset 19179 for lang/elisp
- Timestamp:
- 09/11/08 17:15:52 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/elisp/perl-completion/branch/1.0/perl-completion.el
r19148 r19179 202 202 203 203 (defvar plcmp-initial-input "") 204 (defvar plcmp-real-initial-input " ")204 (defvar plcmp-real-initial-input "real initial-input if required `anything-match-plugin' initial-input is not real initial-input") 205 205 (defun plcmp-get-initial-input () 206 206 (let ((initial-input (buffer-substring-no-properties … … 236 236 (string-match "No such file or directory$" module)) 237 237 modules)))) 238 238 239 239 ;;; current package 240 240 (defvar plcmp-current-package-name "") … … 495 495 woman-topic-all-completions)))) 496 496 (remove-if-not (lambda (s) 497 (string-match "perl" s)) 497 (or (member s plcmp-installed-modules) 498 (string-match "perl" s))) 498 499 pages)) 499 500 (error nil))) … … 830 831 831 832 833 ;;;; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 834 ;;;; Test 835 ;;;; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 836 832 837 (dont-compile 833 838 (when (fboundp 'expectations) … … 838 843 '(define-plcmp-command test (arg1 arg2) 839 844 "test"))) 840 (desc "plcmp-insert-each-line call with nil")841 (expect nil842 (plcmp-insert-each-line nil))843 845 (desc "plcmp-get-face-words") 844 846 (expect nil
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)