From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: ^M in compilation buffers Date: Wed, 18 Feb 2009 10:39:57 -0500 Message-ID: <1f77704b0902180739y5042dd52r904bea92eae618d0@mail.gmail.com> References: <499AE2EB.9040501@gnu.org> <1f77704b0902171149j53d2c5c5r906ea8325353b079@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234971614 25923 80.91.229.12 (18 Feb 2009 15:40:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2009 15:40:14 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 18 16:41:29 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LZoYC-0000XB-V3 for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2009 16:41:29 +0100 Original-Received: from localhost ([127.0.0.1]:39638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZoWs-0003DZ-SU for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2009 10:40:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZoWn-0003DB-HX for emacs-devel@gnu.org; Wed, 18 Feb 2009 10:40:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZoWm-0003Co-Bq for emacs-devel@gnu.org; Wed, 18 Feb 2009 10:40:01 -0500 Original-Received: from [199.232.76.173] (port=47062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZoWm-0003Cl-7k for emacs-devel@gnu.org; Wed, 18 Feb 2009 10:40:00 -0500 Original-Received: from qw-out-1920.google.com ([74.125.92.147]:55450) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZoWk-0005zZ-JJ; Wed, 18 Feb 2009 10:39:58 -0500 Original-Received: by qw-out-1920.google.com with SMTP id 4so844956qwk.24 for ; Wed, 18 Feb 2009 07:39:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=vDCI4WNANTJsV+hQHTymWzaisXC6eGaxTMJvnXGEcPk=; b=eJC2FpLQ7A4FqgTju9r6R+zSjiS6rodKuoHgYOuHGyNnUKDD2bhM4s+2ggP2YNlp2Q wStky7gZM64Ef2aVIcnP3Ets3vkFR3RmqJxT2jMbG+miNTqygiH2P9fu75AO3AhO1rey eDRw6C3YraFgCo64ni+PpJXpGLBUlHUCeryMw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=CqbXIy9JeUZ9a1hLl9pwzVpwYlUtpA4iZyJM9Ko/gI/sCAXXXEAAbAKiv58ORQgdIi +67wS6erEZmunDAL5V1yv6q5hJosXrkHQZ8ejgOGr0Ts1zrkdt3fX+f9JzkplmtTYcaW T93FUkVY3wa58za30owLcVnnHorC6LKJKx6X4= Original-Received: by 10.224.60.75 with SMTP id o11mr12649245qah.224.1234971597316; Wed, 18 Feb 2009 07:39:57 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 35875afef8b7efe0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109188 Archived-At: On Wed, Feb 18, 2009 at 12:13 AM, Glenn Morris wrote: > Sam Steingold wrote: > >> well, now that I fixed that, it works for me in compilation mode too. > > In compilation-filter: > compile.el:1744:23:Warning: reference to free variable > `comint-inhibit-carriage-motion' > > In end of data: > compile.el:2352:1:Warning: the function `comint-carriage-motion' is > not known to be defined. > > > cd etc/refcards > > emacs -Q > > M-x compile make -k cs-dired-ref.pdf RET ; without using tab completion > > error in process filter: unless: Symbol's value as variable is void: comint-inhibit-carriage-motion > fixed in the cvs. thanks. -- Sam Steingold