all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22038: 25.1.50; Character folding issues with isearch
@ 2015-11-28 16:07 Stephen Berman
  2015-11-28 16:39 ` Eli Zaretskii
  2015-11-29  0:06 ` bug#22038: 25.1.50; Character folding issues with isearch Artur Malabarba
  0 siblings, 2 replies; 11+ messages in thread
From: Stephen Berman @ 2015-11-28 16:07 UTC (permalink / raw)
  To: 22038

Issue 1: Please support having multiple characters match a single
string in searches, so that e.g. "ss" can match the German letter "ß".

Issue 2: The current implementation of character folding based on
character decomposition often yields surprising results when searching:
e.g. the search string "f" matches not only "ff" but also "㎙" and "ffl",
but the search strings "m" and "fm" fail to match the former and the
search strings "l" and "fl" fail to match the latter.  I think all
recognizable characters in a composite character should be matchable by
searching.

Issue 3: Character folding does not respect case-folding in searches,
e.g. "f" fails to match "ℱ" and "℻" (with case-folding enabled), whereas
"F" does match them, but fails to match "ff".


In GNU Emacs 25.1.50.1 (x86_64-suse-linux-gnu, GTK+ Version 3.14.15)
 of 2015-11-20
Repository revision: 5c81fd58e32d965c2551663622e084f2800e1e90
Windowing system distributor 'The X.Org Foundation', version 11.0.11601000
System Description:	openSUSE 13.2 (Harlequin) (x86_64)

Configured using:
 'configure 'CFLAGS=-Og -g3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS NOTIFY
GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS
GTK3 X11

Important settings:
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-11-29 15:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-28 16:07 bug#22038: 25.1.50; Character folding issues with isearch Stephen Berman
2015-11-28 16:39 ` Eli Zaretskii
2015-11-28 17:10   ` Stephen Berman
2015-11-28 17:40     ` Eli Zaretskii
2015-11-28 18:26       ` Stephen Berman
2015-11-28 18:51         ` Eli Zaretskii
2015-11-29  6:04         ` Richard Stallman
2015-11-29 12:33           ` Character folding issues with isearch (was: bug#22038: 25.1.50; ...) Stephen Berman
2015-11-29  0:06 ` bug#22038: 25.1.50; Character folding issues with isearch Artur Malabarba
2015-11-29  9:52   ` Andreas Röhler
2015-11-29 15:52     ` Eli Zaretskii

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.