Changeset 19179 for lang/elisp

Show
Ignore:
Timestamp:
09/11/08 17:15:52 (2 months ago)
Author:
imakado
Message:

manページの候補にインストールされているモジュールも含めるように変更

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/elisp/perl-completion/branch/1.0/perl-completion.el

    r19148 r19179  
    202202 
    203203(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") 
    205205(defun plcmp-get-initial-input () 
    206206  (let ((initial-input (buffer-substring-no-properties 
     
    236236                   (string-match "No such file or directory$" module)) 
    237237                 modules)))) 
    238    
     238 
    239239;;; current package 
    240240(defvar plcmp-current-package-name "") 
     
    495495                       woman-topic-all-completions)))) 
    496496        (remove-if-not (lambda (s) 
    497                          (string-match "perl" s)) 
     497                         (or (member s plcmp-installed-modules) 
     498                             (string-match "perl" s))) 
    498499                       pages)) 
    499500    (error nil))) 
     
    830831 
    831832 
     833;;;; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     834;;;; Test 
     835;;;; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     836 
    832837(dont-compile 
    833838  (when (fboundp 'expectations) 
     
    838843         '(define-plcmp-command test (arg1 arg2) 
    839844            "test"))) 
    840       (desc "plcmp-insert-each-line call with nil") 
    841       (expect nil 
    842         (plcmp-insert-each-line nil)) 
    843845      (desc "plcmp-get-face-words") 
    844846      (expect nil