Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cc7acdbd
Commit
cc7acdbd
authored
Jun 30, 2015
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes
parent
5f004117
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
etc/NEWS
etc/NEWS
+1
-1
lisp/character-fold.el
lisp/character-fold.el
+3
-3
lisp/emacs-lisp/package.el
lisp/emacs-lisp/package.el
+1
-1
src/ChangeLog.12
src/ChangeLog.12
+1
-1
No files found.
etc/NEWS
View file @
cc7acdbd
...
...
@@ -87,7 +87,7 @@ command line when `initial-buffer-choice' is non-nil.
** `isearch'
and
`
query
-
replace
' now perform character folding in matches.
This is analogous to case-folding, but applies between Unicode
characters and their ASCII counterparts. This means many characters
will match entire groups of charactes.
will match entire groups of characte
r
s.
For instance, the " will match all variants of unicode double quotes
(like “ and ”), and the letter a will match all of its accented
...
...
lisp/character-fold.el
View file @
cc7acdbd
;;; character-fold.el --- match
ing
unicode
characters to their ascii
similar
s
-*- lexical-binding: t; -*-
;;; character-fold.el --- match unicode
to
similar
ASCII
-*- lexical-binding: t; -*-
;; Copyright (C) 2015 Free Software Foundation, Inc.
...
...
@@ -26,7 +26,7 @@
;;;###autoload
(
defvar
character-fold-search
t
"Non-nil if searches should fold similar characters.
This means some characters will match entire groups of charactes.
This means some characters will match entire groups of characte
r
s.
For instance, \" will match all variants of double quotes, and
the letter a will match all of its accented versions (and then
some)."
)
...
...
@@ -49,7 +49,7 @@ some).")
;; Discard a possible formatting tag.
(
when
(
symbolp
(
car
dec
))
(
setq
dec
(
cdr
dec
)))
;; Skip trivial cases lik
a
?a decomposing to (?a).
;; Skip trivial cases lik
e
?a decomposing to (?a).
(
unless
(
or
(
and
(
eq
i
(
car
dec
))
(
not
(
cdr
dec
))))
(
let
((
d
dec
)
k
found
multiletter
)
...
...
lisp/emacs-lisp/package.el
View file @
cc7acdbd
...
...
@@ -2614,7 +2614,7 @@ to their archives."
(
defcustom
package-hidden-regexps
nil
"List of regexps matching the name of packages to hide.
If the name of a package matches any of these regexps it is
omited from the package menu. To toggle this, type \\[package-menu-toggle-hiding].
omit
t
ed from the package menu. To toggle this, type \\[package-menu-toggle-hiding].
Values can be interactively added to this list by typing
\\[package-menu-hide-package] on a package"
...
...
src/ChangeLog.12
View file @
cc7acdbd
...
...
@@ -5623,7 +5623,7 @@
2012-09-17 Kenichi Handa <handa@gnu.org>
* font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
not covert the last few charactes.
not co
n
vert the last few characte
r
s.
2012-09-16 Kenichi Handa <handa@gnu.org>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment