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
600f9d03
Commit
600f9d03
authored
Oct 17, 1999
by
Gerd Moellmann
Browse files
(iswitchb-exhibit): Extract user-input only
from the mini-buffer, without the prompt.
parent
0ffc420f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/iswitchb.el
lisp/iswitchb.el
+1
-1
No files found.
lisp/ChangeLog
View file @
600f9d03
1999-10-17 Gerd Moellmann <gerd@gnu.org>
* iswitchb.el (iswitchb-exhibit): Extract user-input only
from the mini-buffer, without the prompt.
* simple.el (minibuffer-prompt-end): Return the position
after the prompt, not the position of that last character
of the prompt.
...
...
lisp/iswitchb.el
View file @
600f9d03
...
...
@@ -1065,7 +1065,7 @@ Copied from `icomplete-exhibit' with two changes:
2. It calls my completion routine rather than the standard completion."
(
if
iswitchb-use-mycompletion
(
let
((
contents
(
buffer-string
))
(
let
((
contents
(
buffer-
sub
string
(
minibuffer-prompt-end
)
(
point-max
)
))
(
buffer-undo-list
t
))
(
save-excursion
(
goto-char
(
point-max
))
...
...
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