zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Re: X font completion is buggy
Date: Fri, 24 Jul 2015 16:31:26 -0700	[thread overview]
Message-ID: <150724163126.ZM20996@torch.brasslantern.com> (raw)
In-Reply-To: <10638.1437778219@thecus.kiddle.eu>

On Jul 25, 12:50am, Oliver Kiddle wrote:
}
} Anyone know what might be special about two dashes or was it just an
} attempt to reduce the number of matches?

Normally the typeface modifier e.g. "sans" would appear between those
dashes (the default apparently being "serif").  Following the dashes
are size variations.  It's entirely possible that in 1999 and before,
there were not enough different fonts for that information to make
any difference.

Also this predates menu-selection so insanely long completion listings
were more of a problem.

I think we could safely do away with that filter.

} + _font_cache=( ${${(f)"$(_call_program fonts xlsfonts)"}/--*/--} )

So my nearly-identical patch uses /%--*/-- which anchors --* to the end
of the string, because %%--* works that way.  Maybe that doesn't make
any difference in practice.  If we discard the filter entirely, this
question is rhetorical.


  reply	other threads:[~2015-07-24 23:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-24 21:49 Vincent Lefevre
2015-07-24 22:50 ` Oliver Kiddle
2015-07-24 23:31   ` Bart Schaefer [this message]
2015-07-25  8:30     ` Oliver Kiddle
2015-07-26 21:10       ` Vincent Lefevre
2015-07-26 21:41         ` Bart Schaefer
2015-07-26 22:29           ` Mikael Magnusson
2015-07-26 23:01           ` Vincent Lefevre
2015-07-27  3:19             ` Bart Schaefer
2015-07-27  5:11               ` Mikael Magnusson
2015-07-27 15:40                 ` Bart Schaefer
2015-07-25  1:28   ` Vincent Lefevre
2015-07-24 23:07 ` Bart Schaefer
2015-07-25  0:47   ` Vincent Lefevre

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=150724163126.ZM20996@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@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).