From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com Message-Id: <200006201306.JAA20799@cse.psu.edu> Date: Tue, 20 Jun 2000 09:05:49 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] keyboard mappings MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-iovrsbmqnfxqwveaxvmqaopvsh" Topicbox-Message-UUID: c5c4ca02-eac8-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-iovrsbmqnfxqwveaxvmqaopvsh Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit My mistake. It had a bug that survived our old version of malloc but m=not our new one and I hadn't compiled it since. One line change. In emalloc(), change malloc(n) to mallocz(n, 1). --upas-iovrsbmqnfxqwveaxvmqaopvsh Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Tue Jun 20 00:15:46 EDT 2000 Received: from cse.psu.edu ([130.203.3.50]) by plan9; Tue Jun 20 00:15:46 EDT 2000 Received: from localhost (majordom@localhost) by cse.psu.edu (8.8.8/8.8.8) with SMTP id XAA13203; Mon, 19 Jun 2000 23:58:04 -0400 (EDT) Received: by claven.cse.psu.edu (bulk_mailer v1.5); Mon, 19 Jun 2000 23:57:56 -0400 Received: (from majordom@localhost) by cse.psu.edu (8.8.8/8.8.8) id XAA13169 for 9fans-outgoing; Mon, 19 Jun 2000 23:57:51 -0400 (EDT) X-Authentication-Warning: claven.cse.psu.edu: majordom set sender to owner-9fans using -f Received: from is.aist-nara.ac.jp (enterprise.aist-nara.ac.jp [163.221.80.21]) by cse.psu.edu (8.8.8/8.8.8) with SMTP id XAA13165 for <9fans@cse.psu.edu>; Mon, 19 Jun 2000 23:57:46 -0400 (EDT) Received: (qmail 22118 invoked from network); 20 Jun 2000 12:57:16 +0900 Received: from migi.aist-nara.ac.jp (163.221.92.73) by ismailgate.aist-nara.ac.jp with SMTP; 20 Jun 2000 12:57:16 +0900 Received: from hiroki-t by migi.aist-nara.ac.jp with local (Exim 3.12 #1 (Debian)) id 134F9z-0004rl-00 for <9fans@cse.psu.edu>; Tue, 20 Jun 2000 12:57:11 +0900 To: 9fans@cse.psu.edu Subject: Re: [9fans] keyboard mappings References: <200006191541.LAA27258@cse.psu.edu> MIME-Version: 1.0 (generated by EMIKO 1.13.9 - "Euglena tripteris") Content-Type: text/plain; charset=US-ASCII From: Hiroki Tamakoshi Date: 20 Jun 2000 12:57:11 +0900 In-Reply-To: <200006191541.LAA27258@cse.psu.edu> (presotto@plan9.bell-labs.com's message of "Mon, 19 Jun 2000 16:06:30 GMT") Message-ID: Lines: 19 User-Agent: T-gnus/6.13.3 (based on Pterodactyl Gnus v0.98) EMIKO/1.13.9 (Euglena tripteris) FLIM/1.13.2 (Kasanui) APEL/10.2 Emacs/20.6 (alpha-debian-linux-gnu) MULE/4.0 (HANANOEN) Sender: owner-9fans@cse.psu.edu Reply-To: 9fans@cse.psu.edu Precedence: bulk presotto@plan9.bell-labs.com writes: > (http|ftp)://plan9.bell-labs.com/who/presotto/kbdmap.c > > maps keyboard characters. It has to be started before rio. Please show me the correct usage of kbdmap. I compiled kbdmap.c to kbdmap, put in my home directory. Then inserted kbdmap before exec rio in lib/profile($service = terminal). I rebooted the system and login, which cause trouble on rio. Rio cannot open the display. Here is the error messages. rio: can't open dislplay: initdisplay: /dev/draw/new: file already open for I/O init: rc exit status: rio 10: rio 64: display open --upas-iovrsbmqnfxqwveaxvmqaopvsh--