comparison etc/sample.emacs @ 14:9ee227acff29 r19-15b90

Import from CVS: tag r19-15b90
author cvs
date Mon, 13 Aug 2007 08:48:42 +0200
parents bcdc7deadc19
children 0293115a14e9
comparison
equal deleted inserted replaced
13:13c6d0aaafe5 14:9ee227acff29
567 567
568 (autoload 'resize-minibuffer-mode "rsz-minibuf" nil t) 568 (autoload 'resize-minibuffer-mode "rsz-minibuf" nil t)
569 (resize-minibuffer-mode) 569 (resize-minibuffer-mode)
570 (setq resize-minibuffer-window-exactly nil) 570 (setq resize-minibuffer-window-exactly nil)
571 571
572 ;; Create a single detached minibuffer used by all frames.
573 ;; Uncomment to try this out.
574 ;(when running-xemacs
575 ; (setq initial-frame-plist '(minibuffer nil))
576 ; (setq default-frame-plist '(minibuffer nil))
577 ; (setq default-minibuffer-frame
578 ; (make-frame
579 ; '(minibuffer only
580 ; width 86
581 ; height 1
582 ; menubar-visible-p nil
583 ; default-toolbar-visible-p nil
584 ; name "minibuffer"
585 ; top -2
586 ; left -2
587 ; has-modeline-p nil)))
588 ; (frame-notice-user-settings))
589
590 ;;; ******************** 572 ;;; ********************
591 ;;; W3 is a browser for the World Wide Web, and takes advantage of the very 573 ;;; W3 is a browser for the World Wide Web, and takes advantage of the very
592 ;;; latest redisplay features in XEmacs. You can access it simply by typing 574 ;;; latest redisplay features in XEmacs. You can access it simply by typing
593 ;;; 'M-x w3'; however, if you're unlucky enough to be on a machine that is 575 ;;; 'M-x w3'; however, if you're unlucky enough to be on a machine that is
594 ;;; behind a firewall, you will have to do something like this first: 576 ;;; behind a firewall, you will have to do something like this first: