Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
8840beee
Commit
8840beee
authored
Aug 15, 2000
by
David Byers
Browse files
Kolla cursor-in-echo-area i lyskom-is-in-minibuffer.
Sätt lyskom-inhibit-minibuffer-messages i j-or-n-p.
parent
88a66366
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
8840beee
2000-08-15 David Byers <davby@ida.liu.se>
* async.el (lyskom-is-in-minibuffer): Check cursor-in-echo-area.
* lyskom-rest.el (j-or-n-p): Inhibit minibuffer messages.
* commands2.el (kom-set-unread): Immediately go to
lyskom-current-conf if that is the conf being changed.
...
...
src/async.el
View file @
8840beee
...
...
@@ -436,6 +436,7 @@ according to the value of FLAG."
(
defun
lyskom-is-in-minibuffer
()
"Returns non-nil if I am using the minibuffer for some reading."
(
or
lyskom-inhibit-minibuffer-messages
cursor-in-echo-area
(
not
(
zerop
(
minibuffer-depth
)))))
...
...
src/lyskom-rest.el
View file @
8840beee
...
...
@@ -3055,6 +3055,7 @@ lyskom-get-string to retrieve regexps for answer and string for repeated query."
(when (symbolp prompt) (setq prompt (lyskom-get-string prompt)))
(let ((input-char 0)
(cursor-in-echo-area t)
(lyskom-inhibit-minibuffer-messages t)
(nagging nil))
(while (and (not (char-in-string input-char
...
...
Write
Preview
Supports
Markdown
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