[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hide mode-line
From: |
Joe Corneli |
Subject: |
Re: hide mode-line |
Date: |
Fri, 16 Apr 2004 23:10:09 -0500 |
I think I figured out the second of these --
* temporarily hide mode-line and minibuffer in current buffer
* make a frame with no mode-line OR minibuffer at all
M-: (make-frame (quote ((minibuffer . only))))
* replace all uses of mode-line in emacs with something else
(e.g. the ratpoison(1) bar)
The other two are outstanding.
- hide mode-line, Joe Corneli, 2004/04/17
- Re: hide mode-line,
Joe Corneli <=