Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f8b18150
Commit
f8b18150
authored
Feb 05, 2014
by
Glenn Morris
Browse files
NEWS fixes.
parent
a333e4d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
etc/NEWS
etc/NEWS
+9
-9
No files found.
etc/NEWS
View file @
f8b18150
...
...
@@ -107,8 +107,8 @@ first menu-bar menu by typing F10, which invokes `menu-bar-open'.
If you want the previous behavior, whereby F10 invoked `tmm-menubar'
,
customize
the
option
`
tty
-
menu
-
open
-
use
-
tmm
' to a non-nil value.
(Typing M-`
will
always invoke `tmm-menubar'
,
even
if
`
tty
-
menu
-
open
-
use
-
tmm
'
is nil.)
(Typing M-` always invoke
s
`tmm-menubar'
,
even
if
`
tty
-
menu
-
open
-
use
-
tmm
'
is nil.)
+++
** The *Messages* buffer is created in `messages-buffer-mode'
,
...
...
@@ -519,7 +519,7 @@ strings and comments.
** New EPA option `epa-mail-aliases'
.
You
can
set
this
to
a
list
of
email
address
aliases
for
keys
to
use
`
epa
-
mail
-
encrypt
'.
in
`
epa
-
mail
-
encrypt
'.
---
** New ERC option `erc-accidental-paste-threshold-seconds'
.
...
...
@@ -1079,6 +1079,12 @@ Either use `completion-all-completions', which returns highlighted
strings (including for partial or substring completion), or call
`completion-hilit-commonality'
to
add
the
highlight
.
***
New
function
`
completion
-
table
-
with
-
cache
' is a wrapper for
`completion-table-dynamic'
that
caches
the
result
of
the
last
lookup
.
***
New
function
`
completion
-
table
-
merge
' to combine several
completion tables by merging their completions.
** New minor modes `prettify-symbols-mode'
and
`
global
-
prettify
-
symbols
-
mode
'
let you enable symbol prettification (replacing a string like "lambda" with
the Greek lambda character).
...
...
@@ -2200,12 +2206,6 @@ in the presence of quoting, such as file completion in shell buffers.
*** New function `completion-table-subvert'
to
use
an
existing
completion
table
,
but
with
a
different
prefix
.
*** New function `completion-table-with-cache'
is
a
wrapper
for
`
completion
-
table
-
dynamic
' that caches the result of the last lookup.
*** New function `completion-table-merge'
to
combine
several
completion
tables
by
merging
their
completions
.
**
Debugger
***
New
error
type
and
new
function
`
user
-
error
'.
...
...
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