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
104dc9c6
Commit
104dc9c6
authored
Feb 09, 2012
by
Glenn Morris
Browse files
* doc/emacs/mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
* etc/NEWS: Related edit.
parent
b74c9672
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+2
-0
doc/emacs/mini.texi
doc/emacs/mini.texi
+6
-0
etc/NEWS
etc/NEWS
+3
-2
No files found.
doc/emacs/ChangeLog
View file @
104dc9c6
2012-02-10 Glenn Morris <rgm@gnu.org>
* mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
* programs.texi (Misc for Programs): Mention electric-layout-mode.
2012-02-09 Glenn Morris <rgm@gnu.org>
...
...
doc/emacs/mini.texi
View file @
104dc9c6
...
...
@@ -195,6 +195,12 @@ possible completions. @xref{Other Window}.
the minibuffer is active. To allow such commands in the minibuffer,
set the variable @code{enable-recursive-minibuffers} to @code{t}.
@findex minibuffer-inactive-mode
When not active, the minibuffer is in @code{minibuffer-inactive-mode},
and clicking @kbd{Mouse-1} there shows the @samp{*Messages*} buffer.
If you use a dedicated frame for minibuffers, Emacs also recognizes
certain keys there, for example @kbd{n} to make a new frame.
@node Completion
@section Completion
@c This node is referenced in the tutorial. When renaming or deleting
...
...
etc/NEWS
View file @
104dc9c6
...
...
@@ -465,9 +465,10 @@ These maximize and minimize the size of a window within its frame.
These functions allow to navigate through the live buffers that have
been shown in a specific window.
+++
** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'.
This is handy for minibuffer-only frames, and is also used for the
"mouse-1
pops up *Messages*"
feature
, which can now easily be changed.
This is handy for minibuffer-only frames, and is also used for the
feature
where mouse-1
pops up *Messages*"
'
, which can now easily be changed.
* Editing Changes in Emacs 24.1
...
...
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