| About 31 results (0.12 seconds) |
![]() Custom Search |
Dec 29, 2012... are effectively in dedicated frames (you cannot dissociate the buffer and its frame). So, what's a “special buffer” (aka special display buffer)? www.emacswiki.org/emacs/Special_Frames |
Jun 26, 2012 ... (delq nil (mapcar (lambda (buffer) (if (funcall filter-function buffer) buffer nil)) ( buffer-list)))) (defun mybuffers-special-buffer-p (buffer) "Returns t if ... www.emacswiki.org/emacs/mybuffers.el |
Jul 20, 2012 ... The minibuffer is a special buffer for entering commands or input arguments to commands. It appears either in a separate, standalone frame or ... www.emacswiki.org/emacs/MiniBuffer |
Jan 12, 2011 ... Display those special buffer frames without a tool bar (add-to-list 'special-display- frame-alist '(tool-bar-lines . 0)). Don't echo passwords when ... www.emacswiki.org/emacs/DotEmacsChallenge |
Feb 25, 2013 ... Perhaps there would be a special buffer-local variable that would allow a buffer to be displayed in a frame or window controlled by another ... www.emacswiki.org/emacs/NoThreading |
Feb 7, 2009 ... (interactive) (delete-buffer-and-window (buffer-name))) (defun delete-buffer- window (buffer-name) "Delete the window of special buffer. www.emacswiki.org/emacs/window-extension.el |
May 9, 2012... minibuffer – special buffer at the bottom of a frame, which you use to enter commands; minor mode – several minor modes can be active at ... www.emacswiki.org/emacs/Glossary |
Feb 25, 2008... (ibuffer-read-only-buffer-face . font-lock-type-face) (ibuffer-special-buffer-face . font-lock-keyword-face) (ibuffer-title-face . font-lock-type-face) ... www.emacswiki.org/emacs/color-theme-domq.el |
Sep 5, 2008 ... The minibuffer is the special buffer for entering commands; it appears either in a separate frame by itself or at the bottom of each frame. www.emacswiki.org/emacs/EmacsJargon |
Special Frames – Special buffers ( *grep* , *Occur* , *Messages* etc.) are in frames with a different style. Help and Completions Frames – Special frames for the ... www.emacswiki.org/emacs/DrewAdams |
| |