# HG changeset patch # User Karoly Lorentey # Date 1091717697 0 # Node ID 1adf7aed36490beb18d927093c3c21b2bdcdbdfb # Parent 09f3fd9f680df56f9a01b2447aa3c2b76413df8a Cleaned up README compile & test instructions. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-226 diff -r 09f3fd9f680d -r 1adf7aed3649 README.multi-tty --- a/README.multi-tty Tue Aug 03 12:45:59 2004 +0000 +++ b/README.multi-tty Thu Aug 05 14:54:57 2004 +0000 @@ -79,26 +79,30 @@ Please let me know if you find any bugs in this branch. -HOW TO COMPILE AND TEST ------------------------ +HOW TO COMPILE +-------------- -To try out the multi-tty branch, compile and run the multi-tty branch -with the following commands: +The multi-tty branch is compiled the same way as Emacs itself: - find -name "*.elc" | xargs rm # Delete leftover stuff - mkdir +build - cd +build - ../configure + ./configure make bootstrap - src/emacs -nw # You can also try without -nw + make install + +HOW TO TEST IT +-------------- + +To try out the multi-tty branch start up the Emacs server with the +following commands: + + emacs M-x server-start and then (from a shell prompt on another terminal) start emacsclient with - lib-src/emacsclient /optional/file/names... -or - lib-src/emacsclient -t /optional/file/names... + emacsclient -t /optional/file/names... (for a tty frame) + emacsclient /optional/file/names... (for an X frame) +(Make sure both emacs and emacsclient are multi-tty versions.) You'll hopefully have two fully working, independent frames on separate terminals. The new frame is closed automatically when you finish editing the specified files (C-x #), but delete-frame (C-x 5 0)