bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] 20.6 Cygwin/DOS comint and dirtack completion support


From: Jari Aalto+mail.emacs
Subject: [patch] 20.6 Cygwin/DOS comint and dirtack completion support
Date: 14 Dec 2000 01:39:47 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 (i386-*-windows98.1998)

    It is now possible to correctly hit the TAB key and use the comint 
    and dirtarck completions in both the DOS and Cygwin based shell
    buffers. 

    Jari

2000-12-14 Thu  Jari Aalto  <jari.aalto@poboxes.com>

        * dirtrack.el (dirtrack): Call `dirtrack-path-to-standard'
        (dirtrack-path-to-standard): New. When running Cygwin inside
        NTEmacs, the ptah name can be  //c/temp  or /cygdrive/d/temp. This
        function converts them to understandable c:/temp which can
        be tested with `file-accessible-directory-p' in function
        `dirtrack'

        * comint.el (comint-directory-sep-char): New.
        Added w32 support for completing directorynames with \
        in the comint shell buffer when `comint-completion-addsuffix'
        was set to true.
        (comint-dynamic-complete-as-filename): Call ´comint-directory-sep-char'
        to find out the
        (comint-dos-shell-file-name-regexp): New. Regexp to match
        sos based shell named like cmd.*\\.exe

Attachment: 20-6-dos-dirtrack-cygwin.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]