zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-users@sunsite.dk
Subject: Re: Text Editor Filename Completion
Date: Fri, 11 Mar 2005 13:10:06 +0000	[thread overview]
Message-ID: <200503111310.j2BDA7v8013309@news01.csr.com> (raw)
In-Reply-To: <20050311125532.GA22235@namib.cs.utk.edu>

Chris Johnson wrote:
> In my haste I often end up opening a binary file or a file that doesn't
> exist because the completer completes up to the beginning of the
> extension (e.g., "vi mytex." when mytex.tex and mytex.pdf exist).
> 
> Does anyone have any completion commands set up for vi or emacs that
> give preference to plain text files -- those containing source code --
> rather than the shorter executable file name?  I've tried a few things
> to have .c, .tex, .pl, and so on favored when vi is the executable, but
> I'm not too satisfied with my work.

Assuming you're using the new completion system, you can arrange the
file-patterns style appropriately.  For example,

zstyle ':completion:*:*:(emacs|vi):*' file-patterns \
    '*.(c|h|pl|tex|txt):globbed-files *(-/):directories' '*:all-files'

The best description of this is on page 398 of From Bash to Zsh, by
Oliver who may have a more comprehensive answer.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

**********************************************************************


  reply	other threads:[~2005-03-11 13:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-11 12:55 Chris Johnson
2005-03-11 13:10 ` Peter Stephenson [this message]
2005-03-11 16:50   ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200503111310.j2BDA7v8013309@news01.csr.com \
    --to=pws@csr.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).