all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: 11360@debbugs.gnu.org
Subject: bug#11360: ERC completion case-sensitive
Date: Fri, 05 Feb 2016 08:38:16 -0500	[thread overview]
Message-ID: <jwvr3grs2ow.fsf-monnier+bug#11360@gnu.org> (raw)
In-Reply-To: <87zk9n6p9d.fsf@gmail.com> (Antoine Levitt's message of "Sat, 05 May 2012 09:49:50 +0200")

> erc-completion-ignore-case or completion-ignore-case is t. A specific
> setting seems like a good idea because presumably some people will want
> case-insensitive completion in erc but not elsewhere.

There are 2 notions of "case-sensitivity" when it comes to completion:
- whether the case is semantically significant in the end result
  (i.e. is "FirstName" another user than "firstname"?).
- whether the user wants "FirstName" be considered as a valid candidate
  for completion of "fir".

The current completion code somewhat conflates the two, but in terms of
"what should Emacs do" the difference is important.  Of course, the
second consideration only applies when the first is true.

So: is the case semantically significant, here?


        Stefan





  reply	other threads:[~2016-02-05 13:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-27 13:38 bug#11360: ERC completion case-sensitive Antoine Levitt
2012-05-05  3:11 ` Stefan Monnier
2012-05-05  7:49   ` Antoine Levitt
2016-02-05 13:38     ` Stefan Monnier [this message]
2016-02-06  3:17       ` Lars Ingebrigtsen
2016-02-06 14:06         ` Stefan Monnier
2013-07-01 12:52 ` bug#11360: Case sensitive ERC nick completion regression Barry Warsaw
2013-07-30 20:46   ` Stefan Monnier
2015-12-27 21:26     ` Lars Ingebrigtsen
2016-01-12 19:02       ` Barry Warsaw
2016-02-04  6:45         ` Lars Ingebrigtsen
2016-02-05 19:08           ` Barry Warsaw
2014-09-11 19:31 ` bug#11360: (no subject) Carlos Pita
2014-09-11 19:58   ` bug#11360: none Carlos Pita

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='jwvr3grs2ow.fsf-monnier+bug#11360@gnu.org' \
    --to=monnier@iro.umontreal.ca \
    --cc=11360@debbugs.gnu.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.