zsh-users
 help / color / mirror / code / Atom feed
From: sergio <mailbox@sergio.spb.ru>
To: zsh-users@zsh.org
Subject: Re: completions quotation style
Date: Wed, 30 Mar 2016 05:52:52 +0300	[thread overview]
Message-ID: <56FB3F84.3010001@sergio.spb.ru> (raw)
In-Reply-To: <160329171758.ZM31095@torch.brasslantern.com>

On 30/03/16 03:17, Bart Schaefer wrote:
> On Mar 30,  1:46am, sergio wrote:
> }
> } how could I change the quotation style in the following example?
> 
> Type one of the kind of quote you want before you hit TAB.
> 

This works only for files in the currect directory, without path prefix:
% ls '<TAB>
ASD  LKJ/  KJA  ASD/
ABC  DEF   ZXC  MNB

but

% ls /tmp/a/'<TAB> # ' is removed as soon as I press <TAB>
ASD\ \ LKJ/  KJA\ \ ASD/
ABC\ \ DEF   ZXC\ \ MNB


ok,

% ls '/tmp/a/<TAB>

works, but it's not what mean.


I'd like to make this style permanent.


-- 
sergio


  reply	other threads:[~2016-03-30  2:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-29 22:46 sergio
2016-03-30  0:17 ` Bart Schaefer
2016-03-30  2:52   ` sergio [this message]
2016-03-30  3:06     ` Bart Schaefer
2016-03-30  2:38 sergio

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=56FB3F84.3010001@sergio.spb.ru \
    --to=mailbox@sergio.spb.ru \
    --cc=zsh-users@zsh.org \
    /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).