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
12acc255
Commit
12acc255
authored
Dec 12, 2015
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document new features of Ido
* doc/misc/ido.texi (Misc): Document 'C-S-b'.
parent
06f00d39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
doc/misc/ido.texi
doc/misc/ido.texi
+2
-1
etc/NEWS
etc/NEWS
+4
-0
No files found.
doc/misc/ido.texi
View file @
12acc255
...
...
@@ -706,7 +706,8 @@ packages.
@noindent
After @kbd
{
C-x b
}
(@code
{
ido-switch-buffer
}
), the buffer at the head
of the list can be killed by pressing @kbd
{
C-k
}
. If the buffer needs
saving, you will be queried before the buffer is killed.
saving, you will be queried before the buffer is killed. @kbd
{
C-S-b
}
buries the buffer at the head of the list.
Likewise, after @kbd
{
C-x C-f
}
, you can delete (i.e., physically
remove) the file at the head of the list with @kbd
{
C-k
}
. You will
...
...
etc/NEWS
View file @
12acc255
...
...
@@ -479,9 +479,13 @@ If you need your objects to be named, do it by inheriting from `eieio-named'.
*** `constructor'
is
now
an
obsolete
alias
for
`
make
-
instance
'.
** ido
+++
*** New command `ido-bury-buffer-at-head'
bound
to
C
-
S
-
b
Bury
the
buffer
at
the
head
of
`
ido
-
matches
', analogous to how C-k
kills the buffer at head.
---
*** A prefix argument to `ido-restrict-to-matches'
will
reverse
its
meaning
,
and
the
list
is
restricted
to
those
elements
that
do
not
match
the
current
input
.
...
...
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