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
8f62f2b8
Commit
8f62f2b8
authored
Nov 21, 2000
by
Miles Bader
Browse files
Add entry for `minibuffer-prompt-properties'.
parent
6e7d0ff7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/cus-start.el
lisp/cus-start.el
+20
-0
No files found.
lisp/ChangeLog
View file @
8f62f2b8
2000-11-22 Miles Bader <miles@gnu.org>
* cus-start.el: Add entry for `minibuffer-prompt-properties'.
* simple.el (minibuffer-avoid-prompt): New function.
2000-11-21 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (.SUFFIXES): Add .SUFFIXES.
...
...
lisp/cus-start.el
View file @
8f62f2b8
...
...
@@ -156,6 +156,26 @@
;; minibuf.c
(
completion-auto-help
minibuffer
boolean
)
(
enable-recursive-minibuffers
minibuffer
boolean
)
(
minibuffer-prompt-properties
minibuffer
(
list
(
checklist
:inline
t
(
const
:tag
"Read-Only"
:doc
"Prevent prompt from being modified"
:format
"%t%n%h"
:inline
t
(
read-only
t
))
(
const
:tag
"Inviolable"
:doc
"Prevent point from ever entering prompt"
:format
"%t%n%h"
:inline
t
(
point-entered
minibuffer-avoid-prompt
)))
(
repeat
:inline
t
:tag
"Other Properties"
(
list
:inline
t
:format
"%v"
(
symbol
:tag
"Property"
)
(
sexp
:tag
"Value"
)))))
(
minibuffer-auto-raise
minibuffer
boolean
)
;; msdos.c
(
dos-unsupported-char-glyph
display
integer
)
...
...
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