Develop and Download Open Source Software

Browse CVS Repository

Diff of /kogiku/kogiku/kogiku.el

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.27 by shirai, Mon Feb 16 10:17:50 2004 UTC revision 1.28 by shirai, Mon Feb 16 11:20:09 2004 UTC
# Line 389  minibufferに制御が移ったときに`minibuffe Line 389  minibufferに制御が移ったときに`minibuffe
389      (let* ((full (buffer-substring-no-properties      (let* ((full (buffer-substring-no-properties
390                    (kogiku-field-beginning) (point-max)))                    (kogiku-field-beginning) (point-max)))
391             (dir (or (file-name-directory full) default-directory))             (dir (or (file-name-directory full) default-directory))
392             (file (file-name-nondirectory full))             (file (or (file-name-nondirectory full) ""))
393             (files (cdr (assoc dir kogiku-minibuffer-prompt-advocate-files)))             (files (cdr (assoc dir kogiku-minibuffer-prompt-advocate-files)))
394             (count 0)             (count 0)
395             (kcount 0)             (kcount 0)
# Line 398  minibufferに制御が移ったときに`minibuffe Line 398  minibufferに制御が移ったときに`minibuffe
398        (catch 'advocate        (catch 'advocate
399          (unless (and (not files)          (unless (and (not files)
400                       (or (not (eq (point) (point-max)))                       (or (not (eq (point) (point-max)))
401                             (not dir)
402                           (and (string-match "^\\(/[^/]+:\\)\\|\\(//[^/]+/[^/]+\\)" dir)                           (and (string-match "^\\(/[^/]+:\\)\\|\\(//[^/]+/[^/]+\\)" dir)
403                                (setq host (concat "^" (regexp-quote (match-string 0 dir))))                                (setq host (concat "^" (regexp-quote (match-string 0 dir))))
404                                (not (string-match host default-directory)))))                                (not (string-match host default-directory)))))

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26