home *** CD-ROM | disk | FTP | other *** search
- x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Mon, 14 Sep 1992 15:49:29 EDT
- From: matis!amir@lucid.com (Amir J Katz)
- Message-ID: <9209141638.AA22064@simpson.ingr.com>
- Subject: 19.3 hangs when creating new screens?
- Organization: SEE Technologies Ltd.
- Reply-To: matis!amir@lucid.com
- X-Reply-To: amir@matis.ingr.COM
- X-Mailer: ELM [version 2.3 PL11]
- Date: Mon, 14 Sep 1992 19:49:30 GMT
- Newsgroups: alt.lucid-emacs.help
- Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
- Sender: help-lucid-emacs-request@lucid.com
- Lines: 42
-
- Guys,
- I've built Lucid Emacs 19.3, and the following functions (suggested recently
- by someone on the list) seem to hang lemacs. A new screen is opened, but
- then lemacs goes to sleep and never comes back. Any idea? Thanks in advance.
- BTW, sometimes even 'C-x 5' (x-new-screen) hangs lemacs.
-
- My configuration is:
- SparcStation 1+ w/SunOS 4.1.3
- gcc 2.2.2
- MIT X11R5, patch 17
-
- ---------------------------------------
- (defun x-find-file (filename)
- "Does find file in new X Window"
- (interactive "Ffind file new screen: ")
- (select-screen (x-create-screen nil))
- (switch-to-buffer (find-file-noselect filename)))
-
- (defun y-find-file (filename)
- "Does find file in new X Window"
- (interactive)
- (select-screen (x-create-screen nil))
- (switch-to-buffer (find-file-noselect filename)))
-
- (defun find-dot-emacs ()
- (interactive)
- (y-find-file "~/.emacs")
- )
-
- ;; add new item to existing menu
- (add-menu-item '("File") "Find File New Screen" 'x-find-file t)
- ;; add a new menu
- (add-menu-item '("--Dot Files--") ".emacs" 'find-dot-emacs t)
-
- ---------------------------------------
-
- --
- /* ----------------------------------------------------------- */
- /* Amir J. Katz | amir@matis.ingr.COM */
- /* System Specialist | Voice: +972 52-584684 */
- /* SEE Technologies Ltd. | Fax: +972 52-543917 */
- /* ............ Solaris 2.0 - The Final Frontier ? ........... */
-