zsh-users
 help / color / mirror / code / Atom feed
From: Dan Kenigsberg <danken@cs.Technion.AC.IL>
To: nyh@math.technion.ac.il (Nadav Har'El)
Cc: zsh-users@sunsite.dk
Subject: Re: newbie's question about completion
Date: Thu, 8 Nov 2001 14:25:36 +0200 (IST)	[thread overview]
Message-ID: <200111081225.OAA22487@csd.cs.technion.ac.il> (raw)
In-Reply-To: <20011108140606.A11857@leeor.math.technion.ac.il> from "Nadav Har'El" at Nov 08, 2001 02:06:06 PM

> 
> On Thu, Nov 08, 2001, Dan Kenigsberg wrote about "Re: newbie's question about completion":
> > > Try: unsetopt recexact
> > 
> > Thanks Will and Oliver. That's exactly the answer to my anguish.
> 
> Strange, I don't remember recexact being set by default on any version of
> zsh... Is it perhaps the doing of your Linux distribution, in some file
> like /etc/z*, /etc/profile.d/*, or something?
> 

This is SuSe 7.0 that has setopt recexact in its /etc/zshrc (arghhh).
My problem had nothing to do with zsh versions..

Recently, I found a truer "bug" in SuSe's startup files: /etc/profile
sets alias ls='eval /bin/ls $LS_OPTIONS'.
Appart of the question whether it is sensible to expand $LS_OPTIONS every time
you do ls, this distroys arguments with spaces. (confession: I do not fully
understand why)
Anyway, my solution for that was alias ls='ls `echo $LS_OPTIONS`'.


Dan.

(Nadav, it seems I'm following you everywhere..)


  reply	other threads:[~2001-11-08 12:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-08  9:37 Dan Kenigsberg
2001-11-08  9:46 ` Will Yardley
2001-11-08 11:01 ` Oliver Kiddle
2001-11-08 11:44   ` Dan Kenigsberg
2001-11-08 12:06     ` Nadav Har'El
2001-11-08 12:25       ` Dan Kenigsberg [this message]
2001-11-08 12:35         ` Nadav Har'El
2001-11-08 13:47           ` Vincent Lefevre
2001-11-08 13:56             ` Peter Stephenson
2001-11-08 14:35               ` Vincent Lefevre
2001-11-08 14:15             ` Mads Martin Joergensen

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=200111081225.OAA22487@csd.cs.technion.ac.il \
    --to=danken@cs.technion.ac.il \
    --cc=nyh@math.technion.ac.il \
    --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).