unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28799: 25.3; Description of Character-Folding Omits Key Functionality
@ 2017-10-12 19:10 Richard Wordingham
  2019-07-15  9:02 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Wordingham @ 2017-10-12 19:10 UTC (permalink / raw)
  To: 28799

(I am advised by Eli Zaretskii that this deficiency in the
documentation should be dealt with by submitting a bug report using
"M-x report-emacs-bug RET".)

The EmacsWiki page https://www.emacswiki.org/emacs/CharacterFoldPlus
gives no indication of the important capability of character folding to
search for text in Unicode Normalisation Form D or Unicode
Normalisation Form C using a search string expressed in the opposite
normalisation.

Yours faithfully,

Richard Wordingham.





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

* bug#28799: 25.3; Description of Character-Folding Omits Key Functionality
  2017-10-12 19:10 bug#28799: 25.3; Description of Character-Folding Omits Key Functionality Richard Wordingham
@ 2019-07-15  9:02 ` Lars Ingebrigtsen
  2019-07-15 13:50   ` Drew Adams
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2019-07-15  9:02 UTC (permalink / raw)
  To: Richard Wordingham; +Cc: 28799

Richard Wordingham <richard.wordingham@ntlworld.com> writes:

> (I am advised by Eli Zaretskii that this deficiency in the
> documentation should be dealt with by submitting a bug report using
> "M-x report-emacs-bug RET".)
>
> The EmacsWiki page https://www.emacswiki.org/emacs/CharacterFoldPlus
> gives no indication of the important capability of character folding to
> search for text in Unicode Normalisation Form D or Unicode
> Normalisation Form C using a search string expressed in the opposite
> normalisation.

The Emacs Wiki isn't run by the Emacs maintainers, I think?  And this is
about a package not included in Emacs, but written by Drew Adams (who
also wrote that Wiki page), so I this he's the correct recipient here,
so I'm Cc-ing him and closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#28799: 25.3; Description of Character-Folding Omits Key Functionality
  2019-07-15  9:02 ` Lars Ingebrigtsen
@ 2019-07-15 13:50   ` Drew Adams
  2019-07-16 20:10     ` Juri Linkov
  0 siblings, 1 reply; 5+ messages in thread
From: Drew Adams @ 2019-07-15 13:50 UTC (permalink / raw)
  To: Lars Ingebrigtsen, Richard Wordingham; +Cc: 28799

> > (I am advised by Eli Zaretskii that this deficiency in the
> > documentation should be dealt with by submitting a bug report using
> > "M-x report-emacs-bug RET".)
> >
> > The EmacsWiki page https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__www.emacswiki.org_emacs_CharacterFoldPlus&d=DwIBAg&c=RoP1YumCXCgaWHvlZYR
> 8PZh8Bv7qIrMUB65eapI_JnE&r=kI3P6ljGv6CTHIKju0jqInF6AOwMCYRDQUmqX22rJ98&m=9hx
> c1orLDbgDi-
> 9ataMiWET1i2cn6mWUIW0QFSWYOHI&s=1P21cC1HQajCewgVwt20SrHcg8tnq1FEYitcxoxOXF4&
> e=
> > gives no indication of the important capability of character folding to
> > search for text in Unicode Normalisation Form D or Unicode
> > Normalisation Form C using a search string expressed in the opposite
> > normalisation.
> 
> The Emacs Wiki isn't run by the Emacs maintainers, I think?  And this is
> about a package not included in Emacs, but written by Drew Adams (who
> also wrote that Wiki page), so I this he's the correct recipient here,
> so I'm Cc-ing him and closing this bug report.

Yes, this page is about library character-fold+.el,
not vanilla Emacs (e.g. library character-fold.el).

The first thing in the Commentary of character-fold+.el
says this:

;;  NOTE: This library is NOT UP-TO-DATE WRT EMACS 25.  The vanilla
;;        Emacs library `character-fold.el', which this library
;;        extends, was changed in incompatible ways after this library
;;        was written.  I have not yet had a chance to update this
;;        (and am waiting for Emacs 25 to be released to do so).
;;        Sorry about that.

(And clearly the parenthetical phrase is also not up to date.)

Dunno if/when I'll get a chance to revisit what this library did.  It would be great if vanilla Emacs offered symmetric character folding (as a choice).





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

* bug#28799: 25.3; Description of Character-Folding Omits Key Functionality
  2019-07-15 13:50   ` Drew Adams
@ 2019-07-16 20:10     ` Juri Linkov
  2019-07-16 20:52       ` Drew Adams
  0 siblings, 1 reply; 5+ messages in thread
From: Juri Linkov @ 2019-07-16 20:10 UTC (permalink / raw)
  To: Drew Adams; +Cc: Lars Ingebrigtsen, 28799, Richard Wordingham

> It would be great if vanilla Emacs offered symmetric character folding
> (as a choice).

This is implemented in bug#35689.  But it still takes time to re-read
more than thousand old messages discussing this feature, so that
it will cover all needs expressed in previous discussions.





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

* bug#28799: 25.3; Description of Character-Folding Omits Key Functionality
  2019-07-16 20:10     ` Juri Linkov
@ 2019-07-16 20:52       ` Drew Adams
  0 siblings, 0 replies; 5+ messages in thread
From: Drew Adams @ 2019-07-16 20:52 UTC (permalink / raw)
  To: Juri Linkov; +Cc: Lars Ingebrigtsen, 28799, Richard Wordingham

> > It would be great if vanilla Emacs offered symmetric character folding
> > (as a choice).
> 
> This is implemented in bug#35689.  But it still takes time to re-read
> more than thousand old messages discussing this feature, so that
> it will cover all needs expressed in previous discussions.

That's great.  You might want to take a look at
the behavior (UI, customization possibilities etc.)
provided in character-fold+.el.  Maybe your fix
could incorporate some of that, if helpful.

(Haven't looked at it.  Just suggesting you maybe
take a look, if you haven't already.)





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

end of thread, other threads:[~2019-07-16 20:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12 19:10 bug#28799: 25.3; Description of Character-Folding Omits Key Functionality Richard Wordingham
2019-07-15  9:02 ` Lars Ingebrigtsen
2019-07-15 13:50   ` Drew Adams
2019-07-16 20:10     ` Juri Linkov
2019-07-16 20:52       ` Drew Adams

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).