From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Rutt Newsgroups: gmane.emacs.help Subject: Re: x-migrant.el - handle subprocesses over multiple X displays Date: Wed, 23 Apr 2003 16:22:16 -0400 Organization: The Ohio State University Dept. of Computer and Info. Science Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87adez3bj4.fsf@camp4.serpentine.com> <878yu1q2ag.fsf@camp4.serpentine.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051130323 9989 80.91.224.249 (23 Apr 2003 20:38:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 20:38:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 22:38:36 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198Qzx-0002WH-00 for ; Wed, 23 Apr 2003 22:37:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198Qp3-0007bV-09 for gnu-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2003 16:26:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.ems.psu.edu!news.cis.ohio-state.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: gamma.cis.ohio-state.edu Mail-Copies-To: nobody User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.3.50 (usg-unix-v) Cancel-Lock: sha1:Q5aO0Apklwq/XsYgc29zHDUvfsw= Original-Xref: shelby.stanford.edu gnu.emacs.help:112243 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8743 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8743 Bryan O'Sullivan writes: > New version, with tidy-ups suggested by Stefan Monnier. I think you need a (require 'cl) at the top of your file x-migrant.el. Otherwise, the function `gensym' will not be defined. -- Benjamin