Path: csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail From: Michal Pesa Newsgroups: gnu.bash.bug Subject: Re: Lacking documentation of colored-completion-prefix Date: Wed, 25 Jul 2018 20:48:10 +0200 Lines: 15 Approved: bug-bash@gnu.org Message-ID: References: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: usenet.stanford.edu 1532544499 9867 208.118.235.17 (25 Jul 2018 18:48:19 GMT) X-Complaints-To: action@cs.stanford.edu To: chet.ramey@case.edu, bug-bash@gnu.org Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=ql8FlwYrYbKaxLscghAprIy/5JCBYRh1jZ/7GiORHTQ=; b=bQPCgs+zuJML7bTmfg8lDaQPRbcRRgtVJ1eNjOPA0A54UkIefuB/PVMD4db9wiNvht L4sF2CyHUOSMS3P7PcFvV3K9ePVMoWGyjmk2fqrFPSRB5v7HDaw51hww10UNugrnKt+n 98xSPhbiDqrP7cpy+q98YXNtsc+mzF9bTrUc2Xp1yYjPSRIIPOUIyKBhJLn2l7UUa1vM 6VstJr0wuRZPT/zCUP9Xru7Qt2e9u6n9CKYgluLX3mgOUowXUmhshoO8t+UAIZLcjs0Q 2cfRMMpSl9+C2/nRZH5/OiZRuPAuu2GTBwRcK71AnzotK8Gi6agLSXy8GWYdQtAlzNfq xS3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=ql8FlwYrYbKaxLscghAprIy/5JCBYRh1jZ/7GiORHTQ=; b=VlBHky3kz3IvJxaYmujCwKxGOz90l2s7MAMQMKW/TNeL197M3OnfRJtb8lK6iaVHqG 8gSkddJYZRyLUK+ib1PxNS0bHu0gIAHwo0HlginEANqb9Q4OnE4li8Z7Fib7VNh3qs2O exFECeLA8Ao4I+ldx8gGLaNUJxR9mhhtM0FlL/vdGb/2uFVVEpzmMGXjUd58NqxydgAp LV444A60GYi3UetOfVTqqSXexYjTVkieLEnM7F7prvwgYwgGUMxrXttUUOajzxNZJSgV 9ZqRXhe+xhMKWOPqP0wQOagAAAi03B9m1rJI8ICp5i6FosfwD0gPzjmlSUEfI9WOctJN E5Gw== X-Gm-Message-State: AOUpUlF7viOSBbuJyjTUNTQdcEmuBmwfzYeB4cUW66I+mulLGehj0T5v rPyGHhd4K4Dvy44sfZ6vcXlL5cbW X-Google-Smtp-Source: AAOMgpe5O1wnLOdDDCFNEXi4D7NGrmRMsaYn0hgw4yPBt3Se+Jzr8U/OjiRkVmWhI229w32L9eZd5A== X-Received: by 2002:a5d:6250:: with SMTP id m16-v6mr16030772wrv.179.1532544490231; Wed, 25 Jul 2018 11:48:10 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 In-Reply-To: Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::443 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:14396 It would be obvious then what color exactly needs to be change in the LS_COLORS variable if a different color was desired. On 7/25/2018 8:44 PM, Chet Ramey wrote: > On 7/24/18 5:16 PM, Michal Pesa wrote: >> Hello, >> documentation for the readline variable "colored-completion-prefix" doesn't >> state which part of the "LS_COLORS" is used. > Does it need to? I don't see that adding anything to the user experience. > The only real need is to specify that if LS_COLORS isn't set, the > completion code can't find any colors to use. >