Changeset 30305 for lang/elisp
- Timestamp:
- 02/20/09 08:26:19 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/elisp/perl-completion/trunk/perl-completion.el
r30270 r30305 1930 1930 ;; Net::CI`!!'DR::MobileJP 1931 1931 ;; `ffap-file-at-point' returns CIDR 1932 (let ((module (thing-at-point 'symbol))) 1933 (ignore-errors 1934 (and (plcmp-module-p module) 1935 (plcmp-get-module-file-path module))))) 1932 (unless (plcmp-tramp-p) 1933 (let ((module (thing-at-point 'symbol))) 1934 (ignore-errors 1935 (and (plcmp-module-p module) 1936 (plcmp-get-module-file-path module)))))) 1936 1937 1937 1938 ;;;; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 2030 2031 (plcmp-module-filter-list '("strict" "warning"))) 2031 2032 (plcmp--using-modules-filter ls))) 2032 2033 (desc "plcmp-ffap-perl tramp") 2034 (expect "called" 2035 (stub plcmp-get-module-file-path => "called") 2036 (stub plcmp-tramp-p => nil) 2037 (stub thing-at-point => "Some::Module") 2038 (plcmp-ffap-perl "dummy")) 2039 (expect nil 2040 (stub plcmp-get-module-file-path => "called") 2041 (stub plcmp-tramp-p => t) 2042 (stub thing-at-point => "Some::Module") 2043 (plcmp-ffap-perl "dummy")) 2033 2044 ))) 2034 2045
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)