[geeks] emacs 21

Joshua D Boyd jdboyd at cs.millersville.edu
Sat Jan 12 12:12:01 CST 2002


On Wed, Jan 09, 2002 at 03:34:53AM -0500, Greg A. Woods wrote:
> ;; Gerd Moellmann says that the menu-bar and tool-bar can be controlled on
> ;; individual frames by managing these frame-parameters: `menu-bar-lines' and
> ;; `tool-bar-lines
> :; 
> ;; however just blasting away the tool-bar completely seems best
> ;;
> ;; note the v20.* compiler will bitch about tool-bar-mode being undefined...
> (if (elisp-file-in-loadpath-p "tool-bar")
>     (progn
>       (require 'tool-bar)
>       (if (fboundp 'tool-bar-mode)
> 	  (tool-bar-mode -1))))		; major space waster!

I finally got around to trying that, and it whines about 
elisp-file-in-loadpath-p being void.  Any ideas?

Also, why do I want all that instead of just putting the line:
(tool-bar-mode -1)
in my .emacs file?

-- 
Joshua D. Boyd



More information about the geeks mailing list